summaryrefslogtreecommitdiff
path: root/spec/controllers/projects/jobs_controller_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/security/gitlab@15-8-stable-eeGitLab Bot2023-03-021-37/+9
|
* Add latest changes from gitlab-org/gitlab@15-6-stable-eev15.6.0-rc42GitLab Bot2022-11-171-21/+69
|
* Add latest changes from gitlab-org/gitlab@15-4-stable-eev15.4.0-rc42GitLab Bot2022-09-191-77/+59
|
* Add latest changes from gitlab-org/gitlab@15-2-stable-eev15.2.0-rc42GitLab Bot2022-07-201-22/+0
|
* Add latest changes from gitlab-org/gitlab@15-1-stable-eev15.1.0-rc42GitLab Bot2022-06-201-37/+55
|
* Add latest changes from gitlab-org/security/gitlab@15-0-stable-eeGitLab Bot2022-06-011-4/+4
|
* Add latest changes from gitlab-org/gitlab@15-0-stable-eev15.0.0-rc42GitLab Bot2022-05-191-6/+7
|
* Add latest changes from gitlab-org/gitlab@14-10-stable-eev14.10.0-rc42GitLab Bot2022-04-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-181-20/+63
|
* Add latest changes from gitlab-org/gitlab@14-3-stable-eev14.3.0-rc42GitLab Bot2021-09-201-2/+31
|
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-191-60/+98
|
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-0/+1
|
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-48/+0
|
* Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher2021-01-201-34/+0
|
* Add latest changes from gitlab-org/gitlab@13-7-stable-eeGitLab Bot2021-01-081-8/+16
|
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-16/+148
|
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-18/+76
|
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-12/+40
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-103/+0
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-1/+195
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-141-4/+14
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-011-3/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-281-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-131-0/+6
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-141-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-131-2/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-051-10/+10
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-231-9/+9
|
* Add latest changes from gitlab-org/gitlab@masterlistGitLab Bot2019-10-171-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
| | | | | Updates frontend code and specs to allow for the new feature flag
* Prevent empty classes in ansi2html conversionLukas '+ alert('Eipi') + ' Eipert2019-08-021-1/+1
| | | | | | | Currently we write out empty CSS classes (`class=""`) every time we create a new tag. This adds 9 unnecessary bytes per span element. In a recent trace, I have counted 11950 span elements. So we transported 105 unnecessary kilobytes!
* Add Job specific variablesMatija Čupić2019-07-291-1/+12
| | | | | Adds Job specific variables to facilitate specifying variables when running manual jobs.
* Prefer `flat_map` over `map` + `flatten` in specsPeter Leitzen2019-07-241-1/+1
| | | | | Although `flat_map` is equivalent to `map` + `flatten(1)` (note the level 1) we can apply this same refactoring to all cases.
* Fix N+1 problem in `JobsController#index`fix-jobs-controller-index-n-1Kamil Trzciński2019-06-191-4/+10
| | | | | | This adds missing preloads, and introduces additional n+1 matcher to look for duplicates.
* Fix integration specs for tracingFabio Pitino2019-06-141-1/+1
|
* Remove legacy artifact related coderemove-legacy-artifacts-related-codeShinya Maeda2019-05-311-2/+2
| | | | | | We've already migrated all the legacy artifacts to the new realm, which is ci_job_artifacts table. It's time to remove the old code base that is no longer used.
* 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
| | | | | | | | | | Adds frozen string to the following: * spec/bin/**/*.rb * spec/config/**/*.rb * spec/controllers/**/*.rb xref https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
* Renamed terminal_specification to channel_specificationFrancisco Javier López2019-04-041-1/+1
| | | | | | We're moving from using terminology related to terminals when we refer to Websockets connections in Workhorse. It's more appropiate a concept like channel.
* 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
| | | | | Removing workhorse_set_content_type feature flag introduced in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/22667
* Update specs to rails5 formatblackst0ne-convert-specs-rails5-styleblackst0ne2018-12-191-30/+46
| | | | | | | | | | Updates specs to use new rails5 format. The old format: `get :show, { some: params }, { some: headers }` The new format: `get :show, params: { some: params }, headers: { some: headers }`
* Merge remote-tracking branch 'origin/master' into ↵jhampton2018-12-071-9/+49
|\ | | | | | | 20422-hide-ui-variables-by-default