- 15 Sep, 2021 22 commits
-
-
Dylan Griffith authored
Add upvotes to merge requests documents See merge request gitlab-org/gitlab!66671
-
Terri Chu authored
-
Mark Lapierre authored
Enable canary switching during spec execution See merge request gitlab-org/gitlab!69421
-
Zeff Morgan authored
-
Ramya Authappan authored
Add requires_admin tag to index tests See merge request gitlab-org/gitlab!70316
-
Russell Dickenson authored
Update container policy screenshot See merge request gitlab-org/gitlab!70241
-
Krasimir Angelov authored
Remove subtransactions from partition management See merge request gitlab-org/gitlab!70231
-
Mark Lapierre authored
Refactor admin PAT creation for LDAP scenarios See merge request gitlab-org/gitlab!70038
-
Mark Lapierre authored
-
release-tools approver bot authored
Update Gitaly version See merge request gitlab-org/gitlab!70347
-
Ash McKenzie authored
Enable surfacing false positives for vulnerabilities See merge request gitlab-org/gitlab!69700
-
GitLab Release Tools Bot authored
-
Simon Knox authored
Consolidate the use of IDs in board state [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!69733
-
Thong Kuah authored
Disable touching individual DB migration files in production See merge request gitlab-org/gitlab!70204
-
Thong Kuah authored
Disable method instrumentation initialization [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!69662
-
Douglas Barbosa Alexandre authored
Set different session cookie for Geo secondaries See merge request gitlab-org/gitlab!69759
-
Evan Read authored
Add Praefect log location See merge request gitlab-org/gitlab!69600
-
Anton Smith authored
-
Evan Read authored
Update NameID format recommendation See merge request gitlab-org/gitlab!70324
-
Gerardo Gutierrez authored
-
James Fargher authored
Remove `Graphql/Description` from `.rubocop_manual_todo.yml` See merge request gitlab-org/gitlab!69826
-
Luke Duncalfe authored
-
- 14 Sep, 2021 18 commits
-
-
Catalin Irimie authored
To support the secondary proxying the primary while also serving and doing authentication on the secondary itself, the sites need to have different session cookies in order to not overwrite each other. As the primary site and the secondary site don't share the same session state, when the cookie used on one site, is used with the exact same name on the other site, it overwrites the content, effectively logging out each other. Changelog: changed EE: true
-
Evan Read authored
documentation: Document usage of remove-repository sub-command See merge request gitlab-org/gitlab!70155
-
Mayra Cabrera authored
Merge branch '334726-investigate-confirm-the-dismiss-for-the-invite-your-teammates-banner-works-as-intended' into 'master' Persist group invite banner dismissal in database See merge request gitlab-org/gitlab!68785
-
Doug Stull authored
-
Evan Read authored
Add line about processing delay to test coverage visualization docs See merge request gitlab-org/gitlab!70130
-
James Heimbuck authored
-
Stan Hu authored
Include author in commit message from core team community members See merge request gitlab-org/gitlab!69076
-
Douglas Barbosa Alexandre authored
Geo: Reduce frequency of redownload attempts See merge request gitlab-org/gitlab!70329
-
Dylan Griffith authored
Rewrite assertions with hardcoded values See merge request gitlab-org/gitlab!70041
-
Michael Kozono authored
Update Devise sign_in path for Geo secondaries See merge request gitlab-org/gitlab!69748
-
Lee Tickett authored
Changelog: fixed
-
Mike Greiling authored
Update dependency @gitlab/svgs to v1.212.0 See merge request gitlab-org/gitlab!70317
-
Scott Hampton authored
Only render "No artifacts found" when not loading See merge request gitlab-org/gitlab!68843
-
Alex Kalderimis authored
Remove redundant permission checks for GraphQL job type See merge request gitlab-org/gitlab!69982
-
Furkan Ayhan authored
Reading a build requires a project-level permission, so we don't need to check read permissions for each build. In this commit we remove the read_commit_status authorization from Ci::JobType because its callers already do the check. Changelog: performance
-
Mike Kozono authored
Changelog: changed EE: true
-
Mike Kozono authored
For retries of failed syncs. Changelog: changed EE: true
-
Mike Kozono authored
This applies to retry attempts of project and project-wiki Git repos which failed to sync. Changelog: changed EE: true
-