File tree
4 files changed
+55
-39
lines changed- cedar-drt
- fuzz/src
- src
- tests
4 files changed
+55
-39
lines changed- .github/PULL_REQUEST_TEMPLATE.md-3
- NOTICE+1-1
- cedar-policy-cli/CHANGELOG.md+12
- cedar-policy-core/src/entities/json/entities.rs+1-1
- cedar-policy-core/src/est.rs+329-2
- cedar-policy-core/src/est/expr.rs+122-46
- cedar-policy-core/src/parser/cst_to_ast.rs+1-1
- cedar-policy-validator/src/human_schema/grammar.lalrpop+1-1
- cedar-policy-validator/src/human_schema/parser.rs+10-5
- cedar-policy-validator/src/human_schema/to_json_schema.rs+14
- cedar-policy-validator/src/typecheck.rs+8-1
- cedar-policy-validator/src/typecheck/test_namespace.rs+154-1
- cedar-policy-validator/src/types.rs+95-153
- cedar-policy/CHANGELOG.md+54-18
- cedar-policy/src/api.rs+152-99
- cedar-policy/src/frontend/is_authorized.rs+4-1
- cedar-policy/src/tests.rs+40
- cedar-testing/src/cedar_test_impl.rs+43-13
- cedar-testing/src/integration_testing.rs+9-4
- cedar-testing/tests/cedar-policy-cli/main.rs+3
- cedar-testing/tests/cedar-policy/corpus_tests.rs+2-2
- cedar-testing/tests/cedar-policy/decimal.rs+1-3
- cedar-testing/tests/cedar-policy/example_use_cases.rs+1-1
- cedar-testing/tests/cedar-policy/ip.rs+1-4
- cedar-testing/tests/cedar-policy/main.rs+28
- cedar-testing/tests/cedar-policy/multi.rs+1-1
- cedar-wasm/.cargo/config.toml+4
- cedar-wasm/CHANGELOG.md+2
- cedar-wasm/Cargo.toml+1-5
- cedar-wasm/build-wasm.sh+1
- cedar-wasm/build.rs+1-1
- cedar-wasm/src/formatter.rs+68
- cedar-wasm/src/lib.rs+7-1
- cedar-wasm/src/policies_and_templates.rs+68-11
- cedar-wasm/src/schema_and_entities_and_context.rs+251
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
| 34 | + | |
34 | 35 |
| |
35 | 36 |
| |
36 | 37 |
| |
| |||
177 | 178 |
| |
178 | 179 |
| |
179 | 180 |
| |
180 |
| - | |
181 |
| - | |
182 |
| - | |
183 |
| - | |
184 |
| - | |
185 |
| - | |
186 |
| - | |
187 |
| - | |
188 |
| - | |
189 |
| - | |
190 |
| - | |
191 |
| - | |
192 |
| - | |
193 |
| - | |
194 |
| - | |
195 |
| - | |
196 |
| - | |
197 |
| - | |
198 |
| - | |
199 |
| - | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
200 | 190 |
| |
201 |
| - | |
202 |
| - | |
203 |
| - | |
204 |
| - | |
205 |
| - | |
206 |
| - | |
207 |
| - | |
208 |
| - | |
209 |
| - | |
210 |
| - | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
211 | 202 |
| |
212 | 203 |
| |
213 | 204 |
| |
| |||
216 | 207 |
| |
217 | 208 |
| |
218 | 209 |
| |
219 |
| - | |
220 |
| - | |
221 |
| - | |
222 |
| - | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
223 | 226 |
| |
224 | 227 |
| |
225 | 228 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
333 | 333 |
| |
334 | 334 |
| |
335 | 335 |
| |
336 |
| - | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
337 | 348 |
| |
338 | 349 |
| |
339 | 350 |
| |
340 | 351 |
| |
341 | 352 |
| |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
342 | 357 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
97 | 97 |
| |
98 | 98 |
| |
99 | 99 |
| |
100 |
| - | |
101 |
| - | |
102 |
| - | |
| 100 | + | |
103 | 101 |
|
0 commit comments