An error occurred fetching the project authors.
- 28 Oct, 2020 1 commit
-
-
Kamil Trzciński authored
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
-
- 22 Sep, 2020 1 commit
-
-
Kamil Trzciński authored
This makes: - `licensed` flags to be `ee-only` - ensure that resulting YAML is always ordered
-
- 16 Sep, 2020 1 commit
-
-
Marcel Amirault authored
-
- 09 Sep, 2020 1 commit
-
-
Kamil Trzciński authored
Our implicit licensed features are YAML stored.
-
- 17 Aug, 2020 1 commit
-
-
Kamil Trzciński authored
This does: - extend `issue_url` with `template` - asks for `introduced_by_url`
-
- 23 Jul, 2020 1 commit
-
-
Kamil Trzciński authored
Do not ask for type if it is only one.
-
- 06 Jul, 2020 2 commits
-
-
Kamil Trzciński authored
The `bin/` scripts do define `Options`. Move the `Options` into `*Parser` class to avoid conflicting definitions
-
Rémy Coutable authored
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)
-
- 02 Jul, 2020 1 commit
-
-
Kamil Trzciński authored
This reverts merge request !35540
-
- 01 Jul, 2020 1 commit
-
-
Kamil Trzciński authored
This helps with creating a new feature flag in repository by asking a bunch of questions to put into the YAML definition
-