Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
upload.py -m --message option refactoring (issue 5476044)
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  8 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
albrecht.a...@googlemail.com  
View profile  
 More options Dec 14 2011, 11:59 pm
From: albrecht.a...@googlemail.com
Date: Thu, 15 Dec 2011 04:59:41 +0000
Local: Wed, Dec 14 2011 11:59 pm
Subject: Re: upload.py -m --message option refactoring (issue 5476044)
LGTM - and sorry for the delay, this year's final is very busy :)

We should send an short announcement to the mailing list describing the
changes when this is live.

http://codereview.appspot.com/5476044/diff/5001/upload.py
File upload.py (right):

http://codereview.appspot.com/5476044/diff/5001/upload.py#newcode2250
upload.py:2250: # TODO: [ ] figure out how to send a comment from
upload.py
Maybe the final "task_complete" call I've introduced recently is a good
place to add the message. At least it handles the send_mail flag too.

http://codereview.appspot.com/5476044/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
techto...@gmail.com  
View profile  
 More options Dec 16 2011, 4:49 am
From: techto...@gmail.com
Date: Fri, 16 Dec 2011 09:49:44 +0000
Local: Fri, Dec 16 2011 4:49 am
Subject: Re: upload.py -m --message option refactoring (issue 5476044)
On 2011/12/15 04:59:41, Andi Albrecht wrote:

> LGTM - and sorry for the delay, this year's final is very busy :)

Thanks for finding time to review. =)

> We should send an short announcement to the mailing list describing
the changes
> when this is live.

Will the header of this message suffice for an announcement? I've
already updated wiki page.

> http://codereview.appspot.com/5476044/diff/5001/upload.py
> File upload.py (right):
> http://codereview.appspot.com/5476044/diff/5001/upload.py#newcode2250
> upload.py:2250: # TODO: [ ] figure out how to send a comment from
upload.py
> Maybe the final "task_complete" call I've introduced recently is a
good place to
> add the message. At least it handles the send_mail flag too.

I'm unlikely to get time for this until NY, so I've created an issue
http://code.google.com/p/rietveld/issues/detail?id=351

http://codereview.appspot.com/5476044/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
techto...@gmail.com  
View profile  
 More options Dec 16 2011, 4:51 am
From: techto...@gmail.com
Date: Fri, 16 Dec 2011 09:51:47 +0000
Local: Fri, Dec 16 2011 4:51 am
Subject: Re: upload.py -m --message option refactoring (issue 5476044)
 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Andi Albrecht  
View profile  
 More options Dec 16 2011, 4:53 am
From: Andi Albrecht <albrecht.a...@googlemail.com>
Date: Fri, 16 Dec 2011 10:53:41 +0100
Local: Fri, Dec 16 2011 4:53 am
Subject: Re: upload.py -m --message option refactoring (issue 5476044)

IMO something similar to the description of the issue with a reference
to the wiki page?

--Andi


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
anatoly techtonik  
View profile  
 More options Dec 16 2011, 7:30 am
From: anatoly techtonik <techto...@gmail.com>
Date: Fri, 16 Dec 2011 15:30:42 +0300
Local: Fri, Dec 16 2011 7:30 am
Subject: Re: upload.py -m --message option refactoring (issue 5476044)

On Fri, Dec 16, 2011 at 12:53 PM, Andi Albrecht <

ANN: upload.py options changed

Many people have found upload.py options for specifying review subject
(-m, --message) and description (-d, --description) confusing, so we've
 changed that to be more intuitive:

1. on first submission
   -t, --title issue subject
   -m, --message issue description
   -F, --file <file> read description from file
2. on issue update
   -t, --title new patchset title
   -m, --message message to reviewers
   -F, --file <file> read message from file

See discussion https://groups.google.com/forum/#!topic/codereview-discuss/bPyZSIfVHD...
for details.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Andi Albrecht  
View profile  
 More options Feb 21, 12:00 am
From: Andi Albrecht <albrecht.a...@googlemail.com>
Date: Tue, 21 Feb 2012 06:00:21 +0100
Local: Tues, Feb 21 2012 12:00 am
Subject: Re: upload.py -m --message option refactoring (issue 5476044)

It seems like my message when updating an issue got lost somewhere.
I've called upload.py like this to update an issue:

$ ./upload.py -t "Changed keys to arrow keys." -m "Please have another look.

> This version is now live at http://rvtests.appspot.com" -i 5685057 --send_mail --rev qparent

But the message given by the "-m" option is neither on the issue page
nor sent by mail (using upload.py from tip). Or did I miss something?

--
Andi


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
anatoly techtonik  
View profile  
 More options Feb 21, 12:15 am
From: anatoly techtonik <techto...@gmail.com>
Date: Tue, 21 Feb 2012 08:15:28 +0300
Local: Tues, Feb 21 2012 12:15 am
Subject: Re: upload.py -m --message option refactoring (issue 5476044)
On Tue, Feb 21, 2012 at 8:00 AM, Andi Albrecht

<albrecht.a...@googlemail.com> wrote:

>> 2. on issue update
>>    -t, --title new patchset title
>>    -m, --message message to reviewers
>>    -F, --file <file> read message from file

> It seems like my message when updating an issue got lost somewhere.
> I've called upload.py like this to update an issue:

> $ ./upload.py -t "Changed keys to arrow keys." -m "Please have another look.
>> This version is now live at http://rvtests.appspot.com" -i 5685057 --send_mail --rev qparent

> But the message given by the "-m" option is neither on the issue page
> nor sent by mail (using upload.py from tip). Or did I miss something?

You're right. Options changed, but I run out of time to see how the
hook for sending message can be implemented. The pointer about this is
written in commit message:

http://code.google.com/p/rietveld/source/detail?r=1aa64f9a92082f11ea6...
which leads to
http://code.google.com/p/rietveld/issues/detail?id=351

And TODO is still here
http://code.google.com/p/rietveld/source/browse/upload.py#2262

--
anatoly t.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Andi Albrecht  
View profile  
 More options Feb 21, 2:22 am
From: Andi Albrecht <albrecht.a...@googlemail.com>
Date: Tue, 21 Feb 2012 08:22:32 +0100
Local: Tues, Feb 21 2012 2:22 am
Subject: Re: upload.py -m --message option refactoring (issue 5476044)

Here's an attempt to fix issue351: http://codereview.appspot.com/5687062

--
Andi


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »