summaryrefslogtreecommitdiff
path: root/doc/api
Commit message (Collapse)AuthorAgeFilesLines
* Mention group query in GraphQL documentationbw-add-graphql-groupsBrett Walker2019-04-231-1/+5
|
* Merge branch '39858-add-group-owned-info-to-projects-api' into 'master'Douwe Maan2019-04-191-1/+6
|\ | | | | | | | | | | | | Return group information on Project endpoint Closes #39858 See merge request gitlab-org/gitlab-ce!27427
| * Adds namespace information to project endpoint39858-add-group-owned-info-to-projects-apiMayra Cabrera2019-04-181-1/+6
| | | | | | | | | | | | | | | | | | | | | | - Namespace now return avatar_url and web_url - NamespaceBasic entity was modified to include avatar_url and web_url, information is fetched differently depending if the Namespace is a user or a group Includes documentation changes Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/39858
* | Add configuration of access_level for runners on registration via APIzelin-l2019-04-181-0/+1
| | | | | | | | | | Allow setting access_level of new runner to not_protected (default) or ref_protected Minor update to relevant docs and tests
* | Merge branch 'patch-48' into 'master'Mike Lewis2019-04-171-2/+2
|\ \ | | | | | | | | | | | | Update JIRA service API doc See merge request gitlab-org/gitlab-ce!26435
| * | Update JIRA service API docpatch-48Blair Lunceford2019-03-211-2/+2
| | |
* | | Link to resource label events APIVictor Wu2019-04-162-0/+4
| |/ |/|
* | Add pagination to notes and discussions docsJames Ramsay2019-04-152-0/+14
| |
* | Revert "Remove HipChat integration from GitLab"Sean McGivern2019-04-101-0/+39
| | | | | | | | This reverts commit a5378665a1dc0b9c8dc3a4fa279a0eb78aac5aac.
* | Add new permission model `read-pipeline-variable`Agustin Henze2019-04-091-0/+30
| | | | | | | | | | | | | | Used to get the variables via the API endpoint `/projects/:id/pipelines/:pipeline_id/variables` Signed-off-by: Agustin Henze <tin@redhat.com>
* | Fix code block not renderingEvan Read2019-04-091-13/+14
| |
* | Add new API endpoint to expose single environmentKrasimir Angelov2019-04-091-0/+105
| | | | | | | | | | | | | | | | This is resolving https://gitlab.com/gitlab-org/gitlab-ce/issues/30157. Implement new API endpoint `/projects/:id/environments/:environment_id` to expose single environment. Include information for environment's last deployment if there is one.
* | Docs: Fix misc anchorsMarcel Amirault2019-04-082-3/+3
| |
* | Clarify the Runner registration and authentication tokensAchilleas Pipinellis2019-04-051-6/+29
| |
* | Merge branch 'patch-50' into 'master'Kamil Trzciński2019-04-031-0/+2
|\ \ | | | | | | | | | | | | docs: add gitlab version for list jobs of a runner See merge request gitlab-org/gitlab-ce!26815
| * | docs: add gitlab version for list jobs of a runnerjk2K2019-04-011-0/+2
| | |
* | | Include cluster domain into Project Cluster APIMayra Cabrera2019-04-011-1/+6
|/ / | | | | | | | | | | | | | | | | Domain was introduced on 11.8 and was not included on the Project Cluster API. With this change user will be able to include domain when adding and updating a cluster. Domain will also be included on the GET calls. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59441
* | Update to the commits.md, more details about how to use the --form method ↵Jochum van der Ploeg2019-04-011-0/+26
| | | | | | | | for creating a commit
* | Merge branch 'jira-transition-id-field' into 'master'Evan Read2019-04-011-1/+1
|\ \ | | | | | | | | | | | | Jira Services Doc update to String See merge request gitlab-org/gitlab-ce!26683
| * | Jira Services Doc update to Stringjira-transition-id-fieldDavin Walker2019-03-271-1/+1
| | |
* | | Use valid data in our GetCommit example responsedocs/zj-patch-jsonZeger-Jan van de Weg2019-03-291-2/+2
|/ / | | | | | | When validating parsing, copy pasting should just work, but instead we created
* | Merge branch 'osw-multi-line-suggestions-creation-strategy' into 'master'Andreas Brandl2019-03-271-2/+0
|\ \ | | | | | | | | | | | | Prepares suggestion implementation for multi-line support See merge request gitlab-org/gitlab-ce!26057
| * | Prepare suggestion implementation for multi-lineOswaldo Ferreira2019-03-271-2/+0
| | | | | | | | | | | | | | | | | | Adds the groundwork needed in order to persist multi-line suggestions, while providing the parsing strategy which will be reused for the **Preview** as well.
* | | Resolve "Get milestone by title via API"Fabio Busatto2019-03-272-0/+4
|/ /
* | Docs: Add automatic redirects to last batch of moved filesMarcel Amirault2019-03-262-1/+9
| |
* | Docs: Fix missed or newly added broken anchorsMarcel Amirault2019-03-252-6/+6
| |
* | Add highest_role method to UserThiago Presa2019-03-221-1/+2
|/
* Fix note lists throughout docsEvan Read2019-03-203-6/+3
|
* Merge branch 'feature/users-search-results' into 'master'Sean McGivern2019-03-191-3/+66
|\ | | | | | | | | | | | | Add users search results to global search Closes #25973 See merge request gitlab-org/gitlab-ce!21197
| * add users search to search apiAlexis Reigel2019-03-141-3/+66
| |
* | Copyedit pipelines-related documentationEvan Read2019-03-191-1/+1
| |
* | Docs: Add link to namespace api doc to clarify URL-encoded pathMarcel Amirault2019-03-151-6/+6
| |
* | Merge branch 'fix_snippet_blobs_example' into 'master'Evan Read2019-03-151-1/+1
|\ \ | | | | | | | | | | | | Fix search scope for snippet_blobs in example See merge request gitlab-org/gitlab-ce!26093
| * | Fix search scope for snippet_blobs in examplePiotr Orzechowski2019-03-131-1/+1
| |/
* | Refactor and restructure pipelines landing pageEvan Read2019-03-141-4/+2
|/ | | | - Also has other minor improvements.
* Merge branch '58023-add-Saturday-to-localization-first-day-of-the-week' into ↵Clement Ho2019-03-061-1/+1
|\ | | | | | | | | | | | | | | | | 'master' Resolve "Add Saturday to Localization first day of the week" Closes #58023 See merge request gitlab-org/gitlab-ce!25509
| * Add Saturday to first day of the weekhaghighi_ahmad2019-03-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix #58023 docs for adding Saturday for first day of the week add related settings for Saturday as first day of the week firstDayOfWeek: Use enumeration, replace day's numbers with corresponding names make some variables lowercase (follow camelCase) add CHANGELOG entry Author: haghighi_ahmad <haghighi.ahmad@gmail.com> modified: app/assets/javascripts/pages/users/activity_calendar.js modified: app/helpers/preferences_helper.rb new file: changelogs/unreleased/58023-add-Saturday-to-localization-first-day-of-the-week.yml modified: doc/api/settings.md modified: doc/user/profile/preferences.md modified: locale/gitlab.pot modified: spec/helpers/preferences_helper_spec.rb
* | API: delete job_artifacts of a single jobRoger Rüttimann2019-03-061-22/+49
| |
* | Accept force option on commit via APIPatrick Bajao2019-03-061-0/+1
|/ | | | | | | | When `force` is set to `true` and `start_branch` is set, the branch will be ovewritten with the new commit based on the `HEAD` of the `start_branch`. This commit includes changes to update the `gitaly-proto` gem.
* Docs: Last batch of misc broken anchorsMarcel Amirault2019-03-041-1/+1
|
* add tag_list param to runners apiAlexis Reigel2019-02-271-16/+22
|
* Merge branch '42086-project-fetch-statistics-api-http-only' into 'master'57125-heatmap-chart-typeNick Thomas2019-02-271-0/+49
|\ | | | | | | | | | | | | Resolve "Project fetch statistics API (HTTP only)" Closes #42086 See merge request gitlab-org/gitlab-ce!23596
| * Add project http fetch statistics APIJacopo2019-02-271-0/+49
| | | | | | | | | | | | The API get projects/:id/traffic/fetches allows user with write access to the repository to get the number of clones for the last 30 days.
* | Merge branch 'osw-merge-refs-refreshing-api' into 'master'Douwe Maan2019-02-271-0/+34
|\ \ | | | | | | | | | | | | | | | | | | API support for MR merge to temporary merge ref path Closes #57252 See merge request gitlab-org/gitlab-ce!24918
| * | Add API support for refreshing merge ref pathOswaldo Ferreira2019-02-261-0/+34
| | | | | | | | | | | | | | | | | | Add a merge_requests/:iid/merge_to_ref API which make use of the groundwork to write merge results into refs/merge-requests/:iid/merge.
* | | Added: Documentation for the APINermin Vehabovic2019-02-261-0/+15
| | | | | | | | | | | | Added: Specs for the API action
* | | Merge branch 'ce-revert-d5ce84fd' into 'master'Lin Jen-Shin2019-02-261-0/+7
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Revert "Merge branch 'revert-82d7b5a0-ce' into 'master'" Closes #57857 and #50747 See merge request gitlab-org/gitlab-ce!25559
| * | | Merge branch 'filter-confidential-issues' into 'master'Kamil Trzciński2019-02-261-0/+7
| |/ / | | | | | | | | | | | | | | | | | | Ability to filter confidential issues Closes #50747 See merge request gitlab-org/gitlab-ce!24960
* | | Merge branch 'add_YouTrack_integration' into 'master'Sean McGivern2019-02-261-0/+36
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Added YouTrack integration Closes #42595 See merge request gitlab-org/gitlab-ce!25361
| * | API documentation, changelog and additional tests for YouTrack integration ↵Yauhen Kotau2019-02-201-0/+36
| | | | | | | | | | | | service