- Jan 31, 2023
-
-
Tomas Bulva authored
Changelog: changed
-
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
-
Moves pagination to its own frontend component and replace the page based pagination by keyset pagination Changelog: added
-
- Jan 30, 2023
-
-
- only ever used in ee and never used in foss
-
- Jan 26, 2023
-
-
Phil Hughes authored
This replaces the old dropdowns used on the merge request compare page with GitLab UI listbox component. #284687
-
- Jan 25, 2023
-
-
Replace outdated ref switcher on the graph page
-
This change removes the runner deployment instructions modal in favor of grouping the AWS together with other platforms where users install the gitlab runner. Changelog: changed
-
- When reporting a comment for abuse from an issue or an MR, a user will have to select an abuse category and will then be redirected to the standard report abuse form - Update feature specs for abuse report flow Changelog: added
-
Mark Florian authored
Addresses #263160.
-
- Jan 17, 2023
-
-
- When reporting a merge request for abuse, a user will have to select an abuse category and will then be redirected to the standard report abuse form - Update feature specs for abuse report flow Changelog: added
-
Users in Community Edition can now see Project Usage Quotas Changelog: changed
-
- Jan 12, 2023
-
-
This creates a dedicated `.js-vue-group-select` selector on which to instantiate GroupSelect components. Until now, they were being initialized on `select` tags with the `.ajax-groups-select` class. This can be simplified now that the options are being rendered by the Vue component.
-
Malcolm Locke authored
Currently clicking 'Cancel' from the 'Fork Project' page causes a 404. This is because the href on the 'Cancel' button back to the project page is considered a relative link because it does not begin with '/' and so resolves to something like /namespace1/project1/-/forks/namespace1/project1 instead of /namespace1/project1. This change resolves this by providing `cancelPath` to the cancel button component using the Rails path helper for the project instead of `Project#full_path`. The Rails path helper prefixes the path with '/', `Project#full_path` doesn't. Ref #378502 Changelog: fixed
-
- Jan 11, 2023
-
-
-
Part of the effort to move frontend code managed by the verify frontend team to a single directory to define simpler `CODEOWNER` rules.
-
- Jan 10, 2023
-
-
- This is a small code refactor to ensure that different LearnGitlab links can have different disabled messages instead of 1 static one - Update specs to ensure LearnGitlabSectionLink renders default disabled message if no custom message is provided Changelog: other EE: true
-
- Jan 09, 2023
-
-
Jose Ivan Vargas authored
This adds an empty state for the new pipeline schedules page when no pipeline schedules exis Changelog: changed
-
- Jan 06, 2023
-
-
Adds UI to paginate across candidates on ExperimentsController#show Changelog: added
-
Jonas Wälter authored
Changelog: changed
-
Mireya Andres authored
Part of the effort to move frontend code managed by the verify frontend team to a single directory to define simpler `CODEOWNER` rules.
-
- Jan 04, 2023
-
-
- Jan 03, 2023
-
-
-
Miguel Rincon authored
This change adds a new feature flag to show or hide the new project runners UI while hiding the old version of the UI. This first addition shows an empty space to add the feature.
-
- Dec 28, 2022
-
-
Listbox component is more suitable for namespaces case. Changelog: changed
-
- Dec 23, 2022
-
-
Mayra Cabrera authored
This reverts merge request !107156
-
* update blob resolver to accept ref_type parameter * updates frontend components to supply ref_type parameter Contributes to: #219583
-
- Dec 22, 2022
-
-
This is instead of the normal link click behavior, which would refresh the page.
-
- Dec 21, 2022
-
-
Stanislav Lashmanov authored
-
- Move `User created`, `Access granted` and `Last activity` into the activity column to make more space. - Improve consistency of buttons and move all of them to icons to save space Changelog: changed
-
- Dec 16, 2022
-
-
-
Andrei Zubov authored
* Add a feature toggle support on backend and frontend * Wire up a new vue component and tie it to a feature toggle
-
Changelog: changed
-
- Dec 15, 2022
-
-
As part of the pipeline_schedules_vue feature flag this component handles the edit and creation of pipeline schedules
-
Migrate to ref_secrtor.vue in app/views/projects/tags/new.html.haml Changelog: changed
-
Alishan Ladhani authored
Changelog: other
-
- Dec 14, 2022
-
-
Robert Hunt authored
- Created new label selector component - Created embedded label list component - Added initialisation to needed pages - Updated label selector widget to handle new selector and embedded label list - Updated and added specs
-
Kyle Edwards authored
94971ea6 removed caching from some methods in the fork page due to the need to use them for the computation of data(). Restore the caching by setting the visibility after the component has been created.
-
-
Migrate GlDropdown in app/assets/javascripts/pages/projects/graphs/components/code_coverage.vue to GlCollapsibleListbox
-
- Dec 12, 2022
-
-
Add promo illustration to improve the visual style of the new Web IDE callout
-