- Jul 06, 2022
-
-
Mehmet Emin INAC authored
Client application can use `has_warnings` and `has_errors` attributes to show the necessary alert information to end users. This change also introduces a database migration to add indices on `security_scans` table. Changelog: added
-
- Jun 30, 2022
-
-
Changelog: fixed EE: true
-
Changelog: changed EE: true
-
Nicolas Dular authored
Because we create a `Date` Object and pass it to the frontend, the end date of the trial is shown in the browser's timezone. However, we store the end date in UTC and also show the end date in UTC on the billing page. To streamline the dates, this MR changes the formatted date in the trial popover to be in UTC as well. Changelog: fixed EE: True
-
Jan Provaznik authored
This is not used anymore so we can remove related code.
-
Adds a mutation to update streaming audit event custom headers. EE: true
-
David Pisek authored
This commit shows the crash-state of a vulnerability's location if it is provided. Changelog: added EE: true
-
- Jun 29, 2022
-
-
A Vulnerability Feedback object will not be created anymore when a user dismiss a Vulnerability. Changelog: fixed EE: true
-
Changelog: added EE: true
-
Subashis Chakraborty authored
Changelog: fixed MR: !91122 EE: true
-
Changelog: changed EE: true
-
Changelog: changed
-
Max Woolf authored
-
Max Woolf authored
* Adds a new option to project approval rules to allow it to apply to all protected branches. * Adds ability to set this option in the REST API. EE: true Changelog: added
-
Visitors who can't create epics are no longer able to see 'New Epic' button on the roadmap page anymore Changelog: changed EE: true
-
-
After the #324860 is merged, a Vulnerability will be created when a user interacts with a finding. There will be no Vulnerability Feedback object to be destroyed when a vulnerability is confirmed. Changelog: fixed EE: true
-
-
Refactor the personal project's usage quota limitations banner from using a presenter along with the `::Pajamas::AlertComponent` to using its own custom-built `::Namespaces::FreeUserCap::PersonalUsageQuotaLimitationsAlertComponent` which inherits from the `::Pajamas::AlertComponent`.
-
Serhii Yarynovskyi Parental Leave from 2025-02-21 to 2025-06-09 authored and
Vitaly Slobodin committed
Add banner on the usage quota seats page specifically when the namespace moves from a paid tier down to the free tier. Changelog: added EE: true
-
Daniel Schömer authored
Update section headers in Admin / Application Settings / Advanced Search to expand/collapse on click/tap. CSS classes settings-title, js-settings-toggle and js-settings-toggle-trigger-only are added to header/h4 elements. This enables the expand/collapse behavior on on-click / on-tap. Project Settings headers (h4 elements) expand/collapse on mouse-click / tap and using the Expand/Collapse button. Most h4 headers in Admin / Application Settings pages do not expand/collapse on mouse-click / tap, but only using the Expand/Collapse button. This may seem inconsistent to the user. Changelog: changed EE: true
-
EE: true Changelog: changed
-
- Jun 28, 2022
-
-
Kyle Wiebers authored
This reverts merge request !87712
-
Sarah Yasonik authored
Refactor only. This change makes it easier to delete pending escalations for multiple alerts or issues simultaneously with one SQL statement.
-
This commit adds a parent component to the pipeline mini graph. Changelog: changed EE: true
-
Changelog: changed EE: true
-
Sascha Eggenberger authored
Remove gl-form-lg and replace with gl-form-input-lg from GitLab UI As it was recently added to GitLab UI we can safely remove the old class from the product. This is a follow-up MR to !90239
-
Tetiana Chupryna authored
Issue: #362635 Update test with new field Momoize method reused method
-
To remove duplicated queries on the front end, the `color` and `textColor` attributes on Epics have been changed to return `null` when the the `epic_color_highlight` feature flag is disabled, rather than removing the attributes from the GraphQL schema. Front end changes will be made in a follow up MR. See !89709 (comment 989593822) Changelog: changed EE: true Signed-off-by:
Andrew Smith <espadav8@gmail.com>
-
Eugenia Grieff authored
Checking for each epic validatiy in Issues::ExportCsvService is no longer needed after migration that deleted invalida records. Given it is an expensive check, we need to remove it Changelog: fixed EE: true
-
Rajendra Kadam authored
Fix rubocop offense
-
* Add enableExpandedPolling: true option
-
Rajendra Kadam authored
Delete helper and entity code for logs
-
Nicolas Dular authored
This adds the field `freeUserCapEnforced` to the Group type in GraphQl which indicates if the group has limited free users when on a free plan. Changelog: added EE: true
-
Clarify the language related to the SAML linking experience. Closes #271631 Changelog: changed EE: true
-
Andrew Smith authored
EE: true Changelog: fixed Signed-off-by:
Andrew Smith <espadav8@gmail.com>
-
- Jun 27, 2022
-
-
Artur Fedorov authored
-
Artur Fedorov authored
Gitlab Ui GlDrawer now has option for sticky footer. This MR enables it. Test is adjusted accordingly Changelog: changed EE: true
-
This adds two new tables named `sbom_components` and `sbom_components_versions`, along with associated models. This is part of a three-phase implementation for adding new models to support the tracking of Software Bill of Materials (SBoM) components in GitLab. Changelog: added
-
Changelog: changed EE: true
-