Commit f1026a2
feat: get evaluation get result (#88)
* feat: added-engine-function-signatures
* feat: moved-engine-to-core
* feat: implemented-process-segment-overrides
* feat: implemented-evalute-segments-partially
* feat: implemented-should-apply-override
* feat: implemented-get-identity-segments
* feat: implemented-new-in-and-fixed-remaining-tests
* feat: run-lint
* feat: misc
* feat: json-path-lib-implementation
* remove dup
* feat: made-legacy-functions-public
* feat: updated-tests-to-match-engine-in-operator-accepting-numbers
* feat: engine-agnostic-to-empty-identity-in-segment-evaluation
* feat: renamed-to-is-higher-priority
* feat: renamed-get-identity-segments-func
* feat: reverted-to-is-primitive
* feat: use-weakest-priority-constant
* feat: upgraded-engine-test-data-and-fixed-mv-evaluation-bug
* feat: removed-targeting-reason-func
* feat: linter-rubocop-autocorrect
* feat: linter
* feat: linter
* feat: moved-mappers-to-engine-namespace
* feat: enrich-context-with-identity-key
* feat: run-ci-on-all-branches
* feat: removed-comments
* feat!: sdk consumes context engine (#89)
* fix: sdk-uses-new-engine-methods
* feat: introduced-jsonpath-library
* feat: fixed-conflict
* Update lib/flagsmith/engine/segments/models.rb
Co-authored-by: Kim Gustyr <[email protected]>
* Update lib/flagsmith/engine/segments/models.rb
* feat: removed-normalize
* feat: linter
* feat: replaced-flagsmith-id-with-id
* feat: removed-comments
---------
Co-authored-by: Kim Gustyr <[email protected]>
---------
Co-authored-by: Gagan Trivedi <[email protected]>
Co-authored-by: Kim Gustyr <[email protected]>1 parent 4b106a7 commit f1026a2
File tree
19 files changed
+543
-279
lines changed- .github/workflows
- lib
- flagsmith
- engine
- evaluation
- features
- mappers
- segments
- sdk/models
- spec/engine
- e2e
- unit
- segments
19 files changed
+543
-279
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | 17 | | |
21 | 18 | | |
22 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| 25 | + | |
| 26 | + | |
24 | 27 | | |
25 | 28 | | |
| 29 | + | |
26 | 30 | | |
27 | 31 | | |
28 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
73 | 72 | | |
74 | 73 | | |
75 | 74 | | |
| |||
99 | 98 | | |
100 | 99 | | |
101 | 100 | | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | 101 | | |
107 | 102 | | |
108 | 103 | | |
| |||
211 | 206 | | |
212 | 207 | | |
213 | 208 | | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
| 209 | + | |
218 | 210 | | |
219 | 211 | | |
220 | | - | |
221 | | - | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
222 | 220 | | |
223 | 221 | | |
224 | 222 | | |
225 | 223 | | |
226 | | - | |
227 | | - | |
228 | | - | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
229 | 236 | | |
230 | 237 | | |
231 | 238 | | |
| |||
234 | 241 | | |
235 | 242 | | |
236 | 243 | | |
| 244 | + | |
| 245 | + | |
237 | 246 | | |
238 | | - | |
239 | | - | |
240 | | - | |
241 | | - | |
242 | | - | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
243 | 251 | | |
244 | 252 | | |
245 | 253 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
15 | | - | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
25 | 38 | | |
26 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
27 | 42 | | |
28 | | - | |
| 43 | + | |
29 | 44 | | |
30 | | - | |
| 45 | + | |
| 46 | + | |
31 | 47 | | |
32 | 48 | | |
33 | | - | |
34 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
35 | 53 | | |
36 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
37 | 57 | | |
38 | | - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
39 | 67 | | |
40 | 68 | | |
41 | | - | |
42 | | - | |
| 69 | + | |
| 70 | + | |
43 | 71 | | |
44 | | - | |
| 72 | + | |
| 73 | + | |
45 | 74 | | |
46 | | - | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
47 | 81 | | |
| 82 | + | |
48 | 83 | | |
49 | | - | |
50 | | - | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
51 | 87 | | |
52 | | - | |
53 | | - | |
| 88 | + | |
| 89 | + | |
54 | 90 | | |
55 | | - | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
56 | 95 | | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
62 | 99 | | |
63 | | - | |
64 | | - | |
65 | | - | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
66 | 105 | | |
67 | | - | |
68 | | - | |
69 | | - | |
| 106 | + | |
70 | 107 | | |
| 108 | + | |
| 109 | + | |
71 | 110 | | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
81 | 116 | | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
88 | 145 | | |
89 | 146 | | |
90 | 147 | | |
0 commit comments