summaryrefslogtreecommitdiff
path: root/spec/requests/api/commit_statuses_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-11-stable-eev15.11.0-rc42GitLab Bot2023-04-201-2/+2
|
* Add latest changes from gitlab-org/gitlab@15-7-stable-eev15.7.0-rc42GitLab Bot2022-12-201-4/+58
|
* Add latest changes from gitlab-org/gitlab@15-4-stable-eev15.4.0-rc42GitLab Bot2022-09-191-0/+20
|
* Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42GitLab Bot2021-12-201-5/+29
|
* Add latest changes from gitlab-org/gitlab@14-3-stable-eev14.3.0-rc42GitLab Bot2021-09-201-31/+5
|
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-14/+52
|
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-4/+4
|
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-161-5/+35
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-311-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-211-24/+24
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-301-0/+40
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-291-0/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-231-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-181-15/+45
|
* Add specs for specifying pipeline behaviorMatija Čupić2019-07-231-4/+20
| | | | | Adds specs for testing the new behavior of specifying a pipeline when POSTing a status.
* Align UrlValidator to validate_url gem implementation.Thong Kuah2019-04-111-1/+16
| | | | | | | Renamed UrlValidator to AddressableUrlValidator to avoid 'url:' naming collision with ActiveModel::Validations::UrlValidator in 'validates' statement. Make use of the options attribute of the parent class ActiveModel::EachValidator. Add more options: allow_nil, allow_blank, message. Renamed 'protocols' option to 'schemes' to match the option naming from UrlValidator.
* Update specs to rails5 formatblackst0ne-convert-specs-rails5-styleblackst0ne2018-12-191-17/+19
| | | | | | | | | | Updates specs to use new rails5 format. The old format: `get :show, { some: params }, { some: headers }` The new format: `get :show, params: { some: params }, headers: { some: headers }`
* Rename project's pipelines relationFrancisco Javier López2018-12-051-2/+2
|
* Add validation to webhook and service URLs to ensure they are not blocked ↵Francisco Javier López2018-06-011-1/+1
| | | | because of SSRF
* Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉2018-01-111-0/+1
|
* Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo2017-10-201-19/+19
|
* Fix specShinya Maeda2017-09-051-1/+1
|
* - Allow runner API to pass failure_reasonShinya Maeda2017-09-051-1/+1
| | | | - Fix spec
* Fix enum listsShinya Maeda2017-09-051-1/+1
|
* Implement `failure_reason` on `ci_builds`Shinya Maeda2017-09-051-0/+3
|
* Fix specShinya Maeda2017-09-031-2/+2
|
* Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-copRémy Coutable2017-08-091-2/+2
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Add test example for external commit status retriesfeature/gb/add-test-example-for-commit-status-retriesGrzegorz Bizon2017-07-051-0/+22
|
* Fix head pipeline stored in merge request for external pipelinesfix-head-pipeline-for-commit-statusKamil Trzcinski2017-06-271-6/+21
|
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-13/+40
|
* Introduce source to pipeline entitytrigger-sourceKamil Trzcinski2017-05-311-2/+2
|
* Store retried in database for CI buildsretried-in-database-mysqlKamil Trzcinski2017-05-071-2/+2
|
* Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo2017-04-211-3/+1
| | | | | Removed all the unnecessary include of `WaitForAjax` and `ApiHelpers` in the specs. Removed unnecessary usage of `api:true`
* Fix Rubocop offenses in commit status API specsfix/gb/update-commit-status-apiGrzegorz Bizon2017-03-011-3/+6
|
* Fix updaing commit status with optional attributesGrzegorz Bizon2017-03-011-18/+51
| | | | | Passing different optional attributes in case of updating an existing commit status should not create a new commit status with the same name.
* 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
|