- 14 Jan, 2022 40 commits
-
-
Paul Gascou-Vaillancourt authored
This adds a link to the on-demand scans library in the on-demand scans form's breadcrumbs. Changelog: changed EE: true
-
Markus Koller authored
Redirect to on-demand scan form after editing a DAST profile See merge request gitlab-org/gitlab!77819
-
Paul Gascou-Vaillancourt authored
After editing a DAST site/scanner profile from the on-demand scan form, redirect back to the form. Changelog: changed EE: true
-
Savas Vedova authored
Fix bulk select dropdown layering See merge request gitlab-org/gitlab!76203
-
Daniel Tian authored
-
Enrique Alcántara authored
Merge branch '341171-mlunoe-subscription-history-table-move-email-and-company-to-tooltip' into 'master' Feat(SM Subscription History): trim table size See merge request gitlab-org/gitlab!78183
-
Michael Lunøe authored
Move email + company to tooltip on info icon in the name field to make more space in the table for easier overview Changelog: added EE: true
-
Sanad Liaquat authored
Check E2E tests if an HTTP 404 / 500 returned See merge request gitlab-org/gitlab!71592
-
Will Meek authored
This adds a check if the current page is an HTTP 404, 500 or GDK backtrace page. If so it reports the error
-
David Fernandez authored
Remove unused methods from packages_helper See merge request gitlab-org/gitlab!78062
-
Sean McGivern authored
Ignore the Nova ide directory See merge request gitlab-org/gitlab!78239
-
Aleksei Lipniagov authored
Notify admins 15 days prior to license expiration See merge request gitlab-org/gitlab!78000
-
Tyler Amos authored
Overriding notification methods from Gitlab::License so that admins are notified only 15 days prior to license expiration. Previously, admins were notified 1 month prior to expiration when the Gitlab::License method was used, but this is inconsistent when customers are able renew. Notifying admins early lead to confusion. Changelog: fixed EE: true
-
Savas Vedova authored
Fix auditor user able to bulk select vulns on vulnerability report See merge request gitlab-org/gitlab!78241
-
Daniel Tian authored
Changelog: fixed MR: EE: true
-
Bob Van Landuyt authored
Remove dangling todos for multi-database offenses See merge request gitlab-org/gitlab!78104
-
Adam Hegyi authored
chore: Mark previous Recalculation background migrations as succeeded See merge request gitlab-org/gitlab!77052
-
Lucas Charles authored
In https://gitlab.com/gitlab-org/gitlab/-/merge_requests/76375 we missed the requirement to mark background jobs as successful upon completion. In order to ensure we track these properly we should mark them. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/343037 Changelog: other
-
Bob Van Landuyt authored
Add offline, stale count to runner admins section See merge request gitlab-org/gitlab!77871
-
Savas Vedova authored
Remove vendor name from mock data See merge request gitlab-org/gitlab!78123
-
Furkan Ayhan authored
Remove ci_decompose_belonging_to_parent_group feature flag See merge request gitlab-org/gitlab!77944
-
Maxime Orefice authored
Changelog: performance
-
Vitali Tatarintev authored
Add escalation status field and mutation for incidents See merge request gitlab-org/gitlab!77076
-
Sarah Yasonik authored
Adds a status field in GraphQL for issues which support escalations. Functionality available behind the :incident_escalations feature flag.
-
Bob Van Landuyt authored
Remove redis MultiStore implementation See merge request gitlab-org/gitlab!78049
-
Nicolò Maria Mezzopera authored
- source - tests
-
Vitali Tatarintev authored
Create pending escalations for incidents on update See merge request gitlab-org/gitlab!76986
-
Sarah Yasonik authored
Part of the work required to allow users to manually escalate incidents which were created manually.
-
Miguel Rincon authored
Remove `admin_deploy_keys_vue` feature flag See merge request gitlab-org/gitlab!78144
-
Natalia Tepluhina authored
Added snapshot tests for CI Minutes & Storage See merge request gitlab-org/gitlab!78032
-
Vamsi Vempati authored
-
Bob Van Landuyt authored
Prevent user from bypassing domain signup restrictions See merge request gitlab-org/gitlab!76272
-
Serena Fang authored
Currently, a user can bypass the domain allowlist by creating an account with an email that is on the list, then changing their email to a domain that is not on the list. Changelog: fixed Fix conditional order Remove accidental changes Fix failing specs Remove bad spec Allow admin to add user not on allowlist Validate if not new record Remove unnecessary spec changes Validate domain update Use existing methods in restricted signup concern to validate domain update Add specs for deny and restricted Add specs for updating domain to denied or restricted domain Undo unintentional changes Remove unneeded spec Fix bad spec Reuse signup restrictions method Change method name back Was breaking other specs Check if not new record
-
Olena Horal-Koretska authored
Enable frontend routing for package details See merge request gitlab-org/gitlab!77762
-
Nicolò Maria Mezzopera authored
Fully enable vue-rotuer in package registry to fully Leverage Apollo cache and improve page performance Changelog: changed
-
Natalia Tepluhina authored
`Cloud Run` and `Cloud Storage` buttons in GoogleCloud :: Deployments tab See merge request gitlab-org/gitlab!78095
-
Natalia Tepluhina authored
Always autofill group slug See merge request gitlab-org/gitlab!78152
-
Furkan Ayhan authored
Update MR head pipeline when pipeline event is published See merge request gitlab-org/gitlab!78172
-
Natalia Tepluhina authored
Use mock apollo for validation segment tests See merge request gitlab-org/gitlab!78070
-
Brandon Labuschagne authored
Replace window.confirm with GlModal for registration token reset See merge request gitlab-org/gitlab!77883
-