Commit d314df9
File tree
- libs
- providers
- flagd-web
- src/e2e/step-definitions
- flagd
- src
- e2e
- step-definitions
- tests
- lib
- service
- common
- grpc
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
| |||
- .gitignore+1
- .release-please-manifest.json+2-2
- CODEOWNERS+1-1
- LICENSE+1-1
- Makefile+4-2
- go.mod+3-6
- go.sum+6-13
- json/CHANGELOG.md+15
- json/flagd.json+5
- json/flagd.yaml+3
- json/flagd_definitions.go+3
- json/flagd_definitions_test.go+85-33
- json/flags.json+142-63
- json/flags.yaml+102-71
- json/test/flagd/negative/.gitkeep
- json/test/flagd/positive/with-array-flags.json+153
- json/test/flagd/positive/with-object-flags.json+127
- json/test/flags/negative/with-array-flags.json+14
- json/test/flags/positive/example.flagdimport.array.json+153
- json/test/flags/positive/example.flagdimport.map.json+127
- json/test/flags/positive/no-default-variant.json
- json/test/flags/positive/null-default-variant.json+13
- json/test/flags/positive/undefined-default-variant.json+12
- json/version.txt+1-1
- package-lock.json+25-244
- protobuf/CHANGELOG.md+8
- protobuf/flagd/evaluation/v2/evaluation.proto+183
- protobuf/flagd/sync/v1/sync.proto+2-2
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
227 | | - | |
| 227 | + | |
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
| |||
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
250 | | - | |
| 250 | + | |
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
| |||
- .gitignore+1
- .release-please-manifest.json+2-2
- CODEOWNERS+1-1
- LICENSE+1-1
- Makefile+4-2
- go.mod+3-6
- go.sum+6-13
- json/CHANGELOG.md+15
- json/flagd.json+5
- json/flagd.yaml+3
- json/flagd_definitions.go+3
- json/flagd_definitions_test.go+85-33
- json/flags.json+142-63
- json/flags.yaml+102-71
- json/test/flagd/negative/.gitkeep
- json/test/flagd/positive/with-array-flags.json+153
- json/test/flagd/positive/with-object-flags.json+127
- json/test/flags/negative/with-array-flags.json+14
- json/test/flags/positive/example.flagdimport.array.json+153
- json/test/flags/positive/example.flagdimport.map.json+127
- json/test/flags/positive/no-default-variant.json
- json/test/flags/positive/null-default-variant.json+13
- json/test/flags/positive/undefined-default-variant.json+12
- json/version.txt+1-1
- package-lock.json+25-244
- protobuf/CHANGELOG.md+8
- protobuf/flagd/evaluation/v2/evaluation.proto+183
- protobuf/flagd/sync/v1/sync.proto+2-2
- .github/workflows/pr-checks.yaml+4-4
- .github/workflows/pr-python.yaml+2-2
- .markdown-link-check-config.json+7-2
- .markdownlint.yml+3
- LICENSE+1-1
- README.md+3-2
- package-lock.json+276-342
- specification.json+18-4
- specification/README.md+1-1
- specification/appendix-a-included-utilities.md+69-29
- specification/appendix-c/_category_.json+5
- specification/appendix-c/index.md+5-1
- specification/appendix-d-observability.md+84-13
- specification/assets/gherkin/README.md+148
- specification/assets/gherkin/evaluation.feature+3-2
- specification/assets/gherkin/evaluation_v2.feature+596
- specification/assets/gherkin/hooks.feature+3-3
- specification/assets/gherkin/metadata.feature+2-2
- specification/assets/gherkin/test-flags.json+221
- specification/sections/01-flag-evaluation.md+21-10
- specification/sections/02-providers.md+15-5
- specification/sections/03-evaluation-context.md+4-4
- specification/sections/04-hooks.md+67-12
- specification/sections/05-events.md+6-6
- specification/sections/06-tracking.md+1-1
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | | - | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
26 | | - | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | | - | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
27 | | - | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments