该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 4月 16, 2024
-
-
由 Thomas Hutterer 创作于
Changelog: fixed
-
- 2月 21, 2024
-
-
由 Jay McCure 创作于
-
- 12月 14, 2023
-
-
由 Lukas Eipert 创作于
The What's new app is a singleton. Rather than creating an element which we search for in the Vue App, then pass to the What's New App initializer, we just create our own div. This probably can be refactored in favor of something more Vue-y but for now it seems like a good compromise.
-
- 12月 06, 2023
-
-
由 Lukas Eipert 创作于
We don't need to trigger the whats new app from the legacy top nav any longer. This allows us to simplify the init code in the super sidebar. While we are at it, we are sneaking in a little rename of `whats-new-app` to `js-whats-new-app`. Also, we are now passing the version digest from the super sidebar, rather than reading it from the DOM attributes.
-
- 11月 23, 2023
-
-
由 sdejonge 创作于
Remove `DROPDOWN_X_OFFSET` const applied to `crossAxis` Update tests
-
- 9月 20, 2023
-
-
由 Michelle Gill 创作于
-
- 7月 06, 2023
-
-
由 Paul Gascou-Vaillancourt 创作于
Removes the "Ask GitLab Chat" item from the super sidebar's help center in favor of a "GitLab AI" button in the breadcrumbs container.
-
- 6月 08, 2023
-
-
由 Artur Fedorov 创作于
As part of Vue 3 migration overriding method behavior and direct data manipulation should be avoided
-
- 6月 07, 2023
-
-
由 Annabel Dunstone Gray 创作于
Changelog: changed
-
- 6月 05, 2023
-
-
由 Paul Gascou-Vaillancourt 创作于
GitLab UI dropdowns don't expose a `popperOptions` prop anymore. It has been replaced with `dropdownOffset` which only controls the dropdown's offsets relative to its reference elements. This migrates existing usages of the deprecated prop to the new one.
-
- 5月 23, 2023
-
-
由 GitLab Dependency Bot 创作于
-
- 5月 15, 2023
-
-
由 JeremyWuuuuu 创作于
Concat URLs in correct file.
-
- 5月 11, 2023
-
-
由 JeremyWuuuuu 创作于
* Extract domain name and exported in the url utility file. * Update URLs with domain name and promo URL. * Update test cases against the new changes.
-
- 4月 29, 2023
-
-
由 Zack Cuddy 创作于
- Missed a reference in Error message - Feedback for help menu item
-
- 4月 26, 2023
-
-
由 Zachary Cuddy 创作于
This change renames the Tanuki Bot in the UI to GitLab Chat while the naming gets finalized and approved.
-
由 Zack Cuddy 创作于
This change initializes the GlDrawer that will be used to house the Tanuki Bot. This is an attempt at MVC and breaking down the changes into reviewable chunks.
-
- 4月 22, 2023
-
-
由 Zack Cuddy 创作于
This change is the setup MR to add the Tanuki Bot UI elements to the Help Nav. This is an attempt at MVC to keep the reviews moving quickly.
-
- 4月 19, 2023
-
-
由 Paul Gascou-Vaillancourt 创作于
Applies the necessary offset for the "Create" and user menu dropdowns to be aligned with the super sidebar.
-
- 4月 10, 2023
-
-
由 Olena Horal-Koretska 创作于
-
- 2月 22, 2023
-
-
由 Mark Florian 创作于
The help button was added in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/109385, but it wasn't working on certain pages, specifically those listed in ~/behaviors/shortcuts.js. This removes the global function defined on pages other than those listed above. Instead, we now rely on event delegation in the Shortcuts class for detecting the clicks to the shortcuts modal trigger, since the sidebar might not be in the DOM by the time the Shortcuts constructor (or some subclass of it) is called.
-
- 2月 15, 2023
-
-
由 Thomas Hutterer 创作于
-
- 2月 07, 2023
-
-
由 Thomas Hutterer 创作于
Same logic as in the current header nav help dropdown.
-
- 1月 31, 2023
-
-
由 Thomas Hutterer 创作于
New disclosure should have all the links from the current help menu.
-