Граф коммитов

6 Коммитов

Автор SHA1 Сообщение Дата
Heath Stewart c454842566
Do not log PII in Debug implementations (#1886)
* Do not log PII in Debug implementations

Related to #1707 but does not resolve it. Still need a solution to redact headers as needed.

* Fix style lint issues1

* Add getters to HttpError with test

* Fix wasm32 lint issue

* Elide sanitized fields of HttpError

Safest bet for now. We can expose more later when we figure out a pluggable solution, or at least a way to make it easy to sanitize headers and potentially even body.

* Fix lint issue

* Ignore .vscode/settings.json in cSpell
2024-11-04 13:48:10 -08:00
Patrick Hallisey 4ff0cd28d1
Add ADO pipeline scaffolding (#1762) 2024-08-28 21:58:33 +00:00
Heath Stewart 9968664b53
Configure and fix spelling issues (#1730) 2024-08-01 17:11:48 -07:00
Heath Stewart a80e97473d
Support hierarchical Context (#1684)
* Support hierarchical Context

Conceptually similar to Go, which was also similarly copied for C++. Instead of being hierarchical, however, which introduces complexity into `len`, `is_empty`, etc. - though we might only want those for testing by GA - this uses a `Cow` to copy the `HashMap` only when necessary.

Closes #1655

* Remove `remove`, keep `len` for tests only
2024-06-25 09:37:43 -07:00
Ryan Levick 91a8936208
Turn on 'test_e2e' feature for rust-analyzer (#683) 2022-03-11 10:45:00 -08:00
Heath Stewart 1a8a3b90e8
Format on save (#282) 2021-06-04 10:32:57 -07:00