summaryrefslogtreecommitdiff
path: root/spec/features/triggers_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Enable the RSpec/HookArgument cop and auto-correct offensesRobert Speicher2017-08-101-2/+2
|
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
|
* Remove superfluous type defs in specsKeifer Furzland2017-07-271-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-10/+10
|
* Remove implicit dependency on `gitlab_sign_in` assigning `@user`rs-login_asRobert Speicher2017-06-191-6/+6
| | | | | | | | We shouldn't be using instance variables in specs to begin with, and depending on this implicit behavior of `gitlab_sign_in` would have made it more difficult to change to `sign_in` where possible. ...we've also gone ahead and changed to `sign_in` where possible.
* Change `login_as` uses to `gitlab_sign_in`Robert Speicher2017-06-191-3/+2
|
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-1/+4
|
* Add Pipeline Schedules that supersedes experimental Trigger ScheduleZeger-Jan van de Weg2017-05-071-71/+0
|
* Fix lazy error handling of cron parserDosuken shinya2017-05-031-0/+18
|
* Fix last spec failureKamil Trzcinski2017-04-071-1/+6
|
* Another round of code reviewKamil Trzcinski2017-04-071-2/+2
|
* Fix test failuresKamil Trzcinski2017-04-071-0/+1
|
* Update tests to cover trigger scheduleKamil Trzcinski2017-04-071-8/+47
|
* Add specs in triggers_spec.rb (Halfway)Shinya Maeda2017-04-071-0/+8
|
* Improve pipeline triggers UIKamil Trzciński2017-03-071-11/+158
|
* Fixed tests, renamed files and methodsJose Ivan Vargas2017-02-061-1/+1
|
* Fix failing rspec test for triggersAchilleas Pipinellis2016-09-061-1/+1
|
* Remove ci_ prefix from all ci related thingsKamil Trzcinski2015-12-111-3/+3
|
* Migrate CI::Project to ProjectKamil Trzcinski2015-12-111-7/+6
|
* Move CI triggers page to project settings areamove-triggers-pageDmitriy Zaporozhets2015-09-291-0/+29
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>