summaryrefslogtreecommitdiff
path: root/doc/api
Commit message (Collapse)AuthorAgeFilesLines
* Add local markdown versionlocal-markdown-versionJan Provaznik2019-02-061-2/+5
| | | | | | Cached markdown version is composed both from global and local markdown version. This allows admins to bump version locally when needed (e.g. when external URL is changed).
* Merge branch ↵Stan Hu2019-02-051-0/+1
|\ | | | | | | | | | | | | | | | | 'rd-update-last_activity_on-on-logins-and-browsing-activity-54947' into 'master' Update User's last_activity_on for any GET request on projects Closes #54947 See merge request gitlab-org/gitlab-ce!24642
| * Update last_activity_on for Users on some main GET endpointsRubén Dávila2019-02-051-0/+1
| | | | | | | | | | | | | | In order to have an accurate date about the last activity of a User we need to update the last_activity_on field when the User is visiting some basic pages of GitLab like pages related to Dashboards, Projects, Issues and Merge Requests
* | Merge branch 'search-title' into 'master'Sean McGivern2019-02-052-0/+4
|\ \ | |/ |/| | | | | Add 'in' filter that modifies scope of 'search' filter to issues and merge requests API See merge request gitlab-org/gitlab-ce!24350
| * Fix grammar and spellingHiroyuki Sato2019-02-052-2/+2
| |
| * Add 'in' filter that modifies scope of 'search' filter to issues and merge ↵Hiroyuki Sato2019-01-142-0/+4
| | | | | | | | requests API
* | Add programming language filtering to `/projects`Dylan MacKenzie2019-02-041-0/+2
| |
* | Apply suggestion to doc/api/merge_requests.mdRémy Coutable2019-02-011-1/+1
| |
* | Merge branch 'master' into 'patch-29'Rémy Coutable2019-02-0169-924/+2812
|\ \ | | | | | | | | | # Conflicts: # doc/api/merge_requests.md
| * | Change non-standard NBSP space to regular SP spaceMarcel Amirault2019-01-301-11/+11
| | |
| * | Merge branch 'patch-28' into 'master'Evan Read2019-01-301-0/+1
| |\ \ | | | | | | | | | | | | | | | | Added missing parameter cluster_id in the params list for edit project cluster endpoint See merge request gitlab-org/gitlab-ce!24731
| | * | Added missing parameter cluster_id in the params list for edit project ↵akkee2019-01-281-0/+1
| | | | | | | | | | | | | | | | cluster endpoint
| * | | Docs: Minor fix to formattingMarti Raudsepp2019-01-261-1/+1
| |/ /
| * | Merge branch 'container-repository-cleanup-api' into 'master'Grzegorz Bizon2019-01-252-0/+201
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Container repository cleanup API Closes #55978 See merge request gitlab-org/gitlab-ce!24303
| | * | Refactor Container Registry API docsAchilleas Pipinellis2019-01-251-71/+73
| | | |
| | * | Add Container Registry APIKamil Trzciński2019-01-252-0/+199
| | | | | | | | | | | | | | | | | | | | | | | | This includes a set of APIs to manipulate container registry. This includes also an ability to delete tags based on requested criteria, like keep-last-n, matching-name, older-than.
| * | | Merge branch '6769-epics-votes-ce' into 'master'Nick Thomas2019-01-251-0/+18
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Add missing attrs to Issue example API responses See merge request gitlab-org/gitlab-ce!24641
| | * | | Add missing attrs to Issue example API responsesMario de la Ossa2019-01-241-0/+18
| | | | |
| * | | | fix typosCynthia Ng2019-01-241-2/+2
| |/ / /
| * | | Fix most instances of bare URLs in markdownEvan Read2019-01-241-1/+1
| | | |
| * | | [API] Omit X-Total{,-Pages} when count > 10kRémy Coutable2019-01-221-0/+8
| | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | Search project tags via APIRobert Schilling2019-01-211-0/+3
| | | |
| * | | API for importing external reposBen2019-01-171-0/+33
| | | |
| * | | Merge branch 'shared_with_group_path' into 'master'Nick Thomas2019-01-162-0/+4
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Add group ful path to project's shared_with_groups See merge request gitlab-org/gitlab-ce!24052
| | * | | Add group full path to project's shared_with_groupsMathieu Parent2019-01-152-0/+4
| | | |/ | | |/|
| * | | Merge branch 'docs/uplift-award-emoji-api-doc' into 'master'Achilleas Pipinellis2019-01-161-85/+112
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Add more information and refactor format of award emoji-related topics See merge request gitlab-org/gitlab-ce!24288
| | * | | Add more links to other APIsEvan Read2019-01-161-1/+1
| | | | |
| | * | | Add links to other APIsEvan Read2019-01-161-3/+3
| | | | |
| | * | | Continue addressing review feedbackEvan Read2019-01-151-42/+42
| | | | |
| | * | | Be consistent with plural form of emoji. Also, notes are commentsEvan Read2019-01-111-20/+18
| | | | |
| | * | | Add more information and refactor format of award emoji-related topicsEvan Read2019-01-101-83/+112
| | | | |
| * | | | Merge branch 'zj-feature-gate-set-project-path' into 'master'Kamil Trzciński2019-01-161-2/+3
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Allow setting of feature gates per project See merge request gitlab-org/gitlab-ce!24184
| | * | | | Allow setting of feature gates per projectZeger-Jan van de Weg2019-01-141-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For features the feature gates are sometimes projects, not groups or users. For example for git object pools: https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/5872 This commit allows for setting feature group gates based on projects, by its path as that seems most convenient.
| * | | | | Add more information and refactor format of branch-related API topicsEvan Read2019-01-151-134/+75
| | | | | |
| * | | | | Add more information and refactor format of Avatar API topicEvan Read2019-01-151-15/+23
| | |_|_|/ | |/| | |
| * | | | Refactor the API OAuth docsAchilleas Pipinellis2019-01-141-78/+124
| | |_|/ | |/| |
| * | | Add more information and refactor format of topicEvan Read2019-01-111-17/+30
| | | |
| * | | Add documentation for Release Asset Link APIShinya Maeda2019-01-113-3/+184
| | |/ | |/|
| * | Merge branch 'docs-kubernetes-api-40473' into 'master'Evan Read2019-01-092-0/+347
| |\ \ | | | | | | | | | | | | | | | | Adds API project cluster documentation See merge request gitlab-org/gitlab-ce!24135
| | * | Adds project cluster documentationMayra Cabrera2019-01-082-0/+347
| | | | | | | | | | | | | | | | | | | | Project cluster API was included on 11.7. This MR describes the new project cluster endpoints
| * | | Make unordered lists conform to styleguidedocs/fix-unordered-list-styleEvan Read2019-01-083-35/+33
| | | | | | | | | | | | | | | | - Also makes other minor Markdown fixes that were near the main fixes.
| * | | Merge branch 'doc-merge_base' into 'master'Evan Read2019-01-071-1/+1
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Fix doc for "Allow getting the merge base of multiple revisions" See merge request gitlab-org/gitlab-ce!24051
| | * | | Fix doc for "Allow getting the merge base of multiple revisions"Mathieu Parent2018-12-271-1/+1
| | | | | | | | | | | | | | | | | | | | See 71d71afb3ac5f302470e66ace4f59e247249d99e
| * | | | Update Releases documentationMarcia Ramos2019-01-071-1/+1
| | |_|/ | |/| |
| * | | Merge branch 'docs/fake-token-no-more' into 'master'Evan Read2019-01-0759-365/+364
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not use tokens that look like tokens in docs Closes #38064 See merge request gitlab-org/gitlab-ce!24044
| | * | | Replace look-alike token with '<your_access_token>'docs/fake-token-no-moreAchilleas Pipinellis2019-01-0459-365/+364
| | | |/ | | |/| | | | | | | | | | | | | Replace all '9koXpg98eAheJpvBs5tK' occurrences with '<your_access_token>' in API docs.
| * | | Documentation for Release page MVCFilipa Lacerda - 🎄🎄 OOO - Back on January 7th - 🎄🎄2019-01-041-0/+481
| |/ /
| * | Use OpenShift in docs and Web UI instead of OpenshiftTakuya Noguchi2019-01-021-1/+1
| | | | | | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
| * | Remove gem install bundler from Docker-based Ruby environmentsTakuya Noguchi2019-01-012-2/+2
| | | | | | | | | | | | | | | | | | bundler gem has been included in the Docker official Ruby image since 2.1. Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
| * | Update gitlab_ci_ymls.mdFatih Sarhan2018-12-311-1/+1
| |/