该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 4月 26, 2024
-
-
由 Fernando Cardenas 创作于
* Hide toggle behind feature flag * Define component, update card logic, add graphQL mutation
-
由 Justin Ho Tuan Duong 创作于
Changelog: changed
-
- 4月 25, 2024
-
-
由 Eugenia Grieff 创作于
Delete flag and clean its code usage Changelog: other
-
由 Paul W 创作于
Co-authored-by:
Diana Zubova <dzubova@gitlab.com>
-
由 Paul Gascou-Vaillancourt 创作于
Migrates the `gl-inset-border-l-4-gray-100` legacy util to the more Tailwindy `gl-shadow-inner-l-4-gray-100` which needs to be defined manually in our Tailwind config.
-
由 Rahul Chanila 创作于
Stops appending query params which are empty Affects pages which use the persisted_search component which is package, container, terraform & harbor registry Changelog: changed
-
由 Peter Hegman 创作于
-
由 Artur Fedorov 创作于
New GraphQl resolver for pipeline execution policy type Changelog: added EE: true
-
由 Daniele Rossetti 创作于
- Add attributes filter to fetchLogs API - Refactor/cleanup observability client
-
由 Amy Qualls 创作于
The unit and the number should be separated by a space, and as we learned earlier today, it's 200 KiB instead of 200 KB. It's a subtle but meaningful difference.
-
由 Annabel Dunstone Gray 创作于
-
- 4月 24, 2024
-
-
由 Abh80 创作于
Refactor(app/assets/javascripts/ci/catalog/components/list/ci_resources_list_item.vue): add markdown support ability to catalog index page
-
由 Mark Florian 创作于
Addresses https://gitlab.com/gitlab-org/gitlab/-/issues/455665.
-
由 Marius Bobin 创作于
Remove sentry-raven integration Changelog: removed
-
由 Peter Hegman 创作于
The `gl-gap-x-*` CSS utilities were conflicting with the Tailwind counterparts.
-
由 Michael Lunøe 创作于
This MR implements handling for errors in the frontend and uses that to handle the authentication required error from Stripe that is a result of the 3DS authentication failing. Changelog: changed EE: true
-
由 Paul Gascou-Vaillancourt 创作于
Now that `GlKeysetPagination`'s labels are properly externalized in GitLab UI, we can set them once in the config. This also unifies the labels we use: `prevText` will always be `Previous` instead of `Prev` in some cases.
-
由 Justin Ho Tuan Duong 创作于
To be used for placeholder users from import by direct transfer. The tab is not shown at the moment as `showTab` returns false for the placeholder tab. It will only show when we send data from the backend helpers.
-
由 Pam Artiaga 创作于
Gitlab::Kas.version and Gitlab::Kas.version_info are called when the API or ~frontend needs to display the KAS semantic version. Both Gitlab::Kas.version and Gitlab::Kas.version_info bases the version on the contents of the GITLAB_KAS_VERSION file. We want to handle the possibility that the content of the GITLAB_KAS_VERSION file is a SHA. In this situation, Gitlab::Kas.version and Gitlab::Kas.version_info will be based on the Gitlab version, with the SHA as the suffix. Changelog: changed
-
由 Peter Hegman 创作于
To `gl-align-bottom` and `gl-align-top` Tailwind equivalents
-
由 Simon Knox 创作于
-
由 Paul Gascou-Vaillancourt 创作于
Migrates occurrences of the `gl-visibility-hidden` legacy CSS util to Tailwind's `gl-invisible`.
-
由 Sheldon Led 创作于
Users of GitLab Community Edition can now see the Storage Usage Quotas for the projects under a user namespace Changelog: changed
-
Add All branches and All protected branches to branch rule dropdown for creating rules.
-
- 4月 23, 2024
-
-
由 Miguel Rincon 创作于
Adds a full log viewer for completed logs to the job details page. Changelog: added
-
由 Nataliia Radina 创作于
Add edit button for the allow to merge, change the look of roles Changelog: changed
-
由 Jason Goodman 创作于
When block seat overages is enabled, the number of billable users in the group cannot exceed the number of seats in the subscription. Reject importing members from another project if there are not enough available seats in the subscription. Block seat overages is behind a feature flag.
-
由 Doug Stull 创作于
- ensure test coverage for further refactorings during work on https://gitlab.com/gitlab-org/gitlab/-/issues/443674
-
由 Deepika Guliani 创作于
Changelog: fixed
-
由 Dheeraj Joshi 创作于
Updates the badges to use neutral variant for consistency. Changelog: changed
-
由 Peter Hegman 创作于
Migrate to Tailwind `gl-align-middle`
-
由 Sascha Eggenberger 创作于
Changelog: changed
-
由 Sascha Eggenberger 创作于
Changelog: changed
-
由 Florie Guibert 创作于
Review feedback
-
由 Florie Guibert 创作于
-
由 Anna Vovchenko 创作于
Use the update endpoint: - on environment settings page, - on environment details page.
-
由 Pedro Pombeiro 创作于
Changelog: changed
- 4月 22, 2024
-
-
由 Eduardo Bonet 创作于
Updates components so what show_ml_model_version fetches the version data using graphql instead of passing as a prop.
-
由 Gerardo Navarro 创作于
- Changing to positive logic for the attributes related to access levels - Renaming the fields `push_protected_up_to_access_level` and `delete_protected_up_to_access_level` in order to apply a positive logic (instead of negative logic), i.e. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/135969#note_1688854082 - Renaming the field `push_protected_up_to_access_level` is renamed to field `minimum_access_level_for_push` - Renaming the field `delete_protected_up_to_access_level` is renamed to field `minimum_access_level_for_delete` Changelog: other
-