summaryrefslogtreecommitdiff
path: root/spec/controllers/projects/deployments_controller_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2023-02-171-3/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-07-021-0/+46
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-06-031-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-151-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-281-3/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-211-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-161-3/+14
* Extract deployment_metrics into own objectThong Kuah2019-07-081-48/+26
* Add some frozen string to spec/**/*.rbgfyoung2019-04-151-0/+2
* Update specs to rails5 formatblackst0ne-convert-specs-rails5-styleblackst0ne2018-12-191-9/+9
* Squashed commit of the following:Shinya Maeda2018-11-061-6/+6
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-1/+1
* Squashed commit of the following:Pawel Chojnacki2018-02-241-2/+2
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-1/+1
* Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo2017-10-201-2/+2
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
* Make queries not die when underlying data cannot be foundPawel Chojnacki2017-06-201-2/+2
* Move Prometheus service to project modelPawel Chojnacki2017-06-161-1/+1
* cleanup wipPawel Chojnacki2017-06-161-0/+2
* Use explicit instance of prometheus service and add access methods to itPawel Chojnacki2017-06-071-0/+62
* Respond with 404 when metrics are not enabled or deployment_metrics is not im...Pawel Chojnacki2017-05-121-21/+50
* Merge request widget redesignFatih Acet2017-05-091-5/+50
* Cleanup deploymentsd controller spec and use schema validation to test the ou...Pawel Chojnacki2017-04-241-9/+4
* Fix unreversible migration, and small rubocop warningsPawel Chojnacki2017-03-281-2/+2
* Optionally filter by deployment timePawel Chojnacki2017-03-281-1/+1
* Use DeploymentSerializer to create deployment jsonPawel Chojnacki2017-03-281-5/+2
* Add endpoint that returns a list of deployments that happened within last 8.h...Pawel Chojnacki2017-03-281-0/+50