summaryrefslogtreecommitdiffstats
path: root/gerrit-extension-api
Commit message (Expand)AuthorAgeFilesLines
* Allow download schemes to support but not require authenticationJonathan Nieder2013-10-231-0/+5
* Merge "Add extension points for adding download schemes and commands"David Pursehouse2013-10-172-0/+67
|\
| * Add extension points for adding download schemes and commandsEdwin Kempin2013-10-162-0/+67
* | Merge "Create enum containing all Gerrit top menu items"Shawn Pearce2013-10-164-4/+57
|\ \
| * | Create enum containing all Gerrit top menu itemsDariusz Luksza2013-10-164-4/+57
| |/
* / Simplify the GitReferenceUpdatedListener.Event APISasa Zivkov2013-10-161-8/+3
|/
* Miscellaneous Javadoc cleanups to cut down on Eclipse warningsDave Borowitz2013-10-093-3/+5
* Add top menu extension pointDariusz Luksza2013-09-301-0/+51
* Add an event for project deletionEdwin Kempin2013-09-131-0/+27
* Download patch file with /patch?zip or /patch?downloadDavid Ostrovsky2013-08-221-0/+12
* Clean up final static to be static finalDavid Ostrovsky2013-08-191-1/+1
* Add REST endpoint to update the project configurationEdwin Kempin2013-08-142-0/+10
* Add support for plugin-owned capabilitiesDavid Ostrovsky2013-08-113-0/+64
* Use ETag and If-None-Match for /detail cachingShawn Pearce2013-07-191-0/+9
* ChangeScreen2: Allow browser caching of /detailShawn Pearce2013-07-192-0/+17
* Rewrite UI plugin action description APIShawn Pearce2013-07-152-14/+118
* Cache Not Found responses for retrieving avatar imagesEdwin Kempin2013-07-081-0/+6
* Allow error responses from REST API to be cachedEdwin Kempin2013-07-081-0/+11
* Allow a REST view to decide how long its response should be cachedEdwin Kempin2013-07-082-4/+56
* Merge "Support raw input for POST requests"Shawn Pearce2013-06-041-3/+2
|\
| * Support raw input for POST requestsEdwin Kempin2013-06-041-3/+2
* | UiCommand: support confirmation messageDavid Ostrovsky2013-06-021-0/+1
|/
* Merge "Make source JARs for {extension,plugin}-api targets"Shawn Pearce2013-05-301-1/+9
|\
| * Make source JARs for {extension,plugin}-api targetsDavid Ostrovsky2013-05-301-1/+9
* | Index modified filenames with LuceneDave Borowitz2013-05-291-0/+6
|/
* Delete Maven based buildDavid Ostrovsky2013-05-211-73/+0
* Merge "Allow user agents to cache /diff responses"Shawn Pearce2013-05-201-0/+28
|\
| * Allow user agents to cache /diff responsesShawn Pearce2013-05-191-0/+28
* | Support to get/set/delete the full name of an account via RESTEdwin Kempin2013-05-201-0/+9
|/
* Update buck build for strict dependenciesShawn Pearce2013-05-161-5/+1
* Allow UiCommands to appear in more than one placeShawn Pearce2013-05-101-1/+3
* Allow RestApiView<RevisionResource> to add buttons on patch setsShawn Pearce2013-05-101-0/+30
* Support iterating through all elements of a DynamicMapShawn Pearce2013-05-101-1/+46
* Replace StreamingResult with BinaryResultShawn Pearce2013-05-101-23/+0
* Move base64 response encoding into BinaryResultShawn Pearce2013-05-101-0/+12
* Build with BuckShawn Pearce2013-05-091-0/+10
* Move FileInfo to FileInfoJson and implement Files.list().Colby Ranger2013-05-081-0/+5
* Begin 2.8Shawn Pearce2013-05-061-1/+1
* Merge branch 'stable-2.6'Shawn Pearce2013-03-261-0/+23
|\
| * Support triggering GC for one project via RESTEdwin Kempin2013-03-261-0/+23
* | Start 2.7 developmentShawn Pearce2013-03-211-1/+1
|/
* 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