该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 4月 22, 2024
-
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 4月 17, 2024
-
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 4月 16, 2024
-
-
由 Stan Hu 创作于
This is needed in preparation of updating nodejs from 18.17 to 20.12 since the former is nearing end-of-life. In addition, the updates to npm and its node-gyp dependencies will fix support for Python 3.12. Relates to https://gitlab.com/gitlab-org/gitlab-development-kit/-/issues/2081
-
- 4月 12, 2024
-
-
由 Andrejs Cunskis 创作于
-
- 3月 19, 2024
-
-
由 ddieulivol 创作于
adding the "pipeline" suffix isn't needed for pipeline names. Also, the CI_MERGE_REQUEST_EVENT_TYPE is already shown in the UI, so it's redundant to have it in the name.
-
- 3月 08, 2024
-
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 2月 28, 2024
-
-
由 Lukas 'ai-pi' Eipert 创作于
We already chose to switch to cssbundling per default about a week ago: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/144479 We haven't seen any regressions in production (apart from the UTF-8 fix https://gitlab.com/gitlab-org/gitlab/-/merge_requests/145363 needed). So it is probably safe to move forward with the removal of the old SCSS compiler.
-
- 2月 21, 2024
-
-
由 Lukas 'ai-pi' Eipert 创作于
After analyzing the CSS diff between the new and old compiler, the diff doesn't have us concerned too much. We therefore want to enable the new SASS compiler in CI/CD to see if there are any failures. Furthermore we turn it on in development by default as well - See also: https://gitlab.com/gitlab-org/gitlab/-/issues/438278 - Link to the Diff: https://gitlab.com/gitlab-org/frontend/playground/sass-compiler-diff/-/merge_requests/1#note_1758213709
-
- 2月 13, 2024
-
-
由 Stan Hu 创作于
This will allow the FIPS jobs to run without having to reinstall Ruby gems and recompile Gitaly and Workhorse. Replace `DEBIAN_VERSION` and hard-coded `debian` values in favor of `BUILD_OS` and `OS_VERSION` variables. Simplify the `setup-test-env-fips` CI step now that `libpq-devel` is now in the UBI image (https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/775). Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/441519
-
- 2月 10, 2024
-
-
由 Stan Hu 创作于
Cloud Native GitLab already ships with Debian bookworm, so we should update this too. This is also needed to reduce the number of build images we produce.
-
- 2月 09, 2024
-
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 2月 08, 2024
-
-
由 ddieulivol 创作于
-
- 1月 16, 2024
-
-
由 Lin Jen-Shin 创作于
CI_PROJECT_PATH should be set as the path where it's running the pipeline, and in the case of Gitaly triggering a cross project pipeline, it is `gitlab-org/gitlab` rather than `gitlab-org/gitaly`. That said, checking the variable doesn't really make sense, because it's likely the pipeline wouldn't really run if anything else than `gitlab-org/gitlab` is set. This variable is used in a lot of places, changing it will likely to break random things, so it should be just assumed and it should not be changed. Also CI_PIPELINE_SOURCE should be `pipeline` for cross project pipelines.
-
由 Andrejs Cunskis 创作于
-
- 1月 11, 2024
-
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
由 Andrejs Cunskis 创作于
-
- 1月 10, 2024
-
-
由 David Dieulivol 创作于
-
- 1月 09, 2024
-
-
由 Andrejs Cunskis 创作于
-
- 1月 05, 2024
-
-
由 Lin Jen-Shin 创作于
-
- 1月 02, 2024
-
-
由 Lin Jen-Shin 创作于
-
- 12月 23, 2023
-
-
由 Lin Jen-Shin 创作于
The default is 3.1.4 if NEXT_RUBY_VERSION is not presented
-
- 12月 22, 2023
-
-
由 Lin Jen-Shin 创作于
-
由 Lin Jen-Shin 创作于
* Default: 3.1 * Merge requests: Default (3.1) * Default branch: Default (3.1) * ruby3_0 branch: Old (3.0) * ruby3_2 branch: Next (3.2) * With labels: Use the respective versions
-
Now that Ruby 3.1.4 is in production, move to Ruby 3.2.2 to take advantage of YJIT. Relates to https://gitlab.com/groups/gitlab-org/-/epics/9684
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 11月 07, 2023
-
-
We regularly see community contributors running out of pipeline minutes because they forgot to use `-o ci.skip` while pushing the updated master branch to their fork. Currently we advise them to switch to the community fork to prevent them to use up their quota again, but that doesn't help them in the current month when they also use CI for other projects in their namespace. We can disable these pipelines entirely as they serve no purpose on forks. This should help community contributors to not accidentially use up their entire pipeline minutes quota for the rest of the month.
-
- 10月 31, 2023
-
-
When label ~"pipeline:run-in-ruby3_0" is provided, run in Ruby 3.0 instead.
-
- 10月 28, 2023
-
-
由 Brett Walker 创作于
-
- 10月 20, 2023
-
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 9月 27, 2023
-
-
由 David Dieulivol 创作于
-
- 9月 16, 2023
-
-
由 Arran Walker 创作于
-
- 9月 15, 2023
-
-
由 Alina Mihaila 创作于
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 8月 30, 2023
-
-
由 Andrejs Cunskis 创作于
-
- 8月 02, 2023
-
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 7月 29, 2023
-
-
由 Nao Hashizume 创作于
-
- 7月 27, 2023
-
-
由 Nao Hashizume 创作于
-
- 7月 20, 2023
-
-
- 7月 19, 2023
-
-
由 Matt Kasa 创作于
- Enables auto_explain for postgres >=14 in CI - Merges and deduplicates these logs to generate an example plan for each query, if the pipeline:record-queries label is present Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/414325
-
- 7月 11, 2023
-
-