- 05 Nov, 2021 40 commits
-
-
Yorick Peterse authored
The background migration FixMergeRequestDiffCommitUsers, originally added in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/73307, didn't use keyset pagination for iterating over diff commits. In some cases this would lead to a SQL timeout, as a single query would try to fetch too many diff commit rows at once. This commit changes the code to use keyset pagination, allowing us to fetch the necessary data without any SQL timeouts. Changelog: performance
-
Marcia Ramos authored
Document authorizing projects for an Agent See merge request gitlab-org/gitlab!73229
-
Bob Van Landuyt authored
Move the cleanup policies cache object See merge request gitlab-org/gitlab!71584
-
Max Woolf authored
Updating ipynbdiff to 0.3.7 See merge request gitlab-org/gitlab!73760
-
Sean McGivern authored
Build the Redis::Store instance and use it in session_store See merge request gitlab-org/gitlab!73552
-
Sean McGivern authored
Enable workhorse_use_sidechannel by default See merge request gitlab-org/gitlab!73536
-
Natalia Tepluhina authored
Improve ConfigurationPageLayout UX See merge request gitlab-org/gitlab!73071
-
Paul Gascou-Vaillancourt authored
-
nmilojevic1 authored
-
nmilojevic1 authored
-
nmilojevic1 authored
-
nmilojevic1 authored
- Add specs and ENV variable
-
Marcin Sedlak-Jakubowski authored
New project button is blue, not green See merge request gitlab-org/gitlab!73807
-
Brian Rhea authored
-
Albert Salim authored
ci: Update GitLab Helm chart version to 5.4.1 See merge request gitlab-org/gitlab!73570
-
Ezekiel Kigbo authored
Remove runners' table jobs and projects columns See merge request gitlab-org/gitlab!73472
-
Natalia Tepluhina authored
Jira Connect: consolidate sign in link update logic See merge request gitlab-org/gitlab!73813
-
Jacob Vosmaer authored
This updates the developer documentation to reflect the fact that we stopped using CI_PRE_CLONE_SCRIPT to make the gitlab-org/gitlab CI Git fetch workload manageable.
-
Jacob Vosmaer authored
This changes the workhorse_use_sidechannel feature flag to be on by default. This is a performance improvement for Git fetch traffic, see https://gitlab.com/groups/gitlab-com/gl-infra/-/epics/463. For self-managed installations that have configured a gRPC proxy to sit between Workhorse and Gitaly, this will break things. The solution for that is to remove the proxy or change it to a TCP proxy. Having a proxy between Workhorse and Gitaly is not a recommended configuration but we cannot rule out that someone chose to do this. Also see https://gitlab.com/gitlab-com/gl-infra/scalability/-/issues/1301. This commit intentionally leaves the feature flag around so that in case someone runs into this problem, they have a temporary workaround (disabling the feature flag) besides the real solution (not using a gRPC proxy). Changelog: performance
-
Matthias Käppler authored
Merge branch '336665-feature-flag-rollout-of-add_actor_based_user_to_snowplow_tracking' into 'master' [Feature flag] Rollout of: `add_actor_based_user_to_snowplow_tracking` and `add_namespace_and_project_to_snowplow_tracking` See merge request gitlab-org/gitlab!73677
-
Diana Logan authored
Added Related topics See merge request gitlab-org/gitlab!73579
-
Suzanne Selhorn authored
-
release-tools approver bot authored
Update Gitaly version See merge request gitlab-org/gitlab!73816
-
Kushal Pandya authored
Replace calls to writeQuery for client mutations in PA See merge request gitlab-org/gitlab!73682
-
Albert Salim authored
Merge branch '343510-allow-mr-author-to-automatically-run-review-app-pipeline-by-using-a-label' into 'master' ci: Allow to force Review App to be deployed with a label See merge request gitlab-org/gitlab!73568
-
Rémy Coutable authored
-
Marcel Amirault authored
Updated secrets keyword to meet standards See merge request gitlab-org/gitlab!73798
-
Suzanne Selhorn authored
-
Ash McKenzie authored
Do not run rerun jobs for security project See merge request gitlab-org/gitlab!73777
-
Tom Quirk authored
We have logic that adds a `return_to` parameter to sign-in links in the JIra Connect app. This code was previously duplicated. This commit consolidates the code into a single helper function. There are no user facing changes.
-
Heinrich Lee Yu authored
Use allowlist of allowed attributes for imported models (part 5) See merge request gitlab-org/gitlab!71867
-
Alan (Maciej) Paruszewski authored
-
Michael Kozono authored
Runner status cannot be "paused" [RUN-AS-IF-FOSS] See merge request gitlab-org/gitlab!73530
-
Dylan Griffith authored
Allow percentage rollout of load balancer of decomposed database See merge request gitlab-org/gitlab!73631
-
Ezekiel Kigbo authored
Upgrade @gitlab/eslint-plugin to v10.0.0 See merge request gitlab-org/gitlab!73679
-
Kushal Pandya authored
Jira Connect App: Create `sign_in_button` component See merge request gitlab-org/gitlab!73618
-
Kushal Pandya authored
Fixed un-translated string in merge request widget See merge request gitlab-org/gitlab!73774
-
Mark Lapierre authored
Update scoped label e2e with labels_widget ff See merge request gitlab-org/gitlab!73776
-
Désirée Chevalier authored
-
Evan Read authored
Document track-repository praefect subcommand See merge request gitlab-org/gitlab!73488
-