该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 7月 24, 2023
-
-
由 Sascha Eggenberger 创作于
Changelog: changed
-
由 Deepika Guliani 创作于
Changelog: changed
-
由 Alex Buijs 创作于
Refactor email verification from HAML into a Vue application.
-
由 Mughees Pervaiz 创作于
-
由 Patrick Bajao 创作于
When a review is created we send an email to notify users and we want to include the review summary generated by AI. To do that, we delay the sending of the `new_review_email` by 2 minutes as we make a request to AI to generate the review summary asynchronously. If after 2 minutes the review summary is still not available for a specific review, then the new review email will be sent without it. We are still generating review summary behind `automatically_summarize_mr_review` feature flag.
-
由 Mayank Singh 创作于
Changelog: changed
-
由 Eduardo Bonet 创作于
Adds: - Ml::FindOrCreateModelService - Ml::FindOrCreateExperimentService - Ml::FindOrCreateModelVersionService Changelog: added
-
由 Nataliia Radina 创作于
Changelog: changed
-
由 Mireya Andres 创作于
The drawer will replace the modal form for creating CI Variables. This MR is purely for the rendering the drawer under the feature flag. Interactions with the UI will be implemented in another iteration.
-
由 Krasimir Angelov 创作于
Fix broken master issue - https://gitlab.com/gitlab-org/gitlab/-/issues/419486.
-
由 Roy Liu 创作于
Validate default_project_visibility and default_group_visibility to prevent them being restricted. Changelog: changed Add validation spec Apply review suggestions
-
- 7月 22, 2023
-
-
由 Rahul Chanila 创作于
Updates the apollo cache policy for images list query Removed explicit calls to fetchMore by updating pageParams instead Removes deprecated updateQuery method Changelog: fixed
-
由 Coung Ngo 创作于
New /groups/<group_full_path>/-/work_items
-
由 Shinya Maeda 创作于
This commit adds a new option to Prevent outdated deployment jobs feature that disallows users to rollback outdated deployments. This is useful in a sensitive deployment project that prioritizes deployment safety over convenience on rollback features. Changelog: added
-
由 Marco Zille 创作于
Changelog: other
-
由 Gary Holtz 创作于
Changelog: added
-
- 7月 21, 2023
-
-
由 Ross Byrne 创作于
Changelog: changed EE: true
-
由 Illya Klymov 创作于
* add extra stubs
-
由 Vasilii Iakliushin 创作于
Contributes to https://gitlab.com/gitlab-org/gitlab/-/issues/417311 **Problem** We use a system timezone for date headers in commits list page. It leads to situations when users see a date from past or future if they use a custom not UTC timezone. **Solution** Apply user timezone to date headers. Changelog: fixed
-
由 Annabel Dunstone Gray 创作于
Changelog: changed
-
由 Savas Vedova 创作于
Remove v-model from widget as we can rely on the parent component state and it is unnecessary to handle that logic inside the widget component.
-
由 Jérémie Bresson 创作于
-
由 Fabio Pitino 创作于
To simplify adding multiple types of inputs (string, number, boolean) it's better to define explicit types of inputs as separate classes. Each input behaves the same with regards to using default values. Both default value and user-provided value are validated against the matching input type.
-
由 Frédéric Caplette 创作于
- Check for empty state - Check for new MRs
-
由 George Koltsov 创作于
Changelog: fixed
-
由 Tomas Bulva 创作于
Changelog: changed
-
由 Shinya Maeda 创作于
This commit fixes that deployments waiting for user actions are marked as "created" status. Instead, we mark it to "blocked" status. Changelog: fixed
-
由 Tianwen Chen 创作于
-
由 Martin Wortschack 创作于
-
由 Peter Leitzen 创作于
* Use `let_it_be` * Use factory defaults * Resolve all pending RuboCop offenses * Fix static localization definitions * Avoid slow membership creations * Run specs in random order
-
由 Abhilash Kotte 创作于
In the Child Objectives and KeyResults tree, add last updated time stamp of progress Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/398560
-
由 Albert Salim 创作于
This change is behind feature flag ci_prevent_file_var_expansion_downstream_pipeline. Previously, variables passed into downstream pipelines that contain reference on file variables have the file variable content expanded into a new environment variable. When this feature flag is turned on, the file variables are not expanded. Instead, the file variables that are needed for expansion are forwarded as file variables into the downstream pipelines. This allows the downstream pipeline jobs to access the file variables as files in the filesystem.
-
由 Wu Jeremy 创作于
* Implement the avatar section with Vue. * Update template with metadata for rendering. Changelog: added
-
由 Michał Zając 创作于
Changelog: added
-
由 Mughees Pervaiz 创作于
-
由 Mario Celi 创作于
When updating an Issue's information, changing the type to incident would result in a redirect to a page that will return not found 404 and also not update the issue type to incident Changelog: fixed
-
由 Radamanthus Batnag 创作于
- Populate package.status_message with exception message - Updated the Packages::*::ExtractionWorker classes for Debian, Helm, Nuget and Rubygems, along with their respective specs Changelog: added
-
由 NataliaTepluhina 创作于
- added feature flag to display the drawer - implemented work item detail view in the drawer - fixed UX issues Removed an unused query Fixed drawer height Replaced hardcoded string with a constant Added early return Simplified persisted fields check Simplified issuable iid check Change the milestone in FF Added comment about refetching issuables Change class to use isActive Changed FF to prop Moved addCild event Passed prevent redirect prop down Apply 1 suggestion(s) to 1 file(s) Remove unnecessary provide Apply 1 suggestion(s) to 1 file(s) Updated a snapshot
-
由 crash 创作于
Changelog: fixed
-
由 Gregory Havenga 创作于
Changelog: fixed
-