- Feb 01, 2023
-
-
PageInfo is null while loading
-
Changelog: added
-
Pass `clearStatusAfter` value in `iso8601` format so Safari can correctly parse the date Changelog: fixed
-
Changelog: added
-
- Jan 31, 2023
-
-
Felipe authored
Foundational refactoring to support Work items CSV import. Changelog: other
-
-
Changelog: fixed
-
Tomas Bulva authored
Changelog: changed
-
Replace jQuery based UsersSelect with existing Vue user_select component
-
New disclosure should have all the links from the current help menu.
-
Felipe authored
Changelog: added
-
Changelog: fixed
-
unstable is actually a suite
-
Pavel Shutsin authored
Analytics Dashboards pointer for project shares the same purpose with group pointer. It will be used for storing dashboards configuration in a separate repository with separate access rules. Changelog: added
-
Dheeraj Joshi authored
This fixes a bug with sandboxed openapi viewer when instances are configured with relative url Changelog: fixed
-
The feature flag `:disable_ssh_key_used_tracking` disables updating usage data for SSH keys. However the UI still attempts to use the `last_used_at` value even though it is incorrect, showing "Last used: never". This is misleading, with potential security impacts if relied upon for auditing or investigatory purposes. There is an issue to begin tracking usage dates again: gitlab-org/gitlab#324764 This MR uses the feature flag to conditionally show "Last used: Unavailable" with a link to new documentation. When the feature flag is removed, the UI will automatically revert to showing `last_used_at` again. Changelog: fixed
-
- This also resolves some duplication between ~/merge_requests and work_in_progress.vue so that we have just 1 code path for how to update the title - This code path already has feature spec coverage so we opt to focus on unit coverage here. Changelog: fixed
-
Retrying a trigger job will create a new downstream pipeline. Which means the pipeline graphs can show multiple outdated downstream pipelines. This MR creates a util function for filtering out the outdated downstream pipelines via the `sourceJob.retried` property. If the the source job (trigger job) has `retried = false`, this means that it is the latest trigger job, which means the pipeline associated to it will be rendered. This is tested on the mini pipeline graph for the pipeline editor, which uses GraphQL. Updates for other mini pipeline graphs (some of which use REST or Rails injection) will be done in future MRs. Since the retry trigger job feature is not yet available, this should not affect how we render existing pipeline graphs today.
-
Ravi Kumar authored
Global search from a commit show page was searching on the master page. It has been now fixed. It will search within that specific commit-sha, where from the search has been performed. Changelog: fixed MR: !110580
-
Changelog: fixed
-
Changelog: added
-
This adds a `reveal values` button to the pipeline triggers list inside the `Project -> Settings -> CI/CD`, this changes the display of the pipeline trigger token Changelog: fixed
-
Mario Celi authored
A new alpha field id added to the WorkItem GraphQL type. Might be replaced with a widget in the future. Changelog: added
-
Moves pagination to its own frontend component and replace the page based pagination by keyset pagination Changelog: added
-
Changelog: fixed
-
- Jan 30, 2023
-
-
Implements #377728 * Add CTA button to the empty state block * Don't show controls bar on top for empty state Changelog: changed
-
It is no longer in use.
-
Eduardo Bonet authored
Changelog: added
-
Changelog: other
-
-
Andreas Deicha authored
-
Andreas Deicha authored
Changelog: added improve suggestions Apply suggestions Apply suggestions Add tooltip Apply suggestions
-
Kerri Miller authored
Display a template to users when an unbounded search times out instead of an unhelpful 500 error. Changelog: added
-
-
-
Andy Schoenen authored
If the jira_connect.enable_public_keys_storage config is enabled the GitLab instance can serve as a proxy for GitLab for Jira app installation and should render the GitLab.com view. Usually this is only the case for GitLab.com. This fixes a bug where self-managed users see an GitLab.com option when manually installing the GitLab for Jira app. Changelog: fixed
-
Changelog: fixed
-
Phil Hughes authored
-
Disables pointer events on the tooltip Changelog: fixed
-