Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removes __expr #333

Merged
merged 28 commits into from
Oct 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
7c9154f
Passing on all non-corpus tests
aaronjeline Sep 21, 2023
a919b5d
Integrations tests in cli pass
aaronjeline Oct 2, 2023
6ccb1be
Updating some tests
aaronjeline Oct 2, 2023
a7ee61a
Adding panic safety annotations
aaronjeline Oct 2, 2023
65ab553
Updated changelog
aaronjeline Oct 2, 2023
7209341
Updated docs to remove __expr
aaronjeline Oct 2, 2023
7a0b19b
Updating a test
aaronjeline Oct 4, 2023
e97a511
Updating tests
aaronjeline Oct 4, 2023
715efb3
Update cedar-policy-core/src/entities/json/jsonvalue.rs
aaronjeline Oct 6, 2023
e423eb4
Update cedar-policy-core/src/entities.rs
aaronjeline Oct 6, 2023
0f18131
Update cedar-policy-core/src/entities/json/jsonvalue.rs
aaronjeline Oct 6, 2023
c265a8a
Update cedar-policy-core/src/entities/json/jsonvalue.rs
aaronjeline Oct 6, 2023
b558dbb
Updating panic safety
aaronjeline Oct 5, 2023
f52e09a
Keeping result a result
aaronjeline Oct 6, 2023
f46343f
Ensure `__expr` is an error
aaronjeline Oct 9, 2023
95f178a
Fixing some mis-merges
aaronjeline Oct 9, 2023
d8aa9ce
Fixing changelog duplicates
aaronjeline Oct 11, 2023
ad8d863
Update cedar-policy-core/src/entities/json/err.rs
aaronjeline Oct 12, 2023
ee422b7
Update cedar-policy-core/src/entities/json/jsonvalue.rs
aaronjeline Oct 12, 2023
82e735b
Improving error messages
aaronjeline Oct 12, 2023
b7cd009
Bringing up to mainline
aaronjeline Oct 12, 2023
d890c62
Fixing some tests
aaronjeline Oct 24, 2023
6c8151e
Update cedar-policy-core/src/ast/request.rs
aaronjeline Oct 25, 2023
d5644f5
Update cedar-policy-core/src/entities/json/value.rs
aaronjeline Oct 25, 2023
b94f1b3
Update cedar-policy-core/src/entities/json/value.rs
aaronjeline Oct 25, 2023
6d73595
Update cedar-policy-core/src/entities/json/value.rs
aaronjeline Oct 26, 2023
fbbb137
Responding to comments
aaronjeline Oct 26, 2023
08820de
Added missing docs
aaronjeline Oct 26, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,18 @@
"queries": [
{
"desc": "Query 0",
"principal": "a::\"\"",
"action": "Action::\"action\"",
"resource": "a::\"\"",
"principal": {
"type": "a",
"id": ""
},
"resource": {
"type": "a",
"id": ""
},
"action": {
"type": "Action",
"id": "action"
},
"context": {
"A": ""
},
Expand All @@ -20,9 +29,18 @@
},
{
"desc": "Query 1",
"principal": "a::\"\"",
"action": "Action::\"action\"",
"resource": "a::\"\"",
"principal": {
"type": "a",
"id": ""
},
"resource": {
"type": "a",
"id": ""
},
"action": {
"type": "Action",
"id": "action"
},
"context": {
"A": ""
},
Expand All @@ -34,9 +52,18 @@
},
{
"desc": "Query 2",
"principal": "a::\"\"",
"action": "Action::\"action\"",
"resource": "a::\"\"",
"principal": {
"type": "a",
"id": ""
},
"resource": {
"type": "a",
"id": ""
},
"action": {
"type": "Action",
"id": "action"
},
"context": {
"A": ""
},
Expand All @@ -48,9 +75,18 @@
},
{
"desc": "Query 3",
"principal": "a::\"\"",
"action": "Action::\"action\"",
"resource": "a::\"\"",
"principal": {
"type": "a",
"id": ""
},
"resource": {
"type": "a",
"id": ""
},
"action": {
"type": "Action",
"id": "action"
},
"context": {
"A": ""
},
Expand All @@ -62,9 +98,18 @@
},
{
"desc": "Query 4",
"principal": "a::\"\"",
"action": "Action::\"action\"",
"resource": "a::\"\"",
"principal": {
"type": "a",
"id": ""
},
"resource": {
"type": "a",
"id": ""
},
"action": {
"type": "Action",
"id": "action"
},
"context": {
"A": ""
},
Expand All @@ -76,9 +121,18 @@
},
{
"desc": "Query 5",
"principal": "a::\"\"",
"action": "Action::\"action\"",
"resource": "a::\"\"",
"principal": {
"type": "a",
"id": ""
},
"resource": {
"type": "a",
"id": ""
},
"action": {
"type": "Action",
"id": "action"
},
"context": {
"A": ""
},
Expand All @@ -90,9 +144,18 @@
},
{
"desc": "Query 6",
"principal": "a::\"\"",
"action": "Action::\"action\"",
"resource": "a::\"\"",
"principal": {
"type": "a",
"id": ""
},
"resource": {
"type": "a",
"id": ""
},
"action": {
"type": "Action",
"id": "action"
},
"context": {
"A": ""
},
Expand All @@ -104,9 +167,18 @@
},
{
"desc": "Query 7",
"principal": "a::\"\"",
"action": "Action::\"action\"",
"resource": "a::\"\"",
"principal": {
"type": "a",
"id": ""
},
"resource": {
"type": "a",
"id": ""
},
"action": {
"type": "Action",
"id": "action"
},
"context": {
"A": ""
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,18 @@
"queries": [
{
"desc": "Query 0",
"principal": "a::\"\"",
"action": "Action::\"action\"",
"resource": "a::\"\"",
"principal": {
"type": "a",
"id": ""
},
"resource": {
"type": "a",
"id": ""
},
"action": {
"type": "Action",
"id": "action"
},
"context": {},
"decision": "Deny",
"reasons": [],
Expand All @@ -18,9 +27,18 @@
},
{
"desc": "Query 1",
"principal": "a::\"\"",
"action": "Action::\"action\"",
"resource": "a::\"\"",
"principal": {
"type": "a",
"id": ""
},
"resource": {
"type": "a",
"id": ""
},
"action": {
"type": "Action",
"id": "action"
},
"context": {},
"decision": "Deny",
"reasons": [],
Expand All @@ -30,9 +48,18 @@
},
{
"desc": "Query 2",
"principal": "a::\"\"",
"action": "Action::\"action\"",
"resource": "a::\"\"",
"principal": {
"type": "a",
"id": ""
},
"resource": {
"type": "a",
"id": ""
},
"action": {
"type": "Action",
"id": "action"
},
"context": {},
"decision": "Deny",
"reasons": [],
Expand All @@ -42,9 +69,18 @@
},
{
"desc": "Query 3",
"principal": "a::\"\"",
"action": "Action::\"action\"",
"resource": "a::\"\"",
"principal": {
"type": "a",
"id": ""
},
"resource": {
"type": "a",
"id": ""
},
"action": {
"type": "Action",
"id": "action"
},
"context": {},
"decision": "Deny",
"reasons": [],
Expand All @@ -54,9 +90,18 @@
},
{
"desc": "Query 4",
"principal": "a::\"\"",
"action": "Action::\"action\"",
"resource": "a::\"\"",
"principal": {
"type": "a",
"id": ""
},
"resource": {
"type": "a",
"id": ""
},
"action": {
"type": "Action",
"id": "action"
},
"context": {},
"decision": "Deny",
"reasons": [],
Expand All @@ -66,9 +111,18 @@
},
{
"desc": "Query 5",
"principal": "a::\"\"",
"action": "Action::\"action\"",
"resource": "a::\"\"",
"principal": {
"type": "a",
"id": ""
},
"resource": {
"type": "a",
"id": ""
},
"action": {
"type": "Action",
"id": "action"
},
"context": {},
"decision": "Deny",
"reasons": [],
Expand All @@ -78,9 +132,18 @@
},
{
"desc": "Query 6",
"principal": "a::\"\"",
"action": "Action::\"action\"",
"resource": "a::\"\"",
"principal": {
"type": "a",
"id": ""
},
"resource": {
"type": "a",
"id": ""
},
"action": {
"type": "Action",
"id": "action"
},
"context": {},
"decision": "Deny",
"reasons": [],
Expand All @@ -90,9 +153,18 @@
},
{
"desc": "Query 7",
"principal": "a::\"\"",
"action": "Action::\"action\"",
"resource": "a::\"\"",
"principal": {
"type": "a",
"id": ""
},
"resource": {
"type": "a",
"id": ""
},
"action": {
"type": "Action",
"id": "action"
},
"context": {},
"decision": "Deny",
"reasons": [],
Expand Down
Loading
Loading