- 02 Sep, 2021 21 commits
-
-
Sebastian Poxhofer authored
-
Dylan Griffith authored
Shrink cross-database query check allowlist See merge request gitlab-org/gitlab!69265
-
Shinya Maeda authored
Remove Legacy Flag from Feature Flag Enum See merge request gitlab-org/gitlab!68408
-
Dylan Griffith authored
Allowlist callsites in `merge_request.rb` for cross-db query See merge request gitlab-org/gitlab!69426
-
Russell Dickenson authored
Revise after more RSS feed support added See merge request gitlab-org/gitlab!69321
-
Amy Qualls authored
-
Tiger Watson authored
Remove bigint conversion triggers for push_event_payloads See merge request gitlab-org/gitlab!69339
-
Thong Kuah authored
-
Thong Kuah authored
This list can be shrunk to the in-code exceptions we added via allow_cross_joins_across_databases
-
Thong Kuah authored
This accounted for thousands of calls in our CI file. Remove a spec from the spec allowlist that was tested to work locally
-
Simon Knox authored
Delete legacy board code See merge request gitlab-org/gitlab!69338
-
Stan Hu authored
Merge branch '338585-visiting-epic-boards-in-public-groups-as-a-non-logged-in-user-can-fail' into 'master' Logged out users can view public group epic boards See merge request gitlab-org/gitlab!69218
-
Michael Kozono authored
Remove feature flag gitaly_backup See merge request gitlab-org/gitlab!68510
-
Evan Read authored
Resolve "Docs feedback: SAML SSO and SCIM user management update" See merge request gitlab-org/gitlab!67838
-
Petar Prokic authored
-
Tiger Watson authored
Update structure.sql to match migration times See merge request gitlab-org/gitlab!69333
-
Dylan Griffith authored
Strong validate used config names in `database.yml` and normalize legacy config See merge request gitlab-org/gitlab!67877
-
Mike Greiling authored
Update dependency core-js to ^3.17.1 See merge request gitlab-org/gitlab!69401
-
Patrick Bair authored
Add a data migration to remove existing duplicates of DastSiteTokens See merge request gitlab-org/gitlab!68578
-
Marcos Rocha authored
The MR !67933 added an application-level uniqueness constraint on to facilitate token reuse by url. However we may have existing duplicate tokens in the database and race conditions could result in duplicates being created. This MR adds a data migration to remove the existing duplicate tokens Changelog: fixed MR: !68578
-
Krasimir Angelov authored
Prepare ci_builds swap indexes for async creation See merge request gitlab-org/gitlab!69404
-
- 01 Sep, 2021 19 commits
-
-
Thong Kuah authored
Move cross-join yml to inside spec/ directory See merge request gitlab-org/gitlab!69344
-
Krasimir Angelov authored
Use `find_or_create_by` instead of `safe_find_or_create_by` to avoid subtransactions.
-
Thong Kuah authored
Bump fast_gettext to the latest [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!69236
-
Thong Kuah authored
Error on newlines in sidekiq-cluster arguments See merge request gitlab-org/gitlab!69237
-
Krasimir Angelov authored
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/68593 introduced two new columns - `max_yaml_size_bytes` and `max_yaml_depth`. This updates `structure.sql` and moves them at the bottom of the columns list, in order to avoid diffs when the file is regenerated.
-
Stan Hu authored
Re-addition of the state column for members table See merge request gitlab-org/gitlab!69220
-
GitLab Renovate Bot authored
-
Stan Hu authored
[GraphQL] Show up to 200 jobs per CI stage See merge request gitlab-org/gitlab!69314
-
Etienne Baqué authored
Changelog: added
-
Amy Qualls authored
Added details about seat usage and the users it applies to See merge request gitlab-org/gitlab!69407
-
Suzanne Selhorn authored
-
Andrew Fontaine authored
The beginning of deleting all the legacy feature flags code involves removing the enum value for legacy flags. Some changes need to be made to keep the checks (basically checking that everything is always a new_version_flag).
-
Andrew Fontaine authored
Audit logging wasn't updated to audit log changes to feature flag strategies, but needs to be now that legacy feature flags are in the process of being removed. Changelog: fixed
-
pbair authored
Add a new migration that prepares remaining indexes for ci_builds int4->int8 column swaps to be created asynchronously Changelog: other
-
Jacob Vosmaer authored
Add Workhorse support for HTTPS backend See merge request gitlab-org/gitlab!67700
-
Michael Kozono authored
-
Enrique Alcántara authored
Update dependency @tiptap/core to ^2.0.0-beta.102 See merge request gitlab-org/gitlab!69159
-
Marcia Ramos authored
Update cluster management project template See merge request gitlab-org/gitlab!68279
-
João Alexandre Cunha authored
-