summaryrefslogtreecommitdiff
path: root/doc/api/projects.md
Commit message (Collapse)AuthorAgeFilesLines
* Include merge method link in attribute descriptionCindy Pallares 🦉2019-07-101-3/+3
| | | | | | 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.
* Merge branch 'master' into sathieu/gitlab-ce-project_apiDouglas Barbosa Alexandre2019-07-091-51/+61
|\
| * Document the negative commit message push rule for the API.Maikel2019-07-091-24/+27
| |
| * Changing badges to use parentheses not bracketsMarcel Amirault2019-07-081-37/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Clean up EE api docs that were merged to CEMarcel Amirault2019-07-041-9/+16
| | | | | | | | | | | | 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
* | Reduce changes to doc/api/projects.mdproject_apiNick Thomas2019-07-041-62/+69
| |
* | Update json for "Get single project" docMathieu Parent2019-07-031-69/+62
| |
* | Add auto_devops_* to project APIMathieu Parent2019-07-031-0/+6
| | | | | | | | | | The auto_devops object sometimes doesn't exists. We may need to create it.
* | Add auto_cancel_pending_pipelines to project APIMathieu Parent2019-07-031-0/+3
| |
* | Add build_coverage_regex to project APIMathieu Parent2019-07-031-0/+3
| |
* | Add build_timeout to project APIMathieu Parent2019-07-031-0/+3
| |
* | Add build_git_strategy attribute to project APIMathieu Parent2019-07-031-0/+3
| | | | | | | | | | We map the boolean to the string 'fetch' or 'clone', to be more explicit.
* | Add *_access_level to project APIMathieu Parent2019-07-031-15/+33
|/ | | | | | | | | - issues_access_level - repository_access_level - merge_requests_access_level - builds_access_level - wiki_access_level - snippets_access_level
* Update api docs to finish aligning EE and CE docsMarcel Amirault2019-07-031-26/+197
| | | | | | Squashing a few commits and continuing work on merging the 12 api docs that have not been ported to CE yet.
* Expose ci_default_git_depth via project APIexpose-project-git-depth-via-apiFabio Pitino2019-06-121-0/+8
| | | | | | | | | | Enable Get and Update of ci_default_git_depth for Project API. Renaming Project#default_git_depth to :ci_default_git_depth to give more context through the API usage. Add API documentation
* Add wiki size to project statisticsPeter Marko2019-05-291-0/+5
|
* Adds namespace information to project endpoint39858-add-group-owned-info-to-projects-apiMayra Cabrera2019-04-181-1/+6
| | | | | | | | | | | - Namespace now return avatar_url and web_url - NamespaceBasic entity was modified to include avatar_url and web_url, information is fetched differently depending if the Namespace is a user or a group Includes documentation changes Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/39858
* Let users set name/path on project fork using APIBalasankar "Balu" C2019-02-201-0/+2
|
* Add programming language filtering to `/projects`Dylan MacKenzie2019-02-041-0/+2
|
* Add group full path to project's shared_with_groupsMathieu Parent2019-01-151-0/+2
|
* Make unordered lists conform to styleguidedocs/fix-unordered-list-styleEvan Read2019-01-081-7/+6
| | | | - Also makes other minor Markdown fixes that were near the main fixes.
* Replace look-alike token with '<your_access_token>'docs/fake-token-no-moreAchilleas Pipinellis2019-01-041-9/+9
| | | | | Replace all '9koXpg98eAheJpvBs5tK' occurrences with '<your_access_token>' in API docs.
* When creating or updating a user, use public_builds attribute rather than ↵Blair Lunceford2018-11-191-3/+3
| | | | public_jobs attribute in API.
* Feature/add license to project APIJ.D. Bean2018-10-261-0/+49
|
* Initialize projects with readmeSteve2018-09-121-0/+1
|
* Merge branch 'filter-web-hooks-by-branch' into 'master'Dmitriy Zaporozhets2018-09-051-0/+3
|\ | | | | | | | | Filter web hooks by branch See merge request gitlab-org/gitlab-ce!19513
| * Filter project hooks by branchDuana Saskia2018-08-131-0/+3
| | | | | | | | | | | | Allow specificying a branch filter for a project hook and only trigger a project hook if either the branch filter is blank or the branch matches. Only supported for push_events for now.
* | Correct wrong required condition in doc/api/projects.mdKlaus Frank2018-08-291-1/+1
| | | | | | | | | | | | | | Originally submitted at https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6054. Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Clean up LFS objects when creating fork relationToon Claes2018-08-201-0/+5
| | | | | | | | | | | | | | | | | | A forked project stores its LFS objects in the `forked_from_project`. So the LFS objects become inaccessible, and therefore delete them from the database so they'll get cleaned up. To be refactored when implementing https://gitlab.com/gitlab-org/gitlab-ce/issues/39769
* | Allow project owners to set up forking relation through APIToon Claes2018-08-201-2/+2
|/ | | | | | | | Before this change only GitLab admins where allowed to set up forking relation through the API. This changes that so project owners can do this too. Closes gitlab-org/gitlab-ce#40550.
* clarify user namespaceDavin Walker2018-08-091-2/+1
|
* Add min_access_level filter to projects APIMarko, Peter2018-07-231-3/+6
| | | | Signed-off-by: Marko, Peter <peter.marko@siemens.com>
* Fix gitlab import project loadFrancisco Javier López2018-07-231-1/+9
|
* Backport of gitlab-org/gitlab-ee!6137Valery Sizov2018-07-191-0/+5
|
* Fix API docs on unauthenticated projects returnKaspar Emanuel2018-07-091-4/+39
|
* Mention the forked_from_project field in projects APIAchilleas Pipinellis2018-07-051-0/+33
|
* Add transfer project endpoint to the Projects APIAram Visser2018-06-271-0/+10
|
* Docs clarify API to share project to a groupdocs-clarify-API-share-project-to-groupAndrew Winata2018-06-011-1/+1
|
* Removed API endpoint and specsfj-36819-remove-v3-apiFrancisco Javier López2018-05-301-1/+1
|
* Expose readme url in Project APIImre Farkas2018-05-221-1/+10
|
* Add an API endpoint to download git repository snapshotsNick Thomas2018-04-191-1/+24
|
* Feature/add language in repository to apiRoger Rüttimann2018-04-131-0/+23
|
* Resolve "Allow the configuration of a project's merge method via the API"Jan2018-04-041-0/+28
|
* Update docs for API for issue and merge request description templatesVictor Wu2018-04-021-0/+4
|
* Projects and groups badges APIFrancisco Javier López2018-03-051-0/+4
|
* align "confidential issues events" implementation with "issues events" oneJean-Baptiste Guerraz2018-03-011-0/+3
|
* Correcting documentation about project hooks settingsThomas Dudouet2018-02-231-1/+1
|
* Merge branch '41899-api-endpoint-for-importing-a-project-export' into 'master'Sean McGivern2018-02-161-0/+4
|\ | | | | | | | | | | | | Resolve "API endpoint for importing a project export" Closes #41899 See merge request gitlab-org/gitlab-ce!17025
| * update docsJames Lopez2018-02-161-1/+1
| |
| * update missing doc linksJames Lopez2018-02-131-0/+4
| |