- 31 Mar, 2021 23 commits
-
-
Vitaly Slobodin authored
Update copies in API fuzzing configuration form See merge request gitlab-org/gitlab!57753
-
Luke Duncalfe authored
Remove N+1 DB queries from indexing issues in Elasticsearch See merge request gitlab-org/gitlab!57788
-
Ezekiel Kigbo authored
Unstub graphql_board_lists FF from sidebar specs [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!57670
-
Dylan Griffith authored
Fix N+1 queries for milestone search [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!57715
-
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
-
Eulyeon Ko authored
Enforce a consistent style
-
Eulyeon Ko authored
Project issue boards are now powered by graphql. A subset of sidebar specs needed some updating due to differences in css selectors and elements used (ex. using button over link text). Certain functionalites are missing from graphql-based boards code and their specs have been skipped.
-
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
-
Dylan Griffith authored
The `#as_indexed_json` method is used to convert individual documents to the JSON that is sent to Elasticsearch during indexing. We need to preload the data before it gets to this method. We implemented the `.preload_indexing_data` method in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/56808 so we just need to add this to the various classes now. This MR updates it for `Issue` only. We also slightly refactor the issue_instance_proxy since it's more efficient to just use the `user_id` from the `issue_assignees` join table than to join again to `users` and also since it wasn't possible to get the preload to work without loading all of `users.*` which would be wasteful for a wide table and large numbers of records.
-
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 17 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.
-