- Feb 08, 2024
-
-
euko authored
-
- Feb 07, 2024
-
-
Briley Sandlin authored
Adding released_at to our catalog resources sort options Changelog: added
-
Ross Byrne authored
Changelog: changed
-
Roger Meier authored
The member guidelines will be shown on the members page for projects or groups if the users has one of the following permissions: - At group level: Manage group members - At project level: Manage team members This is helpful if you have some predefined groups that shall be used instead of managing membership on an individual basis or if external tooling is used to manage members. Changelog: added
-
Rutger Wessels authored
Changelog: changed
-
- Feb 06, 2024
-
-
Rudy Crespo authored
Removed all references to the feature flag since it's been enabled by default Changelog: other
-
Dmitry Gruzd authored
Changelog: fixed
-
Eduardo Sanz García authored
When JavaScript is enabled, the password field is replaced by a Vue component (has a eye icon button to toggle the visibility). Sometimes test don't pass because the password is added to the password field and then replaced by the Vue component. Fixed another issue for WebAuthn, where clicking `Sign in via 2FA code` doesn't enables to enter the verification code because the JQuery functionality has not yet been initialized. Fixed both issue by waiting to find elements or selectors that only happens when the JavaScript is ready.
-
Jay McCure authored
This reverts merge request !143297
-
- Feb 05, 2024
-
-
Nao Hashizume authored
-
Pedro Moreira da Silva authored
- Next/previous commit - Next/previous unresolved thread Additionally: - Improves display of toggle file browser keyboard shortcut - Renames unresolved thread keyboard shortcuts to use “thread” instead of “discussion” Changelog: changed
- Feb 02, 2024
-
-
Mayra Cabrera authored
This reverts merge request !142427
-
Missy Davies authored
Changelog: other
-
Sascha Eggenberger authored
Changelog: changed
-
Zhiyuan Lu authored
-
- Feb 01, 2024
-
-
Annabel Dunstone Gray authored
Changelog: changed
-
Thomas Hutterer authored
If a pinned nav item was used, the Pinned section will show as expanded and the item's original section shows as collapsed. If an item was clicked in its original section, this section shows as expanded. As before, the pinned section still can show as expanded because we remember its state seperately in a cookie. Changelog: changed
-
- Jan 31, 2024
-
-
Paul Slaughter authored
This reverts merge request !142554
-
- Jan 30, 2024
-
-
Missy Davies authored
This change adds centralized service classes for pipeline trigger token CRUD in order to standardize behavior and reduce inconsistent behaviors across different endpoints and uses the new CreateService. Changelog: other
-
Annabel Dunstone Gray authored
Changelog: fixed
-
Vijay Hawoldar authored
This reverts merge request !142362
-
Eduardo Sanz García authored
Relaxed the popover selector to find also non-anchor elements with the `.js-user-link` class. This allows to re-enable the popovers on the `Admin > User` page. Closes #11290
-
Andrew Smith authored
Previous version of the component would only work for logged in users and left logged out user with the HAML version. This updates the component so that it works for both logged in and logged out users. Signed-off-by:
Andrew Smith <espadav8@gmail.com> Changelog: fixed Signed-off-by:
Andrew Smith <espadav8@gmail.com>
-
Pam Artiaga authored
Currently, Environment#stop_actions only picks up the stop jobs of the latest_successful_deployments in the latest_successful_pipeline. This changes Environment#stop_actions to pick up the stop jobs of the latest_finished_deployments in the latest_finished_pipeline. Changelog: changed
-
Ash McKenzie authored
-
- Jan 29, 2024
-
-
Justin Ho Tuan Duong authored
And replace with data-testid
-
Mayra Cabrera authored
This reverts merge request !142158
-
Pedro Moreira da Silva authored
Changelog: changed
-
Roger Meier authored
It is difficult to see if a session is within admin mode. This MR adds the admin_mode to the active_user_session and extends the active sessions view to display which sessions are in admin mode. Closes #438674 Changelog: added
-
Sascha Eggenberger authored
Changelog: changed
-
Rahul Chanila authored
Adds feature flag `group_level_infrastructure_registry` Adds group level route, controller, view template Update empty state text to mention group
-
- Jan 25, 2024
-
-
Jennifer Li authored
-
- Jan 24, 2024
-
-
Sascha Eggenberger authored
Changelog: changed
-
Tomas Bulva authored
this will add preload feature for the members autocomplete feature in the markdown editor Changelog: added
-
Deepika Guliani authored
-
- Jan 23, 2024
-
-
Phil Hughes authored
This removes the moved_mr_sidebar feature flag Changelog: added
-
Vasilii Iakliushin authored
Contributes to #22236 **Problem** Fast-forward MR strategy doesn't create a merge commit. That hides revert/cherry-pick button on the merge request, because there is no merge commit related to the merge request. However, this functionality should be available when the merge request was squashed or it had only one commit. **Solution** Use `squash_commit` or `merged_commit` as a point for revert/cherry pick. Changelog: changed
-