Anand Krishnamoorthi
7565ec3ecf
feat: or keyword ( #315 )
...
Add `or` operator to Rego languages. Available via `rego-extensions`
Cargo feature.
If the evaluated lhs value is not false, null or undefined it is returned.
Otherwise rhs is evaluated and returned.
or operator has least precedence, and is left-associative.
closes #314
2024-09-13 16:39:19 -07:00
Anand Krishnamoorthi
55abbb2b42
Update to OPA v0.64.0 ( #219 )
...
Implement json.marshal_with_options builtin
closes #215 , closes #218
Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com >
2024-04-26 04:52:11 -07:00
Anand Krishnamoorthi
d3d5367fd4
Policy Coverage ( #149 )
...
Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com >
2024-02-19 19:10:13 -08:00
Anand Krishnamoorthi
6eca85b497
Improve crate documentation ( #111 )
...
- Document QueryResults
- Delete snippets folder
- Document Value
Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com >
2024-01-19 14:51:14 -08:00
Anand Krishnamoorthi
aabf329088
Update READEME.md with current status, grammar etc. ( #102 )
...
Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com >
2024-01-11 13:12:15 -08:00
Anand Krishnamoorthi
cb0b3a1790
Code from github.com/anakrish/rego-rs
...
Authored by anakrish and mingweishih
Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com >
2023-02-09 10:56:54 -08:00