- Jun 25, 2024
-
-
Allows uploading multiple files provide via providers.
-
- Jun 10, 2024
-
-
Matthew Clarkson authored
-
- May 28, 2024
-
-
Matthew Clarkson authored
-
- May 22, 2024
-
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
- Mar 12, 2024
-
-
Matthew Clarkson authored
BREAKING CHANGE: The `@rules_curl//curl/toolchain/cli:type` has been removed in favour of `@rules_curl//curl/toolchain/curl:`type`. `@rules_curl//:cli` has been removed in favour of `@rules_curl//:curl`.
-
- Feb 27, 2024
-
-
Matthew Clarkson authored
-
Matthew Clarkson authored
Deprecates `curl/toolchain/cli`. We prefer toolchains named after the tool even if they are within the same named ruleset.
-
Matthew Clarkson authored
`ape_toolchain` registers the APE binary for host platforms that are supported by APE.
-
Matthew Clarkson authored
-
- Feb 15, 2024
-
-
Matthew Clarkson authored
-
- Feb 14, 2024
-
-
Matthew Clarkson authored
-
- Feb 08, 2024
-
-
Matthew Clarkson authored
Allows adding path directory to the composed URL. ``` bazel run -- :upload --dir one --dir two bazel run -- :upload --directory one/two ``` This can be useful to prefix the uploaded file with a CI environment variable: ``` bazel run -- :upload --dir "${CI_PIPELINE_ID}" ```
-
Matthew Clarkson authored
This mirrors the attribute name, which helps developer experience.
-
- Feb 07, 2024
-
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Fredrik Paulsson authored
Add a --destination argument to the curl/upload/file template. This allows individual runs to override the destionation. For example, to be able to include a CI pipeline ID as part of the path.
-
- Jan 29, 2024
-
-
BREAKING CHANGE: `curl_upload` is removed, long live `curl_upload_file`. We hope to add `curl_upload` back in to allow uploads of multiple files. There are complexities due to the correct mapping of filepaths. It may be that packaging multiple files into a archive with `rules_pkg` and then uploading that archive is a better way forward anyway.
-
- Jan 12, 2024
-
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
- Dec 22, 2023
-
-
-
Matthew Clarkson authored
-
- Dec 20, 2023
-
-
Matthew Clarkson authored
-
- Nov 15, 2023
-
-
Matthew Clarkson authored
-
- Nov 14, 2023
-
-