summaryrefslogtreecommitdiff
path: root/app/controllers/projects/deployments_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-0-stable-eev15.0.0-rc42GitLab Bot2022-05-191-0/+1
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-0/+2
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+0
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-161-3/+1
* Extract deployment_metrics into own objectThong Kuah2019-07-081-6/+8
* Enable even more frozen string in app/controllersgfyoung2018-09-251-0/+2
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+4
* Squashed commit of the following:Pawel Chojnacki2018-02-241-1/+1
* Adds Rubocop rule for line break after guard clauseJacopo2017-11-161-0/+1
* Add rescue_from(ActionController::UnknownFormat) in Application ControllerPawel Chojnacki2017-06-201-6/+10
* Move Prometheus service to project modelPawel Chojnacki2017-06-161-1/+1
* Use explicit instance of prometheus service and add access methods to itPawel Chojnacki2017-06-071-1/+1
* Explicitly require format.json in prometheus_controllerPawel Chojnacki2017-06-061-2/+3
* Add per deployment additional metricsPawel Chojnacki2017-05-251-0/+11
* Respond with 404 when metrics are not enabled or deployment_metrics is not im...Pawel Chojnacki2017-05-121-1/+3
* Custom queries for prometheusPawel Chojnacki2017-05-111-1/+1
* Remove unnecessary user hash being passed to DeploymentSerializerenforce-current-user-usage-on-entitiesOswaldo Ferreira2017-05-101-1/+1
* Ensure all Serializers receive `current_user` instead `user`Oswaldo Ferreira2017-05-101-1/+1
* Merge request widget redesignFatih Acet2017-05-091-0/+14
* use represent_concise instead of separate entityPawel Chojnacki2017-04-241-1/+1
* DeploymentsSerializer can serialize arrays properlyPawel Chojnacki2017-04-241-4/+3
* Optionally filter by deployment timePawel Chojnacki2017-03-281-3/+5
* Use DeploymentSerializer to create deployment jsonPawel Chojnacki2017-03-281-1/+2
* Add endpoint that returns a list of deployments that happened within last 8.h...Pawel Chojnacki2017-03-281-0/+16