Commits on Source (12)
-
Matthew Clarkson authored
We keep file visibility hidden and only expose the minimal set of symbols downstream. This is to reduce our API surface area to maintain.
Verified61fa11b3 -
Matthew Clarkson authoredVerified4160a35e
-
Sebastian Birunt authored
Runfiles do not have to be executable.
f805b916 -
Sebastian Birunt authored
Passing correct value is a user responsibility. `template` is not aware if provided data is correct or wrong.
cffc6734 -
Sebastian Birunt authored
This will allow both rules use the same set of scripts.
5defc184 -
Sebastian Birunt authored
Created `upload.csv` file is unique.
280e5b91 -
Sebastian Birunt authored
Mnemonic for making `*.upload.cvs` file action.
b9c048ba -
Sebastian Birunt authored
Do not put empty lines to CSV file.
939299b0 -
Sebastian Birunt authored
BREAKING CHANGE: different set of `curl_upload_file` run arguments `curl_upload_file` and `curl_upload_manifests` are unified of uploading files.
c3d93d1d -
Matthew Clarkson authoredVerified772e897b
-
Matthew Clarkson authoredVerified693dd8f4
-
Bot authored
# [1.0.0-alpha.11](https://git.gitlab.arm.com/bazel/rules_curl/compare/v1.0.0-alpha.10...v1.0.0-alpha.11) (2024-07-05) ### Bug Fixes * labeled csv file name ([280e5b91](https://git.gitlab.arm.com/bazel/rules_curl/commit/280e5b91eec50fec5a5d87f7aeb2f68873513a17)) * no empty lines ([939299b0](https://git.gitlab.arm.com/bazel/rules_curl/commit/939299b0fa2249f626a55426e0ebeddcf554f455)) * non-executable runfiles ([f805b916](https://git.gitlab.arm.com/bazel/rules_curl/commit/f805b9163fe7d46db8f94d98a000e2acfaf0c4eb)) * template `pathname` ([cffc6734](https://git.gitlab.arm.com/bazel/rules_curl/commit/cffc6734e2fbee2ecaa4567a699505cd734795ac)) ### Code Refactoring * unify rules ([c3d93d1d](https://git.gitlab.arm.com/bazel/rules_curl/commit/c3d93d1de282ae1d3ba80e448de84bd638737ef0)) ### BREAKING CHANGES * different set of `curl_upload_file` run arguments `curl_upload_file` and `curl_upload_manifests` are unified of uploading files.
Showing
- CHANGELOG.md 20 additions, 0 deletionsCHANGELOG.md
- CODEOWNERS 0 additions, 4 deletionsCODEOWNERS
- MODULE.bazel 1 addition, 1 deletionMODULE.bazel
- curl/template/template.go 1 addition, 9 deletionscurl/template/template.go
- curl/upload/BUILD.bazel 22 additions, 0 deletionscurl/upload/BUILD.bazel
- curl/upload/ManifestInfo.bzl 1 addition, 1 deletioncurl/upload/ManifestInfo.bzl
- curl/upload/ManifestsInfo.bzl 1 addition, 1 deletioncurl/upload/ManifestsInfo.bzl
- curl/upload/csv.sh 3 additions, 1 deletioncurl/upload/csv.sh
- curl/upload/file/BUILD.bazel 0 additions, 16 deletionscurl/upload/file/BUILD.bazel
- curl/upload/file/posix.tmpl.sh 0 additions, 75 deletionscurl/upload/file/posix.tmpl.sh
- curl/upload/file/rule.bzl 38 additions, 7 deletionscurl/upload/file/rule.bzl
- curl/upload/manifest/BUILD.bazel 0 additions, 0 deletionscurl/upload/manifest/BUILD.bazel
- curl/upload/manifest/defs.bzl 5 additions, 0 deletionscurl/upload/manifest/defs.bzl
- curl/upload/manifests/BUILD.bazel 0 additions, 22 deletionscurl/upload/manifests/BUILD.bazel
- curl/upload/manifests/defs.bzl 4 additions, 0 deletionscurl/upload/manifests/defs.bzl
- curl/upload/manifests/nt.tmpl.bat 0 additions, 4 deletionscurl/upload/manifests/nt.tmpl.bat
- curl/upload/manifests/rule.bzl 4 additions, 3 deletionscurl/upload/manifests/rule.bzl
- curl/upload/nt.tmpl.bat 0 additions, 0 deletionscurl/upload/nt.tmpl.bat
- curl/upload/posix.tmpl.sh 4 additions, 3 deletionscurl/upload/posix.tmpl.sh
- e2e/mock/curl.sh 1 addition, 1 deletione2e/mock/curl.sh
curl/upload/file/posix.tmpl.sh
deleted
100644 → 0
curl/upload/manifest/BUILD.bazel
0 → 100644
curl/upload/manifest/defs.bzl
0 → 100644
curl/upload/manifests/nt.tmpl.bat
deleted
100644 → 0