- 31 Mar, 2021 17 commits
-
-
Mark Lapierre authored
-
Luke Duncalfe authored
Merge branch '21044-controller-profiles-slackscontroller-edit-executes-more-than-100-sql-queries' into 'master' Reduce number of SQL queries in Profiles::SlacksController#edit See merge request gitlab-org/gitlab!57674
-
Justin Ho Tuan Duong authored
To avoid loading tags and project_import_data even though it's not used, we now only select the id and name of the project which are the only 2 attributes used on the frontend. This prevents fetching unused data and an N+1 query on projects. https://gitlab.com/gitlab-org/gitlab/-/issues/21044
-
Evan Read authored
Remove Starter references from Related issues page See merge request gitlab-org/gitlab!57729
-
Marcin Sedlak-Jakubowski authored
-
Brandon Labuschagne authored
Update triggering validation on the alerts integration form See merge request gitlab-org/gitlab!57697
-
Olena Horal-Koretska authored
-
Russell Dickenson authored
Add minimal list of requirements for SAST analyzers See merge request gitlab-org/gitlab!57519
-
Thomas Woodham authored
-
Luke Duncalfe authored
Allow SCIM deprovisioning for minimal access users See merge request gitlab-org/gitlab!57178
-
Serena Fang authored
Return errors before updating active false https://gitlab.com/gitlab-org/gitlab/-/merge_requests/57178 https://gitlab.com/gitlab-org/gitlab/-/issues/321883 https://gitlab.com/gitlab-org/gitlab/-/issues/325729
-
Mark Chao authored
Avoid N+1 queries when checking for pending todos See merge request gitlab-org/gitlab!57525
-
Andy Soiron authored
Before a new todo is created we check if the user already has a pending todo for the item. If this operation is executed for multiple users we will only use one query to receive all pending todos
-
Luke Duncalfe authored
Remove Slack attachment in new issue presenter See merge request gitlab-org/gitlab!57431
-
-
Craig Norris authored
Moved services content to services section See merge request gitlab-org/gitlab!57905
-
- 30 Mar, 2021 23 commits
-
-
Luke Duncalfe authored
Log message when upload via API exceeds limit See merge request gitlab-org/gitlab!57774
-
Tiger Watson authored
Add foreign key from web_hooks to groups See merge request gitlab-org/gitlab!57735
-
Scott Hampton authored
Fix unnecessary period in MR settings See merge request gitlab-org/gitlab!57841
-
Luke Duncalfe authored
Return additional site profile config from GraphQL See merge request gitlab-org/gitlab!57441
-
Philip Cunningham authored
- Extend auth type - Extend profile type - Rework specs - Add new specs - Add model methods https://gitlab.com/gitlab-org/gitlab/-/issues/277353 https://gitlab.com/gitlab-org/gitlab/-/issues/323449
-
Mayra Cabrera authored
Add geo database changes for pipeline artifact replication See merge request gitlab-org/gitlab!57506
-
Maxime Orefice authored
This commit adds all the necessary database changes required to replicate pipeline artifacts with geo.
-
Mayra Cabrera authored
Resolve N + 1 for commits notes API See merge request gitlab-org/gitlab!57641
-
Mayra Cabrera authored
Initialize conversion of events.id to bigint [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!51332
-
Yannis Roussos authored
- Add new temporary column id_convert_to_bigint to events table - Add triggers to keep events.id_convert_to_bigint in sync with events.id - Create batched background migration with job CopyColumnUsingBackgroundMigrationJob to backfill events.id_convert_to_bigint - Add new tenmporary column event_id_convert_to_bigint to push_event_payloads table - Add triggers to keep push_event_payloads.event_id_convert_to_bigint in sync with push_event_payloads.event_id - Create batched background migration with job CopyColumnUsingBackgroundMigrationJob jobs to backfill push_event_payloads.event_id_convert_to_bigint
-
Suzanne Selhorn authored
Fix Jira pages after rebases clobbered each other See merge request gitlab-org/gitlab!57897
-
Amy Qualls authored
Combine Alex's new information with Suzanne's structural changes.
-
Mayra Cabrera authored
Add VulnerabiltyFindingEvidence model See merge request gitlab-org/gitlab!56790
-
Jonathan Schafer authored
New table `vulnerability_finding_evidences`
-
Patrick Bair authored
Remove AuditEventArchived model See merge request gitlab-org/gitlab!56085
-
Craig Norris authored
Change GitLab Starter to Free See merge request gitlab-org/gitlab!57768
-
Amy Qualls authored
The destination page says this feature is available in GitLab Free, so that's what I'm changing this link to.
-
Suzanne Selhorn authored
Full revision of the DVCS page See merge request gitlab-org/gitlab!57532
-
Amy Qualls authored
Full revision for tone, style, content, everything. Strip a few images we don't need, and use text descriptions when possible. Add extra subheadings, too.
-
Mike Jang authored
Fix the typo add_concurrenct_foreign_key See merge request gitlab-org/gitlab!57737
-
Marcia Ramos authored
Remove Starter reference from replication and failover page See merge request gitlab-org/gitlab!57718
-
Craig Norris authored
Remove reference to Starter from intro.
-
Kerri Miller authored
Add docs redirect raketask See merge request gitlab-org/gitlab!57475
-