- 13 Apr, 2022 40 commits
-
-
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
-
Doug Stull authored
Enable vulnerability_reads_table by default See merge request gitlab-org/gitlab!84905
-
Thiago Figueiró authored
Changelog: changed EE: true
-
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.
-
Rémy Coutable authored
Remove deprecated analyzers Retire.Js and bundler audit See merge request gitlab-org/gitlab!84993
-
Marcin Sedlak-Jakubowski authored
Changelog: fixed
-
Kushal Pandya authored
Update GitLab UI/SVG See merge request gitlab-org/gitlab!83745
-
Andrejs Cunskis authored
Automatically close previous reliable test reports See merge request gitlab-org/gitlab!85090
-
Alex Kalderimis authored
Merge branch '352057-remove-upgrade-item-in-top-right-profile-dropdown-for-premium-saas-customers' into 'master' Remove "Upgrade
🚀 " item in top-right profile dropdown See merge request gitlab-org/gitlab!84392 -
Kamil Trzciński authored
This does the following changes: - Add documentation for migrations for multiple databases. - This makes the migrations using a new style being a default (not yet mandatory). - This updates all exceptions and other documentation places to include link to migration docs. - Create `MigrationRecord` as a base class for migrations
-
Andrejs Cunskis authored
Ignore smoke tests in reliable test report See merge request gitlab-org/gitlab!85083
-
Marcel Amirault authored
Update stale link See merge request gitlab-org/gitlab!84893
-
Marcia Ramos authored
Clarify subgroup CD authorization for K8s agent See merge request gitlab-org/gitlab!82598
-
DarwinJS authored
-
Alex Kalderimis authored
Move application to use Integration.encrypted_properties See merge request gitlab-org/gitlab!80507
-
Alex Kalderimis authored
Read the now encrypted properties from `encrypted_properties`, and ignore the integration.properties column, which will be removed in a later release. Changelog: changed
-
Olivier Gonzalez authored
-
Marcia Ramos authored
Document Kubernetes 1.21 as supported See merge request gitlab-org/gitlab!84816
-
Fiona Neill authored
Document pseudonymized user tracking for Snowplow See merge request gitlab-org/gitlab!84542
-
Axel García authored
- Implementation details - Notes about user_id being pseudonymized - SQL examples
-
Dallas Reedy authored
This also removes a lot of supporting helpers & methods which were only used for this one menu item. It also removes the related specs for those methods. This menu item is being removed because it currently sends users down a very confusing and ultimately impossible upgrade path. Changelog: removed EE: true
-
Adam Hegyi authored
Add periodic re-aggregation for VSA See merge request gitlab-org/gitlab!84171
-
Mikołaj Wawrzyniak authored
Experiment rollout issue url for pql three CTA See merge request gitlab-org/gitlab!85089
-
Max Woolf authored
Make geo:status output more explicit See merge request gitlab-org/gitlab!83004
-
Tetiana Chupryna authored
Track blocking epics removed on usage ping See merge request gitlab-org/gitlab!84408
-
Andrejs Cunskis authored
-
Sean McGivern authored
Use to_boolean helper for backup force env See merge request gitlab-org/gitlab!85000
-
Mikołaj Wawrzyniak authored
Implement API interface for Deployment Approval Rules See merge request gitlab-org/gitlab!84692
-