Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add documentationapi-group-labels | Robert Schilling | 2019-02-06 | 2 | -0/+202 |
| | |||||
* | Change non-standard NBSP space to regular SP space | Marcel Amirault | 2019-01-30 | 1 | -11/+11 |
| | |||||
* | Merge branch 'patch-28' into 'master' | Evan Read | 2019-01-30 | 1 | -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 ↵ | akkee | 2019-01-28 | 1 | -0/+1 |
| | | | | | | | | cluster endpoint | ||||
* | | Docs: Minor fix to formatting | Marti Raudsepp | 2019-01-26 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'container-repository-cleanup-api' into 'master' | Grzegorz Bizon | 2019-01-25 | 2 | -0/+201 |
|\ | | | | | | | | | | | | | Container repository cleanup API Closes #55978 See merge request gitlab-org/gitlab-ce!24303 | ||||
| * | Refactor Container Registry API docs | Achilleas Pipinellis | 2019-01-25 | 1 | -71/+73 |
| | | |||||
| * | Add Container Registry API | Kamil Trzciński | 2019-01-25 | 2 | -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 Thomas | 2019-01-25 | 1 | -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 responses | Mario de la Ossa | 2019-01-24 | 1 | -0/+18 |
| | | | |||||
* | | | fix typos | Cynthia Ng | 2019-01-24 | 1 | -2/+2 |
|/ / | |||||
* | | Fix most instances of bare URLs in markdown | Evan Read | 2019-01-24 | 1 | -1/+1 |
| | | |||||
* | | [API] Omit X-Total{,-Pages} when count > 10k | Rémy Coutable | 2019-01-22 | 1 | -0/+8 |
| | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | Search project tags via API | Robert Schilling | 2019-01-21 | 1 | -0/+3 |
| | | |||||
* | | API for importing external repos | Ben | 2019-01-17 | 1 | -0/+33 |
| | | |||||
* | | Merge branch 'shared_with_group_path' into 'master' | Nick Thomas | 2019-01-16 | 2 | -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_groups | Mathieu Parent | 2019-01-15 | 2 | -0/+4 |
| | | | |||||
* | | | Merge branch 'docs/uplift-award-emoji-api-doc' into 'master' | Achilleas Pipinellis | 2019-01-16 | 1 | -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 APIs | Evan Read | 2019-01-16 | 1 | -1/+1 |
| | | | | |||||
| * | | | Add links to other APIs | Evan Read | 2019-01-16 | 1 | -3/+3 |
| | | | | |||||
| * | | | Continue addressing review feedback | Evan Read | 2019-01-15 | 1 | -42/+42 |
| | | | | |||||
| * | | | Be consistent with plural form of emoji. Also, notes are comments | Evan Read | 2019-01-11 | 1 | -20/+18 |
| | | | | |||||
| * | | | Add more information and refactor format of award emoji-related topics | Evan Read | 2019-01-10 | 1 | -83/+112 |
| | | | | |||||
* | | | | Merge branch 'zj-feature-gate-set-project-path' into 'master' | Kamil Trzciński | 2019-01-16 | 1 | -2/+3 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Allow setting of feature gates per project See merge request gitlab-org/gitlab-ce!24184 | ||||
| * | | | | Allow setting of feature gates per project | Zeger-Jan van de Weg | 2019-01-14 | 1 | -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 topics | Evan Read | 2019-01-15 | 1 | -134/+75 |
| | | | | | |||||
* | | | | | Add more information and refactor format of Avatar API topic | Evan Read | 2019-01-15 | 1 | -15/+23 |
| |_|_|/ |/| | | | |||||
* | | | | Refactor the API OAuth docs | Achilleas Pipinellis | 2019-01-14 | 1 | -78/+124 |
| |_|/ |/| | | |||||
* | | | Add more information and refactor format of topic | Evan Read | 2019-01-11 | 1 | -17/+30 |
| | | | |||||
* | | | Add documentation for Release Asset Link API | Shinya Maeda | 2019-01-11 | 3 | -3/+184 |
| |/ |/| | |||||
* | | Merge branch 'docs-kubernetes-api-40473' into 'master' | Evan Read | 2019-01-09 | 2 | -0/+347 |
|\ \ | | | | | | | | | | | | | Adds API project cluster documentation See merge request gitlab-org/gitlab-ce!24135 | ||||
| * | | Adds project cluster documentation | Mayra Cabrera | 2019-01-08 | 2 | -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-style | Evan Read | 2019-01-08 | 3 | -35/+33 |
| | | | | | | | | | | | | - Also makes other minor Markdown fixes that were near the main fixes. | ||||
* | | | Merge branch 'doc-merge_base' into 'master' | Evan Read | 2019-01-07 | 1 | -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 Parent | 2018-12-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | See 71d71afb3ac5f302470e66ace4f59e247249d99e | ||||
* | | | | Update Releases documentation | Marcia Ramos | 2019-01-07 | 1 | -1/+1 |
| |_|/ |/| | | |||||
* | | | Merge branch 'docs/fake-token-no-more' into 'master' | Evan Read | 2019-01-07 | 59 | -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-more | Achilleas Pipinellis | 2019-01-04 | 59 | -365/+364 |
| | |/ | |/| | | | | | | | | | | Replace all '9koXpg98eAheJpvBs5tK' occurrences with '<your_access_token>' in API docs. | ||||
* | | | Documentation for Release page MVC | Filipa Lacerda - 🎄🎄 OOO - Back on January 7th - 🎄🎄 | 2019-01-04 | 1 | -0/+481 |
|/ / | |||||
* | | Use OpenShift in docs and Web UI instead of Openshift | Takuya Noguchi | 2019-01-02 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com> | ||||
* | | Remove gem install bundler from Docker-based Ruby environments | Takuya Noguchi | 2019-01-01 | 2 | -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.md | Fatih Sarhan | 2018-12-31 | 1 | -1/+1 |
|/ | |||||
* | Make job API docs consistent | Steve Azzopardi | 2018-12-18 | 1 | -70/+70 |
| | | | | | In https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/23538 when adding a new endpoint some docs incossintenies were pointed out. | ||||
* | Suggest diff line change documentation | Jacques Erasmus | 2018-12-18 | 1 | -0/+36 |
| | |||||
* | Merge branch 'docs/add-missing-resources-and-restructure' into 'master' | Achilleas Pipinellis | 2018-12-11 | 2 | -46/+53 |
|\ | | | | | | | | | Add missing links to resources See merge request gitlab-org/gitlab-ce!23605 | ||||
| * | Add missing links to resources | Evan Read | 2018-12-06 | 2 | -46/+53 |
| | | | | | | | | - While here, restructure list slightly. | ||||
* | | Merge branch ↵ | Grzegorz Bizon | 2018-12-10 | 1 | -1/+36 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | '54626-able-to-download-a-single-archive-file-with-api-by-ref-name' into 'master' Add endpoint to download single artifact by ref Closes #54626 See merge request gitlab-org/gitlab-ce!23538 | ||||
| * | | Add endpoint to download single artifact by ref | Steve Azzopardi | 2018-12-07 | 1 | -1/+36 |
| |/ | | | | | | | | | | | | | | | | | | | Add a new endpoint `projects/:id/jobs/artifacts/:ref_name/raw/*artifact_path?job=name` which is the close the web URL for consistency sake. This endpoint can be used to download a single file from artifacts for the specified ref and job. closes https://gitlab.com/gitlab-org/gitlab-ce/issues/54626 | ||||
* | | Merge branch 'docs-search' into 'master' | Achilleas Pipinellis | 2018-12-07 | 1 | -12/+16 |
|\ \ | | | | | | | | | | | | | | | | | | | [Documentation] Fix minor issues in search API doc Closes #54959 See merge request gitlab-org/gitlab-ce!23645 | ||||
| * | | Fix minor issues in search API doc | Jan Provaznik | 2018-12-07 | 1 | -12/+16 |
| | | |