- 31 Mar, 2021 40 commits
-
-
Vitali Tatarintev authored
Remove batch_suggestions feature flag [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!57745
-
Kerri Miller authored
Flag was added in 13.1 and has been default true for some time..
-
Mikołaj Wawrzyniak authored
Track epic fixed dates manually updated See merge request gitlab-org/gitlab!57672
-
Mikołaj Wawrzyniak authored
No need to html_safe the externalized string See merge request gitlab-org/gitlab!57982
-
Savas Vedova authored
Update Deployment Frequency to use new API See merge request gitlab-org/gitlab!57860
-
Savas Vedova authored
Use search request to filter refs selection See merge request gitlab-org/gitlab!57442
-
Samantha Ming authored
Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/324612
-
Albert Salim authored
Increase Review App Postgres CPU limits See merge request gitlab-org/gitlab!57782
-
Mark Lapierre authored
-
Fabio Pitino authored
Fix Rails/SaveBang Rubocop offenses for presenters See merge request gitlab-org/gitlab!57888
-
Rémy Coutable authored
Fix Rails/SaveBang offenses in spec/features See merge request gitlab-org/gitlab!57907
-
Abdul Wadood authored
Contributes to https://gitlab.com/gitlab-org/gitlab/-/issues/220040.
-
Bob Van Landuyt authored
Fix HTTP status code for agent tokens that are invalid or missing See merge request gitlab-org/gitlab!57777
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!57986
-
Patrick Bajao authored
Merge branch '232957-include-merge-request-description-or-any-custom-merge-commit-message-not-working-with-merge' into 'master' Resolve ""Include merge request description" or any custom merge commit message not working with Merge Trains enabled" See merge request gitlab-org/gitlab!57787
-
Natalia Tepluhina authored
Remove safe HTML from diff rows See merge request gitlab-org/gitlab!57842
-
Rémy Coutable authored
Fix N+1 in /projects REST endpoint See merge request gitlab-org/gitlab!57746
-
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
-
GitLab Release Tools Bot authored
-
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
-
Thong Kuah authored
Instead we html_escape the externalized string, consistent with the HTML section in this doc
-
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
-
Francisco Javier López authored
This commits fixes two N+1 in the /projeccts REST endpoint. The related fields are `saml_providers` and `namespace_Settings`.
-
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
-