- 09 Jan, 2020 40 commits
-
-
Bob Van Landuyt authored
This is a concern that is included in all workers through the `ApplicationWorker`. So I think it should live in `app/workers/concerns`.
-
Nick Thomas authored
Adds project_id and project_path to group api See merge request gitlab-org/gitlab!22089
-
Natalia Tepluhina authored
Remove incorrect localVue usage in ee/spec/frontend/vue_shared Closes #195869 See merge request gitlab-org/gitlab!22619
-
Achilleas Pipinellis authored
Change docs image location See merge request gitlab-org/gitlab!22455
-
Marcel Amirault authored
-
Rémy Coutable authored
Possible fix for flaky sidebar specs Closes #118659 See merge request gitlab-org/gitlab!22667
-
Sean McGivern authored
Merge branch '39119-actioncontroller-urlgenerationerror-no-route-matches-action-evidence-controller-projects' into 'master' Allow slashes in release tags Closes #39119 See merge request gitlab-org/gitlab!22527
-
Sean Carroll authored
Closes https://gitlab.com/gitlab-org/gitlab/issues/39119 See merge request https://gitlab.com/gitlab-org/gitlab/merge_requests/22527
-
Sean McGivern authored
Be more vigorous killing workers when shutting down sidekiq-cluster See merge request gitlab-org/gitlab!21796
-
Kamil Trzciński authored
Disable Prometheus metrics if initialization fails Closes #24425 See merge request gitlab-org/gitlab!22355
-
Peter Leitzen authored
Reduce redis key size by half for Prometheus::ProxyService See merge request gitlab-org/gitlab!20006
-
Kamil Trzciński authored
Auth runner requests with job tokens in Rack Attack See merge request gitlab-org/gitlab!21412
-
Marius Bobin authored
The runner makes requests with Ci::Build tokens and they fail into throttle_unauthenticated requests category. Now we're also looking for builds with that token when authenticating requests.
-
Lin Jen-Shin authored
Update worker feature categories to match product changes See merge request gitlab-org/gitlab!22531
-
Phil Hughes authored
Add UI events tracking to Conan adoption See merge request gitlab-org/gitlab!21908
-
Nicolò Maria Mezzopera authored
- shared constants - shared utils
-
Craig Miskell authored
-
Craig Miskell authored
Per feedback on MR
-
Craig Miskell authored
Rather than stubbing out some internal methods of the test subject, use known good values for pid (the current process, and negative values) Much better code coverage test that way
-
Craig Miskell authored
Adds critical clarifying comments about the meaning of signal 0, which is effectively a liveness/existence (and permissions) check See http://man7.org/linux/man-pages/man2/kill.2.html for a discussion of that
-
Craig Miskell authored
In https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/8511 and https://gitlab.com/gitlab-com/gl-infra/production/issues/1309 we have seen cases where sidekiq-cluster has been asked to restart, but it has left one or more sidekiq worker processes in a stuck/hung state burning CPU. With this, sidekiq-cluster now waits for the worker processes to terminate themselves cleanly (and push jobs back onto the queue) and another few seconds beyond, then if any processes remain, kills them hard (:KILL signal) before exiting as usual (allowing whater process monitor is in place to restart sidekiq-cluster)
-
Ilia Kosenko authored
Typo/Grammar in docs:container-registry See merge request gitlab-org/gitlab!22625
-
Sean McGivern authored
Updates package list api with destroy url See merge request gitlab-org/gitlab!22503
-
Stan Hu authored
One-button review app creation (backend) See merge request gitlab-org/gitlab!22085
-
Stan Hu authored
In both EE and FOSS specs, two labels are clicked in quick succession. When the test fails, it appears that the first label was never actually clicked. To prevent some timing issue, we now pause after the first click to verify the right number of active labels are present in the dropdown. Closes https://gitlab.com/gitlab-org/gitlab/issues/118659
-
Phil Hughes authored
Increase size of issue boards sidebar collapse button Closes #27427 See merge request gitlab-org/gitlab!22610
-
James Lopez authored
Add Is using seat badge to admin user overview See merge request gitlab-org/gitlab!21497
-
Phil Hughes authored
Resolve "Unable to create feature flags with userIds" Closes #194130 See merge request gitlab-org/gitlab!22528
-
Heinrich Lee Yu authored
Speed up link generation for project_id and namespace_id params Closes #194144 See merge request gitlab-org/gitlab!22426
-
Rémy Coutable authored
Add types to the E2E style guide See merge request gitlab-org/gitlab!22453
-
Mark Lapierre authored
`_placeholder` refers to a temporary element that appears while content is loading. For example, the elements that are displayed instead of discussions while the discussions are being fetched. `_container` refers to an element that includes other elements, but might not include any visible content itself. E.g., an element that has a third-party editor inside it, but which isn't the editor itself and so doesn't include the editor's content. `_modal` refers to a popup modal dialog, e.g., a confirmation prompt.
-
Heinrich Lee Yu authored
Extract list_issues from Sentry::Client class See merge request gitlab-org/gitlab!22615
-
Adam Hegyi authored
Modify ActionDispatch::Journey::Formatter#missing_keys method to prevent rebuilding large regular expressions on each url generation call.
-
Jan Provaznik authored
Add remaining project services to usage ping See merge request gitlab-org/gitlab!21843
-
Kushal Pandya authored
Add "Show last" Threat Monitoring filter See merge request gitlab-org/gitlab!22487
-
Mark Florian authored
Part of [WAF statistics reporting][1]. This adds the "Show last" filter dropdown to the UI, allowing for statistics over different time ranges to be displayed. [1]: https://gitlab.com/gitlab-org/gitlab/issues/14707
-
Natalia Tepluhina authored
Remove incorrect localVue usage in ee/spec/frontend/dependencies Closes #195844 See merge request gitlab-org/gitlab!22616
-
Natalia Tepluhina authored
Remove incorrect localVue usage in spec/frontend/monitoring Closes #195867 See merge request gitlab-org/gitlab!22618
-
Natalia Tepluhina authored
Custom snowplow events for alerts Closes #36955 See merge request gitlab-org/gitlab!21963
-
Dhiraj Bodicherla authored
Added custom snowplow events for alert related user actions in monitoring dashboard
-