- 08 Jul, 2021 40 commits
-
-
Andreas Brandl authored
Adjust reindexing strategy See merge request gitlab-org/gitlab!65655
-
Brandon Labuschagne authored
Upgrade @gitlab/ui to v31.0.1 See merge request gitlab-org/gitlab!65587
-
Jose Ivan Vargas authored
Update autoprefixer-rails to 10.2.5.1. See merge request gitlab-org/gitlab!65385
-
Matthias Fechner authored
-
Susan Tacker authored
Added guidance on "we" See merge request gitlab-org/gitlab!65761
-
Jose Ivan Vargas authored
Add Clsuter Image Scanning filter and configuration See merge request gitlab-org/gitlab!64217
-
Alan (Maciej) Paruszewski authored
-
Suzanne Selhorn authored
-
Phil Hughes authored
Lazy load avatar images See merge request gitlab-org/gitlab!65745
-
Andreas Brandl authored
-
Andreas Brandl authored
-
Andreas Brandl authored
We change strategy to select indexes for reindexing: 1. Consider relative bloat levels instead of absolute bloat 1. Exclude GIN indexes (risk for GitLab.com) 1. Exclude indexes with relative bloat level < 20% 1. Exclude indexes < 1 GB ondisk size (not worth it for now) 1. Exclude indexes > 100 GB ondisk size (risk for GitLab.com) 1. Don't reindex an index twice within 10 days Together with adding support for unique indexex in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/64695, this aims to distribute reindexing actions better across indexes and exclude the risky ones. Relates to: - https://gitlab.com/gitlab-org/gitlab/-/issues/335295 - https://gitlab.com/gitlab-org/gitlab/-/issues/335214 - https://gitlab.com/gitlab-org/gitlab/-/issues/335211 Related discussion in : - https://gitlab.com/gitlab-com/gl-infra/production/-/issues/5069#note_618889225
-
Andreas Brandl authored
This excludes indexes that have been worked on e.g. the preceding weekend. Relates to https://gitlab.com/gitlab-com/gl-infra/production/-/issues/5069#note_618889225
-
Andreas Brandl authored
This basically excludes GIN indexes from automatic reindexing. Reason is that those indexes are slow to build (in particular trigram indexes) and this would cause problems on GitLab.com. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/335211 Changelog: other
-
Paul Gascou-Vaillancourt authored
-
Olena Horal-Koretska authored
Fix alignment issues for pipelines in the MR widget. See merge request gitlab-org/gitlab!65351
-
Marcin Sedlak-Jakubowski authored
Edited Threads topic for CTRT See merge request gitlab-org/gitlab!65585
-
Suzanne Selhorn authored
Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/327171
-
Olena Horal-Koretska authored
Show empty option for keep_n and older_than in Cleanup Policies See merge request gitlab-org/gitlab!65722
-
Nicolò Maria Mezzopera authored
-
Phil Hughes authored
Fix new project page footer positioning See merge request gitlab-org/gitlab!65736
-
Nikola Milojevic authored
Remove replica selection change FF See merge request gitlab-org/gitlab!65545
-
Marcel Amirault authored
Edited Pipeline settings for CTRT See merge request gitlab-org/gitlab!65607
-
Suzanne Selhorn authored
-
GitLab Release Tools Bot authored
[ci skip]
-
Nicolò Maria Mezzopera authored
Display Helm packages in the package registry See merge request gitlab-org/gitlab!65688
-
Heinrich Lee Yu authored
Fix timebox charts events computing See merge request gitlab-org/gitlab!65737
-
Rémy Coutable authored
Make review qa reports wait for the test jobs See merge request gitlab-org/gitlab!63844
-
Douglas Barbosa Alexandre authored
Allow sorting by blocking issues and popularity via GraphQL API See merge request gitlab-org/gitlab!65323
-
Olena Horal-Koretska authored
Correctly positioned the is-above flyouts See merge request gitlab-org/gitlab!65735
-
Sean McGivern authored
Fix 404 when editing Network Policies different than Cilium See merge request gitlab-org/gitlab!65476
-
Alan (Maciej) Paruszewski authored
Changelog: added EE: true
-
Achilleas Pipinellis authored
Replaced node with site to align with our defined terms on setup page See merge request gitlab-org/gitlab!53485
-
Simon Knox authored
Fix vulnerability report filter dropdown button text truncation See merge request gitlab-org/gitlab!65634
-
Achilleas Pipinellis authored
Add factories' setup to template for adding Geo replication See merge request gitlab-org/gitlab!65160
-
Aakriti Gupta authored
-
Olena Horal-Koretska authored
Rename standard_filter.vue to simple_filter.vue See merge request gitlab-org/gitlab!65616
-
Daniel Tian authored
-
Paul Gascou-Vaillancourt authored
GlDrawer now exposes a `title` slot to be used solely for rendering a title while additional actions should be rendered in the existing `header` slot. This lets us align the close button properly. Changelog: fixed
-
Paul Gascou-Vaillancourt authored
-