summaryrefslogtreecommitdiffstats
path: root/gerrit-server/src/main/java/com/google/gerrit/server/changedetail
Commit message (Expand)AuthorAgeFilesLines
* Add new change state "deferred".Ismo Haataja2014-06-201-0/+6
* Merge branch 'stable-2.6' into stable-2.7Dave Borowitz2013-09-181-3/+1
|\
| * NPE when deleting draft patch set when previous draft already deletedDavid Pursehouse2013-09-181-3/+1
* | Merge branch 'stable-2.6' into stable-2.7Shawn Pearce2013-06-081-0/+3
|\|
| * Check that patch set is current before doing a rebaseEdwin Kempin2013-06-061-0/+3
* | Merge branch 'stable-2.6'Edwin Kempin2013-05-031-5/+7
|\|
| * Fix RebaseIfNecessary submit strategyEdwin Kempin2013-05-021-3/+7
* | Implement sticky approvals with copyMaxScoreShawn Pearce2013-03-261-7/+4
|/
* Convert MergeUtil to use all non-static methodsDave Borowitz2013-03-131-11/+14
* Access LabelTypes through ProjectState rather than globallyDave Borowitz2013-03-112-6/+13
* Rename "GitReferenceUpdated replication" to "GitReferenceUpdated gitRefUpdated"Sasa Zivkov2013-02-012-9/+9
* Add oldObjectId and newObjectId to the GitReferenceUpdatedListener.UpdateSasa Zivkov2013-02-011-1/+1
* Merge "Fix 'No user on merge thread' when merging with 'Rebase If Necessary'"Shawn Pearce2013-01-101-8/+7
|\
| * Fix 'No user on merge thread' when merging with 'Rebase If Necessary'Edwin Kempin2012-12-281-8/+7
* | Make rebase failed and merge failed messages consistentDavid Pursehouse2013-01-101-1/+1
* | Fix: Inappropriate review message when rebasing change in WebUIDavid Pursehouse2013-01-081-1/+1
* | Add users mentioned in commit footer as reviewers on draft publishEdwin Kempin2013-01-071-0/+13
* | Notify users mentioned in commit footer on draft publishEdwin Kempin2013-01-071-15/+79
* | Notify project watchers if draft change is publishedEdwin Kempin2013-01-071-7/+43
* | Show proper error message if registering email address failsEdwin Kempin2013-01-031-1/+1
|/
* Removed RebaseChange.Factory.Gustaf Lundh2012-12-041-5/+0
* Remove nbrPatchSets from ChangeColby Ranger2012-11-301-17/+4
* Remove method removeLastPatchSetId() from Change.Colby Ranger2012-11-281-2/+3
* Remove method getNumberOfPatchSets() from Change.Colby Ranger2012-11-281-2/+1
* Use /changes/{id}/revisions/{sha1}/submit to submit changesShawn O. Pearce2012-11-261-207/+0
* Add REST API for /restoreBrad Larson2012-11-231-157/+0
* Support GET, PUT, DELETE on /changes/{id}/topicShawn O. Pearce2012-11-181-135/+0
* Better error message when topic name edit failsDavid Pursehouse2012-11-171-1/+1
* Use REST API when abandoning from web interfaceBrad Larson2012-11-161-52/+0
* Implement new /changes/{id}/action style REST APIShawn O. Pearce2012-11-161-88/+1
* Fix: NPE when editing topic name of change uploaded without topicDavid Pursehouse2012-11-161-1/+1
* Add different review messages depending on how the topic name is editedDavid Pursehouse2012-11-161-8/+16
* Fix: Topic name can be changed to whitespaceDavid Pursehouse2012-11-161-1/+1
* Make the ability to edit topic names a grantable permissionDavid Pursehouse2012-11-161-4/+12
* Add old topic name in review message when topic name is editedDavid Pursehouse2012-11-141-1/+2
* Fix: Topic changed message is added even if topic is not changedDavid Pursehouse2012-11-141-23/+25
* Merge "Better review message when a change is rebased in the UI"Martin Fick2012-11-131-1/+2
|\
| * Better review message when a change is rebased in the UIDavid Pursehouse2012-11-141-1/+2
* | Remove unused importsDavid Pursehouse2012-11-141-1/+0
|/
* Add an AlterTopicHandler to ChangeDetailServiceConley Owens2012-11-131-0/+117
* Hide the rebase button when patchset is already up-to-dateYang Zhenhui2012-10-261-56/+93
* Fix: draft-published event is not visibleDavid Pursehouse2012-10-231-31/+13
* Add submit strategy that rebases the change if necessaryEdwin Kempin2012-10-212-3/+31
* Refactor code for rebasing changes to make it reusableEdwin Kempin2012-10-211-0/+434
* Rename ChangeRestoreEvent to ChangeRestoredEventDavid Pursehouse2012-07-091-2/+2
* Make RestoreChange accept options/argsConley Owens2012-06-211-16/+28
* Make abandon change accept options/argsConley Owens2012-06-201-18/+29
* Reject submitting change if its destination branch does not existEdwin Kempin2012-06-181-3/+17
* Send event to stream when draft change is publishedDavid Pursehouse2012-06-161-3/+23
* No longer throw InvalidChangeOp in changeUpdatedConley Owens2012-06-122-17/+22