Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add latest changes from gitlab-org/gitlab@13-4-stable-ee | GitLab Bot | 2020-09-19 | 1 | -1/+2 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@13-3-stable-ee | GitLab Bot | 2020-08-20 | 1 | -7/+8 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@13-1-stable-ee | GitLab Bot | 2020-06-18 | 1 | -3/+12 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-02-27 | 1 | -9/+9 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-01-30 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-01-06 | 1 | -2/+2 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-09-18 | 1 | -2/+2 |
| | |||||
* | Changing badges to use parentheses not brackets | Marcel Amirault | 2019-07-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Previously, we used brackets to denote the tier badges, but this made Kramdown, the docs site Markdown renderer, show many warnings when building the site. This is now fixed by using parentheses instead of square brackets. This was caused by [PREMIUM] looking like a link to Kramdown, which couldn't find a URL there. See: - https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/484 - https://gitlab.com/gitlab-org/gitlab-ce/issues/63800 | ||||
* | Small markdown tweaks to clear kramdown warnings | Marcel Amirault | 2019-07-04 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixing square brackets, links, etc in: merge_requests.md vulnerabilities.md issues.md issues_statistics.md pipelines.md services.md group_milestones.md milestones.md runners.md changelog.md issue_workflow.md elasticsearch.md api_graphql_styleguide.md automatic_ce_ee_merge.md file_storage.md architecture.md database_debugging.md index.md index.md frontend_testing.md pry_debugging.md vue.md development_process.md | ||||
* | Update api docs to finish aligning EE and CE docs | Marcel Amirault | 2019-07-03 | 1 | -0/+15 |
| | | | | | | Squashing a few commits and continuing work on merging the 12 api docs that have not been ported to CE yet. | ||||
* | Merge branch 'bertrand-lpl-master-patch-56649' into 'master'docs-subscription-changes-and-data | Mike Lewis | 2019-05-01 | 1 | -1/+1 |
|\ | | | | | | | | | Replace misinterpreted `|` caracter in a table See merge request gitlab-org/gitlab-ce!25319 | ||||
| * | Replace misinterpreted `|` caracter in a table | Bertrand Jamin | 2019-02-17 | 1 | -1/+1 |
| | | |||||
* | | Resolve "Get milestone by title via API" | Fabio Busatto | 2019-03-27 | 1 | -0/+2 |
| | | |||||
* | | Added: Documentation for the API | Nermin Vehabovic | 2019-02-26 | 1 | -0/+15 |
| | | | | | | | | Added: Specs for the API action | ||||
* | | Revert "Merge branch '50559-add-milestone-progress-to-api' into 'master'" | Stan Hu | 2019-02-14 | 1 | -1/+0 |
| | | | | | | This reverts merge request !25173 | ||||
* | | Add milestone progress to API | Robert Schilling | 2019-02-13 | 1 | -0/+1 |
| | | |||||
* | | Replace look-alike token with '<your_access_token>'docs/fake-token-no-more | Achilleas Pipinellis | 2019-01-04 | 1 | -1/+1 |
| | | | | | | | | | | Replace all '9koXpg98eAheJpvBs5tK' occurrences with '<your_access_token>' in API docs. | ||||
* | | Add missing links to resources | Evan Read | 2018-12-06 | 1 | -2/+1 |
| | | | | | | | | - While here, restructure list slightly. | ||||
* | | More specificity and clarity for iid field in API documentation. | Evan Read | 2018-09-04 | 1 | -1/+1 |
|/ | |||||
* | doc: Spelling fixes | Ville Skyttä | 2018-01-19 | 1 | -1/+1 |
| | |||||
* | Enables Project Milestone Deletion via API | Jacopo | 2018-01-16 | 1 | -0/+13 |
| | | | | Enables project milestone deletion via DELETE /projects/:id/milestones/:milestone_id | ||||
* | Fix the iids parameters in the API documentation | Frank Pavageau | 2017-08-07 | 1 | -2/+2 |
| | | | | | Since the parameter name is really `iids[]`, it should be used consistently across the documentation. | ||||
* | Add "API" to all respective headings (h1s) | Marcia Ramos | 2017-05-18 | 1 | -1/+1 |
| | |||||
* | Fix wrong copy edits for URL-encoded substitutions in API docsalkuzad/gitlab-ce-namespaces_encoding_docs | Achilleas Pipinellis | 2017-04-10 | 1 | -1/+1 |
| | |||||
* | Mention URL path encoding to all API docs | Achilleas Pipinellis | 2017-04-08 | 1 | -7/+7 |
| | |||||
* | Add information about namespace encoding to API docs | Dawid Goslawski | 2017-04-08 | 1 | -7/+7 |
| | |||||
* | Use iids as filter parameter | Jarka Kadlecova | 2017-03-02 | 1 | -3/+3 |
| | |||||
* | 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 | ||||
* | | Use v4 endpoint in API docsapi-v4-doc | Robert Schilling | 2017-03-01 | 1 | -1/+1 |
|/ | |||||
* | Add API endpoint to get all milestone merge requests | Joren De Groof | 2017-02-17 | 1 | -0/+13 |
| | |||||
* | Add a starting date to milestonesmilestone_start_date | Valery Sizov | 2016-11-23 | 1 | -0/+3 |
| | |||||
* | Document both valid cases for API iid filterfix-api-iid-filter | Robert Schilling | 2016-11-22 | 1 | -1/+2 |
| | |||||
* | Fix IID filter for merge requests and milestones | Robert Schilling | 2016-11-22 | 1 | -2/+2 |
| | |||||
* | use long options for curl examples in API documentation (!5703) | winniehell | 2016-08-09 | 1 | -1/+1 |
| | |||||
* | Improve coding and doc style | Robert Schilling | 2016-04-06 | 1 | -5/+14 |
| | |||||
* | API: Ability to filter milestones by state | Robert Schilling | 2016-04-06 | 1 | -0/+3 |
| | |||||
* | Revert "added link to issue closing pattern in doc" | Sytse Sijbrandij | 2015-07-13 | 1 | -2/+0 |
| | | | | This reverts commit 903daedb5a963d55f8b2e836127958f92a1562a5. | ||||
* | added link to issue closing pattern in doc | karen Carias | 2015-07-10 | 1 | -0/+2 |
| | |||||
* | Query issues, merge requests and milestones with their IID through API | jubianchi | 2015-05-02 | 1 | -0/+2 |
| | |||||
* | Fix the test and add documentation for the "per-milestone issues API call" | Hannes Rosenögger | 2015-01-22 | 1 | -0/+13 |
| | |||||
* | Update docs to markdown style guide. | Ciro Santilli | 2014-06-03 | 1 | -17/+13 |
| | |||||
* | Add titles to doc pages. | Marin Jankovski | 2014-05-27 | 1 | -0/+2 |
| | |||||
* | Api-Doc JSON lint | Johannes Schleifenbaum | 2014-04-05 | 1 | -9/+9 |
| | | | | Fixes: #5505 | ||||
* | Explain iid in API | Dmitriy Zaporozhets | 2013-10-14 | 1 | -0/+1 |
| | |||||
* | Update issues, milestones, notes api docs. | Marin Jankovski | 2013-10-02 | 1 | -0/+15 |
| | |||||
* | Fix milestone api docs: invalid param for close | Dmitriy Zaporozhets | 2013-06-06 | 1 | -1/+1 |
| | |||||
* | API: documentation contains infos to status codes in README file. | Sebastian Ziebell | 2013-03-07 | 1 | -24/+0 |
| | | | | All the info to return codes from the API functions are available in the `README.md` file as suggested. | ||||
* | API documentation update for milestones | Sebastian Ziebell | 2013-02-20 | 1 | -6/+34 |
| | | | | Updated the milestones API documentation and added return codes descriptions. | ||||
* | API docs: fix new milestone parameters | Nihad Abbasov | 2013-02-20 | 1 | -1/+0 |
| |