Closed
Bug 1034175
Opened 11 years ago
Closed 10 years ago
Don't store the SHA1 for individual commit review requests in the commit-id field
Categories
(MozReview Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: smacleod, Assigned: smacleod)
References
Details
This is preventing us from dealing with things like re-pushing review requests to a different review identifier, because commit-id's are supposed to be unique by repo.
We can store this information in extra_data instead, and maybe expose it in the review details using rbmozui or rbbz.
This allows us to create new review requests "willy-nilly", without fear of hitting collisions.
Comment 1•11 years ago
|
||
Commit SHA1s should be unique even across repos, right?
Assignee | ||
Comment 2•11 years ago
|
||
(In reply to :Ehsan Akhgari (lagging on bugmail, needinfo? me!) from comment #1)
> Commit SHA1s should be unique even across repos, right?
When I say "because commit-id's are supposed to be unique by repo" I mean "repo" in the Review Board sense. When creating review requests on Review Board a commit-id can be provided specifying which commit the Review Request represents. This field is enforced as unique, so that you should only ever be reviewing a specific commit in a single location.
We're going to stop providing this commit-id as is because we want to break this constraint.
Comment 3•11 years ago
|
||
Gotcha, please ignore me. :-)
Updated•11 years ago
|
Assignee | ||
Updated•11 years ago
|
Status: NEW → ASSIGNED
Comment 5•10 years ago
|
||
Changing this will cause lots of merge conflicts with bug 1034188. Since that bug has a patch, adding depends on.
Depends on: 1034188
Assignee | ||
Comment 6•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: bugzilla.mozilla.org → Developer Services
Updated•9 years ago
|
Product: Developer Services → MozReview
You need to log in
before you can comment on or make changes to this bug.
Description
•