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
path: root/doc/api
AgeCommit message (Collapse)Author
2019-07-18Merge branch 'webide-commit-use-correct-parent' into 'master'Nick Thomas
Use correct parent when committing in WebIDE See merge request gitlab-org/gitlab-ce!29598
2019-07-18Add start_sha to commits APIMarkus Koller
When passing start_branch on committing from the WebIDE, it's possible that the branch has changed since editing started, which results in the change being applied on top of the latest commit in the branch and overwriting the new changes. By passing the start_sha instead we can make sure that the change is applied on top of the commit which the user started editing from.
2019-07-18Doc for "Move external authorization service API management to EE"Imre Farkas
2019-07-17Merge branch '12800-read-and-write-user-admin-notes-via-api-ce' into 'master'Stan Hu
CE Backport: Read and write User "Admin notes" via API See merge request gitlab-org/gitlab-ce!30775
2019-07-16CE: Read and write User "Admin notes" via APImanojmj
This change adds the ability to read and write admin notes for a user via the USER API
2019-07-16Docs Dependencies APITetiana Chupryna
2019-07-16Update Release API docsJason Goodman
Include released_at parameter
2019-07-16Rewrite to avoid square brackets, minimizing Kramdown warningsEvan Read
2019-07-16Merge branch 'mc/docs/api-download-latest-artifact-docs' into 'master'Evan Read
Update job artifact download docs See merge request gitlab-org/gitlab-ce!30714
2019-07-16Migrate null values for users.private_profileAdam Hegyi
- Background migration for changing null values to false - Set false as default value for private_profile DB column
2019-07-15Convert more product badges to round bracketsEvan Read
2019-07-15Rename "discussions" to "threads" in docsMichel Engelen
2019-07-15Remove extra blank lines from docsMarcel Amirault
Removing extra blank lines in docs that serve no purpose, as well as some --- lines that also are not needed.
2019-07-14Update job artifact download docsMatija Čupić
2019-07-12Merge branch '55623-group-cluster-apis' into 'master'Grzegorz Bizon
Resolve "API support for group-level clusters" Closes #55623 See merge request gitlab-org/gitlab-ce!30213
2019-07-12Remove trailing whitespace in docsMarcel Amirault
Remove unneeded trailing whitespace in lines in /development /ci /api and /administration docs.
2019-07-12Add blank lines around code blocksMarcel Amirault
All code blocks should be surrounded by blank lines
2019-07-12Remove hard tabs from docsMarcel Amirault
Hard tabs do not follow general markdown guidelines are were removed from the few docs that used them
2019-07-11Improve Graphql DocsFelipe Artur
Adds more friendly docs for GraphQl implementation
2019-07-11Add API for CRUD group clustersDylan Griffith
This is basically a copy of the API for project clusters.
2019-07-10Edit GraphQL general availability textEvan Read
2019-07-10Vulnerabilities API now supports pipeline_idrossfuhrman
2019-07-10Include merge method link in attribute descriptionCindy Pallares 🦉
Currently, the project visibility methods attribute description link to the descriptions and options for visibility methods. The merge methods attribute description doesn't should do the same.
2019-07-09Merge branch 'master' into sathieu/gitlab-ce-project_apiDouglas Barbosa Alexandre
2019-07-09Document the negative commit message push rule for the API.Maikel
2019-07-09Remove `:graphql` feature flagcharlie ablett
- Remove `FeatureConstrainer` call wrapping api endpoint - Remove `Feature.enabled?(:graphql)` conditionals in back and frontend - Modify graphql test to be graphql flag agnostic - Remove api routing spec - Remove frontend feature flag via `gon`
2019-07-09Updates on success of an MR the count on top and in other tabsTim Zallmann
New API endpoint for merge request count Updates all open tabs at the same time with one call Restructured API response API response changed to 401 if no current_user Added API + JS specs Fix for Static Check Updated Count on Open/Close, Assign/Unassign of MR's Checking if MR Count is refreshed Added # frozen_string_literal: true to spec Added Changelog
2019-07-09Docs: Add missing backtick fence to code blockMarcel Amirault
2019-07-09Fix spacing of code blocksMarcel Amirault
Code blocks should not be spaced 4 times, as this will prevent the code from being colored. They should also be spaced the same as the lists they are a part of, to make reading easier.
2019-07-09Remove extra whitespaces in docsMarcel Amirault
Removes all the extra whitespaces at end of lines, inside tags, and removes extra newlines
2019-07-08Add lint rule that headings must increment one level at a timeEvan Read
Also fixes instances in Markdown that broke the rule.
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-08Update redirected links in CE part 1Marcel Amirault
First MR in a series updating all redirected links in CE documentation to the destination URLs
2019-07-05Adding order by to list runner jobs api.sujay patel
2019-07-05Adding order by to list runner jobs api.sujay patel
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-04Merge branch '54117-transactional-rebase' into 'master'Douglas Barbosa Alexandre
Allow asynchronous rebase operations to be monitored Closes #54117 See merge request gitlab-org/gitlab-ce!29940
2019-07-04Clean up EE api docs that were merged to CEMarcel Amirault
Many small fixes to api docs which were merged from EE to CE, and tables cleaned up, as noted in issue https://gitlab.com/gitlab-org/gitlab-ce/issues/64072
2019-07-04Reduce changes to doc/api/projects.mdNick Thomas
2019-07-04Allow asynchronous rebase operations to be monitoredNick Thomas
This MR introduces tracking of the `rebase_jid` for merge requests. As with `merge_ongoing?`, `rebase_in_progress?` will now return true if a rebase is proceeding in sidekiq. After one release, we should remove the Gitaly-based lookup of rebases. It is much better to track this kind of thing via the database.
2019-07-03Update json for "Get single project" docMathieu Parent
2019-07-03Add auto_devops_* to project APIMathieu Parent
The auto_devops object sometimes doesn't exists. We may need to create it.
2019-07-03Add auto_cancel_pending_pipelines to project APIMathieu Parent
2019-07-03Add build_coverage_regex to project APIMathieu Parent
2019-07-03Add build_timeout to project APIMathieu Parent
2019-07-03Add build_git_strategy attribute to project APIMathieu Parent
We map the boolean to the string 'fetch' or 'clone', to be more explicit.
2019-07-03Add *_access_level to project APIMathieu Parent
- issues_access_level - repository_access_level - merge_requests_access_level - builds_access_level - wiki_access_level - snippets_access_level
2019-07-03Re-align CE and EE API docsAchilleas Pipinellis
2019-07-03Merge branch '3264-update-project-aliases-api-docs' into 'master'Marcia Ramos
Update Project Aliases API documentation See merge request gitlab-org/gitlab-ce!30288
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.