- 09 Nov, 2021 40 commits
-
-
Heinrich Lee Yu authored
This removes the GIN index on notes because these are expensive to update. This causes note creation to sometimes time out. This query is also seldom used. We only search for notes in the Global Search page and only searches within projects are allowed. And when searching within a project, this global index is unlikey to be used and might even degrade performance as we see in issue searches. For issue searches within a project, we use a CTE to avoid the global trigram index. Changelog: performance
-
Dmitry Gruzd authored
Add pagination support for FindAllTagsRequest See merge request gitlab-org/gitlab!70199
-
Savas Vedova authored
Resolve "Pipeline Editor freezes when using include: rules: See merge request gitlab-org/gitlab!73861
-
Savas Vedova authored
Make filters more reusable and use it on new group vulnerability report See merge request gitlab-org/gitlab!73057
-
Daniel Tian authored
-
Fabio Pitino authored
Drop ci_build_trace_sections table and related See merge request gitlab-org/gitlab!73841
-
Mikołaj Wawrzyniak authored
Fix overwriting path params by query params See merge request gitlab-org/gitlab!74021
-
Kushal Pandya authored
Add ability to selected inherited service desk templates from the group See merge request gitlab-org/gitlab!71176
-
Dmitry Gruzd authored
Fix todo API when used with Alerts See merge request gitlab-org/gitlab!73812
-
James Fargher authored
Extract CI::Minutes::Limit class See merge request gitlab-org/gitlab!73344
-
Fabio Pitino authored
-
Bob Van Landuyt authored
Step 1.2 - Add ApplicationContextTracer to Graphql Schema See merge request gitlab-org/gitlab!72744
-
Bob Van Landuyt authored
Remove unused including_project & with_prometheus_integration scopes See merge request gitlab-org/gitlab!73929
-
Piotr Skorupa authored
-
Matthias Käppler authored
Resolve "GitLab Migration - Wiki repositories with Projects" See merge request gitlab-org/gitlab!72146
-
Allen Cook authored
Changelog: added EE: true
-
Natalia Tepluhina authored
Enable on-demand scans index page See merge request gitlab-org/gitlab!73944
-
Paul Gascou-Vaillancourt authored
-
Thong Kuah authored
Experiment: Add user invitation in-product marketing email See merge request gitlab-org/gitlab!72470
-
Eugie Limpin authored
Update group create service to enqueue a background job to send an invite team email 20 minutes after a root group is created. Update EmailCampaignsController to handle CTA clicks from invite team emails. Changelog: added
-
Rajat Jain authored
Right now, only project level templates are rendered in the service desk. With the introduction of inheritance, a project has access to group level templates as well. With this change, you can see all the templates available -- project level + group level. Changelog: added
-
Fiona Neill authored
Add basics for reporting snippets as spam See merge request gitlab-org/gitlab!72810
-
Amy Qualls authored
-
Adam Hegyi authored
Add indexes to aggregated VSA tables See merge request gitlab-org/gitlab!73427
-
Marcel Amirault authored
Updated executor info See merge request gitlab-org/gitlab!74028
-
Suzanne Selhorn authored
-
Kati Paizee authored
Rotate a documentation deployment diagram See merge request gitlab-org/gitlab!74034
-
Adam Hegyi authored
This change adds DB indexes to the new, aggregated value stream analytics tables. Changelog: added
-
Ash McKenzie authored
Make it easier to use Snowplow Micro in development See merge request gitlab-org/gitlab!72838
-
Dylan Griffith authored
The `use_model_load_balancing` results in a wrong sticking context used See merge request gitlab-org/gitlab!73949
-
Ash McKenzie authored
Enable gitlab-docs project in GDK for Gitpod environments See merge request gitlab-org/gitlab!73916
-
Kushal Pandya authored
Adds tracking to create file button in widget See merge request gitlab-org/gitlab!73762
-
Alex Pooley authored
Use allowlist for importing project attributes See merge request gitlab-org/gitlab!72457
-
Marcel Amirault authored
Update the sidekiq multi-process/concurrency docs See merge request gitlab-org/gitlab!73698
-
Craig Miskell authored
-
Heinrich Lee Yu authored
Shift the user's contribution calendar based on their timezone setting See merge request gitlab-org/gitlab!72938
-
Evan Read authored
Add & update security considerations for PATs See merge request gitlab-org/gitlab!73696
-
Nick Malcolm authored
-
Mark Chao authored
Reset GitlabSubscription seats when starting a new term See merge request gitlab-org/gitlab!73078
-
Ezekiel Kigbo authored
Add IaC scanning to Security Configuration page See merge request gitlab-org/gitlab!73155
-