summaryrefslogtreecommitdiff
path: root/spec/requests
Commit message (Expand)AuthorAgeFilesLines
* Return 404 in project issues API endpoint when project cannot be foundAdam Niedzielski2017-03-202-0/+12
* Merge branch 'fix/regressions-in-ci-v4-api' into 'master' Kamil Trzciński2017-03-201-16/+62
|\
| * Update example's name in /runners/verify testsTomasz Maczukin2017-03-201-1/+1
| * Send only defined dependenciesTomasz Maczukin2017-03-201-4/+33
| * Send token of depenent jobTomasz Maczukin2017-03-201-2/+3
| * Remove legacy Runners support in /api/v4/jobs/requestTomasz Maczukin2017-03-201-14/+2
| * Make runner's veryfication working againTomasz Maczukin2017-03-201-0/+28
* | Allow dot in branch name in trigger/builds endpoint in APIGeorge Andrinopoulos2017-03-202-15/+43
* | Allow unauthenticated access to some Branch API GET endpointsRémy Coutable2017-03-201-56/+125
|/
* Merge branch '29604-v3-fix-branch-creation' into 'master' Sean McGivern2017-03-171-0/+52
|\
| * Use "branch_name" instead "branch" on V3 branch creation API29604-v3-fix-branch-creationOswaldo Ferreira2017-03-161-0/+52
* | Add ability to disable Merge Request URL on pushAlex Sanford2017-03-171-1/+10
|/
* Merge branch '27988-fix-transient-failure-in-commits-api' into 'master' Sean McGivern2017-03-162-15/+16
|\
| * Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ...Rémy Coutable2017-03-161-1/+0
| * Ensure dots in project path is allowed in the commits APIRémy Coutable2017-03-142-15/+17
* | Put the use of "No Label" in the descriptiontc-clean-up-no-label-docToon Claes2017-03-161-0/+10
* | Futher rename the CI variableszj-rename-ci-varsZ.J. van de Weg2017-03-162-10/+10
|/
* Merge branch 'fix/regression-in-runners-registration-v1-api' into 'master' Rémy Coutable2017-03-142-0/+6
|\
| * Fix regression in runners registration v1 apifix/regression-in-runners-registration-v1-apiTomasz Maczukin2017-03-132-0/+6
* | Merge branch '25515-delegate-single-discussion-to-new-issue' into 'master' Douwe Maan2017-03-131-13/+18
|\ \
| * | Rename variableBob Van Landuyt2017-03-131-2/+2
| * | Always require MR-iid for resolving discussionsBob Van Landuyt2017-03-131-0/+1
| * | Delegate a single discussion to a new issueBob Van Landuyt2017-03-131-13/+17
* | | Implement `json_response` as a `let` variableRémy Coutable2017-03-131-2/+2
| |/ |/|
* | Merge branch 'refactor/global-permissions-for-internal-users' into 'master' Sean McGivern2017-03-131-1/+1
|\ \ | |/ |/|
| * fix a brittle stubhttp://jneen.net/2017-03-091-1/+1
* | Merge branch 'tc-fix-project-create-500' into 'master'Douwe Maan2017-03-101-0/+8
|\ \ | |/ |/|
| * Fix for creating a project through API when import_url is niltc-fix-project-create-500Toon Claes2017-03-101-0/+8
* | Order milestone issues by position ascending in apiGeorge Andrinopoulos2017-03-091-3/+29
|/
* Merge branch 'issue_16834'Douwe Maan2017-03-073-104/+400
|\
| * Remove unecessary endpoint from repository, add compatibility endpoints for v...issue_16834Felipe Artur2017-03-073-68/+247
| * Update API endpoints for raw filesFelipe Artur2017-03-072-97/+214
* | Merge branch '1381-present-commits-pagination-headers-correctly' into 'master' Douwe Maan2017-03-081-2/+92
|\ \
| * | Returns correct header data for commits endpointOswaldo Ferreira2017-03-071-12/+65
| * | Manually set total_count when paginating commitsJordan Ryan Reuter2017-03-071-0/+37
| |/
* | Make it possible to query scope as scope[]=Toon Claes2017-03-071-4/+4
* | Add GET /projects/:id/pipelines/:pipeline_id/jobs endpointToon Claes2017-03-071-0/+72
|/
* Added Prometheus Service and Prometheus graphsKamil Trzciński2017-03-071-1/+3
* Merge branch '28447-hybrid-repository-storages' into 'master' Sean McGivern2017-03-071-1/+1
|\
| * Update storage settings to allow extra values per shard28447-hybrid-repository-storagesAlejandro Rodríguez2017-03-031-1/+1
* | Merge branch 'siemens/gitlab-ce-feature/openid-connect'Sean McGivern2017-03-075-2/+202
|\ \
| * | Don't allow blocked users to authenticate through other meansMarkus Koller2017-03-074-2/+68
| * | Implement OpenID Connect identity providerMarkus Koller2017-03-071-0/+134
* | | Merge remote-tracking branch 'origin/personal_access_token_api_and_impersonat...Douwe Maan2017-03-071-0/+185
|\ \ \ | |/ / |/| |
| * | apply codestyle and implementation changes to the respective feature codepersonal_access_token_api_and_impersonation_tokenTiago Botelho2017-03-062-215/+58
| * | refactors finder and correlated codeTiago Botelho2017-03-012-41/+41
| * | applies relevant changes to the code and code structureTiago Botelho2017-02-282-28/+43
| * | refactors documentation and personal access tokens form to not allow admins t...Tiago Botelho2017-02-282-11/+74
| * | add impersonation tokenSimon Vocella2017-02-281-3/+25
| * | manage personal_access_tokens through apiSimon Vocella2017-02-282-0/+242