- 14 Jan, 2022 29 commits
-
-
Mikołaj Wawrzyniak authored
Geo: Increase verification backfill job exclusive lease timeout See merge request gitlab-org/gitlab!78240
-
Achilleas Pipinellis authored
Fix erroneous pending migrations command See merge request gitlab-org/gitlab!78242
-
James Reed authored
-
Dmitry Gruzd authored
Update excon to v0.90.0 See merge request gitlab-org/gitlab!78147
-
Kushal Pandya authored
Add active state to milestones fetch in filtered search See merge request gitlab-org/gitlab!78153
-
Scott Stern authored
-
Achilleas Pipinellis authored
Improve upgrade details See merge request gitlab-org/gitlab!78208
-
Tetiana Chupryna authored
Clean up expired agent activity events See merge request gitlab-org/gitlab!75709
-
Kati Paizee authored
Add more implementation and version information for new LDAP setting See merge request gitlab-org/gitlab!78145
-
Ezekiel Kigbo authored
Fix autoscroll to comments on issues See merge request gitlab-org/gitlab!76340
-
Simon Knox authored
Add ResizeObserver to set scroll position if a comment is selected. Still has a bunch of unwanted side effects like jumping when window is resized, or when sidebars are collapsed on smaller screens. Remove ResizeObserver on user interaction This avoids a bunch of bad and terrible bugs breaking scrolling when user does something like toggle sidebar or click on text editor. That otherwise triggers a resize Changelog: fixed
-
Thong Kuah authored
Remove cross-db modification exception in Clusters::Applications::Runner See merge request gitlab-org/gitlab!78236
-
Marcel Amirault authored
Rename task-runner to toolbox See merge request gitlab-org/gitlab!78198
-
Russell Dickenson authored
Replace legacy checkbox name in docs See merge request gitlab-org/gitlab!78166
-
Michael Trainor authored
-
Russell Dickenson authored
Add warning to docs about providing release notes when creating a tag See merge request gitlab-org/gitlab!77354
-
Joost van der Sluis authored
-
Tiger authored
Whenever an activity event is created for an agent, a worker is scheduled to remove all but the most recent 200 events. If the agent does not yet have 200 events, the worker still runs, however it will not delete any records. Events may be created frequently, so to prevent many workers running unnecessarily they are scheduled with a delay of up to an hour, and then de-duplicated until executed. Changelog: added
-
Russell Dickenson authored
Update Release documentation about storage See merge request gitlab-org/gitlab!77911
-
Chris Balane authored
-
Ezekiel Kigbo authored
Add empty deployment component See merge request gitlab-org/gitlab!78003
-
Ezekiel Kigbo authored
Refactor dynamically called methods to be more explicit See merge request gitlab-org/gitlab!78141
-
Suzanne Selhorn authored
Update topic for CTRT See merge request gitlab-org/gitlab!77927
-
Evan Read authored
-
Suzanne Selhorn authored
Update quarterly reconciliation content See merge request gitlab-org/gitlab!78159
-
Ian Chiang authored
-
Mike Kozono authored
Because I have observed staging take longer than a minute to complete this perform. A lease timeout which is too short is against the point of the exclusive lease. The timeout should ideally be exactly as long as the longest possible execution time, but it's ok if we make the timeout a bit longer than needed. I don't know for sure if 30 minutes is long enough, but it is known to be an improvement. Changelog: changed EE: true
-
Ezekiel Kigbo authored
Docs: Update Runner registration heading to be more explicit See merge request gitlab-org/gitlab!78121
-
Darren Eastman authored
Runner registration wasn't clear enough, so we reworded to make it more obvious that you're preventing people from registering runners
-
- 13 Jan, 2022 11 commits
-
-
Evan Read authored
Document praefect's separate_database_metrics setting See merge request gitlab-org/gitlab!78134
-
John Cai authored
praefect['separate_database_metrics'] will put praefect metrics that run queries on the database on a separate /db_metrics endpoint so that customers can choose to configure a slower scrape interval. Also, with a multiple Praefect setup, customers can configure only one Praefect node to query the database. Also add /db_metrics prometheus metrics to the gitaly/index.md.
-
Thong Kuah authored
Refactor: move gitlab_gtm_datalayer flag to before action See merge request gitlab-org/gitlab!78212
-
Tyler Williams authored
-
Tiger authored
Managed cluster applications are no longer available, so we can remove this logic entirely.
-
Evan Read authored
Add deprecation for artifacts:report:cobertura See merge request gitlab-org/gitlab!78132
-
Jackie Porter authored
-
Michael Kozono authored
Add workItemTypes field to ProjectType in GraphQL See merge request gitlab-org/gitlab!78137
-
Mario Celi authored
Adds the ability to list all base types in the system for any given project. They are all fixed for now, but they will belong to root namespaces in the future
-
Suzanne Selhorn authored
Clarify subscription rules for top-level groups See merge request gitlab-org/gitlab!76387
-
Sean Carroll authored
-