summaryrefslogtreecommitdiff
path: root/doc/api/projects.md
Commit message (Collapse)AuthorAgeFilesLines
* Renamed `enable_lfs` to `lfs_enabled` for the Project field, and related fixes.project-specific-lfsPatricio Cano2016-08-301-3/+3
|
* Added CHANGELOG, documentation, and API functionalityPatricio Cano2016-08-301-0/+3
|
* Merge branch 'patch-5' into 'master' Achilleas Pipinellis2016-08-301-30/+24
|\ | | | | | | | | | | | | | | Update projects.md ## What does this MR do? Repaired some examples for a branches in projects.md See merge request !6018
| * Update projects.md Miroslav Meca2016-08-251-30/+24
| | | | | | | | | | | | | | The wrong example for "Branches". Added option parameters in protect branch section. Here is reason: https://gitlab.com/gitlab-org/gitlab-ee/commit/3ab07b8aae8dae43cfa3aae1306c59ea264a8594 Maybe this section could/should be deleted. Because in file repositories.md it had been deleted: https://gitlab.com/gitlab-org/gitlab-ee/commit/8f3701eff005aeedcebff8ce02074f5056a369b3
* | Mention that the `:id` of a project can also be `NAMESPACE/PROJECT_NAME`Achilleas Pipinellis2016-08-301-11/+11
|/ | | | [ci skip]
* Merge branch 'api_only_allow_merge_if_build_succeeds' into 'master' Douwe Maan2016-08-241-7/+17
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | expose 'only_allow_merge_if_build_succeeds' project setting in the API ## What does this MR do? Adds the 'only_allow_merge_if_build_succeeds' project setting in the API. ## Are there points in the code the reviewer needs to double check? No, but maybe this code is not enough for ACLs or the like. ## Why was this MR needed? Because that's a very useful setting to change via automation (through the API) ## What are the relevant issue numbers? Closes #21085, closes https://gitlab.com/gitlab-org/gitlab-ce/issues/20088. ## Screenshots (if relevant) ## Does this MR meet the acceptance criteria? - [X] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added - [X] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [X] API support added - Tests - [X] Added for this feature/bug - [X] All builds are passing - [X] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [X] Branch has no merge conflicts with `master` (if you do - rebase it please) - [X] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) See merge request !5930
| * expose 'only_allow_merge_if_build_succeeds' project setting in the APIMarc Dequènes (Duck)2016-08-241-7/+17
| |
* | api: expose wiki_page_events project hook field in the APIBen Boeckel2016-08-241-0/+3
| |
* | docs: document other project webhook fieldsBen Boeckel2016-08-241-0/+7
|/
* New AccessRequests API endpoints for Group & ProjectRémy Coutable2016-08-101-88/+2
| | | | | | | | Also, mutualize AccessRequests and Members endpoints for Group & Project. New API documentation for the AccessRequests endpoints. Signed-off-by: Rémy Coutable <remy@rymai.me>
* use long options for curl examples in API documentation (!5703)winniehell2016-08-091-4/+4
|
* Get rid of `is_image` in FileUploaderRémy Coutable2016-07-191-1/+0
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch 'api-docs-typos' into 'master' Achilleas Pipinellis2016-07-091-35/+42
|\ | | | | | | | | Fix typos in API documentation See merge request !4949
| * projects: add container_registry_enabled to API docsBen Boeckel2016-06-271-0/+7
| |
| * docs: fix some typosBen Boeckel2016-06-271-35/+35
| |
* | Merge branch 'edgemaster/gitlab-ce-patch-missing-api-docs'Rémy Coutable2016-07-081-0/+3
|\ \ | | | | | | | | | | | | | | | See !4096. Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | API Docs: Add missing project option shared_runners_enabledThomas Wood2016-05-091-0/+3
| | | | | | | | | | | | | | | | | | Introduced into the API in e80e3f53 [ci skip]
* | | Merge branch 'api-shared-projects' into 'master' Rémy Coutable2016-07-081-7/+30
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Api shared projects ## What does this MR do? Exposes the shared projects in the group endpoint ## What are the relevant issue numbers? Builds upon !5148 and closes #18780 ## Does this MR meet the acceptance criteria? - [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added - [x] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [x] API support added - Tests - [x] Added for this feature/bug - [x] All builds are passing - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if you do - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) See merge request !5150
| * | | Expose shared groups for projectsapi-shared-groupsRobert Schilling2016-07-081-7/+30
| | |/ | |/|
* | | Fix unarchive mistakeSergey Gnuskov2016-07-071-1/+1
|/ /
* | Update docs/api/projects.md with container registry enabled optionKamil Trzcinski2016-05-091-0/+3
|/
* Styling changes to code and docsRobert Schilling2016-04-131-1/+0
|
* Make staring API more restfulRobert Schilling2016-04-131-6/+6
|
* API: Star and unstar a projectRobert Schilling2016-04-131-0/+127
|
* Allow a project member to leave the projected through the APIremove-myself-from-project-api-7687Zeger-Jan van de Weg2016-04-121-2/+4
|
* PUT becomes POST on archiving endpointsZeger-Jan van de Weg2016-03-241-10/+12
| | | | | Also the specs have a minor improvement. Mainly the access right spec. Changes are reflected in the docs
* Add endpoints for archiving and unarchivingZeger-Jan van de Weg2016-03-231-0/+164
|
* Bring share project with group API from EEshare-project-ceDmitriy Zaporozhets2016-03-131-0/+14
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Rename allow_guest_to_access_builds to public_buildsKamil Trzcinski2016-02-041-5/+5
|
* Expose allow_guest_to_access_builds in GitLab APIKamil Trzcinski2016-02-041-2/+8
|
* Change 'public' flag to more robust 'visibility' query.Josh Frye2016-01-191-4/+4
|
* Update all docs for public paramJosh Frye2016-01-191-0/+3
|
* Add public params to GET /projects api. Closes #3788Josh Frye2016-01-191-0/+1
|
* Merge branch 'ci/api-projects' into 'master' Douwe Maan2016-01-131-3/+14
|\ | | | | | | | | | | | | Extend projects API with CI data Reference #4264 See merge request !2303
| * Modify CI features in projects APIci/api-projectsTomasz Maczukin2016-01-111-20/+1
| |
| * Update ./doc/apiTomasz Maczukin2016-01-071-3/+33
| |
* | Add API project upload endpointDouwe Maan2016-01-071-0/+28
|/
* Add project permissions to all project API endpointsStan Hu2015-12-221-0/+10
| | | | This standardizes all the project API formats. Also needed to support Huboard.
* Api support for requesting starred projects for userZeger-Jan van de Weg2015-12-161-0/+15
| | | | Fixes #4112
* Merge branch 'add-open-issues-count-to-api' of ↵Dmitriy Zaporozhets2015-12-161-0/+3
|\ | | | | | | | | | | https://gitlab.com/stanhu/gitlab-ce Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * Add open_issues_count to project APIStan Hu2015-12-111-0/+3
| | | | | | | | This is needed to support Huboard and a generally useful value.
* | Migrate CI::Project to ProjectKamil Trzcinski2015-12-111-3/+0
|/
* Remove default_branch from project API creation since an empty repositoryStan Hu2015-12-081-1/+0
| | | | | | has no branches to start. Closes #3937
* Extent Event and Note APIextend-events-apiDmitriy Zaporozhets2015-12-041-4/+67
| | | | | | | | * add note to Events API * add author section to Events API * add noteable_id and noteable_type to Notes API Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Expose CI enable option in project featuresKamil Trzcinski2015-11-131-0/+6
| | | | - Enable CI by default for all new projects
* api: add enable_ssl_verification to PUT/POST hooksBen Boeckel2015-09-241-0/+2
|
* doc: list note_events as a valid parameter for PUT/POST hooksBen Boeckel2015-09-241-0/+2
|
* api: expose note_events and enable_ssl_verification for hooksBen Boeckel2015-09-241-0/+2
|
* Make sure webhooks are mentioned at the top level.Sytse Sijbrandij2015-07-081-4/+7
|
* update API docproject_api_orderValery Sizov2015-05-141-0/+3
|