summaryrefslogtreecommitdiffstats
path: root/gerrit-server/src/main/java/com/google/gerrit/server/config/GerritRequestModule.java
Commit message (Expand)AuthorAgeFilesLines
* Staging branch featureIsmo Haataja2014-06-201-0/+5
* Revert should use changeInserter for easier maintenence.Gustaf Lundh2013-04-091-4/+0
* Break out parts of ReceiveCommits.insertChange()Gustaf Lundh2013-03-121-0/+2
* Add REST API for 'create project'Bruce Zu2013-03-071-4/+0
* Rename CreateProject to PerformCreateProjectBruce Zu2013-03-041-2/+2
* Add options to refs/for/ magic branch syntaxShawn Pearce2013-02-271-2/+0
* Remove old Add/RemoveReviewer handlersDave Borowitz2013-02-211-2/+0
* Move GroupMembers binding to GerritGlobalModuleDave Borowitz2013-02-211-2/+0
* Remove SshInfo from email templates and move to sysInjectorDave Borowitz2013-02-211-14/+0
* Move code review notes logic to reviewnotes pluginSasa Zivkov2013-02-011-2/+0
* Support rename of groups via RESTEdwin Kempin2013-01-301-2/+0
* Support creation of groups via RESTEdwin Kempin2013-01-261-2/+0
* Rewrite /avatar/{id} as REST API /accounts/{id}/avatarShawn Pearce2013-01-171-1/+0
* Allow administrators to see other user capabilitiesShawn Pearce2013-01-161-1/+0
* Merge "Add REST endpoints to retrieve group members and included groups"Shawn Pearce2013-01-101-2/+0
|\
| * Add REST endpoints to retrieve group members and included groupsEdwin Kempin2013-01-101-2/+0
* | Move CommitValidators.Factory binding to GerritGlobalModuleGustaf Lundh2013-01-081-2/+0
|/
* Remove unused importDavid Pursehouse2013-01-091-1/+0
* Merge "Add REST endpoint to retrieve groups"David Pursehouse2013-01-081-1/+0
|\
| * Add REST endpoint to retrieve groupsEdwin Kempin2013-01-081-1/+0
* | Refactored out commit validation code from ReceiveCommits.Gustaf Lundh2013-01-071-0/+2
|/
* Expose the AnonymousCowardName, GerritPersonIdent and NotesBranchUtil to pluginsSasa Zivkov2012-12-201-2/+0
* Merge "Send email notification when commit message is edited"Martin Fick2012-12-061-0/+2
|\
| * Send email notification when commit message is editedDavid Pursehouse2012-12-061-0/+2
* | Removed RebaseChange.Factory.Gustaf Lundh2012-12-041-2/+0
|/
* Use /changes/{id}/revisions/{sha1}/submit to submit changesShawn O. Pearce2012-11-261-2/+0
* Add REST API for /restoreBrad Larson2012-11-231-2/+0
* Update web UI to use /reviewShawn O. Pearce2012-11-231-2/+0
* Implement revert change via REST APIDavid Pursehouse2012-11-221-2/+0
* Explicitly bind RestCollections in modulesShawn O. Pearce2012-11-201-2/+0
* Remove some usused importsDavid Pursehouse2012-11-191-1/+0
* Add POST /changes/{id}/revisions/{sha1}/reviewShawn O. Pearce2012-11-171-1/+0
* Implement new /changes/{id}/action style REST APIShawn O. Pearce2012-11-161-2/+0
* Make ReviewDb available in the server on a per-thread basisShawn O. Pearce2012-11-161-11/+1
* Enable storing of custom dashboards for projectsEdwin Kempin2012-11-151-0/+2
* Add submit strategy that rebases the change if necessaryEdwin Kempin2012-10-211-0/+2
* Merge "Factor out code for updating notes branches to NotesBranchUtil."Edwin Kempin2012-06-281-0/+2
|\
| * Factor out code for updating notes branches to NotesBranchUtil.Sasa Zivkov2012-06-261-0/+2
* | Make RestoreChange accept options/argsConley Owens2012-06-211-3/+0
* | Make abandon change accept options/argsConley Owens2012-06-201-1/+0
|/
* Make GroupBackend.suggest enforce visibility restrictionsColby Ranger2012-06-011-2/+0
* Cleaning up a few unused importsChad Horohoe2012-05-291-1/+0
* Update the ThreadLocal based scopes to use RequestContext.Colby Ranger2012-05-181-1/+0
* Merge "Add SSH command to ban commits"Shawn Pearce2012-05-031-0/+2
|\
| * Add SSH command to ban commitsEdwin Kempin2012-03-301-0/+2
* | Use Guice to feed dependencies to ApprovalsUtilShawn O. Pearce2012-04-271-0/+2
* | Refactor ls-projects code to gerrit-serverShawn O. Pearce2012-04-051-0/+2
|/
* Add rebase button to the change screenGustaf Lundh2012-03-271-0/+2
* Run ReceiveCommits in a shared thread poolDave Borowitz2012-03-091-2/+2
* Updated to gwtorm 1.4.Colby Ranger2012-03-071-1/+1