mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 14:20:35 +01:00
[PR #506] [MERGED] Add support for HTTP proxying #590
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/apple/pkl/pull/506
Author: @holzensp
Created: 5/27/2024
Status: ✅ Merged
Merged: 6/12/2024
Merged by: @bioball
Base:
main← Head:http-proxy📝 Commits (10+)
a0576faAdd proxy to settings and reshuffle stdlib settingsb0942e9Add proxy settings to internal HTTP client54c629aAdd WireMock dependency1a7b8b2Add proxy tests4a2fa08Force native-image to use system proxy settings in CLIccf7217Apply suggestions from code review682b8faRollbackconstmodifiers for editor settings0aed242Restore and deprecate EvaluatorSettings487dd56Rollback validation of--no-proxyrequiring--proxya8c8fc0Restore equality and hashability forPklEvaluatorSettings📊 Changes
61 files changed (+1581 additions, -412 deletions)
View changed files
📝
bench/gradle.lockfile(+2 -2)📝
docs/gradle.lockfile(+2 -2)📝
docs/modules/bindings-specification/pages/message-passing-api.adoc(+51 -0)📝
docs/modules/pkl-cli/pages/index.adoc(+15 -0)📝
docs/modules/pkl-cli/partials/cli-common-options.adoc(+18 -0)📝
docs/modules/pkl-gradle/partials/gradle-common-properties.adoc(+18 -0)📝
gradle/libs.versions.toml(+2 -0)📝
pkl-certs/gradle.lockfile(+2 -2)📝
pkl-cli/gradle.lockfile(+61 -10)📝
pkl-cli/pkl-cli.gradle.kts(+1 -0)📝
pkl-cli/src/main/kotlin/org/pkl/cli/CliServer.kt(+1 -1)📝
pkl-cli/src/test/kotlin/org/pkl/cli/CliEvaluatorTest.kt(+198 -0)📝
pkl-codegen-java/gradle.lockfile(+2 -2)📝
pkl-codegen-kotlin/gradle.lockfile(+2 -2)📝
pkl-commons-cli/gradle.lockfile(+2 -2)📝
pkl-commons-cli/src/main/kotlin/org/pkl/commons/cli/CliBaseOptions.kt(+6 -21)📝
pkl-commons-cli/src/main/kotlin/org/pkl/commons/cli/CliCommand.kt(+46 -13)📝
pkl-commons-cli/src/main/kotlin/org/pkl/commons/cli/CliMain.kt(+3 -0)📝
pkl-commons-cli/src/main/kotlin/org/pkl/commons/cli/commands/BaseOptions.kt(+29 -1)📝
pkl-commons-test/gradle.lockfile(+2 -2)...and 41 more files
📄 Description
Following design of SPICE-0004.
Compared to #472; Re-organizes Pkl config, cleans up commits, and adds ability to use proxy settings from the system (macOS, Windows, GNOME).
Closes #472
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.