-
Notifications
You must be signed in to change notification settings - Fork 221
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: rm commited dbs; use flipt import in examples; fix examples (#…
- Loading branch information
1 parent
834924e
commit 99564ea
Showing
14 changed files
with
120 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
namespace: default | ||
flags: | ||
- key: example | ||
name: Example | ||
description: An example flag |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
namespace: default | ||
flags: | ||
- key: language | ||
name: Language | ||
description: The language of the user | ||
enabled: true | ||
variants: | ||
- key: es | ||
name: Spanish | ||
description: Habla español | ||
- key: en | ||
name: English | ||
description: The user speaks English | ||
- key: fr | ||
name: French | ||
description: Parle français | ||
rules: | ||
- segment: all | ||
distributions: | ||
- variant: es | ||
rollout: 33.34 | ||
- variant: en | ||
rollout: 33.33 | ||
- variant: fr | ||
rollout: 33.33 | ||
segments: | ||
- key: all | ||
name: all | ||
match_type: ALL_MATCH_TYPE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
namespace: default | ||
flags: | ||
- key: language | ||
name: Language | ||
description: The language of the user | ||
enabled: true | ||
variants: | ||
- key: es | ||
name: Spanish | ||
description: Habla español | ||
- key: en | ||
name: English | ||
description: The user speaks English | ||
- key: fr | ||
name: French | ||
description: Parle français | ||
rules: | ||
- segment: all | ||
distributions: | ||
- variant: es | ||
rollout: 33.34 | ||
- variant: en | ||
rollout: 33.33 | ||
- variant: fr | ||
rollout: 33.33 | ||
segments: | ||
- key: all | ||
name: all | ||
match_type: ALL_MATCH_TYPE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters