该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 7月 24, 2024
-
-
由 syasonik 创作于
The Metrics Dashboard (used for monitoring apps deploying using gitlab) was deprecated in 14.7 and removed from the product in 16.0. This commit cleans up a portion of the dead code. https://gitlab.com/groups/gitlab-org/-/epics/10107
-
- 5月 30, 2024
-
-
由 Michał Wielich 创作于
Remove product_stage leftovers
-
- 5月 30, 2023
-
-
由 Mikołaj Wawrzyniak 创作于
Add new rails generator that creates configuration files for gitlab internal events tracking feature.
-
- 4月 25, 2023
-
-
由 Jon Jenkins 创作于
Changelog: other
-
- 12月 15, 2022
-
-
由 Peter Leitzen 创作于
Match YAML files with any ending and exclude extension which are known to break yamllint. For example, *.erb, *.gz, *.bz2. The following files are checked additionally: - ./config/secrets.yml.example - ./config/database.yml.postgresql - ./config/resque.yml.example - ./config/cable.yml.example - ./config/gitlab.yml.example - ./config/database.yml.decomposed-postgresql - ./config/sidekiq.yml.example - ./.solargraph.yml.example
-
由 Peter Leitzen 创作于
Enforce braces to be used with a single space inside. Empty braces don't have a space: good: { this_is: ok } empty: {} # Also OK bad: {this_is: too_little} also_bad: { this_is: too_much } empty: { } # # Also bad
-
- 5月 30, 2022
-
-
- 6月 06, 2019
-
-
由 Kamil Trzciński 创作于
This commit adds CI job that validates all `*.yml` with `yamllint`. This commit fixes all offenses present in repository.
-
- 6月 05, 2019
-
-
由 Will Hall 创作于
This commit adds CI job that validates all `*.yml` with `yamllint`. This commit fixes all offenses present in repository.
-