summaryrefslogtreecommitdiff
path: root/spec/presenters
Commit message (Collapse)AuthorAgeFilesLines
* Add missing tests and update test descriptionLin Jen-Shin2017-04-061-1/+1
|
* Also track auto-cancelling in jobs, detail:Lin Jen-Shin2017-04-062-21/+15
| | | | | | | | Not only tracking auto-cancelling in pipelines, we'll also track this in jobs because pipelines could be retried and the information would get lost when this happened. Also erase auto-cancelling relation for pipelines when they're retried.
* Add test for presentersLin Jen-Shin2017-04-062-0/+86
|
* Added test case for the avaiable project keysJose Ivan Vargas2017-03-061-4/+11
|
* Renamed the redirect_request concern to repository_settings_redirectJose Ivan Vargas2017-03-061-1/+1
| | | | Also fixed naming of a test in the deploy_keys_presenter
* Added tests for the repository_controller and repository_helperJose Ivan Vargas2017-03-061-6/+37
| | | | | | | | Added specs for the deploy_keys_presenter and added a new method in the presenter called #key_available? Fixed some minor UX inconsistencies and added a concern to handle redirection
* Introduced the deploy keys presenterGrzegorz Bizon2017-03-061-0/+28
|
* More improvements to presenters23563-document-presentersRémy Coutable2017-01-182-37/+16
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Improve presenter architectureRémy Coutable2017-01-184-58/+98
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Document presentersRémy Coutable2017-01-182-0/+58
Signed-off-by: Rémy Coutable <remy@rymai.me>