- 30 Aug, 2021 31 commits
-
-
Sean McGivern authored
This removes all Sidekiq workers tags except for `needs_own_queue`. Workers tags are documented as short-lived metadata annotations, and are primarily for use in the GitLab.com deployment. All of the removed tags are no longer needed: 1. `requires_disk_io` - we added this to workers that accessed shared files over NFS when we started migrating Sidekiq away from VMs to Kubernetes. These workers no longer use NFS, we just hadn't tidied up the tags. 2. `exclude_from_kubernetes` - similarly, in our Kubernetes migration we ended up in a state where some workers ran on VMs and others ran on Kubernetes, but there was no particular reason for these workers not to run on Kubernetes. We didn't remove it earlier because the migration was still in progress. This tag was just there to simplify the queue selectors, but now that all of Sidekiq on GitLab.com runs on Kubernetes, we definitely don't need it. 3. `exclude_from_gitlab_com` - some workers never run on GitLab.com. When we were using a queue per worker, there was a small overhead to running extra queues, and that overhead added up at GitLab.com's scale. Now that we are using [routing rules] to put jobs in far fewer queues, we don't need this exclusion any more. We do want to keep the `needs_own_queue` tag for now, as it applies to the last point: not every worker can be put in a queue with other workers, and this annotation helps us keep track of those. [routing rules]: https://docs.gitlab.com/ee/administration/operations/extra_sidekiq_routing.html
-
Dylan Griffith authored
Log more information when service discovery fails See merge request gitlab-org/gitlab!68602
-
David Fernandez authored
Use the last Helm chart when downloading See merge request gitlab-org/gitlab!68968
-
Vitaly Slobodin authored
Replace `DropdownTitle` component with `SidebarEditableItem` See merge request gitlab-org/gitlab!67966
-
Natalia Tepluhina authored
-
Simon Tomlinson authored
Adds the current host list length to the logged information when service discovery fails. This will help to identify times when service discovery fails and leaves the application with an empty host list.
-
Vitaly Slobodin authored
Add link to public GPG keys on user profile See merge request gitlab-org/gitlab!68678
-
Peter Hegman authored
-
David Fernandez authored
Catch Helm invalid versions See merge request gitlab-org/gitlab!68976
-
David Fernandez authored
Catch all errors when processing Debian changes See merge request gitlab-org/gitlab!69141
-
Mike Greiling authored
Add JH vue components entry See merge request gitlab-org/gitlab!68772
-
Mark Chao authored
Add configure integrations button to project view See merge request gitlab-org/gitlab!67536
-
Dylan Griffith authored
Disable cross-database query check due to frequent segfaults See merge request gitlab-org/gitlab!69184
-
Mike Greiling authored
Add LRU-like behaviour to incremental compilation See merge request gitlab-org/gitlab!68956
-
Stan Hu authored
Use linear version of User#membership_groups See merge request gitlab-org/gitlab!68842
-
Mike Greiling authored
Update Project URL dropdown on New Project page See merge request gitlab-org/gitlab!68778
-
Coung Ngo authored
-
Thong Kuah authored
[RUN AS-IF-FOSS] Revert merge requests realted to saas_user_caps feature flag See merge request gitlab-org/gitlab!69183
-
Simon Knox authored
Only show tooltip on truncate for commit info See merge request gitlab-org/gitlab!68889
-
Thong Kuah authored
The use of PgQuery.parse(sql) is causing segfaults so we will disable this for now
-
Evan Read authored
Add notes on using correlation ids from API See merge request gitlab-org/gitlab!69176
-
Sean Arnold authored
-
Simon Knox authored
Fix epic swimlanes list repositioning not working See merge request gitlab-org/gitlab!68908
-
Russell Dickenson authored
Update Version History of Project Security Dashboard to fit its tier See merge request gitlab-org/gitlab!68694
-
Niklas authored
-
Mark Chao authored
Only set User#commit_email with user input See merge request gitlab-org/gitlab!68591
-
Russell Dickenson authored
Review X509 page for CTRT purposes See merge request gitlab-org/gitlab!68792
-
Amy Qualls authored
-
Evan Read authored
Add crosslinks to several more permissions See merge request gitlab-org/gitlab!68816
-
- 29 Aug, 2021 2 commits
-
-
Luke Duncalfe authored
Sync update of title and description between RequirementsManagment::Requirement objects and requirement type issues See merge request gitlab-org/gitlab!64929
-
charlie ablett authored
Between Requirements and Requirement Issues Wrap updates in pseudo-transaction Add validation flags when mirrored object not valid Changelog: added EE: true
-
- 28 Aug, 2021 7 commits
-
-
Suzanne Selhorn authored
Docs: improve CI examples page See merge request gitlab-org/gitlab!69155
-
Jonston Chan authored
-
Suzanne Selhorn authored
Add documentation for gitlab-runner issue 1042 See merge request gitlab-org/gitlab!57354
-
Systemkern authored
-
Heinrich Lee Yu authored
Revert "Merge branch 'stuck-ci-jobs-worker-optimize-running' into 'master'" See merge request gitlab-org/gitlab!69163
-
Stan Hu authored
This reverts merge request !68891 Changelog: other
-
Stan Hu authored
Optimize StuckCiJobsWorker running builds query See merge request gitlab-org/gitlab!68891
-