COMMITS
/ topdown/http.go June 19, 2024
J
Bumping golangci-lint to v1.59.1 (#6817)
Johan Fylling committed
April 4, 2024
R
add http.send request attribute to ignore headers for caching key
Rudrakh Panigrahi committed
January 26, 2024
A
topdown/http: Respect raise_error flag during input validation
Ashutosh Narkar committed
November 18, 2023
R
Clean expired cache entries periodically
Rudrakh Panigrahi committed
August 22, 2023
P
Support force cache even when server doesn't set the Date header
Peter committed
June 9, 2023
A
topdown: Update cache interface with Clone method
Ashutosh Narkar committed
May 3, 2023
A
topdown: Add retry option for http.send
Ashutosh Narkar committed
March 28, 2023
J
topdown: http.send(): Ensuring intra-query caching concistency (#5738)
Johan Fylling committed
February 2, 2023
A
topdown: http.send to cache responses based on status code
Ashutosh Narkar committed
January 5, 2023
A
topdown: Specify host verification policy for http redirects
Ashutosh Narkar committed
November 4, 2022
L
topdown/http: remove socket param for unix sockets (#5355)
Le Tuan committed
October 27, 2022
A
Improve caching logic for http.send (#5316)
Anders Eknert committed
October 25, 2022
A
Ensure force_cache attribute ignores Date header (#5298)
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
April 5, 2022
S
topdown/http: parse (and cache) yaml response (#4535)
Stephan Renatus 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
December 3, 2021
M
http.send: Add metric for counting inter-query cache hits (#4087)
Mira Yadav committed
November 16, 2021
A
topdown: Prevent unnecesssary client creation and disable HTTP keep-alives
Ashutosh Narkar committed
August 17, 2021
K
add socket support for http.send (#3667)
Kirk Patton committed
July 13, 2021
A
topdown: Add caching mode parameter to http.send
Ashutosh Narkar committed
July 2, 2021
S
http.send: ignore tls_use_system_certs on windows (#3613)
Stephan Renatus committed
May 20, 2021
O
topdown: change the tls_use_system_certs default to true
Olamide Omolola committed
May 19, 2021
W
Change check-lint to use golangci-lint (#3465)
Will Beason committed
March 30, 2021
S
wasm_sdk: redo interrupt handling, pass server ctx (#3317)
Stephan Renatus committed
March 16, 2021
A
topdown: Ignore errors during parsing Expires header
Ashutosh Narkar committed
March 14, 2021
A
topdown: Insert serialized data in inter-query cache
Ashutosh Narkar committed
March 10, 2021
S
wasm_sdk: use context, enable and use interrupts (#3211)
Stephan Renatus committed
December 15, 2020
G
plugins: inter-query cache config discovery
Grant Shively committed
November 1, 2020
A
Override Cache-Control: no-store on `force_cache`
Anders Eknert committed
October 7, 2020
A
topdown/http: handle http.send errors in-band
Ashutosh Narkar committed
October 9, 2020
A
topdown/http: validate force_cache parameters
Ashutosh Narkar committed
October 2, 2020
A
topdown/http: Add support for controlling caching in http.send
Ashutosh Narkar committed
September 17, 2020
A
topdown: Address negative duration for the current age of http response
Ashutosh Narkar committed
September 12, 2020
T
topdown: Use an underscore instead of a dot in http.send metric name.
Teemu Koponen 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
April 8, 2020
J
topdown: fix `http.send` string conversions
James Peach committed
April 2, 2020
J
topdown: support inline TLS certificates and keys
James Peach committed
April 3, 2020
P
topdown: Return response headers with `http.send`
Patrick East committed
March 25, 2020
J
topdown: Add http.send support for setting the TLS server name
James Peach committed
J
topdown: Fix lost `tls_insecure_skip_verify` setting
James Peach committed
February 28, 2020
J
topdown: Add Host header support to http.send()
James Peach committed
T
skip tls verification with built in http.send
Tim Garrity committed
February 6, 2020
P
topdown: Make http.send() caching use full request
Patrick East committed
P
topdown: http.send use provided CA without client certs
Patrick East committed
February 14, 2020
P
Add timeout for `http.send` builtin
Patrick East committed
November 14, 2019
T
topdown: Add raw_body parameter to http.send
Torin Sandall committed