- 23 Aug, 2021 31 commits
-
-
Etienne Baqué authored
Stringify policy yaml response in scanExecutionPolicies graphql query See merge request gitlab-org/gitlab!68656
-
Dmitry Gruzd authored
Refactor sidebar menus link method See merge request gitlab-org/gitlab!68441
-
Thong Kuah authored
Removes subtransaction in internal id generator See merge request gitlab-org/gitlab!68617
-
Ezekiel Kigbo authored
Enable `assumeImmutableResults` in storage-counter See merge request gitlab-org/gitlab!68629
-
Andreas Brandl authored
Add the retry button to failed migrations See merge request gitlab-org/gitlab!67504
-
Matthias Käppler authored
Add direct group dependency proxy predefined variable See merge request gitlab-org/gitlab!68661
-
Steve Abrams authored
Add CI_DEPENDENCY_PROXY_DIRECT_GROUP_IMAGE_PREFIX predefined environment variable to projects. Changelog: added
-
release-tools approver bot authored
Update Gitaly version See merge request gitlab-org/gitlab!68725
-
Andreas Brandl authored
Persist groups configured to use an Agent See merge request gitlab-org/gitlab!68023
-
Andreas Brandl authored
Add default value to vulnerabilities_allowed column See merge request gitlab-org/gitlab!68501
-
Zamir Martins authored
-
Simon Knox authored
Making issue and commit links distinctly visible See merge request gitlab-org/gitlab!68063
-
Eduardo Bonet authored
https://gitlab.com/gitlab-org/gitlab/-/issues/330455 Coloring only links in the description, not titles We might still want to highlight cross-references in other places, but it seems that this is more scoped to what https://gitlab.com/gitlab-org/gitlab/-/issues/330455 specifies. Changelog: changed MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/68063
-
GitLab Release Tools Bot authored
-
Heinrich Lee Yu authored
Puts the changes under the use_insert_all_in_internal_id feature flag
-
Heinrich Lee Yu authored
This prevents a subtransaction when we insert an InternalId record. We make use of `insert_all` which ignores unique violations without aborting the parent transaction.
-
Francisco Javier López authored
Most of the sidebar menus default to the first menu item link as the main menu link. Instead of writing it in every menu, we can just move it to the base menu class and let the other menus inherit it. We'd just need to override those with a different behavior.
-
Tiger authored
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/68023 Changelog: added
-
Tiger Watson authored
Drop un-used db/ci_migrate symlink See merge request gitlab-org/gitlab!68710
-
Shinya Maeda authored
Add Marcel as a CI template codeowner See merge request gitlab-org/gitlab!68616
-
Marcel Amirault authored
-
Ash McKenzie authored
Test case return 404 instead of 500 error See merge request gitlab-org/gitlab!68548
-
Mark Chao authored
Allow combining hashes and nested hash arrays See merge request gitlab-org/gitlab!68398
-
David Kim authored
Update domain validation settings See merge request gitlab-org/gitlab!68437
-
Ezekiel Kigbo authored
-
Heinrich Lee Yu authored
Extend /help/instance_configuration with size limits See merge request gitlab-org/gitlab!68284
-
Jonas Wälter authored
-
Thong Kuah authored
Rails defaults to db/migrate anyway so we can rely on that for our ci: database. Changelog: fixed
-
Marcel Amirault authored
Switch Resource Groups docs "simultaneously" to "concurrently" See merge request gitlab-org/gitlab!68611
-
Neil McCorrison authored
-
charlie ablett authored
Changelog: added EE: true
-
- 22 Aug, 2021 4 commits
-
-
Luke Duncalfe authored
Change external_wiki maintainance triggers See merge request gitlab-org/gitlab!68172
-
Alex Kalderimis authored
Update the triggers for the functions that maintain the external wiki flag on the project table so that they check the new column values for the STI `type/type_new`. The migration ensures that there is no point at which one of the triggers is not installed, ensuring we do not allow rows to be inserted, updated or deleted without triggering one or other of the two versions of the trigger. A new temporary trigger is added, which handles the fact that we first insert rows with `type` set, and then later set `type_new` as part of the STI migration for the `integrations` table. Changelog: changed Fix project spec This uses a factory to ensure that the type/type_new columns are set correctly, and renames 'service' to 'integration' where appropriate. https://gitlab.com/gitlab-org/gitlab/-/issues/334127
-
Mark Lapierre authored
Quarantine revert MR spec for large setup See merge request gitlab-org/gitlab!68650
-
Russell Dickenson authored
Improve DS docs: change "Python installation" to "Python build" See merge request gitlab-org/gitlab!68625
-
- 21 Aug, 2021 3 commits
-
-
Matija Čupić authored
Allows combining hashes and nested hash arrays in rules sections of jobs.
-
Sid Sijbrandij authored
doc: Update interactive web terminal wording See merge request gitlab-org/gitlab!68688
-
Lucas Charles authored
Adds phrase "debugging with SSH" for SEO purposes
-
- 20 Aug, 2021 2 commits
-
-
Mike Greiling authored
Fix tooltip on issue sidebar See merge request gitlab-org/gitlab!68614
-
Drew Blessing authored
Mark users blocked pending approval when block_auto_created_users is set See merge request gitlab-org/gitlab!63650
-