- 23 Aug, 2021 25 commits
-
-
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
-
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 8 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
-
Vincent Fazio authored
Previously the user state was set to `blocked` when `block_auto_created_users` was set for a provider. Now, the state is set to `blocked_pending_approval` so accounts can be worked down by admins via the pending approval queue. Changelog: changed
-
Andrew Fontaine authored
Add translation to months in CI minutes feature See merge request gitlab-org/gitlab!68580
-
Mayra Cabrera authored
Remove substransaction from wiki event creation See merge request gitlab-org/gitlab!68627
-
Craig Norris authored
Updated nav steps to match standard See merge request gitlab-org/gitlab!68673
-
Suzanne Selhorn authored
I'm working to clarify how we refer to nav steps in the documentation, so we can write consistently Related to: https://gitlab.com/gitlab-org/technical-writing/-/issues/454
-
Michael Kozono authored
Added links for deployments by target See merge request gitlab-org/gitlab!68262
-