summaryrefslogtreecommitdiffstats
path: root/gerrit-server/src/main/java/com/google/gerrit/server/ChangeUtil.java
Commit message (Expand)AuthorAgeFilesLines
* Notify reviewers about changes to commit messageIsmo Haataja2014-10-151-0/+6
* Keep dependencies when returning a CI stated change to reviewIsmo Haataja2014-10-081-2/+0
* Fix unstaging a STAGING changeIsmo Haataja2014-06-201-0/+1
* Staging branch featureIsmo Haataja2014-06-201-0/+150
* Merge branch 'stable-2.6' into stable-2.7Shawn Pearce2013-06-101-4/+10
|\
| * Fix: failed to validate Change-Id of some new patch-sets pushed by 'refs/chan...Bruce Zu2013-06-091-4/+10
* | Merge branch 'stable-2.6' into stable-2.7Shawn Pearce2013-05-181-21/+14
|\|
| * Work around MySQL refusing to be case sensitiveShawn Pearce2013-05-181-21/+14
* | Remove redundant footerLines argument from ChangeInserterGustaf Lundh2013-04-221-2/+1
* | Revert should use changeInserter for easier maintenence.Gustaf Lundh2013-04-091-19/+14
* | Implement sticky approvals with copyMaxScoreShawn Pearce2013-03-261-2/+3
|/
* Rename validateForRevertCommits to validateForGerritCommitsGustaf Lundh2013-03-121-1/+1
* Access LabelTypes through ProjectState rather than globallyDave Borowitz2013-03-111-2/+6
* Remove duplicate retrieving patchset code in editCommitMessage()Yang Zhenhui2013-03-051-4/+3
* Merge "Update tracking ids when editing a commit message in browser"Edwin Kempin2013-02-271-1/+4
|\
| * Update tracking ids when editing a commit message in browserChristian Aistleitner2013-02-271-1/+4
* | Fix bad indentation in ChangeUtil.javaDavid Pursehouse2013-02-271-4/+4
|/
* Carry over vetos when editing a commit message in browserChristian Aistleitner2013-02-271-1/+4
* Fix NPE on reverting a change if message is not specifiedEdwin Kempin2013-02-221-8/+14
* Rename "GitReferenceUpdated replication" to "GitReferenceUpdated gitRefUpdated"Sasa Zivkov2013-02-011-8/+8
* Add oldObjectId and newObjectId to the GitReferenceUpdatedListener.UpdateSasa Zivkov2013-02-011-3/+3
* Fix: User could get around restrictions by reverting a commitGustaf Lundh2013-01-101-16/+22
* Fix: User could get around restrictions by editing commit msgGustaf Lundh2013-01-081-106/+113
* Show proper error message if registering email address failsEdwin Kempin2013-01-031-1/+1
* Send email notification when commit message is editedDavid Pursehouse2012-12-061-0/+7
* Fix NPE in ChangeUtilBruce Zu2012-12-041-1/+2
* Remove nbrPatchSets from ChangeColby Ranger2012-11-301-18/+25
* Raise exception if edited commit message is same as currentDavid Pursehouse2012-11-291-3/+5
* Run /abandon and /restore in a single database operationShawn O. Pearce2012-11-261-24/+0
* Fix: Editing the commit message changes the author name and dateShawn Pearce2012-11-251-6/+8
* Fix: Editing the commit message causes other files to be removedDavid Pursehouse2012-11-251-1/+1
* Make new message UUIDs more URL encoding friendlyShawn O. Pearce2012-11-241-3/+9
* Allow editing of commit message from UI.Gustaf Lundh2012-11-201-0/+152
* Fix: Reverting a change does not preserve the change's topicDavid Pursehouse2012-11-171-2/+4
* Refactor code for rebasing changes to make it reusableEdwin Kempin2012-10-211-280/+0
* Create a draft patch set when a draft patch set is rebasedEdwin Kempin2012-09-141-0/+1
* Fix rebase patch set and revert change to update Git firstShawn O. Pearce2012-08-061-107/+144
* Insert Change-Id for revert commitsEdwin Kempin2012-07-131-2/+7
* Catch all exceptions when emailing change updateEdwin Kempin2012-06-191-4/+13
* No longer throw InvalidChangeOp in changeUpdatedConley Owens2012-06-121-6/+2
* Move replication logic to replication pluginShawn O. Pearce2012-05-181-8/+8
* Fix: Rebase did not mail all reviewersGustaf Lundh2012-05-081-8/+8
* Use Guice to feed dependencies to ApprovalsUtilShawn O. Pearce2012-04-271-4/+3
* Add rebase button to the change screenGustaf Lundh2012-03-271-0/+261
* Updated to gwtorm 1.4.Colby Ranger2012-03-071-9/+9
* Fix code to remove some of the Eclipse warningsGustaf Lundh2012-03-051-2/+0
* Refactor DeleteDraft into gerrit-serverConley Owens2012-02-131-31/+1
* Merge "Refactor PublishDraft into gerrit-server"Edwin Kempin2012-02-061-38/+0
|\
| * Refactor PublishDraft into gerrit-serverConley Owens2012-02-031-38/+0
* | Factor out approvals change status syncingMartin Fick2012-02-031-6/+1
|/