该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 2月 06, 2024
-
-
由 Nicolas Dular 创作于
This refactors the `SyncAsWorkItem` concern and adds a `SyncAsWorkItemError` to easily filter epic to work item syncing errors. In addition, we added a custom logger for errors that could happen when an epic gets synced as a work item.
-
由 Rajan Mistry 创作于
Create work item epic inline color widget
-
由 Ted Tran 创作于
Removes `ee/app/helpers/ee/geo_helper.rb`: `geo_registry_status` because it is not used anywhere. Solves a fraction of https://gitlab.com/gitlab-org/gitlab/-/issues/420057 EE: true
-
由 Hitesh Raghuvanshi 创作于
Changelog: added EE: true
-
由 Himanshu Kapoor 创作于
Allow using rich text editor when creating/editing vulnerabilities and solutions. Changelog: added
-
由 Eugie Limpin 创作于
-
由 Laura Callahan 创作于
We are now displaying available billing account information, including subscription and billing contact information, during the purchase process.
-
由 Michael Kozono 创作于
Changelog: fixed EE: true
-
由 David Fernandez 创作于
Adds 3 different services to interact with the Google Cloud Artifact Registry: * get the repository details. * list the docker images. * get a single docker image details. These map into 3 different services. They are gated behind a saas only feature.
-
由 Eduardo Sanz García 创作于
In the sign in pages users access the application either by: - A tabulated multiform - A single standard form We combine HAML partials so the structure matches the same logic: - Multiform sign in with tabs - Single standard sign in In addition, we cleanup HAML variables and QA selectors.
-
由 Miguel Rincon 创作于
This fix ensures the right elements are shown when ClickHouse is configured for the runners dashboard as well as making the dashboard layout when they are not. When Clickhouse analytics is enabled, the following dashboard elements become available: - Runner Usage CSV export - Wait time to pick a job history chart Changelog: fixed
-
- 2月 05, 2024
-
-
由 Wu Jeremy 创作于
* Add new banner for transition to JiHu. Changelog: added
-
由 Lorenz van Herwaarden 创作于
The injected value canAdminVulnerability defines whether the user can create an issue. Therefore, some logic can be simplified.
-
由 Dmitry Gruzd 创作于
-
由 Imre Farkas 创作于
-
由 Sascha Eggenberger 创作于
Changelog: changed
-
由 Martin Čavoj 创作于
Field scanResultPolicies in GraphQL API is being renamed to approvalPolicies. Changelog: changed EE: true
-
由 Vasilii Iakliushin 创作于
Contributes to https://gitlab.com/gitlab-org/gitlab/-/issues/346563 **Problem** `ForkService` class returns a Project object (correct and saved or invalid and nonpersisted). This flow doesn't match a service class expectation to return a `ServiceResponse` method. **Solution** * Migrate `ForkService#execute` to return a `ServiceResponse` object. * Update code that uses ForkService to accept a new return type Changelog: other
-
由 Lorenz van Herwaarden 创作于
-
由 Rahul Chanila 创作于
Resolves apollo data using local resolvers Adds unit & features specs EE: true
-
由 Aleksei Lipniagov 创作于
Move the worker from Ai:: to CloudConnector:: namespace.
-
由 Vladimir Shushlin 创作于
Fixes https://gitlab.com/gitlab-org/gitlab/-/issues/421457#note_1751747922 Changelog: fixed
-
由 Gosia Ksionek 创作于
Changelog: fixed EE: true
-
由 Eugenia Grieff 创作于
The user needs read access to the epic and guest role in the issue's Project Changelog: changed
-
由 mo khan 创作于
-
由 Ezekiel Kigbo 创作于
- Adds some additional data-testid attributes to relevant components - Adds tests with group_analytics_dashboard_dynamic_vsd enabled/disabled - Adds basic render tests for the visualizations
-
由 Malcolm Locke 创作于
Remove unused property `MergeRequestWidgetEntity#vulnerability_feedback_path`.
-
- 2月 03, 2024
-
-
由 Jessie Young 创作于
* Reference to this view partial was removed https://gitlab.com/gitlab-org/gitlab/-/commit/c0c01faab7dabd92b62c3251c5e9127d3a3cd79a
-
由 Rudy Crespo 创作于
Adds DORA Performers Score panel to the Value Streams Dashboard. Changelog: changed EE: true
-
由 Mayra Cabrera 创作于
This reverts merge request !142427
-
由 Joe Woodward 创作于
Also removes the rubocop todo
-
由 Zamir Martins 创作于
fetching project level dependencies. EE: true Changelog: fixed
-
由 Daniele Rossetti 创作于
-
由 Coung Ngo 创作于
Behind feature flag work_items_mvc
-
由 David Pisek 创作于
This commit adds a dynamic-virtual scroller to the licenses filter options. There are almost 600 items to render within the dropdown, so the virtual scrolling enhances performance noticeable.
-
由 Vijay Hawoldar 创作于
When disabling the group level user cap, we will now auto-approve any pending members and alert the user with a modal on submission of the form Changelog: changed EE: true
-
由 Annabel Dunstone Gray 创作于
Migrate d-none to gl-display-none where applicable
-
由 Oscar Tovar 创作于
SBOM components found by Trivy have their source attributes at the component level instead of the root level. This makes sense in the context of container scanning because there are certain properties that you cannot share when scanning a container image. For example, you cannot declare a file path at the root level, because OS components can live in various directories like /usr/local/lib/, /usr/bin/, and many others. Therefore, we'll source the `package_manager` and the `input_file_path` attributes from either the components' `properties` or the components' `source` instead of strictly only checking the `source`. The `properties` field takes precedence over the `source` field as they are deemed to be more specific. Changelog: changed EE: true
-
由 Chad Lavimoniere 创作于
Updates copy for clarity and adjusts translation files and tests. Changelog: fixed EE: true
-
- 2月 02, 2024
-
-
由 Ravi Kumar 创作于
New analyzers allows to better search the code syntax in the merge request title and description. Also, adding an elastic migration to use Zero downtime reindexing to reindex all epics. Changelog: added MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/142550 EE: true
-