summaryrefslogtreecommitdiff
path: root/lib/api
Commit message (Expand)AuthorAgeFilesLines
* 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
* | use a magic default :global symbol instead of nilhttp://jneen.net/2017-03-092-3/+3
|/
* Order milestone issues by position ascending in apiGeorge Andrinopoulos2017-03-091-2/+4
* Merge branch 'issue_16834'Douwe Maan2017-03-073-49/+122
|\
| * Remove unecessary endpoint from repository, add compatibility endpoints for v...issue_16834Felipe Artur2017-03-073-45/+75
| * Update API endpoints for raw filesFelipe Artur2017-03-072-31/+74
* | Merge branch '1381-present-commits-pagination-headers-correctly' into 'master' Douwe Maan2017-03-081-8/+20
|\ \
| * | Returns correct header data for commits endpointOswaldo Ferreira2017-03-071-7/+17
| * | Fix pagination headers for repository commits api endpointGeorge Andrinopoulos2017-03-071-3/+2
| * | Manually set total_count when paginating commitsJordan Ryan Reuter2017-03-071-1/+4
| |/
* | Remove user_can_download_artifactsToon Claes2017-03-072-32/+16
* | Make it possible to query scope as scope[]=Toon Claes2017-03-071-0/+2
* | Add GET /projects/:id/pipelines/:pipeline_id/jobs endpointToon Claes2017-03-071-0/+17
|/
* Added Prometheus Service and Prometheus graphsKamil Trzciński2017-03-071-0/+9
* Merge branch '28447-hybrid-repository-storages' into 'master' Sean McGivern2017-03-071-3/+3
|\
| * Update storage settings to allow extra values per shard28447-hybrid-repository-storagesAlejandro Rodríguez2017-03-031-3/+3
* | Merge remote-tracking branch 'origin/personal_access_token_api_and_impersonat...Douwe Maan2017-03-072-0/+91
|\ \
| * | apply codestyle and implementation changes to the respective feature codepersonal_access_token_api_and_impersonation_tokenTiago Botelho2017-03-063-112/+36
| * | refactors finder and correlated codeTiago Botelho2017-03-012-24/+27
| * | applies relevant changes to the code and code structureTiago Botelho2017-02-283-65/+43
| * | refactors documentation and personal access tokens form to not allow admins t...Tiago Botelho2017-02-282-54/+103
| * | add impersonation tokenSimon Vocella2017-02-282-2/+6
| * | manage personal_access_tokens through apiSimon Vocella2017-02-284-0/+133
* | | Merge branch 'feature/runner-jobs-v4-api' into 'master' Kamil Trzciński2017-03-073-0/+330
|\ \ \
| * | | Add minor refactoringfeature/runner-jobs-v4-apiTomasz Maczukin2017-03-071-1/+1
| * | | Add some fixes and refactoring after reviewTomasz Maczukin2017-03-021-1/+2
| * | | Fix rubocop offensesTomasz Maczukin2017-03-022-11/+9
| * | | Add artifacts downloading APITomasz Maczukin2017-03-021-0/+25
| * | | Add artifacts uploading APITomasz Maczukin2017-03-021-0/+47
| * | | Add artifacts uploading authorize APITomasz Maczukin2017-03-022-0/+34