issues
search
cedar-policy
/
cedar-go
Golang implementation of the Cedar Policy Language
Apache License 2.0
83
stars
9
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Allow to use types defined from bool, string, int and int64 as ast Values
#69
forgems
closed
2 days ago
0
Use comparable evaluators in partial evaluation and folding
#68
kjamieson-sdm
closed
4 days ago
0
One more coat of paint on README.md
#67
patjakdev
closed
1 week ago
0
Sprinkle more high-level documentation around
#66
patjakdev
closed
1 week ago
2
enable errcheck for the project and fix the violations discovered
#65
patjakdev
closed
1 week ago
0
types: clean up JSON unmarshaling story for extension types
#64
patjakdev
closed
1 week ago
0
ast: restructure ast package documentation
#63
patjakdev
closed
1 week ago
0
Regain 100% test coverage
#62
philhassey
closed
1 week ago
0
cedar-go: add a DEVELOPMENT.md with instructions about how to update the corpus tests.
#61
patjakdev
closed
2 weeks ago
0
Rename datetime constructors
#60
patjakdev
closed
2 weeks ago
0
Expose extension function calls in AST package
#59
micahhausler
closed
2 weeks ago
1
types: remove the EntityMap.Load() method and use `[]` instead
#58
patjakdev
closed
2 weeks ago
0
ast: Add AST builder methods for datetime-related types and operators
#57
patjakdev
closed
2 weeks ago
0
types: internalize various errors
#56
patjakdev
closed
2 weeks ago
0
types: remove EntityLoader interface
#55
philhassey
closed
2 weeks ago
0
Allow extension call nodes to be programmatically added to the AST
#54
patjakdev
closed
2 weeks ago
3
types: change Set() to take variadic arguments to match EntityUIDSet()
#53
patjakdev
closed
2 weeks ago
0
Upstream Integration Test Corpus Modified
#52
github-actions[bot]
opened
2 weeks ago
1
Unify naming conventions across map/set container types
#51
patjakdev
closed
2 weeks ago
1
Finalize the shape of entities
#50
philhassey
closed
2 weeks ago
0
Create a safer interface for the Decimal type`
#49
patjakdev
closed
2 weeks ago
0
feat: implement policy templates
#48
caiorcferreira
opened
4 weeks ago
4
Add support for RFC 82 (entity tags)
#47
patjakdev
opened
1 month ago
0
Adds pkg.go.dev badge to readme
#46
mkraft
closed
3 weeks ago
5
internal/eval: remove the inCache
#45
patjakdev
closed
1 month ago
0
Should there be a `UnmarshalCedar` receiver?
#44
mqf20
opened
1 month ago
0
internal/mapset: relax the constraint on the argument to MapSet.Equal to just be a Container instance
#43
patjakdev
closed
1 month ago
0
Add Support for Parsing Policy Templates and Expose in MarshallJSON
#42
independentid
opened
1 month ago
0
Invert the special casing of JSON marshaling for Value
#41
patjakdev
closed
2 months ago
0
Create MapSet[T] and ImmutableMapSet[T] types and change Entity.Parents to be a ImmutableMapSet[EntityUID]
#40
patjakdev
closed
1 month ago
1
cedar: project public types, constructors, and constants from the types package through the cedar package for convenience
#39
patjakdev
closed
2 months ago
0
Improve `Set.Contains()` performance by making `Set` a hash set-like data structure
#38
patjakdev
closed
2 months ago
2
AST Tree Support
#37
independentid
opened
2 months ago
2
Update README for version 0.3.1
#36
patjakdev
closed
2 months ago
0
Add the extension types, datetime and duration
#35
apg
closed
2 months ago
3
General performance improvements and experimental batch mode
#34
patjakdev
closed
2 months ago
1
Fix parsing of reserved keywords
#33
patjakdev
closed
2 months ago
3
Several improvements to the upstream corpus test workflow
#32
patjakdev
closed
2 months ago
0
cedar: update corpus tests to latest upstream tarball
#31
patjakdev
closed
2 months ago
0
Build TinyTodo Go example in CI
#30
khieta
opened
2 months ago
1
This commit adds an extension type, datetime, to Cedar Go.
#29
apg
closed
2 months ago
1
cedar: change JSON marshaling of the Position struct to use conventional lower case keys
#28
patjakdev
closed
2 months ago
2
Use a Struct for parser errors to expose the position information programatically
#27
JoshuaWilkes
opened
2 months ago
1
Add JSON, programmatic AST, marshaling to Cedar for 0.2.0 release
#26
philhassey
closed
2 months ago
0
IDX-142: Add JSON, programmatic AST, marshaling to Cedar for 0.2.0 release
#25
philhassey
closed
3 months ago
0
TinyTodo example in cedar-go
#24
mqf20
closed
3 months ago
3
cedar-go: run integration tests as part of the regular test suite
#23
patjakdev
closed
4 months ago
1
Fix up nightly corpus tests
#22
patjakdev
closed
4 months ago
1
Fix up nightly corpus tests
#21
patjakdev
closed
4 months ago
0
IDX-65: Set default shell to bash
#20
patjakdev
closed
4 months ago
0
Next