-
Styra Inc. @open-policy-agent
- @johanfylling
Pinned Loading
-
open-policy-agent/opa
open-policy-agent/opa PublicOpen Policy Agent (OPA) is an open source, general-purpose policy engine.
-
open-policy-agent/vscode-opa
open-policy-agent/vscode-opa PublicAn extension for VS Code which provides support for OPA and the Rego policy language
-
open-policy-agent/opa-idea-plugin
open-policy-agent/opa-idea-plugin PublicOpen Policy Agent plugin for IntelliJ
-
open-policy-agent/community
open-policy-agent/community PublicThe Community repository is the place to go for support with OPA and OPA Sub-Projects, like Conftest and Gatekeeper.
-
borgeby/jarl
borgeby/jarl PublicJarl is an Open Policy Agent (OPA) evaluator for the JVM and Javascript, written in Clojure(Script)
570 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Contribution activity
April 2025
Created 5 commits in 2 repositories
Created a pull request in open-policy-agent/opa that received 13 comments
topdown: Handling default function values in PE
Making Partial Eval (PE) respect default functions. Before this fix, Rego functions with declared default values weren't respected by PE, and the d…
Opened 3 other pull requests in 2 repositories
open-policy-agent/opa
2
merged
-
build: bump go to 1.23.8
This contribution was made on Apr 9
-
deps: Grouping deps in dependabot
This contribution was made on Apr 1
open-policy-agent/opa-envoy-plugin
1
merged
-
Adding RELEASE readme
This contribution was made on Apr 2
Reviewed 15 pull requests in 1 repository
open-policy-agent/opa
15 pull requests
-
fix: fixed broken docs link
This contribution was made on Apr 11
-
v1/topdown/graphql: Cache GraphQL schema parse results (#5377)
This contribution was made on Apr 11
-
fix: don't panic on format due to unexpected comments
This contribution was made on Apr 11
-
build(deps): bump github.com/hypermodeinc/badger from v4.6.0 to v4.7.0
This contribution was made on Apr 11
-
fix: remove resource.syso after building windows binary
This contribution was made on Apr 10
-
ecosystem: Update traefik integration docs
This contribution was made on Apr 10
-
topdown: Handling default function values in PE
This contribution was made on Apr 10
-
feat: add version and icon to opa_windows_amd64.exe
This contribution was made on Apr 10
-
ecosystem: Add NACP integration
This contribution was made on Apr 9
-
topdown: fix wall clock time init for PartialRun()
This contribution was made on Apr 3
-
build(deps): bump the dependencies group with 4 updates
This contribution was made on Apr 1
-
build(deps): bump the gha-dependencies group with 5 updates
This contribution was made on Apr 1
-
deps: Grouping deps in dependabot
This contribution was made on Apr 1
-
build(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2
This contribution was made on Apr 1
-
build(deps): bump actions/setup-go from 5.3.0 to 5.4.0
This contribution was made on Apr 1
Created an issue in open-policy-agent/opa that received 1 comment
Optimize Partial Eval of default functions
During non-shallow PE, whether a default rule will be added to generated support module(s) is optimized based upon if its return value is compared/…