| Issue 190: | RSS or ATOM for checkins | |
| 40 people starred this issue and may be notified of changes. | Back to list |
Sign in to add a comment
|
It would be nice to have a RSS or ATOM feed for when checkins occur, containing the diff and so forth. |
||||||||||||||
,
Jul 09, 2007
(No comment was entered for this change.)
Labels: -Type-Defect Type-Enhancement Component-Subversion Milestone-2007
|
|||||||||||||||
,
Jul 09, 2007
(No comment was entered for this change.)
Labels: -Component-Subversion Component-Notification
|
|||||||||||||||
,
Oct 05, 2007
Yes, this would be a great feature! :-) |
|||||||||||||||
,
Oct 24, 2007
+1 |
|||||||||||||||
,
Nov 18, 2007
This would be great to use with http://timeline.to/ |
|||||||||||||||
,
Feb 06, 2008
How is this different from issue 131 ? What do you think of marking this as a duplicate? Everyone who starred this issue can star #131 instead. |
|||||||||||||||
,
Feb 06, 2008
26 people starred this issue, that's a large amount of people to make re-star for the same thing. Why not just implement master tickets instead, and then when the master ticket closes, it closes all child tickets with the same message, rather than making a large amount of users do legwork. It's already hard enough to use google code for anything, asking users to do something like that is that much harder. |
|||||||||||||||
,
Feb 06, 2008
cforsythe, as far as I know, your suggestions are likely to pass unnoticed here. You may wish to consider filing a new enhancement request about master tickets. |
|||||||||||||||
,
Feb 06, 2008
The suggestions are noticed, but the master tickets are much easier to track over time as alexkon suggested. |
|||||||||||||||
,
May 05, 2008
(No comment was entered for this change.)
Owner: andy.chooooo
|
|||||||||||||||
,
May 07, 2008
(No comment was entered for this change.)
Status: Accepted
|
|||||||||||||||
,
Jun 01, 2008
We just announced feeds at the Google I/O conference this week, and were planning to blog about it next week. They're very 'beta', but they work. Try: http://code.google.com/feeds/p/PROJECT/svnchanges/basic http://code.google.com/feeds/p/PROJECT/issueupdates/basic For the svn feed, you can also add '?directory=/path' to the end, to restrict the subset of history. For example, '?directory=/trunk'. Another caveat: these are gdata feeds that don't have infinite history in them -- they only show *recent* changes, starting around May 22nd. They're meant to be 'update' feeds, rather than 'mine the history' feeds. Add them to your feed aggregator, or your iGoogle homepage, or whatever.. you'll get nice news updates about projects you care about. We're still refining this feature, so it may morph a bit. |
|||||||||||||||
,
Jun 02, 2008
Correction: The url param is path=, e.g. http://code.google.com/feeds/p/google-web-toolkit/svnchanges/basic?path=/wiki/ http://code.google.com/feeds/p/google-web-toolkit/svnchanges/basic?path=/tags/ Note the path param checks all paths for a string prefix match, so include the trailing slash (/wiki/ not /wiki) if you want to restrict it to that directory. |
|||||||||||||||
,
Jun 05, 2008
This is a great start. Couple of areas of improvement: 1. I would like to see the issue descriptions (titles) not truncated as aggressively. I see issues titles cut-off fairly often 2. I'd like the commit message bodies to contain the normal (textual) svn diff as well. Perhaps a "detailed" version of that feed would help. In both cases I'm really just looking for the feed content to match the email content coming from project hosting. Thanks |
|||||||||||||||
,
Jun 07, 2008
HTML escaping needs a little tweak. For example, an ampersand ('&') in a SVN log
(commit) message turns into an escaped ampersand ('&') in Google Reader.
|
|||||||||||||||
,
Jun 16, 2008
Yes, thanks for noticing the quoting bug in titles, I will fix that. And I do think the svn diff would be useful as well; however we may focus on adding more feeds before enhancing existing feeds. For the length of the issue titles -- the length is arbitrary but I think it has worked well enough in practice, e.g. I don't see many cut off here: http://code.google.com/feeds/p/google-web-toolkit/issueupdates/basic I would like them to be 1 or 2 lines in Google Reader or other feed readers, and right now it seems to be about right. |
|||||||||||||||
,
Jun 18, 2008
(No comment was entered for this change.)
Labels: -Milestone-2007 Milestone-2008-Q2
|
|||||||||||||||
,
Jun 25, 2008
As an example, see http://code.google.com/p/google-web-toolkit/source/detail?r=3123 for the original commit message. The Google Reader version is shown in attached screen shot. 1. [bug] The new line whitespace is truncated, resulting in the words "no" and "quite" being stuck together 2. [enhancement] I wouldn't mind seeing an ellipsis at the end of the feed title to indicate the message was cut off. 3. [enhancement] I'd also like to see the actual textual diff as part of the feed |
|||||||||||||||
,
Jun 27, 2008
It is odd that those 2 words are stuck together. When I look at the feed in Firefox the spacing is right, and the newline is there in the raw text. I will contact the Google Reader team to see if this is a known issue with the way they display feeds. http://code.google.com/feeds/p/google-web-toolkit/svnchanges/basic Yes, the svn diff would be useful, I'll see what we can do about that. |
|||||||||||||||
,
Jul 03, 2008
The double escaping bug in titles of the svnchanges feed should now be fixed.
Status: Fixed
|
|||||||||||||||
|
|
|||||||||||||||