summaryrefslogtreecommitdiff
path: root/doc/api
Commit message (Collapse)AuthorAgeFilesLines
* Add Application Setting to configure default Repository Path for new projectsshards-configAlejandro Rodríguez2016-06-291-2/+5
|
* Merge branch 'fix/builds-api-builds-for-commit-search' into 'master' Rémy Coutable2016-06-281-0/+5
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Find all builds for commit if there are multiple pipelines for it ## What does this MR do? This MR fixes a builds API. When multiple pipelines were triggered for a commit, then API returned builds only from the last pipeline. ## What are the relevant issue numbers? Closes #18912 Closes #19243 ## 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 !4849
| * Add documentation for commit builds API improvementsGrzegorz Bizon2016-06-281-0/+5
| |
* | Merge branch 'iankelling-api-doc' into 'master' Achilleas Pipinellis2016-06-281-1/+1
|\ \ | |/ |/| | | | | | | | | docs: fix default_branch_protection default See merge request !4479
| * docs: fix default_branch_protection defaultIan Kelling2016-06-051-1/+1
| |
* | Merge branch 'remove-docs-for-gitlab-ci-service-api' into 'master' Achilleas Pipinellis2016-06-271-34/+0
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove docs for GitLab CI Service API ## What does this MR do? Documentation update: http://docs.gitlab.com/ce/api/services.html Old GitLab CI Service API description will be removed from the docs. ## Are there points in the code the reviewer needs to double check? n/a ## Why was this MR needed? Obsolete information is harmful than nothing. ## What are the relevant issue numbers? Closes #19167 ## Does this MR meet the acceptance criteria? - [n/a] [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) - [n/a] 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 !4927
| * | Remove docs for GitLab CI Service APITakuya Noguchi2016-06-271-34/+0
| | |
* | | Merge branch '2979-document-2fa-auth-changes' into 'master' Achilleas Pipinellis2016-06-272-0/+18
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add notices about disabling auth features for users with 2FA. Related to #2979 - Document the proposed changes to the GitLab authentication system. - This is done because currently, users with 2FA enabled are allowed API access without a 2FA token. # Tasks - [ ] #2979 !xxxx - Document proposed auth changes for 2FA users - [x] Wait for replies on "[potential avenues for documenting the planned changes](https://gitlab.com/gitlab-org/gitlab-ce/issues/2979#note_12591578)" - [x] Update documentation - [ ] CHANGELOG entry? - [ ] Merge conflicts See merge request !4815
| * | Add notices about disabling auth features for users with 2FA.2979-document-2fa-auth-changesTimothy Andrew2016-06-272-0/+18
| | |
* | | gitlab-org/gitlab-ce#17818 - add api call for issues by groupMarc Siegfriedt2016-06-231-2/+78
| | | | | | | | | | | | | | | rely only on IssuesFinder docs and changelog
* | | Add missing link to sidekiq metrics in API READMEAchilleas Pipinellis2016-06-211-0/+1
|/ / | | | | | | [ci skip]
* | fixup! updated docs for api endpoint award emojiZ.J. van de Weg2016-06-172-23/+187
| |
* | Add endpoints for award emoji on notesZ.J. van de Weg2016-06-171-0/+204
| | | | | | | | Docs also added.
* | Correct Sidekiq Metrics DocsPatricio Cano2016-06-171-0/+152
| |
* | Merge remote-tracking branch 'origin/master' into 2979-personal-access-tokensTimothy Andrew2016-06-166-259/+538
|\ \
| * \ Merge branch 'doc/issue-move-assigns-labels-and-milestone' into 'master' Achilleas Pipinellis2016-06-151-0/+3
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Add docs for assigning labels/milestone when moving issue Extends https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3934 See merge request !4069
| | * | Add docs for assigning labels/milestone when moving issueGrzegorz Bizon2016-06-151-0/+3
| | | | | | | | | | | | | | | | [ci skip]
| * | | Merge branch 'artifacts-expire-date' into 'master' Rémy Coutable2016-06-141-239/+289
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Artifacts expire date What do you think @grzesiek? The syntax will be simple: ``` job: artifacts: expire_in: 7d ``` - [x] Implement `expire_in` - [x] Check current design of expiry information with @jschatz1 and @markpundsack - [x] Add tests in GitLab application for a `ExpireBuildArtifactsWorker` and for `ArtifactsController::keep` - [x] Add user documentation how to use `artifacts:expire_in` - [x] Prepare GitLab Runner changes to pass `expire_in`: gitlab-org/gitlab-ci-multi-runner!191 - [x] Fix `timeago` with help of @jschatz1 - [x] Merge latest master after builds view changes @iamphill - [ ] Add Omnibus support for `expire_build_artifacts_worker` cron job - [ ] Add documentation how to configure `expire_build_artifacts_worker` This is based on https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4201. See merge request !4200
| | * | | Improve design based on reviewKamil Trzcinski2016-06-131-264/+264
| | | | |
| | * | | Added keep artifacts API endpointKamil Trzcinski2016-06-131-0/+50
| | | | |
| * | | | Fix grammar and syntaxAchilleas Pipinellis2016-06-141-6/+8
| | | | |
| * | | | Update CI API docsAchilleas Pipinellis2016-06-144-20/+244
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | - Move ci/api under api/ci - Clean up builds.md and runners.md - Replace old links with new ones - Add CI API links in ci/README.md
* | | | Merge remote-tracking branch 'origin/master' into 2979-personal-access-tokensTimothy Andrew2016-06-141-1/+12
|\ \ \ \ | |/ / /
| * | | Fix Error 500 when using closes_issues API with an external issue trackerStan Hu2016-06-111-1/+12
| | |/ | |/| | | | | | | Closes #18484
* | | Merge remote-tracking branch 'origin/master' into 2979-personal-access-tokensTimothy Andrew2016-06-092-4/+31
|\ \ \ | |/ /
| * | Document the API endpoint for gathering a build logMark Fletcher2016-06-031-0/+24
| | | | | | | | | | | | * Resolves #18015
| * | Add `sha` parameter to MR accept APISean McGivern2016-06-011-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | The `sha` parameter is optional, and when present, must match the current HEAD SHA of the source branch. Otherwise, the API call fails with a 409 Conflict and a message containing the current HEAD for the source branch. Also tidy up some doc wording.
* | | Merge remote-tracking branch 'origin/master' into 2979-personal-access-tokensTimothy Andrew2016-06-037-11/+87
|\ \ \ | |/ /
| * | Merge branch 'doc_api_services_jira_amend' into 'master' Rémy Coutable2016-06-011-0/+2
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Amend jira service api docs [ci skip] ## What does this MR do? Amends the API documentation for jira service integration ## Are there points in the code the reviewer needs to double check? No ## Why was this MR needed? The current documentation omits the username and password parameters ## What are the relevant issue numbers? ## Screenshots (if relevant) See merge request !4382
| | * | Amend jira service api docs [ci skip]Richard Grainger2016-05-311-0/+2
| | | |
| * | | Add Application Setting to configure Container Registry token expire delay ↵Kamil Trzcinski2016-05-311-2/+5
| | | | | | | | | | | | | | | | (default 5min)
| * | | Add space after comma, add space between 'beautomatically'Chris Spicer2016-05-291-2/+2
| | | |
| * | | Add space between 'Criticalissue'Chris Spicer2016-05-291-1/+1
| |/ /
| * | fix group members api doc: remove emialSanster2016-05-211-2/+0
| | |
| * | Merge branch 'master' into 'master' Hannes Rosenögger2016-05-181-2/+2
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | fix example urls for (dis)associating runners to projects See merge request !2993
| | * | fix example urls for (de)associating runners to projectsa-tal2016-02-261-2/+2
| | | |
| * | | Make it clearer that /licenses is the OS license templates endpointimprove-license-docRémy Coutable2016-05-181-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | Merge branch 'docker-registry' into 'master' Douwe Maan2016-05-161-0/+3
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added authentication service for docker registry This adds a simple authentication service for docker which uses current user credentials to authenticate pulls and pushes. I have only one concern. Since the `.docker/config` is unencrypted, thus the password for user stored there is unencrypted, maybe we should from the start implement function to generate/provide a separate password just for the purposes of accessing docker registry? What do you think @jacobvosmaer @sytses @marin? cc @marin See merge request !3787
| | * \ \ Merge remote-tracking branch 'origin/master' into docker-registryKamil Trzcinski2016-05-135-18/+111
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # config/initializers/1_settings.rb
| | * | | | Update docs/api/projects.md with container registry enabled optionKamil Trzcinski2016-05-091-0/+3
| | | | | |
| * | | | | Change all occurrences of doc.gitlab.com to docs.gitlab.comAchilleas Pipinellis2016-05-131-1/+1
| | |/ / / | |/| | | | | | | | | | | | | [ci skip]
| * | | | Add API endpoints for un/subscribing from/to a labelAhmad Sherif2016-05-121-0/+70
| | | | | | | | | | | | | | | | | | | | Closes #15638
* | | | | Reuse the private token param and header for personal access tokens.Timothy Andrew2016-05-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3749#note_11626427 - Personal access tokens are still a separate entity as far as the codebase is concerned - they just happen to use the same entry point as private tokens. - Update tests and documentation to reflect this change
* | | | | Merge remote-tracking branch 'origin/master' into 2979-personal-access-tokensTimothy Andrew2016-05-115-35/+96
|\ \ \ \ \ | |/ / / /
| * | | | Revert "Merge branch 'patch-1' into 'master'"Rémy Coutable2016-05-091-5/+5
| | | | | | | | | | | | | | | This reverts merge request !4030
| * | | | Expose MergeRequest#user_notes_count in the API and use the method in issues ↵Rémy Coutable2016-05-091-7/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | list Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | | API: Expose Issue#user_notes_countcnam-dep2016-05-091-5/+10
| | | | |
| * | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2016-05-091-22/+58
| |\ \ \ \ | | |/ / /
| | * | | docs(api): adapted user API documentation to match with latest APIFabio Huser2016-05-061-22/+58
| | | |/ | | |/| | | | | | | | | | | | | | | | | The user API documentation and the actual implementation were out of sync, missing certain newly introduced fields and beeing inconsistent between certain API definitions. The documentation was changed according the actual latest implementation. Signed-off-by: Fabio Huser <fabio@fh1.ch>
| * | | Update build triggers API documentation (#10153)Thomas Wood2016-05-081-1/+11
| |/ / | | | | | | | | | | | | | | | | | | Update build triggers API documentation [ci skip] * Ensure updated/deleted timestamps are consistent