Commits on Source (4)
-
Matthew Clarkson authoredVerified1ac2a9a1
-
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.
Verified088c8916 -
Matthew Clarkson authoredVerified409f7d6e
-
Bot authored
# [1.0.0-alpha.3](https://git.gitlab.arm.com/bazel/rules_curl/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2024-01-29) ### Features * replace `curl_upload` with `curl_upload_file` ([088c8916](https://git.gitlab.arm.com/bazel/rules_curl/commit/088c891619375d4d26cc1dddc618308fcdccb570)) ### BREAKING CHANGES * `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.
Showing
- CHANGELOG.md 17 additions, 0 deletionsCHANGELOG.md
- MODULE.bazel 1 addition, 1 deletionMODULE.bazel
- curl/upload/defs.bzl 0 additions, 5 deletionscurl/upload/defs.bzl
- curl/upload/file/BUILD.bazel 1 addition, 1 deletioncurl/upload/file/BUILD.bazel
- curl/upload/file/defs.bzl 5 additions, 0 deletionscurl/upload/file/defs.bzl
- curl/upload/file/nt.tmpl.bat 0 additions, 0 deletionscurl/upload/file/nt.tmpl.bat
- curl/upload/file/posix.tmpl.sh 13 additions, 15 deletionscurl/upload/file/posix.tmpl.sh
- curl/upload/file/rule.bzl 17 additions, 16 deletionscurl/upload/file/rule.bzl
- e2e/upload/file/BUILD.bazel 4 additions, 5 deletionse2e/upload/file/BUILD.bazel
- e2e/upload/file/fixture.txt 1 addition, 1 deletione2e/upload/file/fixture.txt
- package-lock.json 1 addition, 1 deletionpackage-lock.json
curl/upload/defs.bzl
deleted
100644 → 0
curl/upload/file/defs.bzl
0 → 100644