mirror of
https://github.com/block/goose.git
synced 2026-04-28 03:29:36 +00:00
feat: add optional native-tls support as alternative to rustls (#8037)
Signed-off-by: Rodolfo Olivieri <rolivier@redhat.com> Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
parent
3a9805e255
commit
caef9f6466
17 changed files with 786 additions and 100 deletions
2
Justfile
2
Justfile
|
|
@ -11,8 +11,6 @@ check-everything:
|
|||
cargo fmt --all
|
||||
@echo " → Running clippy linting..."
|
||||
cargo clippy --all-targets -- -D warnings
|
||||
@echo " → Checking for banned TLS crates..."
|
||||
./scripts/check-no-native-tls.sh
|
||||
@echo " → Checking UI code formatting..."
|
||||
cd ui/desktop && pnpm run lint:check
|
||||
@echo " → Validating OpenAPI schema..."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue