Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'gsemet/gitlab-ce-gsemet-master-patch-33258' into 'master' | Sean McGivern | 2019-07-23 | 1 | -0/+1 |
|\ | | | | | | | | | Multiple pipeline support for Build status See merge request gitlab-org/gitlab-ce!30828 | ||||
| * | Add specs for specifying pipeline behavior | Matija Čupić | 2019-07-23 | 1 | -1/+1 |
| | | | | | | | | | | Adds specs for testing the new behavior of specifying a pipeline when POSTing a status. | ||||
| * | Multiple pipeline support for Build status | Gaetan Semet | 2019-07-17 | 1 | -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 API | Markus Koller | 2019-07-18 | 1 | -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 blocks | Marcel Amirault | 2019-07-12 | 1 | -0/+1 |
| | | | | All code blocks should be surrounded by blank lines | ||||
* | Add optional param :start_project to allow variable commit targets | Kerri Miller | 2019-05-31 | 1 | -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 rendering | Evan Read | 2019-04-09 | 1 | -13/+14 |
| | |||||
* | Docs: Fix misc anchors | Marcel Amirault | 2019-04-08 | 1 | -1/+1 |
| | |||||
* | Update to the commits.md, more details about how to use the --form method ↵ | Jochum van der Ploeg | 2019-04-01 | 1 | -0/+26 |
| | | | | for creating a commit | ||||
* | Use valid data in our GetCommit example responsedocs/zj-patch-json | Zeger-Jan van de Weg | 2019-03-29 | 1 | -2/+2 |
| | | | | When validating parsing, copy pasting should just work, but instead we created | ||||
* | Docs: Fix missed or newly added broken anchors | Marcel Amirault | 2019-03-25 | 1 | -1/+1 |
| | |||||
* | Accept force option on commit via API | Patrick Bajao | 2019-03-06 | 1 | -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 files | Evan Read | 2019-02-18 | 1 | -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-endpoint | Balasankar "Balu" C | 2019-02-14 | 1 | -0/+40 |
| | |||||
* | Replace look-alike token with '<your_access_token>'docs/fake-token-no-more | Achilleas Pipinellis | 2019-01-04 | 1 | -12/+12 |
| | | | | | Replace all '9koXpg98eAheJpvBs5tK' occurrences with '<your_access_token>' in API docs. | ||||
* | Commits API: Preserve file content in move operations if unspecified | Nick Thomas | 2018-11-28 | 1 | -1/+1 |
| | |||||
* | Revert API is going into 11.5, not 11.6.docs/rs-revert-api-version | Robert Speicher | 2018-11-14 | 1 | -1/+1 |
| | |||||
* | Add revert to commits API | Robert Speicher | 2018-11-09 | 1 | -0/+42 |
| | |||||
* | Includes commit stats in POST project commits API51803-include-commits-stats-in-projects-api | Jacopo | 2018-10-03 | 1 | -0/+1 |
| | |||||
* | Adds chmod action to POST /projects/:id/repository/commits API | Jacopo | 2018-09-27 | 1 | -3/+9 |
| | | | | With this action the user can update the execute_filemode of a given file in the repository. | ||||
* | Stop using Flay | Rémy Coutable | 2018-09-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Added with_statsoption for GET /projects/:id/repository/commits | Leonid Batizhevskii | 2018-06-12 | 1 | -0/+1 |
| | |||||
* | Mention when "/commits/:sha/merge_requests/" endpoint was introduced | Mark Fletcher | 2018-04-05 | 1 | -0/+3 |
| | |||||
* | Add pagination docs to commit status APIjramsay-list-commit-statuses-docs | James Ramsay | 2018-04-01 | 1 | -2/+3 |
| | |||||
* | Allow merge requests related to a commit to be found via API | Mark Fletcher | 2018-03-26 | 1 | -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-commits | Tiago Botelho | 2018-03-01 | 1 | -0/+3 |
| | |||||
* | Refactor commits/refs API to use hash and add pagination headers | Robert Schilling | 2018-02-14 | 1 | -6/+9 |
| | |||||
* | Separate branch and tag names | Robert Schilling | 2018-02-09 | 1 | -5/+4 |
| | |||||
* | Add docs | Robert Schilling | 2018-02-09 | 1 | -0/+34 |
| | |||||
* | Add option to disable commit stats to commit API | Francisco Javier López | 2018-01-09 | 1 | -0/+1 |
| | |||||
* | Updates from last code review:38356-add-last_commit_sha-to-the-commit-api | Rubén Dávila | 2017-12-20 | 1 | -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ávila | 2017-12-20 | 1 | -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 commit | Mehdi Lahmam | 2017-09-26 | 1 | -0/+6 |
| | | | | Closes #35692. | ||||
* | Add start_branch to files and commits APIs | Douwe Maan | 2017-08-04 | 1 | -1/+2 |
| | |||||
* | Documentation bugfix of invalid JSON payload example of Create a commit with ↵ | blackst0ne | 2017-06-13 | 1 | -1/+1 |
| | | | | multiple files and actions | ||||
* | Fix wrong copy edits for URL-encoded substitutions in API docsalkuzad/gitlab-ce-namespaces_encoding_docs | Achilleas Pipinellis | 2017-04-10 | 1 | -1/+1 |
| | |||||
* | Mention URL path encoding to all API docs | Achilleas Pipinellis | 2017-04-08 | 1 | -9/+9 |
| | |||||
* | Add information about namespace encoding to API docs | Dawid Goslawski | 2017-04-08 | 1 | -10/+10 |
| | |||||
* | Use v4 endpoint in API docsapi-v4-doc | Robert Schilling | 2017-03-01 | 1 | -9/+9 |
| | |||||
* | Change branch_name param to branch throughout V4 API22132-rename-branch-name-params-to-branch | Oswaldo Ferreira | 2017-02-21 | 1 | -2/+2 |
| | |||||
* | Fix some grammar in the API docs | Robert Schilling | 2017-02-20 | 1 | -2/+2 |
| | |||||
* | Merge branch 'add-missing-api-entities' into 'master' | Rémy Coutable | 2017-02-15 | 1 | -3/+15 |
|\ | | | | | | | | | | | | | Add missing api entities Closes #23895 See merge request !7138 | ||||
| * | entities: use the RepoCommit entity for branch commits | Ben Boeckel | 2017-02-14 | 1 | -3/+15 |
| | | | | | | | | Fixes #23895. | ||||
* | | Make it possible to pass coverage value to commit status API | wendy0402 | 2017-02-14 | 1 | -0/+2 |
|/ | |||||
* | update scripts and docs to reference the newly namespaced rake taskrelative-url-assets | Mike Greiling | 2017-01-27 | 1 | -1/+1 |
| | |||||
* | API: Ability to cherry-pick a commit | Robert Schilling | 2016-12-13 | 1 | -0/+39 |
| | |||||
* | API: Expose committer details for a commitapi-expose-commiter-details | Robert Schilling | 2016-12-01 | 1 | -0/+8 |
| | |||||
* | Merge branch 'patch-1' into 'master' | Rémy Coutable | 2016-10-21 | 1 | -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 Morinerie | 2016-06-23 | 1 | -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 documentation | Dmitriy Zaporozhets | 2016-10-13 | 1 | -4/+4 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> |