summaryrefslogtreecommitdiff
path: root/spec/controllers/projects/jobs_controller_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@12-6-stable-eeGitLab Bot2019-12-201-13/+12
* Add latest changes from gitlab-org/gitlab@12-5-stable-eeGitLab Bot2019-11-191-9/+9
* Add latest changes from gitlab-org/gitlab@12-4-stable-eeGitLab Bot2019-10-221-6/+119
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-171-1/+0
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-3/+5
* Creates Feature Flag for job logFilipa Lacerda2019-08-301-0/+1
* Prevent empty classes in ansi2html conversionLukas '+ alert('Eipi') + ' Eipert2019-08-021-1/+1
* Add Job specific variablesMatija Čupić2019-07-291-1/+12
* Prefer `flat_map` over `map` + `flatten` in specsPeter Leitzen2019-07-241-1/+1
* Fix N+1 problem in `JobsController#index`fix-jobs-controller-index-n-1Kamil Trzciński2019-06-191-4/+10
* Fix integration specs for tracingFabio Pitino2019-06-141-1/+1
* Remove legacy artifact related coderemove-legacy-artifacts-related-codeShinya Maeda2019-05-311-2/+2
* Do not serialize deployment details for build details pageGrzegorz Bizon2019-05-241-4/+4
* Do not serialize a deployment commit showing a jobGrzegorz Bizon2019-05-241-0/+2
* Add specs for Gitaly calls in deployment serializationGrzegorz Bizon2019-05-241-2/+7
* Assert on no Gitaly requests in a job show testsGrzegorz Bizon2019-05-241-4/+2
* Enable counting Gitaly requests in jobs show testsGrzegorz Bizon2019-05-241-19/+59
* Add a controller test verifying exposure of stagesGrzegorz Bizon2019-05-241-0/+6
* Add some frozen string to spec/**/*.rbgfyoung2019-04-151-0/+1
* Renamed terminal_specification to channel_specificationFrancisco Javier López2019-04-041-1/+1
* Remove cancel all action in Jobs ControllerJordi Llull2019-01-071-44/+0
* Removing workhorse_set_content_type feature flagFrancisco Javier López2018-12-191-29/+6
* Update specs to rails5 formatblackst0ne-convert-specs-rails5-styleblackst0ne2018-12-191-30/+46
* Merge remote-tracking branch 'origin/master' into 20422-hide-ui-variables-by-...jhampton2018-12-071-9/+49
|\
| * Add feature flag for workhorse content type calculationFrancisco Javier López2018-12-061-9/+49
* | Extract context in JobsController specMatija Čupić2018-12-071-38/+40
* | Fixes rubocop offensesjhampton2018-12-071-4/+0
* | Adjusts tests per MR feedbackjhampton2018-12-061-10/+31
* | Fixes broken testsjhampton2018-12-061-0/+19
|/
* Squashed commit of the following:Shinya Maeda2018-11-061-1/+1
* Use array syntax instead of dig for consistencySteve Azzopardi2018-10-311-1/+1
* Send continue parameter on for cancel_pathSteve Azzopardi2018-10-311-10/+22
* Move job stuck status to backendSteve Azzopardi2018-10-251-0/+2
* Add stage name in job.json responseSteve Azzopardi2018-10-121-0/+4
* Merge branch 'Fix-pipeline-redirect' into 'master'Grzegorz Bizon2018-10-081-16/+49
|\
| * Redirect to the pipeline builds page when a build is canceledEva Kadlecová2018-09-171-16/+49
* | Merge branch 'master-ce' into scheduled-manual-jobsShinya Maeda2018-10-051-1/+0
|\ \
| * | Removes icon key from job endpointFilipa Lacerda2018-10-041-1/+0
* | | fix styleAlessio Caiazza2018-10-021-2/+2
* | | Add integration specShinya Maeda2018-10-021-0/+40
|/ /
* | Add has_trace to Projects::JobController#show.jsonSteve Azzopardi2018-09-271-0/+16
* | Expose runners status information in job apiSteve Azzopardi2018-09-181-0/+49
* | Add runner JSON schemaSteve Azzopardi2018-09-171-0/+59
* | Add deployment information in job APISteve Azzopardi2018-09-131-1/+24
* | Add trigger information for job APISteve Azzopardi2018-09-121-0/+45
* | Add empty state illustration information in job APISteve Azzopardi2018-09-111-0/+12
* | Check if key is present with string not symbolSteve Azzopardi2018-09-071-4/+4
* | Add terminal path to job API responseSteve Azzopardi2018-09-061-47/+37
* | Add JSON schema validation for job APISteve Azzopardi2018-09-031-1/+4
* | Add artifact information for job controllerSteve Azzopardi2018-09-031-3/+50
|/