summaryrefslogtreecommitdiff
path: root/lib/api
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '28810-projectfinder-should-handle-more-options' into 'master' Rémy Coutable2017-04-066-6/+6
|\
| * ProjectsFinder should handle more optionsJacopo2017-04-066-6/+6
* | Merge branch '30021-api-deploy_keys-can_push-is-not-honoured' into 'master' Rémy Coutable2017-04-061-0/+1
|\ \
| * | Enable creation of deploy keys with write access via the APIMark Fletcher2017-04-051-0/+1
* | | Merge branch '30195-document-search-param-on-api' into 'master' Sean McGivern2017-04-051-0/+1
|\ \ \
| * | | Add "search" optional param and docs for V430195-document-search-param-on-apiOswaldo Ferreira2017-04-051-0/+1
| |/ /
* | | Merge branch 'gitaly-refs' into 'master'Robert Speicher2017-04-051-1/+4
|\ \ \ | |_|/ |/| |
| * | Incorporate Gitaly client for refs serviceAlejandro Rodríguez2017-04-041-1/+4
* | | Added mock deployment and monitoring service with environments fixturesKamil Trzciński2017-04-051-1/+7
| |/ |/|
* | Merge branch 'bug/api_milestone_merge_requests_scope' into 'master' Rémy Coutable2017-04-041-1/+1
|\ \ | |/ |/|
| * Fixes milestone/merge_request API endpoint to really scope the resultsJoren De Groof2017-04-031-1/+1
* | Merge branch 'backport-sticking-api-helper-changes' into 'master' Kamil Trzciński2017-04-042-11/+10
|\ \
| * | Backport API changes needed to fix sticking in EEbackport-sticking-api-helper-changesYorick Peterse2017-03-312-11/+10
| |/
* | Merge branch 'style-proc-cop' into 'master' Rémy Coutable2017-04-031-1/+1
|\ \
| * | Enable Style/Proc cop for rubocopmhasbini2017-04-021-1/+1
| |/
* | Merge branch '22303-symbolic-in-tree' into 'master' Douwe Maan2017-04-031-1/+1
|\ \
| * | Fix symlink icon in project treemhasbini2017-04-021-1/+1
| |/
* | Merge branch 'introduce-base-polling-interval' into 'master' Sean McGivern2017-04-032-1/+3
|\ \
| * | Introduce "polling_interval_multiplier" as application settingAdam Niedzielski2017-04-032-1/+3
| |/
* | Delete users asynchronouslysh-fix-destroy-user-raceStan Hu2017-04-021-1/+1
|/
* Merge branch 'gitaly-socket-per-shard' into 'master' Sean McGivern2017-03-291-1/+1
|\
| * Separate GRPC channels per repository storageJacob Vosmaer2017-03-291-1/+1
* | Merge branch '23655-api-group-issues' into 'master' Rémy Coutable2017-03-292-4/+4
|\ \
| * | Fix API group/issues default state filterAlexander Randa2017-03-282-4/+4
* | | Labels support color names in backendDongqing Hu2017-03-291-4/+5
* | | Merge branch 'tc-api-remove-comments-endpoint' into 'master' Rémy Coutable2017-03-283-40/+14
|\ \ \ | |_|/ |/| |
| * | API: Make the /notes endpoint work with noteable iid instead of idToon Claes2017-03-272-5/+14
| * | Remove `:id/merge_requests/:merge_request_iid/comments` endpointsToon Claes2017-03-271-35/+0
| |/
* | Implement new service for creating userGeorge Andrinopoulos2017-03-272-23/+57
|/
* Return 404 in project issues API endpoint when project cannot be foundAdam Niedzielski2017-03-202-2/+2
* Merge branch 'fix/regressions-in-ci-v4-api' into 'master' Kamil Trzciński2017-03-203-13/+19
|\
| * Send only defined dependenciesTomasz Maczukin2017-03-201-1/+1
| * Send token of depenent jobTomasz Maczukin2017-03-201-1/+1
| * Remove legacy Runners support in /api/v4/jobs/requestTomasz Maczukin2017-03-202-11/+6
| * Make runner's veryfication working againTomasz Maczukin2017-03-201-0/+11
* | Allow dot in branch name in trigger/builds endpoint in APIGeorge Andrinopoulos2017-03-202-2/+2
* | Allow unauthenticated access to some Branch API GET endpointsRémy Coutable2017-03-201-1/+1
|/
* All CI offline migrationsKamil Trzciński2017-03-171-23/+2
* Use "branch_name" instead "branch" on V3 branch creation API29604-v3-fix-branch-creationOswaldo Ferreira2017-03-161-0/+21
* Merge branch '27988-fix-transient-failure-in-commits-api' into 'master' Sean McGivern2017-03-1659-76/+86
|\
| * Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ...Rémy Coutable2017-03-1659-76/+86
| * Ensure dots in project path is allowed in the commits APIRémy Coutable2017-03-142-2/+2
* | Add 'Undo mark all as done' to TodosJacopo2017-03-161-2/+2
|/
* Merge branch '25515-delegate-single-discussion-to-new-issue' into 'master' Douwe Maan2017-03-132-13/+4
|\
| * Make API v3 work with the new param nameBob Van Landuyt2017-03-131-0/+1
| * Rename variableBob Van Landuyt2017-03-131-2/+2
| * Make API v3 compatible with the changes in `Issues::CreateService`Bob Van Landuyt2017-03-131-6/+0
| * Always require MR-iid for resolving discussionsBob Van Landuyt2017-03-131-12/+1
| * Delegate a single discussion to a new issueBob Van Landuyt2017-03-131-0/+7
* | use the policy stack to protect loginshttp://jneen.net/2017-03-091-1/+1