该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 3月 12, 2025
-
-
由 Sascha Eggenberger 创作于
Updates form to use shared components like PageHeading, SettingsSection and Crud. Changelog: changed
-
- 8月 22, 2024
-
-
由 Lorenz van Herwaarden 创作于
-
- 3月 10, 2023
-
-
由 Mark Florian 创作于
```yaml:frontmatter Fix rendering of Vulnerability Report table Removing `responsive` is fine, since before the BSV upgrade, the `responsive` prop has no effect when `stacked` is given. So dropping `responsive` preserves the old rendering behaviour of the root element being `<table>`. The `position: sticky !important` fix is required to work around https://github.com/bootstrap-vue/bootstrap-vue/pull/6371. In general, the layout approach here is quite brittle. The stick header isn't visible for certain screen sizes anyway, since the filter bar height is a constant rather than measured. ``` Update snapshots: aria attributes on b-table Reason: https://github.com/bootstrap-vue/bootstrap-vue/commit/3f5a3095500c706a75f0f0d6015b0b2777051e1f --- Update dropdown-related tests Reason: https://github.com/bootstrap-vue/bootstrap-vue/pull/6865 --- Update pypi installation snapshot Reason: https://github.com/bootstrap-vue/bootstrap-vue/pull/6178 --- Update modal-related snapshot defaults for title / ignore-enforce-focus-selector removed in https://github.com/bootstrap-vue/bootstrap-vue/commit/5bf6733595091cc204d3acc0641f8f0301bcbe9c#diff-698a07032aec8fd0476d3d4d11834f24dfa87f31dcb77e529eb9d01fd1d42326 header-tag / footer-tag added in https://github.com/bootstrap-vue/bootstrap-vue/commit/c6dd70a787cdc711b3ce539a65f6aac273749874 --- Update b-link / b-button related snapshots Reason: https://github.com/bootstrap-vue/bootstrap-vue/commit/05db323e6549de781b36bf73515d3ca1bc220050 --- Update dropdown snapshot Reason: https://github.com/bootstrap-vue/bootstrap-vue/pull/6339 --- Fix tests relying on role=alert in form feedback Reason: https://github.com/bootstrap-vue/bootstrap-vue/pull/6346 --- Fix provide: syntax Reason: https://github.com/vuejs/vue/issues/12854 --- Fix Startup CSS --- Remove unnecessary style override Now that `.gl-table` is applied to the `<table>` element (even though it's in a `<div>` wrapper due to `responsive`), the header gets styled correctly without this override.
-
- 3月 09, 2023
-
-
* update @gitlab/eslint-plugin to the 18.2.0 * enable vtu-no-explicit-wrapper-destroy rule for spec files
-
- 11月 11, 2022
-
-
由 Thiago Figueiró 创作于
This reverts merge request !103040
-
- 11月 09, 2022
-
-
由 Illya Klymov 创作于
With GitLab UI upgrading bootstrap-vue and bootstrap, we need to make a few changes to GitLab's codebase to integrate those upgrades smoothly.
-
- 2月 28, 2022
-
-
由 Savas Vedova 创作于
Emit changes when a new row is added so that validation works properly.
-
- 2月 22, 2022
-
-
由 Savas Vedova 创作于
- Emit changes on input rather than blur
-
- 2月 14, 2022
-
-
由 Savas Vedova 创作于
Use a specific error message for each field instead of using a generic one for everyone.
-
- 2月 11, 2022
-
-
由 Savas Vedova 创作于
This commit is part of a commit series which introduces a form to manually create a vulnerability. It adds the submit vulnerability button and handles the form submission.
-
- 1月 13, 2022
-
-
由 Savas Vedova 创作于
This is another batch for creating a vulnerability manually. It adds the identifiers section.
-