Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-09-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-07-08Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-06-28Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-06-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-02-08Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-11-26Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-11-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-08-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-08-19Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-07-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-07-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-07-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-07-08Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-05-29Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-05-28Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-05-27Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-05-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-27Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-06Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-07-08Changing badges to use parentheses not bracketsMarcel Amirault
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
2019-07-05Small markdown tweaks to clear kramdown warningsMarcel Amirault
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
2019-07-03Update api docs to finish aligning EE and CE docsMarcel Amirault
Squashing a few commits and continuing work on merging the 12 api docs that have not been ported to CE yet.
2019-05-01Merge branch 'bertrand-lpl-master-patch-56649' into 'master'Mike Lewis
Replace misinterpreted `|` caracter in a table See merge request gitlab-org/gitlab-ce!25319
2019-03-27Resolve "Get milestone by title via API"Fabio Busatto
2019-02-27Added: Documentation for the APINermin Vehabovic
Added: Specs for the API action
2019-02-17Replace misinterpreted `|` caracter in a table Bertrand Jamin
2019-02-14Revert "Merge branch '50559-add-milestone-progress-to-api' into 'master'"Stan Hu
This reverts merge request !25173
2019-02-13Add milestone progress to APIRobert Schilling
2019-01-04Replace look-alike token with '<your_access_token>'Achilleas Pipinellis
Replace all '9koXpg98eAheJpvBs5tK' occurrences with '<your_access_token>' in API docs.
2018-12-06Add missing links to resourcesEvan Read
- While here, restructure list slightly.
2018-09-04More specificity and clarity for iid field in API documentation.Evan Read
2018-01-19doc: Spelling fixesVille Skyttä
2018-01-16Enables Project Milestone Deletion via APIJacopo
Enables project milestone deletion via DELETE /projects/:id/milestones/:milestone_id
2017-08-07Fix the iids parameters in the API documentationFrank Pavageau
Since the parameter name is really `iids[]`, it should be used consistently across the documentation.
2017-05-18Add "API" to all respective headings (h1s)Marcia Ramos
2017-04-10Fix wrong copy edits for URL-encoded substitutions in API docsAchilleas Pipinellis
2017-04-08Mention URL path encoding to all API docsAchilleas Pipinellis
2017-04-08Add information about namespace encoding to API docsDawid Goslawski
2017-03-02Use iids as filter parameterJarka Kadlecova
2017-03-02Merge branch '28807-search-for-milestone-by-title-in-rest-api' into 'master'Rémy Coutable
Enable filtering milestones by search criteria in the API Closes #28807 See merge request !9606
2017-03-02Enable filtering milestones by search criteria in the APIMark Fletcher
- Also remove a redundant test
2017-03-01Use v4 endpoint in API docsRobert Schilling
2017-02-17Add API endpoint to get all milestone merge requestsJoren De Groof
2016-11-23Add a starting date to milestonesValery Sizov
2016-11-22Document both valid cases for API iid filterRobert Schilling
2016-11-22Fix IID filter for merge requests and milestonesRobert Schilling
2016-08-09use long options for curl examples in API documentation (!5703)winniehell
2016-04-06Improve coding and doc styleRobert Schilling