- 31 Mar, 2021 37 commits
-
-
Jacob Vosmaer authored
Revert "Fix long polling to default to 50 s instead of 50 ns" See merge request gitlab-org/gitlab!57903
-
Dmitry Gruzd authored
Move Sentry processors to before_send hook [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!55648
-
Achilleas Pipinellis authored
Refine docs release process docs See merge request gitlab-org/gitlab!57789
-
Evan Read authored
-
Ezekiel Kigbo authored
Rename class that is too similar to js-cluster-integrations-form See merge request gitlab-org/gitlab!57928
-
Douglas Barbosa Alexandre authored
Remove group and project params from runner install See merge request gitlab-org/gitlab!57720
-
Jacques Erasmus authored
Partially fix incorrect icons for non-standard license files See merge request gitlab-org/gitlab!53207
-
Katrin Leinweber authored
Added a changelog entry for the fix
-
Jan Provaznik authored
Update the maven sync worker See merge request gitlab-org/gitlab!56514
-
David Fernandez authored
It will now treat the 'non existing versionless package' situation as a normal one and will not raise a sync error.
-
Jan Provaznik authored
Give example of incoming email address with key See merge request gitlab-org/gitlab!57865
-
Jacques Erasmus authored
Merge branch '231131-apply-gitlab-ui-button-styles-to-buttons-in-ee-app-views-shared-epic-directory' into 'master' Apply GitLab UI button styles to buttons in ee/app/views/shared/epic directory See merge request gitlab-org/gitlab!56729
-
David Pisek authored
-
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
-
Thong Kuah authored
-
- 30 Mar, 2021 3 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
-