Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unecessary endpoint from repository, add compatibility endpoints for ↵issue_16834 | Felipe Artur | 2017-03-07 | 2 | -7/+8 |
| | | | | v3 and several improvements | ||||
* | Update API endpoints for raw files | Felipe Artur | 2017-03-07 | 3 | -17/+36 |
| | |||||
* | Merge branch 'rfr-20170307-change-default-project-number-limit' into 'master' | James Lopez | 2017-03-07 | 1 | -3/+3 |
|\ | | | | | | | | | Change project count limit from 10 to 100000 See merge request !9767 | ||||
| * | Change project count limit from 10 to 100000rfr-20170307-change-default-project-number-limit | Regis Freyd | 2017-03-07 | 1 | -3/+3 |
| | | |||||
* | | Merge remote-tracking branch ↵ | Douwe Maan | 2017-03-07 | 2 | -0/+104 |
|\ \ | |/ |/| | | | '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 | -94/+44 |
| | | |||||
| * | refactors finder and correlated code | Tiago Botelho | 2017-03-01 | 2 | -45/+22 |
| | | |||||
| * | applies relevant changes to the code and code structure | Tiago Botelho | 2017-02-28 | 1 | -0/+2 |
| | | |||||
| * | refactors documentation and personal access tokens form to not allow admins ↵ | Tiago Botelho | 2017-02-28 | 3 | -7/+34 |
| | | | | | | | | to generate non impersionation tokens | ||||
| * | add documentation and changelog entry for user personal access tokens api | Simon Vocella | 2017-02-28 | 3 | -0/+148 |
| | | |||||
* | | Merge branch '28251-mr-and-issue-iids-for-api-v4' into 'master' | Douwe Maan | 2017-03-07 | 4 | -225/+226 |
|\ \ | | | | | | | | | | | | | | | | | | | API routes referencing a specific issue should use the issue `iid` Closes #28251 See merge request !9530 | ||||
| * | | Implement review comments from @dbalexandre28251-mr-and-issue-iids-for-api-v4 | Timothy Andrew | 2017-03-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | - Typo in docs - Newline between test/expectation in `api/issues_spec` - Use `find_by` instead of `reference_by` in the structure defining awardables | ||||
| * | | Add documentation for !9530. | Timothy Andrew | 2017-03-07 | 4 | -226/+227 |
| | | | |||||
* | | | Bring back api/builds.md and direct to api/jobs.md | Achilleas Pipinellis | 2017-03-07 | 3 | -2/+3 |
|/ / | | | | | | | [ci skip] | ||||
* | | Narrow environment payload by using basic project details resource28598-narrow-environment-payload-by-using-basic-project | Oswaldo Ferreira | 2017-03-06 | 1 | -0/+2 |
| | | |||||
* | | Merge branch 'zj-builds-to-jobs-api' into 'master' | Kamil Trzciński | 2017-03-06 | 6 | -198/+96 |
|\ \ | | | | | | | | | | | | | | | | | | | Rename builds to jobs in the API Closes #28515 See merge request !9463 | ||||
| * | | Remove docs for removed endpointzj-builds-to-jobs-api | Z.J. van de Weg | 2017-03-06 | 1 | -104/+0 |
| | | | |||||
| * | | Incorporate review, drop old endpoint | Z.J. van de Weg | 2017-03-06 | 2 | -7/+9 |
| | | | | | | | | | | | | | | | 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 | 5 | -108/+108 |
| | | | |||||
* | | | Remove "subscribed" field from API responses returning list of issues or ↵api-drop-subscribed | Adam Niedzielski | 2017-03-06 | 3 | -4/+4 |
|/ / | | | | | | | merge requests | ||||
* | | Rename `/take` to `/take_ownership`, expose `owner` in `v3`. | Kamil Trzcinski | 2017-03-06 | 1 | -2/+2 |
| | | |||||
* | | Update after review | Kamil Trzcinski | 2017-03-06 | 2 | -0/+4 |
| | | |||||
* | | Lint doc | Kamil Trzcinski | 2017-03-05 | 1 | -2/+2 |
| | | |||||
* | | Update documentation and expose ID | Kamil Trzcinski | 2017-03-05 | 3 | -109/+171 |
| | | |||||
* | | Be able to list issues with no labels using API | Vignesh Ravichandran | 2017-03-03 | 1 | -0/+6 |
| | | |||||
* | | Merge branch '26847-api-pipelines-use-basic' into 'master' | Robert Speicher | 2017-03-03 | 2 | -38/+3 |
|\ \ | | | | | | | | | | | | | | | | | | | Expose pipelines as PipelineBasic `api/v4/projects/:id/pipelines` Closes #26847 See merge request !8875 | ||||
| * | | Expose pipelines as PipelineBasic `projects/:id/pipelines`26847-api-pipelines-use-basic | Toon Claes | 2017-03-03 | 2 | -38/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | The `projects/:id/pipelines` exposed a lot of extra details that are superfluous and it was taking extra resources to fetch them. To get more details about a pipeline, use `projects/:id/pipelines/:pipeline_id`. | ||||
* | | | Rename query parameter to `membership`28865-filter-by-authorized-projects-in-v4 | Toon Claes | 2017-03-03 | 2 | -4/+8 |
| | | | | | | | | | | | | The query parameter `membership` should be more self-explaining. | ||||
* | | | Add filter param for authorized projects for current_user for V4 | Oswaldo Ferreira | 2017-03-03 | 2 | -0/+2 |
|/ / | |||||
* | | Merge branch '27532_api_changes' into 'master' | Sean McGivern | 2017-03-03 | 2 | -3/+4 |
|\ \ | | | | | | | | | | | | | | | | | | | Use iids as filter parameter Closes #27532 See merge request !9096 | ||||
| * | | Use iids as filter parameter | Jarka Kadlecova | 2017-03-02 | 2 | -3/+4 |
| | | | |||||
* | | | Merge branch '27501-api-use-visibility-everywhere' into 'master' | Douwe Maan | 2017-03-02 | 6 | -62/+54 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | API: Use `visibility` as string parameter everywhere Closes #27501 See merge request !9337 | ||||
| * | | | Add visibility change to API v3 -> v4 doc | Toon Claes | 2017-03-02 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | And add changelog entry. | ||||
| * | | | Expose ApplicationSetting visibility settings as String | Toon Claes | 2017-03-02 | 1 | -8/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use strings for the ApplicationSetting properties: - restricted_visibility_levels - default_project_visibility - default_snippet_visibility - default_group_visibility | ||||
| * | | | Expose Snippet VisibilityLevel as String | Toon Claes | 2017-03-02 | 1 | -11/+10 |
| | | | | |||||
| * | | | Expose Group VisibilityLevel as String | Toon Claes | 2017-03-02 | 1 | -14/+10 |
| | | | | | | | | | | | | | | | | | | | | Instead of exposing the VisibilityLevel as Integer, expose it as String `visibility`. | ||||
| * | | | Expose Project's & ProjectSnippet's VisibilityLevel as String | Toon Claes | 2017-03-02 | 2 | -29/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of exposing the VisibilityLevel as Integer, expose it as String `visibility` for Project and ProjectSnippet. Filter queries also accept the `visibility` as String instead of `visibility_level` as Integer. Also remove the `public` boolean. | ||||
* | | | | Merge branch 'api-doc-return-code' into 'master' | Rémy Coutable | 2017-03-02 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Correct the return code description for 204 See merge request !9648 | ||||
| * | | | | Correct the return code description for 204api-doc-return-code | Robert Schilling | 2017-03-02 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | Merge branch '28257-issues-iids' into 'master' | Sean McGivern | 2017-03-02 | 1 | -1/+6 |
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | API issues - support filtering by iids Closes #28257 See merge request !9541 | ||||
| * | | | API issues - support filtering by iids | Jarka Kadlecova | 2017-03-01 | 1 | -1/+6 |
| | | | | |||||
* | | | | Merge branch '28807-search-for-milestone-by-title-in-rest-api' into 'master' | Rémy Coutable | 2017-03-02 | 1 | -2/+4 |
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | Enable filtering milestones by search criteria in the API Closes #28807 See merge request !9606 | ||||
| * | | | Enable filtering milestones by search criteria in the API | Mark Fletcher | 2017-03-02 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | - Also remove a redundant test | ||||
* | | | | Merge branch 'api-v4-doc' into 'master' | Douwe Maan | 2017-03-01 | 41 | -198/+198 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Use v4 endpoint in API docs See merge request !9631 | ||||
| * | | | | Use v4 endpoint in API docsapi-v4-doc | Robert Schilling | 2017-03-01 | 41 | -198/+198 |
| | | | | | |||||
* | | | | | Merge branch 'fix/mwbs-to-mwps' into 'master' | Douwe Maan | 2017-03-01 | 4 | -26/+32 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename MWBS to MWPS Closes #24707 See merge request !9335 | ||||
| * | | | | | Update occurrences of MWBS to MWPSfix/mwbs-to-mwps | James Lopez | 2017-03-01 | 4 | -26/+32 |
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename column in the database Rename fields related to import/export feature Rename API endpoints Rename documentation links Rename the rest of occurrences in the code Replace the images that contain the words "build succeeds" and docs referencing to them Make sure pipeline is green and nothing is missing. updated doc images renamed only_allow_merge_if_build_succeeds in projects and fixed references more updates fix some spec failures fix rubocop offences fix v3 api spec fix MR specs fixed issues with partials fix MR spec fix alignment add missing v3 to v4 doc wip - refactor v3 endpoints fix specs fix a few typos fix project specs copy entities fully to V3 fix entity error more fixes fix failing specs fixed missing entities in V3 API remove comment updated code based on feedback typo fix spec | ||||
* | | | | | Merge branch '27142-api-replace-destroy-with-stop-environment' into 'master' | Kamil Trzciński | 2017-03-01 | 2 | -3/+32 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | API: Add environment action with /stop action Closes #27142 See merge request !8808 | ||||
| * | | | | | Add environment `/stop` action27142-api-replace-destroy-with-stop-environment | Toon Claes | 2017-02-28 | 2 | -3/+32 |
| | | | | | | | | | | | | | | | | | | | | | | | | Add endpoint to stop an environment through the API. | ||||
* | | | | | | Clarification of list repository tree API call | Marius Kleiner | 2017-03-01 | 1 | -0/+2 |
| |_|/ / / |/| | | | |