- Jan 08, 2024
-
-
Jerry Seto authored
Show a modal instead of redirecting when the ref is ambiguous Contributes to: #420352 Changelog: other
-
- Jan 03, 2024
-
-
Eduardo Bonet authored
Adds a modal that allows the creation of a new machine learning model in the model registry
-
- Dec 21, 2023
-
-
Aditya Tiwari authored
Clean up BE for SecurityConfigurationController Remove FF unify_security_configuration Changelog: added EE: true
-
Andrei Zubov authored
* add specs for environments_helper * streamline data shape for environments_folder_bundle
-
- Dec 19, 2023
-
-
David Fernandez authored
-
- Dec 18, 2023
-
-
Rajan Mistry authored
Display work item Epic in legacy issue sidebar
-
David Fernandez authored
For demo purposes, add 2 pages that show how these objects work to pull docker images out of a Artifact Registry repository. Only accessible from saas on projects with the feature flag enabled
-
- Dec 15, 2023
-
-
Brett Walker authored
Changelog: fixed
- Dec 14, 2023
-
-
Sincheol (David) Kim authored
- Utilize the Compare#generated_files method to set diff files as generated - Add missing generated column for ContextCommit - Add collapse_generated_diff_files feature flag Changelog: added
-
- Dec 13, 2023
-
-
Jessie Young authored
- Previously, each policy was checking the following things: - ai_global_switch ops FF enabled - AI license available - AI feature available via StageCheck - Is the user actually a member of the parent resource? (only members can use AI features) - Now, any permissions checks related to AI features can call `Llm::FeatureAuthorizer` and be confident that they are making all of the correct checks. - Follow-up to !137362
-
- Dec 12, 2023
-
-
Andrew Fontaine authored
For the frontend, add a number of paths that are required on the frontend. These are edit, enable and disable. Also, rails seems to return nothing instead of an empty list when there are no deploy keys. The easiest way to fix this is to wrap the return within a map. Let's also add frontend fixtures for the new controller endpoints.
-
Heinrich Lee Yu authored
Backend response will depend on whether the search param is given so we only need to feature flag the frontend
-
Heinrich Lee Yu authored
Allows backend filtering for the members autocomplete so that we don't have to render a very large JSON payload when in large projects or groups
-
- Dec 11, 2023
-
-
Gary Holtz authored
Changelog: fixed
-
- Dec 10, 2023
-
-
The group and project objects are called in a `prepend_before_action` so that they are fetched before the authorization checks (e.g.: authorize_admin_cluster, authorize_update_cluster). However, this results in a bug because fetching the group or project requires the session to be loaded already, and `prepend_before_action` calls happen before the session is loaded. To resolve the problem, we will instead load the group or project object in the very first `before_action` in the ClustersController call stack. Changelog: fixed
-
- Dec 08, 2023
-
-
You can set to automatically reopen an issue when it receives a new note from an external participant by email on the project's Service Desk settings page. Changelog: added
-
Changes the method to the correct encoding Changelog: fixed
-
- Dec 07, 2023
-
-
Stanislav Lashmanov authored
Changelog: added
-
-
- Dec 06, 2023
-
-
Payton Burdette authored
Introduce the jump to job log failures button. Changelog: added
-
This will give the frontend the ability to fetch a specific set of deploy keys at at time, reducing page load times and DB query time.
-
-
- Dec 01, 2023
-
-
-
for a merged MR Changelog: added
-
- Model registry expects json to be camelCased and not snake_cased. - separates on CandidateDetailPresenter present from present_as_json so that the data is reusable in other Components. - Adds prop to hide part of the rendered information about a candidate
-
- Nov 30, 2023
-
-
Changelog: other
-
- Nov 28, 2023
-
-
Merge branch 'security-add-tags-releases-access-check' into 'master' See merge request gitlab-org/security/gitlab!3668 Changelog: security
-
- Nov 24, 2023
-
-
* add vue component for new folders page * add feature toggle environmens_folder_new_look * add related specs
-
- Nov 21, 2023
-
-
This adds the checks component into the widget app so that it renders to users. Also added realtime to the merge checks component by using an existing subscription.
-
- Nov 20, 2023
-
-
Changelog: removed
-
- Nov 15, 2023
-
-
Joseph Wambua authored
This reverts merge request !135170
-
Marc Shaw authored
MR: gitlab.com/gitlab-org/gitlab/-/merge_requests/136993 Changelog: other
-
Guest role is required when linking issues as related, blocked or blocking. Changelog: changed EE: true
-
- Nov 14, 2023
-
-
Split out of !135276, as it was getting too large and we should start getting parts of this merged. This only adds a feature flagged project setting (it does not implement the updated mergeability check). When "Pipelines must succeed" is selected, it is currently not possible to merge without a pipeline. This includes cases where the configuration is technically valid, but the pipeline is intentionally not created, such as: - pipeline was omitted because no jobs matched `rules` and `only/except` - pipeline was omitted via `workflow:rules` - there was no `.gitlab-ci.yml` Changing this behavior is not backwards-compatible, because there is no way of knowing if an external CI system is running for a given change. So we add a project setting instead. See #334281 Changelog: changed
-
- Nov 13, 2023
-
-
Phil Hughes authored
Changelog: added
-
Patrick Bajao authored
The `ck` param is used by the client (e.g. browser) to cache the request on client side. We are previously using the `MergeRequestDiff#id` which can change often since we regenerate the HEAD diff when target branch changes as well. To ensure that the client cache doesn't invalidate often, we utilize the `MergeRequestDiff#patch_id_sha` so `ck` won't change if the diff didn't really change when the diff was regenerated. This is behind `diffs_batch_cache_with_max_age` feature flag.
-
- Nov 10, 2023
-
-
Using a constant in the first batch of diff files for the file amount instead of a hard coded value Changelog: changed
-
Phil Hughes authored
Changelog: added
-