New issue
Advanced search Search tips

Issue 812111 link

Starred by 2 users

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: ----


Participants' hotlists:
Tiff-List


Sign in to add a comment

Surface list of most recent changes and bugs in Sheriff-o-Matic

Project Member Reported by zhangtiff@chromium.org, Feb 14 2018

Issue description

I think this feature would be used to replace release notes and would make it easier for users to see changes. 
 
+1 for less toil! 

Some thoughts: 

You can use the admin API: https://godoc.org/google.golang.org/api/appengine/v1
 to figure out the currently deployed git hash, and the previously deployed git hash (IIRC this is trickier than it sounds at first). There may be better methods of course but that's what relnotes.go does.

Then call gitiles to get the set of changes between the two hashes (will have to auth using something like what's in client/gerrit.go) - not sure what the API to do that looks like. Hopefully it won't have to talk to Gerrit instead of gitiles.




Sign in to add a comment