Skip to content

Tags: aserto-dev/azm

Tags

v0.2.22

Toggle v0.2.22's commit message
go-directory v34 ci

v0.2.12

Toggle v0.2.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update deps (#79)

v0.2.11

Toggle v0.2.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Clean up type-not-found errors (#77)

* Clean up type not found errors

We were returning ObjectNotFound and RelationNotFound errors
in places that should return ObjectTypeNotFound and RelationTypeNotFound.

* go-directory v0.33.8

v0.2.10

Toggle v0.2.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add AvailablePermissions function to Cache (#76)

It takes an object type, subject type, and optional subject relation
and returns the set of permissions that subjects of the given type
_could_ have on instances of the object type.

v0.2.9

Toggle v0.2.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update type identifier to support mixed case characters (#72)

* upd type identifier to support mixed case characters

* go-directory@69a476b

* Identifier.Valid()

* Fix panic in permission visitor (#73)

* [email protected]

* Improve parser error handling.

* More parsing error improvements (#75)

* Better parse error messages

* Remove superfluous parser rules

---------

Co-authored-by: Ronen Hilewicz <[email protected]>

v0.2.8

Toggle v0.2.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #69 from aserto-dev/bugfix/expand-permission-term

Support computed sets in arrow operator base

v0.2.7

Toggle v0.2.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
SafeChecks handles nil Default (#70)

v0.2.6

Toggle v0.2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #68 from aserto-dev/check-cycles

Check() reports cycles in response context:reason field.

v0.2.5

Toggle v0.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #67 from aserto-dev/deps-250123

upd deps 250123

v0.2.4

Toggle v0.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix panic in Jobpool.Wait() (#66)