summaryrefslogtreecommitdiff
path: root/spec/controllers/projects/deployments_controller_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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