该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 6月 12, 2024
-
-
由 Kev Kloss 创作于
-
- 2月 09, 2024
-
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 1月 18, 2024
-
-
由 Terri Chu 创作于
-
- 12月 22, 2023
-
-
由 Dmitry Gruzd 创作于
-
- 12月 14, 2023
-
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 8月 01, 2023
-
-
由 charlieablett 创作于
- include default-off instructions
-
- 2月 10, 2022
-
-
由 Brett Walker 创作于
-
- 4月 13, 2021
-
-
由 Amy Qualls 创作于
Fixing lots of random instances of "merge request" where it was miscapitalized. The "M" should only be capitalized at the beginning of a sentence or slug, and the "R" should never be capitalized.
-
- 10月 30, 2020
-
-
由 Alex Kalderimis 创作于
This promise abstracts over a few different kinds of laziness we have, without coupling super tightly to the GitlabSchema.
-
- 10月 29, 2020
-
-
由 Kamil Trzciński 创作于
This reads a milestone from `VERSION` and appends `milestone:` to YAML
-
- 10月 28, 2020
-
-
由 Kamil Trzciński 创作于
This ensures that all feature flags are explicitly used, and have a unique meaning. This work does: - hide `licensed` from `bin/feature-flag` - discovers the feature flag names to collide with licensed feature names - disallows to use licensed names in feature flag API (unless `force=1`) - removes mentions about implicit feature flags This does not: - remove implicit feature flag check - the removal of implicit feature flag will be done at some point later
-
- 9月 22, 2020
-
-
由 Kamil Trzciński 创作于
This makes: - `licensed` flags to be `ee-only` - ensure that resulting YAML is always ordered
-
- 9月 17, 2020
-
-
由 Marcel Amirault 创作于
-
- 9月 09, 2020
-
-
由 Kamil Trzciński 创作于
Our implicit licensed features are YAML stored.
-
- 8月 17, 2020
-
-
由 Kamil Trzciński 创作于
This does: - extend `issue_url` with `template` - asks for `introduced_by_url`
-
- 7月 24, 2020
-
-
由 Kamil Trzciński 创作于
Do not ask for type if it is only one.
-
- 7月 06, 2020
-
-
由 Kamil Trzciński 创作于
The `bin/` scripts do define `Options`. Move the `Options` into `*Parser` class to avoid conflicting definitions
-
由 Rémy Coutable 创作于
Add bin feature flag (RUN AS-IF-FOSS) See merge request gitlab-org/gitlab!35540 (cherry picked from commit 82b09ab5) 388079df Add `bin/feature-flag` script 1432ee17 Apply 1 suggestion(s) to 1 file(s)
-
- 7月 03, 2020
-
-
由 Kamil Trzciński 创作于
This reverts merge request !35540
-
- 7月 01, 2020
-
-
由 Kamil Trzciński 创作于
This helps with creating a new feature flag in repository by asking a bunch of questions to put into the YAML definition
-