该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 3月 12, 2025
-
-
由 Sascha Eggenberger 创作于
Adds a visual scroll indicator (shadow) to indicate there is more content available Changelog: changed
-
- 2月 20, 2025
-
-
由 Himanshu Kapoor 创作于
To address potential performance concerns in GLQL we now: - Load GLQL blocks only when they are in view using IntersectionObserver - Use a TaskQueue to ensure only one request at a time is handled - Use a feature flag glql_load_on_click which when turned on only loads GLQL blocks on demand - Show a preview block using skeleton loaders to make the block loading state more elegant
-
- 2月 07, 2025
-
-
由 Evan Read 创作于
Also updates crosslinks from docs and UI Changelog: changed
-
- 1月 08, 2025
-
-
由 Himanshu Kapoor 创作于
Change text to read "View powered by GLQL"
-
- 11月 21, 2024
-
-
由 Annabel Dunstone Gray 创作于
Changelog: fixed
-
- 11月 15, 2024
-
-
由 Annabel Dunstone Gray 创作于
Changelog: changed
-
- 10月 08, 2024
-
-
由 Himanshu Kapoor 创作于
On hover, GLQL tables rendered a vertical scrollbar due to resizable columns feature added recently. Add a `gl-overflow-y-hidden` to prevent showing a vertical scrollbar. Changelog: fixed
-
- 10月 01, 2024
-
-
由 Himanshu Kapoor 创作于
Introduce a new th_resizable component to allow columns in a GLQL table to be resizable.
-
- 9月 04, 2024
-
-
由 Himanshu Kapoor 创作于
Use a separate label parser function to extract one or more labels in a GLQL rendered table or list.
-
- 8月 26, 2024
-
-
由 Lukas Eipert 创作于
Because we like ORDER!
-
- 8月 21, 2024
-
-
由 Himanshu Kapoor 创作于
Include a new module `sorter` to allow sorting columns in a GLQL table column.
-
- 8月 16, 2024
-
-
由 Himanshu Kapoor 创作于
Add a table presenter to render a GLQL query into a table of issues with columns as fields.
-