该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 3月 07, 2025
-
-
由 Anthony Juckel 创作于
- Force cancel button on Job Details page - Accept force parameter for /projects/:proj_id/jobs/:id/cancel Changelog: added MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/179137
-
- 3月 06, 2025
-
-
由 Marius Bobin 创作于
Moves the archived check at the pipeline level so that the behavior is more consistent.
-
- 2月 27, 2025
-
-
由 AMOUSSOU Z. Kenneth 创作于
Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/262029 Changelog: added
-
由 Marius Bobin 创作于
This reverts merge request !178865
-
- 2月 25, 2025
-
-
由 Marius Bobin 创作于
-
- 2月 18, 2025
-
-
由 Laura Montemayor 创作于
-
- 12月 17, 2024
-
-
由 Laura Montemayor 创作于
-
- 11月 14, 2024
-
-
由 Alexander Ikonomou 创作于
Changelog: other
-
- 10月 23, 2024
-
-
由 Avielle Wolfe 创作于
This fully releases the feature for retrying a job based on its exit codes. Changelog: added
-
- 9月 10, 2024
-
-
由 Tian Chen 创作于
Changelog: removed
-
- 8月 21, 2024
-
-
由 drew stachon 创作于
-
- 7月 31, 2024
-
-
由 Bojan Marjanovic 创作于
-
- 7月 09, 2024
-
-
由 Laura Montemayor 创作于
* Add the ignore_column for `stage` * Remove the service from rubocop_todo * Remove `stage` from clone_accessors in job models Changelog: removed
-
- 7月 08, 2024
-
- 7月 06, 2024
-
-
由 Max Fan 创作于
Taking the build's pipeline value. This should be enough for Sass, as all values are present. Additionally deleting the build if unable to backfill for SM Changelog: changed
-
- 6月 17, 2024
-
-
由 Laura Montemayor 创作于
* Add feature flag to validation * Add ci_stage to some other builds in specs * Update factories to add ci_stage on create and build
-
- 5月 24, 2024
-
-
由 Archish Thakkar 创作于
Changelog: other
-
由 Tianwen Chen 创作于
Changelog: changed
-
- 5月 03, 2024
-
-
由 Allison Browne 创作于
Active Record enum adds methods like `canceling!` for each status on a Stage. We also defined `canceling!` as a state machine event which conflicts with the enum method. Here we rename the event machine method so we can take advantage of the state machine event controls and still transtion to `canceling`. Most of are current event names are not the exact status name.
-
- 4月 30, 2024
-
-
由 Maxime Orefice 创作于
This commit removes this conditional method which was used to make sure all queries were including partition_id in the where clause. We did not notice any performance degradation in the last few months.
-
- 4月 20, 2024
-
-
由 Max Fan 创作于
We have some (windows) runners that return any exit code Other runners will only return 0..255 exit codes As windows exit codes might have useful information about the build we'll store these codes Changelog: fixed
-
- 3月 26, 2024
-
-
由 Max Fan 创作于
-
- 2月 24, 2024
-
-
由 Allison Browne 创作于
- Add spec for supports_canceling? - Fix pipeline feature spec and add an example - Fix merge train auto merge service spec - Consider a build retryable if canceling since users should not need to wait for the after_script to run to retry - Fix cancel pipeline service spec - Fix the cancel redundant pipelines service spec - Fix create pipeline service spec - Fix cancel redundant pipelines worker spec Fix 2 more specs: - spec/models/environment_spec.rb - spec/workers/ci/cancel_pipeline_worker_spec.rb
-
- 2月 17, 2024
-
-
由 Baptiste Lalanne 创作于
The syntax inside the CI config has been added in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/135430 This implementation is working with the feature flag ci_retry_on_exit_codes.
-
- 1月 08, 2024
-
-
由 Manoj M J 创作于
-
- 11月 25, 2023
-
-
由 Manoj M J 创作于
-
- 11月 18, 2023
-
-
由 Marius Bobin 创作于
-
- 11月 17, 2023
-
-
由 Marius Bobin 创作于
It adds a condition on partition_id to be have the same value between the relations.
-
- 10月 27, 2023
-
-
由 Tiger 创作于
This state will be used by jobs that do not get picked up by a runner, and instead wait for a callback to provide a success/failed status.
-
由 Tianwen Chen 创作于
This is the first step to convert pipeline_id related to bigint for: - p_ci_builds.auto_canceled_by_id - p_ci_builds.commit_id - p_ci_builds.erased_by_id - p_ci_builds.project_id - p_ci_builds.runner_id - p_ci_builds.trigger_request_id - p_ci_builds.upstream_pipeline_id - p_ci_builds.user_id See https://docs.gitlab.com/ee/development/database/avoiding_downtime_in_migrations.html#initialize-the-conversion-and-start-migrating-existing-data-release-n Changelog: added
-
- 10月 18, 2023
-
-
由 Marius Bobin 创作于
Changelog: other
-
- 9月 19, 2023
-
-
由 Marius Bobin 创作于
Changelog: other
-
- 8月 10, 2023
-
-
由 Marius Bobin 创作于
It adds a feature flag to change the table for the CommitStatus and its descendants to the new partitioned table `p_ci_builds`. Changelog: other
-
- 7月 14, 2023
-
-
由 Peter Leitzen 创作于
Auto-corrected via: rubocop -a --only Performance/RegexpMatch ... Auto-corrections manually reviewed and verified.
-
- 7月 11, 2023
-
-
由 Maxime Orefice 创作于
-
- 6月 07, 2023
-
-
由 Allison Browne 创作于
Add the root cause analysis feature for determining why a job failed via an AI integration.
-
- 5月 12, 2023
-
-
由 Max Fan 创作于
This fixes an issue with failed_job traces endpoint returning Ci::Bridge jobs when it's not suppose to. As well as returning multiple instances of same failed job. Changelog: fixed
-
- 5月 08, 2023
-
-
由 Tianwen Chen 创作于
- https://gitlab.com/gitlab-org/gitlab/-/issues/372770 - https://gitlab.com/gitlab-org/gitlab/-/issues/407404 Changelog: changed
-
- 4月 28, 2023
-
-
由 Tianwen Chen 创作于
Changelog: added
-
- 4月 20, 2023
-
-
由 Marius Bobin 创作于
-