COMMITS
/ topdown/http_test.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
June 5, 2023
M
Add tracing to bundle/discovery download
Magnus Jungsbluth 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
S
bump: go 1.19.5 -> 1.20.1
Stephan Renatus committed
A
topdown: http.send to cache responses based on status code
Ashutosh Narkar committed
January 10, 2023
Y
build: bump golang 1.19.4 -> 1.19.5
yanggang 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
chore: Use t.Setenv in tests (#5321)
Anders Eknert committed
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
April 5, 2022
S
topdown/http: parse (and cache) yaml response (#4535)
Stephan Renatus committed
March 18, 2022
S
build: bump golang: 1.17 -> 1.18
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
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
June 15, 2021
A
topdown: Fix http send flaky test
Ashutosh Narkar 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 16, 2021
A
topdown: Ignore errors during parsing Expires header
Ashutosh Narkar committed
A
topdown: fix http.send flaky tests
Ashutosh Narkar committed
March 14, 2021
A
topdown: Insert serialized data in inter-query cache
Ashutosh Narkar 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
August 19, 2020
T
topdown: Fix typo in HTTP DELETE test case name
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 24, 2020
T
ast: Introduce Array struct.
Teemu Koponen committed
April 21, 2020
P
topdown: http.send cache test use new test server
Patrick East committed
April 23, 2020
T
topdown: Fix data race in the http.send timeout tests
Torin Sandall 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
J
topdown: make the TLS server name test more robust
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