summaryrefslogtreecommitdiff
path: root/spec/requests/api/commit_statuses_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Enable Style/DotPositionDouwe Maan2017-02-231-2/+2
|
* Remove shared example for paginationremove-paginated-ressourceRobert Schilling2017-02-201-4/+1
|
* Merge branch 'fix/gb/pipeline-retry-builds-started' into 'master' Kamil Trzciński2017-02-171-1/+4
|\ | | | | | | | | | | | | Make pipeline retry take stages order into account Closes #27431, #23710, and #26551 See merge request !9021
| * Merge branch 'master' into fix/gb/pipeline-retry-builds-startedGrzegorz Bizon2017-02-171-0/+2
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (313 commits) Allow slashes in slash command arguments Add API endpoint to get all milestone merge requests remove trailing comma Restore pagination to admin abuse reports replace deprecated NoErrorsPlugin with NoEmitOnErrorsPlugin only compress assets in production Reduce number of pipelines created to test pagination add CHANGELOG.md entry for !8761 prevent diff unfolding link from appearing for deleted files fix build failures only show diff unfolding link if there are more lines to show fix typo in node section Only yield valid references in ReferenceFilter.references_in Cache js selectors; fix css move "Install node modules" step before "Migrate DB" within update process Renders pagination again for pipelines table update migration docs for 8.17 to include minimum node version Add CHANGELOG file Fix positioning of top scroll button Remove comments in migration ...
| * | Skip job only when canceling the pipeline it belongs toGrzegorz Bizon2017-02-131-1/+4
| | |
* | | Add a custom pagination matcherRobert Schilling2017-02-161-3/+3
| |/ |/|
* | Make it possible to pass coverage value to commit status APIwendy04022017-02-141-0/+2
|/
* Use `:empty_project` where possible in request specsrs-empty_project-requestsRobert Speicher2017-01-261-1/+1
|
* Respond with validation errors in commit status APIfix/external-status-badge-linksGrzegorz Bizon2017-01-181-3/+16
| | | | | | If validation errors are present, include validation errors in the commit status API payload, instead of depending on state machine errors caused by invalid record.
* Add URL validations for generic commit statusesGrzegorz Bizon2017-01-181-3/+6
|
* Grapify the commit status APIgrapify-commit-statuses-apiRobert Schilling2016-10-191-2/+2
|
* Fix an error where we were unable to create a CommitStatus for running statefix-commit-statusKamil Trzcinski2016-09-121-10/+29
|
* adds second batch of tests changed to active tenseactive-tense-test-coveragetiagonbotelho2016-08-091-5/+5
|
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-1/+0
|
* Use HTTP matchers if possibleZ.J. van de Weg2016-06-271-14/+14
|
* Rename remaining ci_commits in specsKamil Trzcinski2016-06-031-1/+1
|
* Rename Ci::Build commit to pipelineKamil Trzcinski2016-06-031-2/+2
|
* Rename Ci::Commit to Ci::Pipeline and rename some of the ci_commit to pipelineKamil Trzcinski2016-06-021-2/+2
|
* Fix a few places where autoloading would failRémy Coutable2016-05-101-0/+210
- Fix naming of API::CommitStatuses - Ensure we use require_dependency instead of require - Ensure the namespace is right in lib/api/api.rb, otherwise, we might require Grape::API::Helpers which defines the `#params` method. This is to avoid requiring a file multiple times and getting an "Already initialized constant" error. Signed-off-by: Rémy Coutable <remy@rymai.me>