- 17 Mar, 2021 40 commits
-
-
Mikołaj Wawrzyniak authored
Improve metric docs See merge request gitlab-org/gitlab!56673
-
charlie ablett authored
Replace delegated predicate methods with boolean-returning methods See merge request gitlab-org/gitlab!56420
-
James Lopez authored
Enable api_fuzzing_configuration_ui by default See merge request gitlab-org/gitlab!56548
-
Albert Salim authored
Simplify the triggerring of 'gitlab-docs' Review App pipelines See merge request gitlab-org/gitlab!53361
-
Mikołaj Wawrzyniak authored
Modify epic usage ping key to organise into separate file See merge request gitlab-org/gitlab!56724
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!56834
-
Sanad Liaquat authored
Fix file commit error for system cancels merge train spec See merge request gitlab-org/gitlab!55219
-
Tiffany Rea authored
-
Alex Kalderimis authored
Rescue errors when emitting Snowplow events See merge request gitlab-org/gitlab!56607
-
Dmitry Gruzd authored
Avoid N+1 queries when loading notes for indexing in Elasticsearch See merge request gitlab-org/gitlab!56808
-
charlie ablett authored
- rename existing epic events
-
Sarah Groff Hennigh-Palermo authored
Integrate new pipeline query for pipeline editor See merge request gitlab-org/gitlab!54888
-
Mireya Andres authored
This integrates the new backend query for fetching the pipeline status using the commit sha instead of the pipeline iid. This was previously implemented under a disabled feature flag (`pipeline_status_for_pipeline_editor`) using a client resolver.
-
Dmitry Gruzd authored
Improve performance of Elasticsearch notes permissions migration See merge request gitlab-org/gitlab!56823
-
GitLab Release Tools Bot authored
-
Heinrich Lee Yu authored
Consider all projects in hierarchy for issue rebalance See merge request gitlab-org/gitlab!56736
-
Dylan Griffith authored
Add correct types and descriptions See merge request gitlab-org/gitlab!56699
-
Rajendra Kadam authored
-
Rémy Coutable authored
Add Workhorse maintainers to Danger See merge request gitlab-org/gitlab!56805
-
Alexandru Croitor authored
When rebalancing issues based on a issue from a project, we need to consider all issues in the hierarchy vs just issues in the project's parent group and descendants, as it may happen that the project's group is not the root group, thus not rebalancing issues throughout the hierarchy.
-
Kushal Pandya authored
Bugfix for licenses without an url See merge request gitlab-org/gitlab!56534
-
Jannik Lehmann authored
This commit solves https://gitlab.com/gitlab-org/gitlab/-/issues/322160 It introduces a bugfix for Licences without an url, to not display a broken link, but the License name in plain text.
-
Savas Vedova authored
Improve the trial status popover copy See merge request gitlab-org/gitlab!55894
-
Ramya Authappan authored
Qurantine prevent forking spec on staging with note See merge request gitlab-org/gitlab!56825
-
Rémy Coutable authored
ci: Update chrome 89 See merge request gitlab-org/gitlab!56726
-
Rémy Coutable authored
Add documentation metadata check to lefthook See merge request gitlab-org/gitlab!55719
-
Dylan Griffith authored
Use a fixed start date for cadence update spec See merge request gitlab-org/gitlab!56829
-
Evan Read authored
Note when vulnerability report option was added See merge request gitlab-org/gitlab!56817
-
Russell Dickenson authored
-
Kushal Pandya authored
Fix DAST profile summary for invalid values See merge request gitlab-org/gitlab!56753
-
Dheeraj Joshi authored
This handles the case when profile id are not present in received profiles
-
Brandon Labuschagne authored
Add environment scope to group CI variables API [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!55573
-
Heinrich Lee Yu authored
The factory sets the start date based on a sequence. This can cause the spec to fail because that date could be the same date that we're trying to update to which means it wouldn't be changed.
-
Evan Read authored
Improve the vale referencelinks regex See merge request gitlab-org/gitlab!56806
-
Kushal Pandya authored
Moves project and groups data to API call on todos See merge request gitlab-org/gitlab!56507
-
Kushal Pandya authored
Merge branch '273300-fy21q4-foundations-kr2-audit-and-update-buttons-on-projects-commitscontroller-show' into 'master' Audit and update buttons on Projects::CommitsController#show See merge request gitlab-org/gitlab!56129
-
Sanad Liaquat (Personal) authored
-
Dylan Griffith authored
We are currently running this migration in production to reindex all the notes in GitLab.com. There happen to be over 30M of them so it will take quite a while to run. We have found in https://gitlab.com/gitlab-org/gitlab/-/issues/324745 that the migration is not performing as well as we'd hoped. Given that we want to keep each job taking less than 1 minute to run we want to reduce the batch size to make that easier. We have found that 9000 per 3 minutes is too much and we are regularly overlapping with the previous batch and thus we end up often processing the same batch twice. In addition it will be more efficient to push the work into the "initial indexing queue" instead of our main "incremental indexing queue" as the initial indexing queue has far less traffic (it only covers newly created projects while incremental is any record update in any project).
-
Dylan Griffith authored
This was already done a while back so the comment is irrelevant.
-
Dylan Griffith authored
This also introduces a generic pattern to remove N+1 queries for all document types we index but we'll start with notes for now.
-