summaryrefslogtreecommitdiffstats
path: root/gerrit-server
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fix generation of owner group in GroupDetail."Shawn Pearce2012-05-221-1/+1
|\
| * Fix generation of owner group in GroupDetail.Colby Ranger2012-05-221-1/+1
* | Update JGit to 1.3.0.201202151440-r.140-g8c73245Shawn O. Pearce2012-05-221-2/+2
* | Merge branch 'stable-2.4'Shawn O. Pearce2012-05-212-38/+11
|\ \ | |/ |/|
| * Fix duplicated results on status:open project:P branch:BShawn O. Pearce2012-05-211-37/+10
| * Merge branch 'stable-2.3' into stable-2.4Sasa Zivkov2012-05-162-10/+3
| |\
| | * Fix: Inconsistent behaviour when replicating refs/meta/configGustaf Lundh2012-05-081-9/+2
| * | Fix case check for project name so that symlinks work againEdwin Kempin2012-05-034-65/+67
* | | Merge "Initialize the submodule commit message buffer"Shawn Pearce2012-05-191-0/+3
|\ \ \
| * | | Initialize the submodule commit message bufferJoe Hansche2012-05-181-0/+3
* | | | Update the ThreadLocal based scopes to use RequestContext.Colby Ranger2012-05-187-90/+137
|/ / /
* | | Added the RequestContext for the scope.Colby Ranger2012-05-183-0/+154
* | | Merge "Migrate AccountGroup owner Id to UUID"Shawn Pearce2012-05-187-33/+128
|\ \ \
| * | | Migrate AccountGroup owner Id to UUIDColby Ranger2012-05-187-33/+128
* | | | Move replication logic to replication pluginShawn O. Pearce2012-05-1833-1540/+206
|/ / /
* | | Markdown formatting improvementsShawn O. Pearce2012-05-183-6/+175
* | | Turn off HARDWRAPS option in pegdownShawn O. Pearce2012-05-181-5/+6
* | | Expose only extension-api to extensionsShawn O. Pearce2012-05-182-16/+76
* | | Don't bind non-annotated types into DynamicSet, DynamicMapShawn O. Pearce2012-05-181-0/+6
* | | Register DynamicSet, DynamicMap from parent injectorsShawn O. Pearce2012-05-181-54/+9
* | | Export LifecycleListener in the extension APIShawn O. Pearce2012-05-1810-33/+9
* | | Use Provider to obtain LifecycleListenersShawn O. Pearce2012-05-182-50/+49
* | | Store Provider<T> in DynamicSet, DynamicMapShawn O. Pearce2012-05-181-5/+5
* | | Fix guice creation error during plugin loadingSasa Zivkov2012-05-181-8/+0
* | | Perform plugin cleanup in the backgroundShawn O. Pearce2012-05-145-34/+129
* | | Permit restarting a specific pluginShawn O. Pearce2012-05-141-0/+36
* | | Provide a data directory to plugins on demandShawn O. Pearce2012-05-143-1/+32
* | | Export ServerInformation to extensions and pluginsShawn O. Pearce2012-05-145-11/+69
* | | Enable multiple bindings during auto registrationShawn O. Pearce2012-05-141-4/+5
* | | Allow seeing plugins without the PluginLoader lockShawn O. Pearce2012-05-141-5/+4
* | | Allow GitRepositoryManager methods to throw IOExceptionsDave Borowitz2012-05-1413-19/+34
* | | Merge "Add ProjectCache.remove()"Martin Fick2012-05-143-0/+24
|\ \ \
| * | | Add ProjectCache.remove()Brad Larson2012-05-103-0/+24
* | | | Merge "Add notify section in project.config"Shawn O. Pearce2012-05-1414-93/+458
|\ \ \ \
| * | | | Add notify section in project.configShawn O. Pearce2012-05-0914-93/+458
* | | | | Merge changes I29e1b1c5,I22bbe366Shawn Pearce2012-05-112-0/+40
|\ \ \ \ \
| * | | | | Auto-format plugin HTTP pages from known formatsNasser Grainawi2012-05-112-0/+40
| | |/ / / | |/| | |
* / | | | Fix bug with member assignment order in PushReplication.Colby Ranger2012-05-111-1/+1
|/ / / /
* | | | Merge changes Ic8f371d9,Iae4cffcd,I4213004fMartin Fick2012-05-107-42/+780
|\ \ \ \
| * | | | Implement DynamicSet<T>, DynamicMap<T> to provide bindings in GuiceShawn O. Pearce2012-05-103-9/+442
| * | | | Automatically register plugin bindingsShawn O. Pearce2012-05-106-23/+370
| * | | | Define gerrit-extension-api moduleShawn O. Pearce2012-05-104-50/+8
* | | | | Merge changes I688490ff,I267176cc,Ib0c1b40d,I8e211592,Iec165991Martin Fick2012-05-107-102/+295
|\| | | |
| * | | | Support serving static/ and Documentation/ from pluginsShawn O. Pearce2012-05-103-32/+62
| * | | | Allow plugins.checkFrequency = 0 to disable scannerShawn O. Pearce2012-05-101-7/+15
| * | | | Execute plugins from a copy in $site_path/tmpShawn O. Pearce2012-05-104-27/+126
| * | | | Atomic replace SSH and HTTP bindings during plugin reloadShawn O. Pearce2012-05-104-46/+102
* | | | | Merge "Add support for HTTP plugins"Martin Fick2012-05-103-5/+106
|\| | | |
| * | | | Add support for HTTP pluginsShawn O. Pearce2012-05-103-5/+106
* | | | | Merge "Add explanation of dummy approvals to ApprovalsUtil"Edwin Kempin2012-05-101-0/+10
|\ \ \ \ \