Commit fa2d193
committed
update json logic engine to v3
Signed-off-by: Michael Beemer <[email protected]>1 parent 8824708 commit fa2d193
File tree
15 files changed
+2252
-1516
lines changed- libs
- providers
- flagd-web
- src/e2e/features
- flagd
- src/e2e/features
15 files changed
+2252
-1516
lines changed- .release-please-manifest.json+2-2
- json/CHANGELOG.md-7
- json/flagd_definitions_test.go+10-27
- json/flags.json+3-3
- json/flags.yaml+3-3
- json/targeting.json+17-13
- json/targeting.yaml+137-162
- json/test/flags/negative/with-invalid-targeting.json-16
- json/test/flags/positive/with-valid-targeting.json-26
- json/test/negative/empty-variants.json+1-1
- json/test/negative/fractional-invalid-bucketing.json+26
- json/test/negative/fractional-invalid-weighting.json+25
- json/test/negative/invalid-ends-with-param.json+23
- json/test/negative/invalid-flagd-props.json+23
- json/test/negative/invalid-starts-with-param.json+23
- json/test/negative/malformed-flag.json+1-1
- json/test/negative/missing-variants.json+2-1
- json/test/negative/mixed-variant-types.ffconfig.json+1-1
- json/test/negative/no-default-variant.json+1-1
- json/test/negative/sem-ver-invalid-range-specifier.json+23
- json/test/negative/sem-ver-invalid-ver-expression.json+23
- json/test/negative/state-set-incorrectly.json+1-1
- json/test/positive/basic-json-ops.json+74
- json/test/positive/custom-ops.json+161
- json/test/positive/example-simple.flagd.json-1
- json/test/positive/example.flagd.json+1-1
- json/test/positive/if-shorthand.json+71
- json/test/targeting/negative/fractional-invalid-bucketing.json-9
- json/test/targeting/negative/fractional-invalid-weighting.json-8
- json/test/targeting/negative/invalid-ends-with-param.json-9
- json/test/targeting/negative/invalid-flagd-props.json-9
- json/test/targeting/negative/invalid-starts-with-param.json-9
- json/test/targeting/negative/sem-ver-invalid-range-specifier.json-9
- json/test/targeting/negative/sem-ver-invalid-ver-expression.json-9
- json/test/targeting/positive/basic-json-ops.json-61
- json/test/targeting/positive/custom-ops.json-114
- json/test/targeting/positive/if-shorthand.json-35
- json/version.txt+1-1
- protobuf/CHANGELOG.md-7
- protobuf/schema/v1/schema.proto-2
- protobuf/sync/v1/sync_service.proto-2
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
Lines changed: 67 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
- .github/workflows/pr-checks.yml+2-2
- .github/workflows/release-please.yaml+2-2
- .release-please-manifest.json+1-1
- json/CHANGELOG.md-7
- json/flagd_definitions_test.go+10-27
- json/flags.json+3-3
- json/flags.yaml+3-3
- json/targeting.json+17-13
- json/targeting.yaml+137-162
- json/test/flags/negative/with-invalid-targeting.json-16
- json/test/flags/positive/with-valid-targeting.json-26
- json/test/negative/empty-variants.json+1-1
- json/test/negative/fractional-invalid-bucketing.json+26
- json/test/negative/fractional-invalid-weighting.json+25
- json/test/negative/invalid-ends-with-param.json+23
- json/test/negative/invalid-flagd-props.json+23
- json/test/negative/invalid-starts-with-param.json+23
- json/test/negative/malformed-flag.json+1-1
- json/test/negative/missing-variants.json+2-1
- json/test/negative/mixed-variant-types.ffconfig.json+1-1
- json/test/negative/no-default-variant.json+1-1
- json/test/negative/sem-ver-invalid-range-specifier.json+23
- json/test/negative/sem-ver-invalid-ver-expression.json+23
- json/test/negative/state-set-incorrectly.json+1-1
- json/test/positive/basic-json-ops.json+74
- json/test/positive/custom-ops.json+161
- json/test/positive/example-simple.flagd.json-1
- json/test/positive/example.flagd.json+1-1
- json/test/positive/if-shorthand.json+71
- json/test/targeting/negative/fractional-invalid-bucketing.json-9
- json/test/targeting/negative/fractional-invalid-weighting.json-8
- json/test/targeting/negative/invalid-ends-with-param.json-9
- json/test/targeting/negative/invalid-flagd-props.json-9
- json/test/targeting/negative/invalid-starts-with-param.json-9
- json/test/targeting/negative/sem-ver-invalid-range-specifier.json-9
- json/test/targeting/negative/sem-ver-invalid-ver-expression.json-9
- json/test/targeting/positive/basic-json-ops.json-61
- json/test/targeting/positive/custom-ops.json-114
- json/test/targeting/positive/if-shorthand.json-35
- json/version.txt+1-1
- .github/workflows/pr-python.yaml-32
- package-lock.json+6-6
- specification.json+2-67
- specification/appendix-a-included-utilities.md+7-33
- specification/assets/images/life-cycle.excalidraw+613
- specification/assets/images/life-cycle.png
- specification/assets/images/provider.excalidraw+431
- specification/assets/images/provider.png
- specification/glossary.md-10
- specification/sections/01-flag-evaluation.md+2-8
- specification/sections/02-providers.md+1-37
- specification/sections/04-hooks.md+1-9
- specification/sections/06-tracking.md+32-95
- specification/types.md-10
- tools/repo_parser/pyproject.toml-11
- tools/repo_parser/requirements.txt-1
- tools/repo_parser/spec_finder.py+37-47
- tools/repo_parser/test_spec_finder.py+6-12
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
Lines changed: 126 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
0 commit comments