Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix fields for author & assignee in MR API docs. | gfyoung | 2018-06-13 | 1 | -30/+32 |
| | | | | Closes #42445. | ||||
* | Resolve "Provide ability to retrieve `visibility` level via Snippets API" | Jan | 2018-06-13 | 1 | -1/+5 |
| | |||||
* | Added with_statsoption for GET /projects/:id/repository/commits | Leonid Batizhevskii | 2018-06-12 | 1 | -0/+1 |
| | |||||
* | doc | Mark Chao | 2018-06-06 | 1 | -2/+2 |
| | |||||
* | doc | Mark Chao | 2018-06-06 | 2 | -2/+2 |
| | |||||
* | Doc update | Mark Chao | 2018-06-06 | 4 | -8/+8 |
| | |||||
* | Rename “Developers + Masters” | Mark Chao | 2018-06-06 | 1 | -2/+2 |
| | |||||
* | Merge branch '45821-avatar_api' into 'master' | Rémy Coutable | 2018-06-06 | 1 | -0/+33 |
|\ | | | | | | | | | | | | | Add Avatar API Closes #45821 See merge request gitlab-org/gitlab-ce!19121 | ||||
| * | Add Avatar API | Imre | 2018-06-06 | 1 | -0/+33 |
| | | |||||
* | | Merge branch 'bvl-graphql-start-34754' into 'master' | Douwe Maan | 2018-06-06 | 1 | -0/+42 |
|\ \ | | | | | | | | | | | | | | | | | | | GraphQL setup: Basic Project and Merge request endpoint Closes #34754 See merge request gitlab-org/gitlab-ce!19008 | ||||
| * | | Initial setup GraphQL using graphql-ruby 1.8 | Bob Van Landuyt | 2018-06-06 | 1 | -13/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - All definitions have been replaced by classes: http://graphql-ruby.org/schema/class_based_api.html - Authorization & Presentation have been refactored to work in the class based system - Loaders have been replaced by resolvers - Times are now coersed as ISO 8601 | ||||
| * | | Add `present_using` to types | Bob Van Landuyt | 2018-06-05 | 1 | -0/+34 |
| | | | | | | | | | | | | | | | | | | | | | | | | By specifying a presenter for the object type, we can keep the logic out of `GitlabSchema`. The presenter gets initialized using the object being presented, and the context (including the `current_user`). | ||||
* | | | Merge branch '25045-add-variables-to-post-pipeline-api' into 'master' | Grzegorz Bizon | 2018-06-06 | 1 | -0/+1 |
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | Resolve "POST api/v4/projects/:id/pipeline should accept variables" Closes #25045 See merge request gitlab-org/gitlab-ce!19124 | ||||
| * | | Removes variables from pipelines api | Jacopo | 2018-06-05 | 1 | -2/+1 |
| | | | |||||
| * | | Review 1 | Jacopo | 2018-06-01 | 1 | -1/+1 |
| | | | |||||
| * | | Rename variables_attributes => variables and adds spec for exclude/only option | Jacopo | 2018-06-01 | 1 | -1/+1 |
| | | | |||||
| * | | Adds variables to POST api/v4/projects/:id/pipeline | Jacopo | 2018-06-01 | 1 | -1/+3 |
| |/ | |||||
* | | Merge branch '42751-rename-mr-maintainer-push' into 'master' | Robert Speicher | 2018-06-05 | 1 | -2/+6 |
|\ \ | | | | | | | | | | | | | Rephrase Merge Request Maintainer Edit See merge request gitlab-org/gitlab-ce!19061 | ||||
| * | | Rephrase "maintainer" to more precise "members who can merge to the target ↵42751-rename-mr-maintainer-push | Mark Chao | 2018-06-01 | 1 | -2/+6 |
| |/ | | | | | | | | | | | branch" "Maintainer" will be freed to be used for #42751 | ||||
* | | Merge branch 'sh-add-missing-squash-param-api-docs' into 'master' | Achilleas Pipinellis | 2018-06-04 | 1 | -0/+1 |
|\ \ | |/ |/| | | | | | Fix missing squash parameter in doc/api/merge_requests.md See merge request gitlab-org/gitlab-ce!19260 | ||||
| * | Fix missing squash parameter in doc/api/merge_requests.mdsh-add-missing-squash-param-api-docs | Stan Hu | 2018-05-30 | 1 | -0/+1 |
| | | |||||
* | | Add merge requests list endpoint for groups | Felipe Artur | 2018-05-31 | 1 | -0/+106 |
| | | |||||
* | | Removed API endpoint and specsfj-36819-remove-v3-api | Francisco Javier López | 2018-05-30 | 5 | -15/+13 |
|/ | |||||
* | Merge branch 'blackst0ne-squash-and-merge-in-gitlab-core-ce' into 'master' | Phil Hughes | 2018-05-30 | 1 | -1/+11 |
|\ | | | | | | | | | | | | | Resolve "Squash and merge in GitLab Core (CE)" Closes #34591 See merge request gitlab-org/gitlab-ce!18956 | ||||
| * | Add 'squash and rebase' feature to CEblackst0ne-squash-and-merge-in-gitlab-core-ce | blackst0ne | 2018-05-29 | 1 | -1/+11 |
| | | |||||
* | | Merge branch '46758-fallout-of-cacheable-attribute' into 'master' | Douwe Maan | 2018-05-29 | 1 | -2/+5 |
|\ \ | | | | | | | | | | | | | | | | | | | Ensure ApplicationSetting#performance_bar_allowed_group_id is properly set when retrieved from cache Closes #46758 See merge request gitlab-org/gitlab-ce!19144 | ||||
| * | | Ensure ApplicationSetting#performance_bar_allowed_group_id is properly set ↵ | Rémy Coutable | 2018-05-29 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | | | | when retrieved from cache Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | | Merge branch '44602-clarify-update-docs-text-about-restrictions' into 'master' | Achilleas Pipinellis | 2018-05-29 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | | | | | | | Resolve "Clarify/Update docs/text about restrictions." See merge request gitlab-org/gitlab-ce!17970 | ||||
| * | | include groups in description | Davin Walker | 2018-05-28 | 1 | -1/+1 |
| |/ | |||||
* | | Expose artifacts_expire_at field for job entity in api | Semyon Pupkov | 2018-05-26 | 1 | -0/+5 |
|/ | | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/45798 | ||||
* | Clarify milestone_id scope for API operations on Issuables | Mark Fletcher | 2018-05-24 | 2 | -4/+4 |
| | |||||
* | Resolve "Deprecate Gemnasium project service" | Olivier Gonzalez | 2018-05-23 | 1 | -0/+7 |
| | |||||
* | Expose readme url in Project API | Imre Farkas | 2018-05-22 | 1 | -1/+10 |
| | |||||
* | Merge branch '44799-api-naming-issue-scope' into 'master' | Rémy Coutable | 2018-05-21 | 2 | -8/+10 |
|\ | | | | | | | | | | | | | Resolve "API naming for issue scope" Closes #44799 See merge request gitlab-org/gitlab-ce!18935 | ||||
| * | Add created_by_me and assigned_to_me scopes44799-api-naming-issue-scope | Mark Chao | 2018-05-21 | 2 | -8/+10 |
| | | | | | | | | Deprecate corresponding dash versions created-by-me and assigned-to-me | ||||
* | | Resolve "Expand API: Render an arbitrary Markdown document" | blackst0ne | 2018-05-18 | 2 | -0/+30 |
| | | |||||
* | | Move API group deletion to Sidekiq | Stan Hu | 2018-05-18 | 1 | -0/+3 |
| | | |||||
* | | Clean up docs | blackst0ne | 2018-05-14 | 1 | -2/+2 |
| | | |||||
* | | Remove an extra backtick from Group Milestones API documentation | Robert Speicher | 2018-05-11 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'docs-fixed-typo-microsoft-teams-slug' into 'master' | Achilleas Pipinellis | 2018-05-11 | 1 | -3/+3 |
| | | | | | Fix: API Documentation typo on Microsoft Teams slug See merge request gitlab-org/gitlab-ee!5412 | ||||
* | Expand documentation for Runners API | Mark Fletcher | 2018-05-10 | 1 | -0/+83 |
| | | | | | | - Document Registation - POST `/runners/` - Document Deletion - DELETE `/runners/` - Document Verification - POST `/runners/verify/ | ||||
* | Store application wide terms | Bob Van Landuyt | 2018-05-04 | 1 | -0/+6 |
| | | | | | | | | This allows admins to define terms in the application settings. Every time the terms are adjusted, a new version is stored and becomes the 'active' version. This allows tracking which specific version was accepted by a user. | ||||
* | Merge request and commit discussions API | Jan Provaznik | 2018-05-01 | 2 | -8/+586 |
| | |||||
* | show only groups an admin is a member of in dashboards/grops | Roger Rüttimann | 2018-05-01 | 1 | -2/+2 |
| | |||||
* | Merge branch 'jramsay-44880-filter-pipelines-by-sha' into 'master' | Kamil Trzciński | 2018-04-29 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | Add sha filter to list pipelines Closes #44880 See merge request gitlab-org/gitlab-ce!18125 | ||||
| * | Add sha filter to list pipelines | James Ramsay | 2018-04-27 | 1 | -0/+1 |
| | | | | | | | | | | | | | | To find the pipeline for a specific sha requires scanning the list of all pipelines for a ref that contains the sha. This makes it hard to find the pipeline id needed to access a trace for a specific job run in the pipeline using the API. | ||||
* | | Fixed typos | Pascal Borreli | 2018-04-27 | 3 | -4/+4 |
|/ | |||||
* | Merge branch 'docs-zj-api-compat-docs' into 'master' | Rémy Coutable | 2018-04-26 | 1 | -0/+23 |
|\ | | | | | | | | | | | | | Document compatibility process for the HTTP API Closes #22693 See merge request gitlab-org/gitlab-ce!18565 | ||||
| * | Document compatibility process for the HTTP API | Zeger-Jan van de Weg | 2018-04-26 | 1 | -0/+23 |
| | | | | | | | | | | | | | | GitLab lacked formal documentation around our API, how the versioning worked and to the numbers meant. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/22693 | ||||
* | | Merge branch 'docs-add-snippets-api-index' into 'master' | Marcia Ramos | 2018-04-25 | 1 | -0/+1 |
|\ \ | |/ |/| | | | | | Link to Snippets API docs from API index See merge request gitlab-org/gitlab-ce!18536 |