- 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
-
-
Alexandru Croitor authored
Fix GraphQL API to fetch clusterAgents from instanceSecurity Dashboard See merge request !91314
-
Changelog: fixed EE: true
-
Peter Leitzen authored
Remove pod logs services and update specs See merge request !91451
-
Update translations and specs Changelog: removed
-
Robert Hunt authored
Introduce CloudSQL Frontend Components See merge request !90261
-
Marcel Amirault authored
Update doc/update/index.md to fix hyperlink See merge request !91354
-
Pavel Shutsin authored
Add project export relations models to Import/Export See merge request !90624
-
In order to parallelize the project export in Import/Export, two new are being added to Import/Export to track and store the partial export files. The table `project_export_relations` will hold the status of the relation exportation. And the table `project_export_relation_uploads` will store the location of the exported file. Changelog: added
-
Robert Hunt authored
Fix avatars displaying as block elements See merge request !91464
-
Huzaifa Iftikhar authored
Rename `audit_logs*` spec variables to `audit_events*` See merge request !90995
-
Savas Vedova authored
Add crashState to vulnerability details See merge request !90816
-
Sri Rang authored
Introduce a set of frontend components for the CloudSQL (databases) functionality of Cloud Seed ## Components List 1. CloudSQL/CreateInstanceForm Create CloudSQL database instances 2. CloudSQL/InstanceTable View list of created instances 3. Databases/ServiceTable View list of database services
-
David O'Regan authored
Use UTC for trial end date in popover See merge request !91096
-
Peter Leitzen authored
Improve event data matcher to use RSpec::Matchers::Composable See merge request !91446
-
Natalia Tepluhina authored
Replace Geo node with Geo site See merge request !91385
-
Changelog: changed EE: true
-
Phil Hughes authored
Refactor security config spec See merge request !91277
-
Alexandru Croitor authored
Collapsed Ipynb diffs not loading in MRs See merge request !91063
-
Miguel Rincon authored
Agent status page: Update icons list in the agent list See merge request !91298
-
Kati Paizee authored
Document `object_attributes.oldrev` in the merge request webhook event See merge request !91266
-
Source: merge request which introduced it - gitlab-foss!5535
-
Natalia Tepluhina authored
Add ability to edit work items weight widget See merge request !90044
-
The weight widget updates are only persisted in the frontend Apollo Cache for now. When the backend mutation for updating the weight has been created, the weight widget will be updated again to use this mutation.
-
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
-
Alexandru Croitor authored
Fix issue list for closed issues without closed_at See merge request !91442
-
Eduardo Bonet authored
Ipynb diffs would still be generated when the file was collpsed, which would cause MRs to not be able to load the diff when clicking "Load Anyway" Changelog: fixed
-
Jan Provaznik authored
Remove JSON format for epics index page See merge request !89490
-
Coung Ngo authored
Avatars started displaying as block elements after they were updated with `display: flow-root`. This created a BFC which we wanted in order to contain the floated avatars. However, this makes the element a block. We can make the element inline instead with a BFC with `display: inline-block`. Changelog: fixed
-
Jacob Vosmaer authored
workhorse: Update module gitlab.com/gitlab-org/gitaly/v14 to v15 See merge request !91304
-
This just modifies a `let` variable name local to this spec. Should be a safe change - rename spec var: `audit_logs_params` -> `audit_events_params` - rename spec var audit_log_finder_params -> audit_event_finder_params I have used the following regex to identify places in the code where the "Audit Log" terminology is used as opposed to "Audit Event" terminology: ```sh ag --ignore changelogs \ --ignore data \ --ignore locale \ --ignore "CHANGELOG*" \ "[aA]udit[_-]?\s?[Ll]ogs?" ``` We are deprecating the former in favor of the latter as described in [issue 292667][0] [0]:#292667
-
Marcel Amirault authored
Add notice of Feature Flag to assist with migration See merge request !90875
-
-
Jan Provaznik authored
This is not used anymore so we can remove related code.
-
release-tools approver bot authored
Update Gitaly version See merge request !91457
-
GitLab Release Tools Bot authored
-
Adam Hegyi authored
Style guide: Link to multi-db migration docs See merge request !91270
-
Bring closer to GitLab corporate tone and style
-
Sincheol (David) Kim authored
Allow 16 character SubjectKeyIdentifier for x509 signed commits feature See merge request !90909
-