summaryrefslogtreecommitdiff
path: root/doc/api/commits.md
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'gsemet/gitlab-ce-gsemet-master-patch-33258' into 'master'Sean McGivern2019-07-231-0/+1
|\ | | | | | | | | Multiple pipeline support for Build status See merge request gitlab-org/gitlab-ce!30828
| * Add specs for specifying pipeline behaviorMatija Čupić2019-07-231-1/+1
| | | | | | | | | | Adds specs for testing the new behavior of specifying a pipeline when POSTing a status.
| * Multiple pipeline support for Build statusGaetan Semet2019-07-171-0/+1
| | | | | | | | | | | | | | | | This allows user to specify the pipeline ID when several pipelines has been triggered on the same branch and commit. Signed-off-by: Gaetan Semet <gaetan.semet@renault.com>
* | Add start_sha to commits APIMarkus Koller2019-07-181-4/+5
|/ | | | | | | | | | 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.
* Add blank lines around code blocksMarcel Amirault2019-07-121-0/+1
| | | | All code blocks should be surrounded by blank lines
* Add optional param :start_project to allow variable commit targetsKerri Miller2019-05-311-0/+1
| | | | | | | | This extends POST#:id/repository/commits to allow the optional parameter `:start_project`, which will allow targeting other projects besides the one derived from `:id`. Resolves https://gitlab.com/gitlab-org/gitlab-ce/issues/50850
* Fix code block not renderingEvan Read2019-04-091-13/+14
|
* Docs: Fix misc anchorsMarcel Amirault2019-04-081-1/+1
|
* Update to the commits.md, more details about how to use the --form method ↵Jochum van der Ploeg2019-04-011-0/+26
| | | | for creating a commit
* Use valid data in our GetCommit example responsedocs/zj-patch-jsonZeger-Jan van de Weg2019-03-291-2/+2
| | | | When validating parsing, copy pasting should just work, but instead we created
* Docs: Fix missed or newly added broken anchorsMarcel Amirault2019-03-251-1/+1
|
* Accept force option on commit via APIPatrick Bajao2019-03-061-0/+1
| | | | | | | | When `force` is set to `true` and `start_branch` is set, the branch will be ovewritten with the new commit based on the `HEAD` of the `start_branch`. This commit includes changes to update the `gitaly-proto` gem.
* Remove consecutive blank lines from markdown filesEvan Read2019-02-181-3/+0
| | | | | For the sake of consistency, removes any extraneous consecutive blank lines from the doc suite.
* Add API docs for commit's GPG signature endpoint49502-gpg-signature-api-endpointBalasankar "Balu" C2019-02-141-0/+40
|
* Replace look-alike token with '<your_access_token>'docs/fake-token-no-moreAchilleas Pipinellis2019-01-041-12/+12
| | | | | Replace all '9koXpg98eAheJpvBs5tK' occurrences with '<your_access_token>' in API docs.
* Commits API: Preserve file content in move operations if unspecifiedNick Thomas2018-11-281-1/+1
|
* Revert API is going into 11.5, not 11.6.docs/rs-revert-api-versionRobert Speicher2018-11-141-1/+1
|
* Add revert to commits APIRobert Speicher2018-11-091-0/+42
|
* Includes commit stats in POST project commits API51803-include-commits-stats-in-projects-apiJacopo2018-10-031-0/+1
|
* Adds chmod action to POST /projects/:id/repository/commits APIJacopo2018-09-271-3/+9
| | | | With this action the user can update the execute_filemode of a given file in the repository.
* Stop using FlayRémy Coutable2018-09-031-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Added with_statsoption for GET /projects/:id/repository/commitsLeonid Batizhevskii2018-06-121-0/+1
|
* Mention when "/commits/:sha/merge_requests/" endpoint was introducedMark Fletcher2018-04-051-0/+3
|
* Add pagination docs to commit status APIjramsay-list-commit-statuses-docsJames Ramsay2018-04-011-2/+3
|
* Allow merge requests related to a commit to be found via APIMark Fletcher2018-03-261-0/+68
| | | | | - Original work for the web interface here: - https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/13713
* Add specs42434-allow-commits-endpoint-to-work-over-all-commitsTiago Botelho2018-03-011-0/+3
|
* Refactor commits/refs API to use hash and add pagination headersRobert Schilling2018-02-141-6/+9
|
* Separate branch and tag namesRobert Schilling2018-02-091-5/+4
|
* Add docsRobert Schilling2018-02-091-0/+34
|
* Add option to disable commit stats to commit APIFrancisco Javier López2018-01-091-0/+1
|
* Updates from last code review:38356-add-last_commit_sha-to-the-commit-apiRubén Dávila2017-12-201-1/+1
| | | | | | - Apply some refactoring for code reuse - Add file status validation for Files::DeleteService - Write additional specs
* Check if file has been modified for each action provided.Rubén Dávila2017-12-201-0/+1
| | | | | | When commiting multiple files we're now checking if any of those files has been modified by another commit and we're rejecting the new commit in this case.
* Expose last pipeline details in API response when getting a single commitMehdi Lahmam2017-09-261-0/+6
| | | | Closes #35692.
* Add start_branch to files and commits APIsDouwe Maan2017-08-041-1/+2
|
* Documentation bugfix of invalid JSON payload example of Create a commit with ↵blackst0ne2017-06-131-1/+1
| | | | multiple files and actions
* Fix wrong copy edits for URL-encoded substitutions in API docsalkuzad/gitlab-ce-namespaces_encoding_docsAchilleas Pipinellis2017-04-101-1/+1
|
* Mention URL path encoding to all API docsAchilleas Pipinellis2017-04-081-9/+9
|
* Add information about namespace encoding to API docsDawid Goslawski2017-04-081-10/+10
|
* Use v4 endpoint in API docsapi-v4-docRobert Schilling2017-03-011-9/+9
|
* Change branch_name param to branch throughout V4 API22132-rename-branch-name-params-to-branchOswaldo Ferreira2017-02-211-2/+2
|
* Fix some grammar in the API docsRobert Schilling2017-02-201-2/+2
|
* Merge branch 'add-missing-api-entities' into 'master'Rémy Coutable2017-02-151-3/+15
|\ | | | | | | | | | | | | Add missing api entities Closes #23895 See merge request !7138
| * entities: use the RepoCommit entity for branch commitsBen Boeckel2017-02-141-3/+15
| | | | | | | | Fixes #23895.
* | Make it possible to pass coverage value to commit status APIwendy04022017-02-141-0/+2
|/
* update scripts and docs to reference the newly namespaced rake taskrelative-url-assetsMike Greiling2017-01-271-1/+1
|
* API: Ability to cherry-pick a commitRobert Schilling2016-12-131-0/+39
|
* API: Expose committer details for a commitapi-expose-commiter-detailsRobert Schilling2016-12-011-0/+8
|
* Merge branch 'patch-1' into 'master' Rémy Coutable2016-10-211-1/+1
|\ | | | | | | | | | | | | | | | | [Doc] Fix `ref` parameter name for `commits/statuses` The attribute to filter by branch or tag needs to be named `ref`, not `ref_name`. And indeed the attribute in the JSON response is `ref` (and not `ref_name`). Tested on Gitlab CE 8.9. See merge request !4876
| * Fix `ref` parameter name for `commits/statuses` Pierre de La Morinerie2016-06-231-1/+1
| | | | | | | | | | | | | | The attribute to filter by branch or tag needs to be named `ref`, not `ref_name`. And indeed the attribute in the JSON response is `ref` (and not `ref_name`). Tested on Gitlab CE 8.9.
* | Remove /u/ prefix from user pages in documentationDmitriy Zaporozhets2016-10-131-4/+4
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>