- 13 Apr, 2022 40 commits
-
-
Jose Vargas authored
This changes the checkboxes from the admin hooks form Changelog: changed
-
Markus Koller authored
Fix bug with wiki async loading and relative url See merge request gitlab-org/gitlab!85075
-
Francisco Javier López authored
-
Tiffany Rea authored
Unquarantine test upon feature fixed See merge request gitlab-org/gitlab!84788
-
Natalia Tepluhina authored
Merge branch '358318-replace-generic-checkbox-with-gitlab-ui-styled-checkbox-in-app-views-admin' into 'master' Replace generic checkbox with GitLab UI component in _usage.html.haml See merge request gitlab-org/gitlab!84859
-
Anna Vovchenko authored
Changed checkboxes on the Admin - settings - usage statistic screen Changelog: changed
-
Peter Hegman authored
Change button variant to confirm of empty branch MR See merge request gitlab-org/gitlab!84728
-
Sunjung Park authored
Changelog: fixed
-
Natalia Tepluhina authored
Recommend Helm for installing the GitLab agent See merge request gitlab-org/gitlab!84219
-
Markus Koller authored
Include *.jira.com in Jira Connect CSP frame ancestors See merge request gitlab-org/gitlab!84967
-
Jose Ivan Vargas authored
Refactor pipeline empty state ci templates See merge request gitlab-org/gitlab!84596
-
Terri Chu authored
Fix update/create board mutation for iteration_cadence_id param See merge request gitlab-org/gitlab!84998
-
Max Woolf authored
Merge branch '301124-merge-request-setting-audit-events' into 'master' See merge request gitlab-org/gitlab!84688
-
Harsimar Sandhu authored
Add audit events for merge request settings See merge request gitlab-org/gitlab!83922 (cherry picked from commit 8c6f4a33) 859d2a8b Add audit events for merge request settings e6f7a15c Apply 10 suggestion(s) to 5 file(s) 7b03a8e9 Disable audit on column change from nil to false/blank 3207a415 Move blank to blank logic in auditor
-
Furkan Ayhan authored
Reuse variables builder for Ci::Config rules evaluation See merge request gitlab-org/gitlab!79935
-
Marius Bobin authored
-
Nikola Milojevic authored
Remove group_import_export feature flag See merge request gitlab-org/gitlab!84444
-
Nikola Milojevic authored
BE - Dispatch Snowplow events from their event definitions See merge request gitlab-org/gitlab!83480
-
Andreas Brandl authored
Update a few of the database dictionary docs See merge request gitlab-org/gitlab!85114
-
Nick Gaskill authored
Update dependency proxy docs with JWT expiration notes See merge request gitlab-org/gitlab!85004
-
Steve Abrams authored
Add notes to the Dependency Proxy docs about the JWT expiration and how to configure it.
-
Markus Koller authored
Rename `subject` to `__subject__` in delegated presenters See merge request gitlab-org/gitlab!80908
-
Olena Horal-Koretska authored
Fix tooltip and truncation on incident list See merge request gitlab-org/gitlab!83027
-
Sarah Yasonik authored
Changelog: fixed
-
Max Woolf authored
Fix doc link to code suggestions in MR diff tab See merge request gitlab-org/gitlab!84958
-
Alper Akgun authored
Revert "Always sync alert escalation attributes to incidents" See merge request gitlab-org/gitlab!84633
-
Sarah Yasonik authored
This reverts commit 8eb5307cc65c23e592f7a36a55ce7c39e068c3b2.
-
Vasilii Iakliushin authored
Fix edge case for DocumentationLinks linter See merge request gitlab-org/gitlab!84891
-
Vasilii Iakliushin authored
Contributes to https://gitlab.com/gitlab-org/gitlab/-/issues/358703 **Problem** Code that ends with a `do` block definition is ignored by parser. The linter can skip some of broken links because of that. **Solution** Add a workaround for this case.
-
Nick Gaskill authored
Add Dependency Scanning troubleshooting note See merge request gitlab-org/gitlab!84410
-
Igor Frenkel authored
Add note on how to troubleshoot a failing Dependency Scanning job when analyzing a setuptools with lib2to3 dependencies.
-
Toon Claes authored
Update Gitaly version See merge request gitlab-org/gitlab!84294
-
Aleksei Lipniagov authored
Fix impersonation created_at audit event field See merge request gitlab-org/gitlab!85082
-
Tiffany Rea authored
-
Doug Stull authored
Enable vulnerability_reads_table by default See merge request gitlab-org/gitlab!84905
-
Thiago Figueiró authored
Changelog: changed EE: true
-
Markus Koller authored
This is needed for some legacy Jira Cloud instances, new ones will use *.atlassian.net domains. Changelog: fixed
-
Alex Ives authored
A few of the database dictionary docs didn't match the spreadsheet that was put together to identify group table ownership. These tables should now be owned by the correct groups. Relates to https://gitlab.com/gitlab-org/database-team/team-tasks/-/issues/183
-
Adam Hegyi authored
Add documentation for migrations for multiple databases See merge request gitlab-org/gitlab!84764
-
Markus Koller authored
We want to encourage developers to use an explicit named getter instead using `presents ..., as: <getter>`, since the `subject` name clashes with some model attributes (like in the case of labels), and can be confusing in general. The `__subject__` getter can still be used for generic "internal" use, for example when we need to unwrap a presenter in GraphQL's `BaseResolver`. This also removes the need for some `delegator_override` calls in presenters.
-