该项目从 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
-
由 Thomas Hutterer 创作于
First step towards rendering our page breadcrumbs with a GlBreadcrumb Vue component. This uses the existing mechanism for our schema.org breadcrumbs.
-
由 Justin Ho Tuan Duong 创作于
Changelog: changed
-
由 Jarka Košanová 创作于
Changelog: fixed
-
- 4月 25, 2024
-
-
由 Eugenia Grieff 创作于
Delete flag and clean its code usage Changelog: other
-
由 Justin Zeng 创作于
First of 2 minor release where we remove the code that enqueues the job and no-op the perform method Related to issue: https://gitlab.com/gitlab-org/gitlab/-/issues/428915 Changelog: removed
-
由 Lukas 'ai-pi' Eipert 创作于
Currently we do not support retrieving child pipelines of a project via the API or GraphQL. This can lead to an odd situation, that if the parent pipeline was deleted, one cannot iterate through the child pipelines. We already return child pipelines if the (undocumented) `iids` parameter is set. By following similar logic, we can just show child pipelines if the user explicitly filters `source=parent_pipeline` which used to always return an empty list. Changelog: added
-
由 Paul W 创作于
Co-authored-by:
Diana Zubova <dzubova@gitlab.com>
-
由 Adam Hegyi 创作于
This change adds id filters to the value stream analytics GraphQL APIs so we can filter value streams and stages via their id. Additionally, HTML event description fields were exposed as fields. Changelog: added EE: true
-
由 Miguel Rincon 创作于
While the log viewer can load logs in a simple environment, when jobs are archived and moved to a CDN the log cannot be loaded anymore. This change removes the link to access the viewer while we fix the issue. Changelog: changed
-
由 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.
-
由 Michael Trainor 创作于
The daily limit is currently not validated, so it can be any value within the underlying datatype for the column. This can be a number larger than 1440. When a number is greater than 1440 is configured for the daily limit, the integer provided in the natural expression to Fugit contains zero. This results in a ZeroDivisionError from Fugit. This commit ensures that the expression provided to Fugit can't contain a zero. If the result of the expression is less than 1, it will be treated like a 1, eg 'every 1 minutes'.
-
由 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 创作于
-
由 Arturo Abreu 创作于
Moves "Restore" button to last table column on the project list page. Changelog: changed EE: true
-
由 Artur Fedorov 创作于
New GraphQl resolver for pipeline execution policy type Changelog: added EE: true
-
由 Pedro Pombeiro 创作于
Changelog: added
-
由 Lin Jen-Shin 创作于
This way we can translate that separately than the literal next.
-
由 Radamanthus Batnag 创作于
This reintroduces the changes in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/141358 and fixes the issue that caused the query timeouts
-
由 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
-
-
由 Gerardo Navarro 创作于
- Context: When cloning a git repository via HTTP, the command `git clone` always starts with an unauthenticated HTTP GET request to the backend before continuing with authenticated requests; when many `git clone` commands are performaned in parallel then these requests are throttled based on the application settings e.g. in CI pipelines. - Add the ability to throttle these unauthenticated GIT HTTP requests - Add new section to the admin settings page to configure these settings Changelog: added
-
由 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.
-
由 Marc Saleiko 创作于
Adds processing of tickets_confidential_by_default field to both ServiceDeskController and ServiceDeskSettings::UpdateService and pushes the feature flag service_desk_tickets_confidentiality to the frontend on the project settings page.
-
由 moaz-khalifa 创作于
Package Registry pagination returns empty results on group pages when ordered by project_path. In this MR, we fix the sorting scopes in the Packages::Package model to return correct results. Changelog: fixed
-
由 jmiocene 创作于
Changelog: changed
-
由 Adie (she/her) 创作于
Changelog: changed EE: true
-
由 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
-
由 Phil Hughes 创作于
This is part of the new merge request dashboard we will be working on. We need to be able to search for merge requests that have certain reviewer states. This includes 2 different ways to query - with a reviewer and without. With the reviewer will search for merge requests that have the assigned reviewer with the passed in state. Without the reviewer will search for merge requests that have any reviewer with the passed in state. This is useful for when we will search for merge requests a user is an assignee on and has reviews with certain states.
-
由 Eugenia Grieff 创作于
Add support for setting color and health status when creating a work item Changelog: added
-
由 Luke Duncalfe 创作于
This reverts commit 7b4eca5d.
-
由 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.
-
由 Sascha Eggenberger 创作于
Updates search bar search icon, clear button and migrates old CSS classes. Changelog: changed
-
由 Abh80 创作于
Co-authored-by:
Chad Lavimoniere <clavimoniere@gitlab.com>