COMMITS
/ topdown/builtins.go June 8, 2023
A
Add unwrap functionality to topdown.Error
ajith-sub committed
October 27, 2022
A
linters: add unconvert (#5318)
Anders Eknert committed
October 11, 2022
P
topdown/builtins: Refactor registration functions and signatures (#5225)
Philip Conrad committed
September 1, 2022
P
eval+rego: Support caching output of non-deterministic builtins. (#4926)
Philip Conrad committed
December 17, 2021
J
topdown+wasm: Verifying host based on allow_net allowlist in built-in functions (#4152)
Johan Fylling committed
December 14, 2021
S
tracing: make otel dependency optional for rego+topdown (#4127)
Stephan Renatus committed
December 13, 2021
R
server+runtime+topdown: distributed tracing using OpenTelemetry (#4029)
rvalkenaers committed
September 30, 2021
T
ast, topdown: Add print built-in function
Torin Sandall committed
July 14, 2021
T
topdown: Improve rand.intn implementation (#3646)
Torin Sandall committed
September 23, 2020
T
topdown: Treat built-in function errors as undefined
Torin Sandall committed
August 13, 2020
T
topdown: Pass metrics to built-ins and record http.send latency
Torin Sandall committed
July 25, 2020
A
Add a new inter-query cache to cache responses across queries
Ashutosh Narkar committed
July 16, 2020
T
topdown, rego: Add parameter to set wall clock time
Torin Sandall committed
May 22, 2020
P
topdown: Add QueryTracer and deprecate Tracer
Patrick East committed
April 22, 2020
T
topdown: Add test coverage for new uuid built-in function
Torin Sandall committed
February 14, 2020
P
topdown: Wrap all builtin functions for errors normalization
Patrick East committed
February 19, 2020
T
topdown: Export builtin implementations outside the package.
Teemu Koponen committed
December 12, 2019
T
topdown: Add net.cidr_expand built-in function
Torin Sandall committed
September 12, 2019
T
topdown: Update evaluator to accept custom built-ins
Torin Sandall committed
August 21, 2019
G
cleanup: fix some typos in code comment
Guangming Wang committed
April 16, 2019
T
Return eval_builtin_error instead of eval_internal_error
Torin Sandall committed
November 15, 2018
T
Add support for multiple tracers
Torin Sandall committed
October 16, 2018
T
Add built-in function to get runtime info
Torin Sandall committed
September 19, 2018
A
Add `regex.template_match` built-in
arekkas committed
March 12, 2018
U
resolved make check issues
Unknown committed
U
Adding NoteOp for the Trace builtin
Unknown committed
February 15, 2018
T
Refactor REPL to use rego package
Torin Sandall committed
January 24, 2018
T
Refactor built-in function interface
Torin Sandall committed
T
Rename built-in error handler
Torin Sandall committed
T
Tweak http.send to implement BuiltinFunc signature
Torin Sandall committed
January 23, 2018
A
Added HTTP request built-in function
Ashutosh Narkar committed
November 7, 2017
T
Refactor topdown evaluation/unification
Torin Sandall committed
October 10, 2017
T
Refactor functions implementation
Torin Sandall committed
October 3, 2017
T
Modify AST to represent function names as refs
Torin Sandall committed
June 10, 2017
M
Update topdown to support user functions
Matthew Mussomele committed
June 5, 2017
T
Add time.now_ns built-in to get time since epoch
Torin Sandall committed
May 23, 2017
M
Add io.jwt.decode builtin
Matthew Mussomele committed
May 12, 2017
T
Refactor built-in name type to use String
Torin Sandall committed
February 22, 2017
T
Fix stray built-in error messages
Torin Sandall committed
December 24, 2016
T
Refactor topdown built-in functions
Torin Sandall committed
December 5, 2016
T
Rename topdown.Context to topdown.Topdown
Torin Sandall committed
November 25, 2016
T
Add set_diff built-in
Torin Sandall committed
November 10, 2016
T
Add string builtins
Tim Hinrichs committed
July 21, 2016
T
Add string manipulation built-ins
Torin Sandall committed
July 18, 2016
T
Add built-in to perform simple regexp match
Torin Sandall committed
June 30, 2016
T
Add max built-in
Torin Sandall committed
June 28, 2016
T
Add absolute value built-in
Torin Sandall committed
June 14, 2016
T
Add other simple arithmetic built-ins
Torin Sandall committed
May 27, 2016
T
Add built-ins for basic aggregation support
Torin Sandall committed
May 30, 2016
T
Make builtin functions in topdown registerable
Torin Sandall committed