summaryrefslogtreecommitdiffstats
path: root/gerrit-server
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fix: failed to validate Change-Id of some new patch-sets pushed by 're...v2.6-rc4Shawn Pearce2013-06-103-11/+16
|\
| * Fix: failed to validate Change-Id of some new patch-sets pushed by 'refs/chan...Bruce Zu2013-06-093-11/+16
* | Check that patch set is current before doing a rebaseEdwin Kempin2013-06-061-0/+3
|/
* Add trailing period on "This reverts commit ..." lineDavid Pursehouse2013-06-061-1/+1
* Fix: push bypass review cannot close change from UIBruce Zu2013-06-041-12/+16
* Fix: 'change_key' of current patchset pushed by 'refs/changes' is still old one.Bruce Zu2013-06-041-0/+8
* Use "abbreviation" instead of "abbreviatedName" for labelsDave Borowitz2013-05-225-7/+7
* Work around MySQL refusing to be case sensitiveShawn Pearce2013-05-181-21/+14
* Correct a typo in help text for --draft on push optionsDavid Pursehouse2013-05-071-1/+1
* Re-add comment why connection pooling is turned off for MySQLChristian Aistleitner2013-05-051-0/+4
* Fix RebaseIfNecessary submit strategyEdwin Kempin2013-05-021-3/+7
* Defer loading site libraries until database opensShawn Pearce2013-04-261-5/+17
* Merge "Run plugin startup and shutdown as PluginUser" into stable-2.6Shawn Pearce2013-04-257-18/+166
|\
| * Run plugin startup and shutdown as PluginUserShawn Pearce2013-04-257-18/+166
* | Merge "Allow InternalUser (aka plugins) to see any internal group" into stabl...Shawn Pearce2013-04-251-0/+2
|\|
| * Allow InternalUser (aka plugins) to see any internal groupShawn Pearce2013-04-231-0/+2
* | Merge "Remove unnecessary @SuppressWarnings annotations in ChangeControl" int...Shawn Pearce2013-04-241-2/+0
|\ \
| * | Remove unnecessary @SuppressWarnings annotations in ChangeControlDavid Pursehouse2013-04-241-2/+0
| |/
* / Replace Hashtable with ConcurrentMapShawn Pearce2013-04-231-2/+1
|/
* Avoid validating valid commits two times in ReceiveCommits.Sasa Zivkov2013-04-231-0/+6
* Merge "MergeUtil: Remove legacy label ID" into stable-2.6Shawn Pearce2013-04-221-2/+2
|\
| * MergeUtil: Remove legacy label IDOrgad Shaneh2013-04-191-2/+2
* | Gracefully fail when submit_rule/1 has no solutionsShawn Pearce2013-04-194-16/+32
|/
* Remove unused importDavid Pursehouse2013-04-181-1/+0
* Clearer error message when Change-Id line not foundDavid Pursehouse2013-04-161-1/+2
* Migration v57 setInt parameter trivial fixLevente Tamas2013-04-081-1/+1
* Support '${project}' token in dashboard title and descriptionEdwin Kempin2013-04-041-2/+2
* Grant force 'Edit Topic Name' when creating All-ProjectsEdwin Kempin2013-04-031-1/+11
* Merge "Disallow voting for patch sets other than the current one" into stable...Shawn Pearce2013-04-031-3/+8
|\
| * Disallow voting for patch sets other than the current oneDave Borowitz2013-04-021-3/+8
* | Merge "ChangeJson: Extract a method for checking ListChangesOptions" into sta...Shawn Pearce2013-04-031-11/+11
|\|
| * ChangeJson: Extract a method for checking ListChangesOptionsDave Borowitz2013-04-021-11/+11
* | Merge "add null check to patchset object while creating descendent changes." ...Shawn Pearce2013-04-031-5/+18
|\ \
| * | add null check to patchset object while creating descendent changes.Raviteja Sunkara2013-04-021-5/+18
* | | Merge "Small cleanup in PerformCreateProject" into stable-2.6Shawn Pearce2013-04-031-6/+4
|\ \ \ | |_|/ |/| |
| * | Small cleanup in PerformCreateProjectDariusz Luksza2013-04-021-6/+4
| |/
* / Only flatten approvals on submit for the current patch setDave Borowitz2013-04-021-11/+10
|/
* Grant most permissions when creating All-ProjectsShawn Pearce2013-03-281-20/+46
* Don't create verified category by defaultShawn Pearce2013-03-282-20/+1
* Cleanup ugly trailing comments when creating All-ProjectsShawn Pearce2013-03-281-5/+5
* Enable content merge by defaultShawn Pearce2013-03-281-1/+1
* Change the default description for All-ProjectsShawn Pearce2013-03-281-1/+1
* Rename initWildCardProject to initAllProjectsShawn Pearce2013-03-281-5/+5
* Remove login dialogs and replace with /login/ URLsShawn Pearce2013-03-282-1/+46
* Fix error message when adding a reviewer that does not existShawn Pearce2013-03-273-1/+9
* Make ProjectInfo and fields publicDave Borowitz2013-03-271-7/+7
* Make ListProjects.apply() more friendly for programmatic useDave Borowitz2013-03-271-10/+7
* ListProjects: Move @Option to public settersDave Borowitz2013-03-271-15/+39
* Fix overriding of labels in child projectsShawn Pearce2013-03-261-1/+1
* Support triggering GC for one project via RESTEdwin Kempin2013-03-262-0/+94