Commit Graph

12 Commits

Author SHA1 Message Date
GitLab Bot 5e555ebcf6 Add latest changes from gitlab-org/gitlab@master 2022-05-23 18:08:14 +00:00
GitLab Bot 3e7f2f00ca Add latest changes from gitlab-org/gitlab@master 2021-05-12 03:10:21 +00:00
GitLab Bot 2f47b6d8e1 Add latest changes from gitlab-org/gitlab@master 2020-06-26 09:08:59 +00:00
GitLab Bot ce8a0b9084 Add latest changes from gitlab-org/gitlab@master 2020-03-12 18:09:28 +00:00
Thong Kuah d6b952ad3e
Add frozen_string_literal to spec/workers
Adds `# frozen_string_literal: true` to spec/workers ruby files
2019-04-01 13:35:22 -03:00
Lin Jen-Shin 562f357ba5 Implement `expect_next_instance_of` and use it
We need this because `expect_any_instance_of` doesn't work on
prepended models. Now we could use the same code between CE/EE
2018-06-21 16:32:07 +08:00
Lin Jen-Shin ec31fa260b Avoid using expect_any_instance_of
We can't use it for prepended module, so use
`and_wrap_original` to wrap around the instance.
2018-05-23 20:39:39 +08:00
micael.bergeron 0b4a7d656b rework the logging to be simpler and add a threshold 2017-11-14 09:22:15 -05:00
micael.bergeron bae6385bda add simple logging to UpdateMergeRequestsWorker#perform
this is to try to debug #35914
2017-11-13 14:56:08 -05:00
Robert Speicher 68e6718932 Use `:empty_project` where possible in worker specs 2017-03-27 18:45:37 -04:00
gpongelli 4bcd900f14 Moved call of SystemHooksService from UpdateMergeRequestsWorker to GitPushServic… 2017-03-07 12:59:20 +00:00
Paco Guzman bba4788626 Extract project#update_merge_requests and SystemHooks to its own worker from GitPushService 2016-10-13 17:23:24 +02:00