summaryrefslogtreecommitdiff
path: root/spec/features/projects/pipeline_schedules_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-4-stable-eev15.4.0-rc42GitLab Bot2022-09-191-2/+2
|
* Add latest changes from gitlab-org/gitlab@15-3-stable-eev15.3.0-rc42GitLab Bot2022-08-181-1/+6
|
* Add latest changes from gitlab-org/gitlab@15-1-stable-eev15.1.0-rc42GitLab Bot2022-06-201-4/+6
|
* Add latest changes from gitlab-org/security/gitlab@14-10-stable-eeGitLab Bot2022-04-291-56/+71
|
* Add latest changes from gitlab-org/gitlab@14-9-stable-eev14.9.0-rc42GitLab Bot2022-03-181-6/+6
|
* Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42GitLab Bot2021-12-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-181-0/+1
|
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-2/+0
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-1/+1
|
* 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
* Make pipeline schedule worker resilientset-real-next-run-at-for-preventing-duplciate-pipeline-creationsShinya Maeda2019-06-031-1/+1
| | | | | | | | | | | | | Currently, pipeline schedule worker is unstable because it's sometimes killed by excessive memory consumption. In order to improve the performance, we add the following fixes: 1. next_run_at is always real_next_run, which means the value always takes into account of worker's cron schedule 1. Remove exlusive lock. This is already covered by real_next_run change. 1. Use RunPipelineScheduleWorker for avoiding memory killer. Memory consumption is spread to the multiple sidekiq worker.
* Autocorrect with RSpec/ExampleWording copThong Kuah2019-04-051-3/+3
| | | | | | | - rewords examples starting with 'should' - rewords examples starting with 'it' Note: I had to manually fixup "onlies" to "only"
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-2/+2
|
* Enable Capybara/FeatureMethods copWinnie Hellmann2018-07-051-9/+9
|
* Make Variable key not secret43316-controller-parameters-handling-sensitive-information-should-use-a-more-specific-nameMatija Čupić2018-03-221-2/+2
|
* Use secret_key and secret_value in Pipeline Schedule variablesMatija Čupić2018-03-171-4/+4
|
* Refactor CI variable list code for usage with CI/CD settings page secret ↵refactor-ci-variable-list-for-future-usage-in-4110Eric Eastwood2018-01-311-14/+16
| | | | | | variables Part of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/4110
* accept javascript confirm when testing pipeline deletionMike Greiling2017-10-091-1/+1
|
* Fix specfix/sm/35931-active-ci-pipelineschedule-have-nullified-next_run_atShinya Maeda2017-08-041-7/+3
|
* fixShinya Maeda2017-08-041-0/+23
|
* Use `empty_project` where possible in spec/features/projectsRobert Speicher2017-07-271-1/+1
|
* Remove superfluous type defs in specsKeifer Furzland2017-07-271-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Add present?Shinya Maeda2017-07-201-0/+24
|
* Do not show pipeline schedule button for non-memberTakuya Noguchi2017-07-111-127/+161
|
* Merge branch 'master' into rs-sign_inRobert Speicher2017-07-071-17/+78
|\
| * merge from masterShinya Maeda2017-07-071-3/+3
| |\
| | * Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-3/+3
| | |
| * | zj nice catchies 3Shinya Maeda2017-07-051-0/+2
| | |
| * | Fix specShinya Maeda2017-07-051-1/+1
| | |
| * | Fix policy by new guild lineShinya Maeda2017-07-051-21/+20
| | |
| * | Fix feature testsShinya Maeda2017-07-051-80/+21
| | |
| * | Schedule pipelines with variablesEric Eastwood2017-07-051-0/+60
| | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/32568
| * | Fix specShinya Maeda2017-07-051-1/+1
| | |
| * | Fix policy by new guild lineShinya Maeda2017-07-051-21/+20
| | |
| * | Fix feature testsShinya Maeda2017-07-051-59/+59
| | |
| * | Schedule pipelines with variablesEric Eastwood2017-07-051-0/+60
| |/ | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/32568
* | Auto-correct ProjectPathHelper violationsRobert Speicher2017-07-061-3/+3
| |
* | Change gitlab_sign_in to sign_in where possibleRobert Speicher2017-06-291-1/+1
|/
* Change `login_as` uses to `gitlab_sign_in`Robert Speicher2017-06-191-1/+1
|
* Make small pipeline schedules UI enhancements.bpj-small-pipeline-ui-changesBryce Johnson2017-06-131-1/+1
|
* NULL to nilShinya Maeda2017-05-291-2/+2
|
* Reproduced2Shinya Maeda2017-05-291-0/+24
|
* Revert "Reproduced"Shinya Maeda2017-05-291-24/+0
| | | | This reverts commit 3e0d8b4ca7d7bd0f1ce014b6caaff1b1e32b1f8f.
* ReproducedShinya Maeda2017-05-291-0/+24
|
* Merge branch 'wait-for-ajax-handling-all-js-requests' into 'master'Douwe Maan2017-05-241-1/+0
|\ | | | | | | | | | | | | Use wait_for_requests for checking Vue resource and $.ajax requests [CE] Closes #31946 and #31555 See merge request !11451
| * Use wait_for_requests to wait all JS requestwait-for-ajax-handling-all-js-requestsOswaldo Ferreira2017-05-221-1/+0
| |
* | Test for next_run_at in the view.32509-next-run-in-pipeline-schedules-shows-past-timeBryce Johnson2017-05-231-1/+2
| |
* | Change pipelines schedules help page pathchange_pipelines_schedules_help_page_pathAchilleas Pipinellis2017-05-221-1/+1
|/
* Use classes to select dropdown buttons.32172-improve-responsive-styling-of-pipeline-schedules-formBryce Johnson2017-05-151-2/+2
|