- Nov 20, 2023
-
-
Rutger Wessels authored
-
Rutger Wessels authored
-
Rutger Wessels authored
-
Changelog: removed
-
-
Doug Stull authored
- verify growth funnels and help ensure there are no regressions.
-
-
Update the formatted time durations for VSA dashboard paths to remove ambiguity about dates by spelling them out explicitly. This also requires pluralizing duration labels. Changelog: fixed
-
Both environment and release filters require the user to be on a project or group page for the endpoints to exist. We add configuration to filter out release and environment filters on the user's issuable dashboard pages without hindering search in groups, projects, and issue boards. Changelog: fixed
-
This commit solves: #429832 It adds a resolved indicator to the SAST Inline findings when the finding was already resolved. EE: true
-
Also adds an abstraction IssueEmailParticipants::CreateService and refactors the /invite_email quick action to use this.
-
-
Previously we were using a mock GraphQL query because the real API was not yet available
-
-
James Fargher authored
The assertions that repositories do not exist here were not testing anything because all repository operations, including remove repository, are mocked.
-
Implements the `update` endpoint for Mlflow::ModelVersions, thus users can update `model_version` description. * Introduce the update_model_versions_service * Introduce the endpoint * Several helper methods * Remove permission check in shared example * as each endpoint has a specific permission check
-
-
Changelog: added
-
- Nov 19, 2023
-
-
Changelog: changed
-
- Nov 18, 2023
-
-
- Nov 17, 2023
-
-
This MR also updates the sidekiq-cron gem to v1.9.1. Changelog: other EE: true
-
Add period Redis metrics to generator
-
-
Mayra Cabrera authored
There are multiple `e2e:packag-and-test` pipelines, including `follow-up-e2e:package-and-test-ee`. This MR updates the stable branch tooling logic to search for an exact match to prevent false positives in Danger.
-
We sanitize full text queries for non-allowed characters, but we don't do this for generating the search vector itself. When we supply non-allowed characters to to_tsvector, it can affect the resulting search vector. Example: providing "<gitlab>" string will result in an empty tsvector. By sanitising the non-allowed characters out, it allows for words surrounded by these non-allowed characters to be included in the search vector
-
Pre-16.3 migration files were removed and schema changes moved to db/init_structure.sql file Changelog: changed
-
Stanislav Lashmanov authored
#426250 Changelog: fixed
-
-
Hordur Freyr Yngvason authored
The hardcoded number expectation breaks any time the line number of the call changes.
-
- the previous setting name `block_unprotecting_branches` was not quite accurate - the new setting name better reflects the action it is taking
-
-
Lukas Eipert authored
Otherwise ViteRuby might complain
-
Changelog: changed
-
Deletes the model version by project, name and version
-
#428465 shows that we have an unexpected error. This spec reproduces the issue.
-
This MR updates the ResourceType version fields and the versions resolver to use the catalog resource versions assocation instead of releases. Changelog: changed
-
Sets up associations between AbuseReport and User to allow assigning multiple users to abuse reports. Changelog: added
-
Changelog: added
-
Changelog: fixed
-
- Personal or project snippets of banned users will have a spam icon next to them, with a tooltip letting admins know that these snippets are hidden from other users because the author of the snippet has been banned. - The backend has already been merged and deployed in a previous milestone. MR: !134048 Changelog: added
-