summaryrefslogtreecommitdiff
path: root/spec/features/projects/pipelines/pipelines_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-191-2/+20
|
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-41/+29
|
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-45/+44
|
* 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-181-46/+67
|
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-0/+1
|
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-2/+2
|
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-4/+4
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-0/+2
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-14/+3
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-3/+5
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-241-3/+3
|
* 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-231-17/+9
|/
* 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
* preventing blocked users and their PipelineSchdules from creating new Pipelinesdrew cimino2019-06-041-1/+1
| | | | updated several specs and factories to accomodate new permissions
* 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-051-7/+7
| | | | | | | - rewords examples starting with 'should' - rewords examples starting with 'it' Note: I had to manually fixup "onlies" to "only"
* Merge branch 'nfriend-update-pipeline-list-view' into 'master'Filipa Lacerda2019-03-211-0/+95
|\ | | | | | | | | Update pipeline list view to accommodate post-merge request pipelines See merge request gitlab-org/gitlab-ce!25690
| * Update pipeline list viewNathan Friend2019-03-201-0/+95
| | | | | | | | | | This commit updates the pipeline page and related components to include new pipeline information added by the post-merge pipeline feature.
* | Add :preparing status to HasStatusTiger2019-03-201-0/+24
|/ | | | | | | | | | | Introduces a new status for builds between :created and :pending that will be used when builds require one or more prerequisite actions to be completed before being picked up by a runner (such as creating Kubernetes resources before deploying). The existing :created > :pending transition is unchanged, so only builds that require preparation will use the :preparing status.
* Fix inconsistent pagination stylesClement Ho2019-02-271-1/+1
|
* Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-copRémy Coutable2019-01-241-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Add config_options|variables to BuildMetadatakamil-refactor-ci-builds-v5Kamil Trzciński2019-01-041-10/+5
| | | | | | | | | | | These are data columns that store runtime configuration of build needed to execute it on runner and within pipeline. The definition of this data is that once used, and when no longer needed (due to retry capability) they can be freely removed. They use `jsonb` on PostgreSQL, and `text` on MySQL (due to lacking support for json datatype on old enough version).
* Fix pipelines specShinya Maeda2018-10-051-1/+1
|
* Add feature spec for remaining timeShinya Maeda2018-10-051-0/+18
|
* Groomed specsShinya Maeda2018-10-041-10/+9
|
* Add feature specShinya Maeda2018-10-031-0/+37
|
* Resolve "Enable Auto DevOps by default for self managed instances of GitLab"Dylan Griffith2018-09-181-0/+2
|
* Removes <br> sent from backend on tooltips in jobsFilipa Lacerda2018-08-091-1/+1
| | | | | When backend sends HTML it requires frontend to append it to the DOM causing XSS vulnerabilities. By removing the `<br>` we avoid those vulnerabilities
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-1/+1
|
* Updates from `rubocop -a`Lin Jen-Shin2018-07-091-1/+1
|
* Resolve "Remove modal box confirmation when retrying a pipeline"Filipa Lacerda2018-05-111-3/+2
|
* Merge branch '33697-pipelines-json-endpoint' into 'master'Kamil Trzciński2018-05-071-3/+3
|\ | | | | | | | | | | | | Resolve "CI retry/cancel job or pipeline redirect the user and can't be open in a new tab" Closes #33697 See merge request gitlab-org/gitlab-ce!18451
| * Fix broken tests - use the corrent event when button is clickedFilipa Lacerda2018-05-031-3/+3
| |
| * Fix broken testFilipa Lacerda2018-05-031-1/+1
| |
* | Add pipeline variables feature specMatija Čupić2018-05-041-0/+15
| |
* | Search for "Create for" in feature specMatija Čupić2018-05-021-1/+1
| |
* | Update feature spec to search for Create pipeline buttonMatija Čupić2018-05-021-3/+3
|/
* Update wording in rspecFilipa Lacerda2018-04-161-4/+4
|
* Resolve "Show `failure_reason` and upgrade tooltips of jobs"Mayra Cabrera2018-04-051-0/+17
|
* Fix corrupted testShinya Maeda2018-03-151-1/+1
|
* Add feartue spec. Fix failed testShinya Maeda2018-03-151-0/+12
|
* Removes UJS from reset cache buttonFilipa Lacerda2018-03-071-3/+5
| | | | Uses loading button for better UX