Commit Graph

113 Commits

Author SHA1 Message Date
GitLab Bot 27f6da0ab2 Add latest changes from gitlab-org/gitlab@master 2021-10-29 12:14:45 +00:00
GitLab Bot 7ce86c261b Add latest changes from gitlab-org/gitlab@master 2021-09-09 12:09:09 +00:00
GitLab Bot c4af99d56f Add latest changes from gitlab-org/gitlab@master 2021-07-26 12:10:08 +00:00
GitLab Bot 61ee5c3635 Add latest changes from gitlab-org/gitlab@master 2021-04-06 09:09:03 +00:00
GitLab Bot 1c6e8c1498 Add latest changes from gitlab-org/gitlab@master 2021-02-08 09:09:30 +00:00
GitLab Bot 442a79b733 Add latest changes from gitlab-org/gitlab@master 2021-01-19 12:10:46 +00:00
GitLab Bot b1e7ea9111 Add latest changes from gitlab-org/gitlab@master 2021-01-06 03:10:22 +00:00
GitLab Bot 8f143a46fa Add latest changes from gitlab-org/gitlab@master 2020-12-10 15:10:12 +00:00
GitLab Bot e1e9056d03 Add latest changes from gitlab-org/gitlab@master 2020-12-03 03:09:27 +00:00
GitLab Bot 1502c20d04 Add latest changes from gitlab-org/gitlab@master 2020-12-03 00:09:53 +00:00
GitLab Bot 21e08b6197 Add latest changes from gitlab-org/gitlab@master 2020-12-02 12:09:46 +00:00
GitLab Bot 15ae4a8da8 Add latest changes from gitlab-org/gitlab@master 2020-10-13 09:08:27 +00:00
GitLab Bot 5460c19548 Add latest changes from gitlab-org/gitlab@master 2020-10-05 12:08:47 +00:00
GitLab Bot c5d67a0495 Add latest changes from gitlab-org/gitlab@master 2020-09-23 18:10:15 +00:00
GitLab Bot 304e230182 Add latest changes from gitlab-org/gitlab@master 2020-09-01 18:10:48 +00:00
GitLab Bot ae1efa2e1d Add latest changes from gitlab-org/gitlab@master 2020-07-01 15:08:45 +00:00
GitLab Bot 8b0ef13236 Add latest changes from gitlab-org/gitlab@master 2020-06-03 18:08:28 +00:00
GitLab Bot 0d8e625e4c Add latest changes from gitlab-org/gitlab@master 2020-05-25 15:07:58 +00:00
GitLab Bot f697dc5e76 Add latest changes from gitlab-org/gitlab@master 2020-04-14 18:09:54 +00:00
GitLab Bot 1219a9dce9 Add latest changes from gitlab-org/gitlab@master 2020-04-01 15:07:45 +00:00
GitLab Bot db24ab2b72 Add latest changes from gitlab-org/gitlab@master 2020-01-28 12:08:44 +00:00
GitLab Bot c3ad57034c Add latest changes from gitlab-org/gitlab@master 2020-01-13 09:08:03 +00:00
GitLab Bot 016af097cb Add latest changes from gitlab-org/gitlab@master 2019-12-14 15:07:56 +00:00
GitLab Bot 17b91a3c6a Add latest changes from gitlab-org/gitlab@master 2019-12-13 09:08:01 +00:00
GitLab Bot 8723197387 Add latest changes from gitlab-org/gitlab@master 2019-12-05 12:07:43 +00:00
GitLab Bot b3e4ec8e8a Add latest changes from gitlab-org/gitlab@master 2019-10-23 09:06:03 +00:00
GitLab Bot 238d22c072 Add latest changes from gitlab-org/gitlab@master 2019-10-17 15:06:17 +00:00
GitLab Bot bd860c22f6 Add latest changes from gitlab-org/gitlab@master 2019-09-17 12:06:48 +00:00
GitLab Bot b7dfe2ae40 Add latest changes from gitlab-org/gitlab@master 2019-09-13 13:26:31 +00:00
Filipa Lacerda 288e709cb7 Creates Feature Flag for job log
Updates frontend code and specs to allow for the new
feature flag
2019-08-30 21:51:30 +00:00
Lukas '+ alert('Eipi') + ' Eipert fc9f099884 Prevent empty classes in ansi2html conversion
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!
2019-08-02 14:38:50 +00:00
Matija Čupić a5aa40c5fe Add Job specific variables
Adds Job specific variables to facilitate specifying variables when
running manual jobs.
2019-07-29 07:43:10 +00:00
Peter Leitzen 163a43629c Prefer `flat_map` over `map` + `flatten` in specs
Although `flat_map` is equivalent to `map` + `flatten(1)`
(note the level 1) we can apply this same refactoring to all cases.
2019-07-24 08:19:15 +00:00
Kamil Trzciński 3f543cd2c9 Fix N+1 problem in `JobsController#index`
This adds missing preloads, and introduces
additional n+1 matcher to look for
duplicates.
2019-06-19 12:23:05 +02:00
Fabio Pitino 6ab9a9df6f Fix integration specs for tracing 2019-06-14 16:48:33 +01:00
Shinya Maeda 387a4f4b2c Remove legacy artifact related code
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.
2019-05-31 10:49:17 +07:00
Grzegorz Bizon de24df98a3 Do not serialize deployment details for build details page 2019-05-24 10:04:05 +01:00
Grzegorz Bizon 412a385702 Do not serialize a deployment commit showing a job 2019-05-24 10:04:05 +01:00
Grzegorz Bizon 1052f64c3c Add specs for Gitaly calls in deployment serialization 2019-05-24 10:04:05 +01:00
Grzegorz Bizon b0360335dc Assert on no Gitaly requests in a job show tests 2019-05-24 10:04:04 +01:00
Grzegorz Bizon d457f3d3ef Enable counting Gitaly requests in jobs show tests 2019-05-24 10:04:04 +01:00
Grzegorz Bizon a12b61849c Add a controller test verifying exposure of stages 2019-05-24 10:04:04 +01:00
gfyoung 93a44e135b Add some frozen string to spec/**/*.rb
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
2019-04-15 10:17:05 +00:00
Francisco Javier López 8a134f4c65 Renamed terminal_specification to channel_specification
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.
2019-04-04 18:32:02 +00:00
Jordi Llull 5eeeaff2db Remove cancel all action in Jobs Controller 2019-01-07 18:33:53 +01:00
Francisco Javier López 33e5955671
Removing workhorse_set_content_type feature flag
Removing workhorse_set_content_type feature flag introduced in
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/22667
2018-12-19 13:05:44 +01:00
blackst0ne b44a2c801a Update specs to rails5 format
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 }`
2018-12-19 10:04:31 +11:00
jhampton 6de31cddb8 Merge remote-tracking branch 'origin/master' into 20422-hide-ui-variables-by-default 2018-12-07 13:21:43 -05:00
Matija Čupić 5de224e3dc
Extract context in JobsController spec 2018-12-07 17:17:30 +01:00
jhampton 13baad3666 Fixes rubocop offenses
- Fixes multiple hooks within the same group
- Omits the default 'each'
2018-12-07 07:30:10 -05:00