summaryrefslogtreecommitdiff
path: root/spec/features/projects/pipelines
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-8-stable-eeGitLab Bot2022-02-231-1/+1
|
* Add latest changes from gitlab-org/gitlab@14-8-stable-eev14.8.0-rc42GitLab Bot2022-02-182-6/+116
|
* Add latest changes from gitlab-org/gitlab@14-7-stable-eev14.7.0-rc42GitLab Bot2022-01-201-0/+97
|
* Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42GitLab Bot2021-12-202-2/+4
|
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-181-1/+2
|
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-192-160/+63
|
* Add latest changes from gitlab-org/security/gitlab@14-1-stable-eeGitLab Bot2021-08-021-3/+2
|
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-202-24/+46
|
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-192-41/+30
|
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-202-50/+49
|
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-161-53/+37
|
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-182-83/+251
|
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-192-2/+4
|
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-212-7/+14
|
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-192-5/+5
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-202-54/+20
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-202-40/+67
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-182-4/+6
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-11/+61
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-141-9/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-271-12/+22
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-241-2/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-131-1/+15
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-101-0/+12
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-301-5/+67
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-242-4/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-081-1/+28
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-241-0/+111
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-111-3/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-051-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-081-1/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-071-4/+1
|
* Merge branch 'security-remove-leaky-401-responses-master' into 'master'GitLab Release Tools Bot2019-10-291-1/+4
|\ | | | | | | | | Private/internal repository enumeration via bruteforce on a vulnerable URL See merge request gitlab/gitlabhq!3454
| * Avoid #authenticate_user! in #route_not_foundKerri Miller2019-10-091-1/+4
| | | | | | | | | | | | | | | | | | | | | | This method, #route_not_found, is executed as the final fallback for unrecognized routes (as the name might imply.) We want to avoid `#authenticate_user!` when calling `#route_not_found`; `#authenticate_user!` can, depending on the request format, return a 401 instead of redirecting to a login page. This opens a subtle security exploit where anonymous users will receive a 401 response when attempting to access a private repo, while a recognized user will receive a 404, exposing the existence of the private, hidden repo.
* | Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-232-26/+26
| |
* | Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-211-2/+2
| |
* | Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-171-0/+10
|/
* Add frozen_string_literal to spec/featuresThong Kuah2019-07-261-0/+2
| | | | | Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
* Merge branch 'error-pipelines-for-blocked-users' into 'master'Grzegorz Bizon2019-06-172-1/+40
|\ | | | | | | | | | | | | Preventing blocked users and their PipelineSchdules from creating new Pipelines Closes #47756 See merge request gitlab-org/gitlab-ce!27318
| * preventing blocked users and their PipelineSchdules from creating new Pipelinesdrew cimino2019-06-042-1/+40
| | | | | | | | updated several specs and factories to accomodate new permissions
* | Upgrade to Capybara 3Heinrich Lee Yu2019-06-121-1/+1
| | | | | | | | | | Fix whitespace in specs because normalize_ws is slightly different from Capybara 2 behavior
* | Show Test Automation Engineer for spec/feature asLin Jen-Shin2019-06-061-0/+2
| | | | | | | | reviewers.
* | Revert "Merge branch..."revert-86900f00Kamil Trzciński2019-06-051-4/+4
|/ | | This reverts merge request !27503
* Fixes ref being displayed as raw HTML609120-ref-linkFilipa Lacerda2019-05-301-0/+6
| | | | | The ref to the branch was being displayed as raw HTML in the Pipelines page
* Adds a way to start multiple manual jobs in stageMayra Cabrera2019-05-021-0/+14
| | | | | | | | | | - Adds an endpoint on PipelinesController - Adds a service that iterates over every build in a stage and plays it. - Includes 'play_manual' details on EntitySerializer - Builds a new Stage state: PlayManual. An stage can take this status if it has manual builds or an skipped, scheduled or manual status - Includes FE modifications and specs
* Merge branch ↵Douwe Maan2019-05-021-4/+4
|\ | | | | | | | | | | | | | | | | '53064-bypassing-pipeline-jobs-by-canceling-the-pipeline-and-manually-running-later-jobs' into 'master' Disable retrying cancelled jobs Closes #53064 See merge request gitlab-org/gitlab-ce!27503
| * Update specs that use retryable canceled jobsmfluharty2019-04-191-4/+4
| | | | | | | | | | | | | | | | | | Specs that test canceled jobs now - expect them not to be retryable or playable - expect them not to show retry buttons Specs that test retryability now - use failed status instead of canceled status
* | Fix ref_text of merge request pipelinesfix-ref-text-of-mr-pipelinesShinya Maeda2019-04-301-5/+33
|/ | | | | Source branch can be removed after the merge and we have to make sure to avoid rendering links if it's the case.
* Changes button label to Run PipelineJean2019-04-051-6/+6
| | | | | Button at projects/pipelines/new was 'Create pipeline' and was changed to 'Run Pipeline'
* Autocorrect with RSpec/ExampleWording copThong Kuah2019-04-052-12/+12
| | | | | | | - rewords examples starting with 'should' - rewords examples starting with 'it' Note: I had to manually fixup "onlies" to "only"