- 09 Jan, 2020 40 commits
-
-
DJ Mountney authored
This is important during upgrades, and essential when upgrading between major versions. We will be investigating upgrade checks for this by default in future omnibus versions.
-
Achilleas Pipinellis authored
Update deploy board visualization docs Closes #37029 See merge request gitlab-org/gitlab!22649
-
Yorick Peterse authored
Refactor API deployments spec See merge request gitlab-org/gitlab!22537
-
Andy Soiron authored
I found that 'request_with_query_count' was not used anymore. While removing it, I did some more refactoring of the N+1 context
-
Grzegorz Bizon authored
Move endpoint to copy common_metrics.yml to core See merge request gitlab-org/gitlab!21548
-
Grzegorz Bizon authored
Add CI variable to provide GitLab base URL Closes #19751 See merge request gitlab-org/gitlab!22327
-
Aidin Abedi authored
-
Walmyr Lima e Silva Filho authored
Prune epics management end-to-end test See merge request gitlab-org/gitlab!22526
-
Dmitriy Zaporozhets authored
Upgrade elasticsearch gems to v6 See merge request gitlab-org/gitlab!22645
-
Dmitriy Zaporozhets authored
Change set with let_it_be in ee/spec/services/projects See merge request gitlab-org/gitlab!22523
-
Natalia Tepluhina authored
Remove incorrect localVue usage in various files Closes #121747 See merge request gitlab-org/gitlab!22603
-
Andreas Brandl authored
Update project hooks limits to 100 for all plans Closes gitlab-com/gl-infra/production#1521 See merge request gitlab-org/gitlab!22604
-
Kushal Pandya authored
Persist Threat Monitoring alert dismissal See merge request gitlab-org/gitlab!22117
-
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
-
Mark Florian authored
This ensures that once a user dismisses the info alert on the Threat Monitoring page, it doesn't appear again on subsequent visits. Part of [WAF statistics reporting][1]. [1]: https://gitlab.com/gitlab-org/gitlab/issues/14707
-
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
-