Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use the policy stack to protect logins | http://jneen.net/ | 2017-03-09 | 1 | -1/+1 |
| | |||||
* | use a magic default :global symbol instead of nil | http://jneen.net/ | 2017-03-09 | 2 | -3/+3 |
| | | | | to make sure we mean the global permissions | ||||
* | Order milestone issues by position ascending in api | George Andrinopoulos | 2017-03-09 | 1 | -2/+4 |
| | |||||
* | Merge branch 'issue_16834' | Douwe Maan | 2017-03-07 | 3 | -49/+122 |
|\ | | | | | | | | | # Conflicts: # doc/api/v3_to_v4.md | ||||
| * | Remove unecessary endpoint from repository, add compatibility endpoints for ↵issue_16834 | Felipe Artur | 2017-03-07 | 3 | -45/+75 |
| | | | | | | | | v3 and several improvements | ||||
| * | Update API endpoints for raw files | Felipe Artur | 2017-03-07 | 2 | -31/+74 |
| | | |||||
* | | Merge branch '1381-present-commits-pagination-headers-correctly' into 'master' | Douwe Maan | 2017-03-08 | 1 | -8/+20 |
|\ \ | | | | | | | | | | | | | | | | | | | GET "projects/:id/repository/commits" endpoint improvements Closes #1381 and #20207 See merge request !9679 | ||||
| * | | Returns correct header data for commits endpoint | Oswaldo Ferreira | 2017-03-07 | 1 | -7/+17 |
| | | | |||||
| * | | Fix pagination headers for repository commits api endpoint | George Andrinopoulos | 2017-03-07 | 1 | -3/+2 |
| | | | |||||
| * | | Manually set total_count when paginating commits | Jordan Ryan Reuter | 2017-03-07 | 1 | -1/+4 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | `Kaminari.paginate_array` takes some options, most relevant of which is a `total_count` parameter. Using the `commit_count` for `total_count` lets us correctly treat the return of `Repository#commits` as a subset of all the commits we may wish to list. Addition of a new `Repository#commit_count_for_ref` method was necessarry to allow the user to start from an arbitrary ref. Ref #1381 | ||||
* | | Remove user_can_download_artifacts | Toon Claes | 2017-03-07 | 2 | -32/+16 |
| | | | | | | | | It was actually not used anywhere. | ||||
* | | Make it possible to query scope as scope[]= | Toon Claes | 2017-03-07 | 1 | -0/+2 |
| | | | | | | | | | | Since issues also accepts the query parameter iids[]=, also make it possible query scope like that. | ||||
* | | Add GET /projects/:id/pipelines/:pipeline_id/jobs endpoint | Toon Claes | 2017-03-07 | 1 | -0/+17 |
|/ | | | | Add endpoint to get the jobs scoped to a pipeline. | ||||
* | Added Prometheus Service and Prometheus graphs | Kamil Trzciński | 2017-03-07 | 1 | -0/+9 |
| | |||||
* | Merge branch '28447-hybrid-repository-storages' into 'master' | Sean McGivern | 2017-03-07 | 1 | -3/+3 |
|\ | | | | | | | | | Update storage settings to allow extra values per shard See merge request !9597 | ||||
| * | Update storage settings to allow extra values per shard28447-hybrid-repository-storages | Alejandro Rodríguez | 2017-03-03 | 1 | -3/+3 |
| | | | | | | | | | | | | | | This will be necessary when adding gitaly settings. This version doesn't make any functional changes, but allows us to include this breaking change in 9.0 and add the needed extra settings in the future with backwards compatibility | ||||
* | | Merge remote-tracking branch ↵ | Douwe Maan | 2017-03-07 | 2 | -0/+91 |
|\ \ | | | | | | | | | | 'origin/personal_access_token_api_and_impersonation_token' | ||||
| * | | apply codestyle and implementation changes to the respective feature codepersonal_access_token_api_and_impersonation_token | Tiago Botelho | 2017-03-06 | 3 | -112/+36 |
| | | | |||||
| * | | refactors finder and correlated code | Tiago Botelho | 2017-03-01 | 2 | -24/+27 |
| | | | |||||
| * | | applies relevant changes to the code and code structure | Tiago Botelho | 2017-02-28 | 3 | -65/+43 |
| | | | |||||
| * | | refactors documentation and personal access tokens form to not allow admins ↵ | Tiago Botelho | 2017-02-28 | 2 | -54/+103 |
| | | | | | | | | | | | | to generate non impersionation tokens | ||||
| * | | add impersonation token | Simon Vocella | 2017-02-28 | 2 | -2/+6 |
| | | | |||||
| * | | manage personal_access_tokens through api | Simon Vocella | 2017-02-28 | 4 | -0/+133 |
| | | | |||||
* | | | Merge branch 'feature/runner-jobs-v4-api' into 'master' | Kamil Trzciński | 2017-03-07 | 3 | -0/+330 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Feature/runner jobs v4 api Closes #28513 See merge request !9273 | ||||
| * | | | Add minor refactoringfeature/runner-jobs-v4-api | Tomasz Maczukin | 2017-03-07 | 1 | -1/+1 |
| | | | | |||||
| * | | | Add some fixes and refactoring after review | Tomasz Maczukin | 2017-03-02 | 1 | -1/+2 |
| | | | | |||||
| * | | | Fix rubocop offenses | Tomasz Maczukin | 2017-03-02 | 2 | -11/+9 |
| | | | | |||||
| * | | | Add artifacts downloading API | Tomasz Maczukin | 2017-03-02 | 1 | -0/+25 |
| | | | | |||||
| * | | | Add artifacts uploading API | Tomasz Maczukin | 2017-03-02 | 1 | -0/+47 |
| | | | | |||||
| * | | | Add artifacts uploading authorize API | Tomasz Maczukin | 2017-03-02 | 2 | -0/+34 |
| | | | | |||||
| * | | | Add job patch trace API | Tomasz Maczukin | 2017-03-02 | 2 | -1/+44 |
| | | | | |||||
| * | | | Add job update API | Tomasz Maczukin | 2017-03-02 | 2 | -3/+38 |
| | | | | |||||
| * | | | Update step data naming | Tomasz Maczukin | 2017-03-02 | 1 | -1/+1 |
| | | | | |||||
| * | | | Add missing param description for POST /api/v4/jobs/request | Tomasz Maczukin | 2017-03-02 | 1 | -0/+2 |
| | | | | |||||
| * | | | Fix rubocop offenses | Tomasz Maczukin | 2017-03-02 | 1 | -1/+1 |
| | | | | |||||
| * | | | Refactor JobRequest response structure | Tomasz Maczukin | 2017-03-02 | 2 | -30/+70 |
| | | | | |||||
| * | | | Add jobs requesting API | Tomasz Maczukin | 2017-03-02 | 3 | -0/+105 |
| | | | | |||||
* | | | | Implement review comments from @dbalexandre28251-mr-and-issue-iids-for-api-v4 | Timothy Andrew | 2017-03-07 | 2 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | - Typo in docs - Newline between test/expectation in `api/issues_spec` - Use `find_by` instead of `reference_by` in the structure defining awardables | ||||
* | | | | Fix time tracking endpoints for API v4 | Timothy Andrew | 2017-03-07 | 2 | -3/+119 |
| | | | | | | | | | | | | | | | | | | | | | | | | - Use issue/merge_request IID instead of ID - Duplicate the original `TimeTrackingEndpoints` concern (+ specs) for V3, since this is a breaking change. | ||||
* | | | | Migrate the Todos API to use `issuable_iid` | Timothy Andrew | 2017-03-07 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | - Instead of `issuable_id` | ||||
* | | | | Migrate the AwardEmoji API to use `merge_request_iid` and `issue_iid` | Timothy Andrew | 2017-03-07 | 2 | -12/+87 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Instead of `merge_request_id` and `issue_id` - The API also deals with `snippet_id`, which remains unchanged (since snippets don't have `iid`s - Duplicate the original `AwardEmoji` API (and spec) for use with the V3 API, since this is a breaking change. | ||||
* | | | | Migrate the MergeRequestDiffs API to use `merge_request_iid` | Timothy Andrew | 2017-03-07 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | - Instead of `merge_request_id` - Duplicate the original `MergeRequestDiffs` API (and spec) for use with the V3 API, since this is a breaking change. | ||||
* | | | | API routes referencing a specific merge request should use the MR `iid` | Timothy Andrew | 2017-03-07 | 3 | -26/+36 |
| | | | | | | | | | | | | | | | | | | | | | | | | - As opposed to the `id` that was previously being used. - This brings the API routes closer to the web interface's routes. - This is specific to API v4. | ||||
* | | | | API routes referencing a specific issue should use the issue `iid` | Timothy Andrew | 2017-03-07 | 4 | -14/+25 |
| | | | | | | | | | | | | | | | | | | | | | | | | - As opposed to the issue `id` that was previously being used. - This brings the API routes closer to the web interface's routes. - This is specific to API v4. | ||||
* | | | | Merge branch '28598-narrow-environment-payload-by-using-basic-project' into ↵ | Rémy Coutable | 2017-03-07 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Simplify project payload exposed on Environment endpoints in V4 Closes #28598 See merge request !9675 | ||||
| * | | | | Narrow environment payload by using basic project details resource28598-narrow-environment-payload-by-using-basic-project | Oswaldo Ferreira | 2017-03-06 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Move `api/v3/deployments` to the correct namespace | Robert Speicher | 2017-03-06 | 2 | -29/+31 |
|/ / / / | |||||
* | | | | Merge branch 'zj-builds-to-jobs-api' into 'master' | Kamil Trzciński | 2017-03-06 | 10 | -92/+649 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename builds to jobs in the API Closes #28515 See merge request !9463 | ||||
| * | | | | Incorporate review, drop old endpoint | Z.J. van de Weg | 2017-03-06 | 2 | -25/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | The endpoint dropped, get ':id/repository/commits/:sha/jobs', should be replace by a new endpoint. | ||||
| * | | | | Rename build to job in the docs | Z.J. van de Weg | 2017-03-06 | 1 | -5/+5 |
| | | | | |