summaryrefslogtreecommitdiffstats
path: root/gerrit-extension-api/src
Commit message (Expand)AuthorAgeFilesLines
* Add an event for project deletionEdwin Kempin2015-02-101-0/+27
* Support triggering GC for one project via RESTEdwin Kempin2013-03-261-0/+23
* Add REST API for 'create project'Bruce Zu2013-03-071-0/+24
* Add oldObjectId and newObjectId to the GitReferenceUpdatedListener.UpdateSasa Zivkov2013-02-011-0/+2
* Use IdString to wrap encoded strings in REST API callsShawn Pearce2013-01-284-2/+75
* Move Url utility class to restapi packageShawn Pearce2013-01-281-0/+65
* Change group creation to be PUT /groups/{name}Shawn Pearce2013-01-261-0/+30
* Simplify RestModifyView interfaceShawn Pearce2013-01-261-7/+0
* Accept POST on supported REST collectionsShawn Pearce2013-01-261-0/+36
* Allow REST APIs to return HTTP redirectsShawn Pearce2013-01-161-0/+34
* Add DynamicItem for extension points with one implementationBrad Larson2013-01-143-0/+324
* Use HTTP 201, 204 response codes in REST APIShawn O. Pearce2012-11-271-0/+93
* Add /changes/{id}/revisions/{commit}/draftsShawn O. Pearce2012-11-181-1/+2
* Extract MethodNotAllowed as an API exceptionShawn O. Pearce2012-11-161-0/+20
* Implement new /changes/{id}/action style REST APIShawn O. Pearce2012-11-1617-0/+864
* Allow web UI plugins to auto-registerShawn O. Pearce2012-10-211-0/+15
* JavaScipt and GWT based UI plugin supportDariusz Luksza2012-10-213-0/+120
* Fix various warningsEdwin Kempin2012-10-181-3/+0
* Revert "Additional log on plug-in self-registration and failures."Martin Fick2012-07-101-6/+1
* Additional log on plug-in self-registration and failures.Luca Milanesio2012-06-271-1/+6
* Apply @RequiresCapability to REST APIBrad Larson2012-06-041-0/+31
* Dynamic{Set,Map} should only include explicitly bound items.Colby Ranger2012-05-182-2/+9
* Move replication logic to replication pluginShawn O. Pearce2012-05-182-0/+63
* Don't bind non-annotated types into DynamicSet, DynamicMapShawn O. Pearce2012-05-181-2/+6
* Register DynamicSet, DynamicMap from parent injectorsShawn O. Pearce2012-05-181-0/+171
* Export LifecycleListener in the extension APIShawn O. Pearce2012-05-181-0/+29
* Store Provider<T> in DynamicSet, DynamicMapShawn O. Pearce2012-05-186-35/+71
* Provide a data directory to plugins on demandShawn O. Pearce2012-05-141-0/+42
* Export ServerInformation to extensions and pluginsShawn O. Pearce2012-05-141-0/+42
* Fix equals method of DynamicMap.NamePairEdwin Kempin2012-05-111-1/+1
* Implement DynamicSet<T>, DynamicMap<T> to provide bindings in GuiceShawn O. Pearce2012-05-108-0/+687
* Define gerrit-extension-api moduleShawn O. Pearce2012-05-105-0/+193