Taiki Endo
|
c35d18270e
|
Support signature verification for mise and syft
|
2026-03-22 01:51:55 +09:00 |
|
Taiki Endo
|
525387f706
|
codegen: Clean up error handling and move some checks to appropriate
place
Unless error handling is done in particular care, in private tools this
approach tends to make debugging easier when failed.
|
2026-03-22 00:24:42 +09:00 |
|
Taiki Endo
|
8418e9f725
|
Support artifact attestations verification
|
2026-03-21 04:45:12 +09:00 |
|
Taiki Endo
|
9089010789
|
manifest-schema: BaseManifest is not a part of Manifest
manifest-schema branch doesn't contain base manifests.
|
2026-03-21 03:31:00 +09:00 |
|
Taiki Endo
|
5ccf6295e6
|
codegen: Avoid allocation in workspace_root()
|
2026-03-09 00:29:35 +09:00 |
|
Jiahao XU
|
1ef1e14c21
|
Extract install-action-manifest-schema and publish to crates-io (#657)
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
Co-authored-by: Taiki Endo <te316e89@gmail.com>
|
2025-01-28 07:02:39 +00:00 |
|
Taiki Endo
|
f0e0e09968
|
Update comments
|
2024-11-20 04:10:19 +09:00 |
|
Taiki Endo
|
7ea7a2c18f
|
Ignore clippy::too_long_first_doc_paragraph lint
```
error: first doc comment paragraph is too long
--> tools/codegen/src/lib.rs:314:1
|
314 | / /// GitHub Actions Runner supports Linux (x86_64, aarch64, arm), Windows (x86_64, aarch64),
315 | | /// and macOS (x86_64, aarch64).
316 | | /// https://github.com/actions/runner/blob/v2.315.0/.github/workflows/build.yml#L21
317 | | /// https://docs.github.com/en/actions/hosting-your-own-runners/about-self-hosted-runners#supported-architectures-and-operating-systems-f...
318 | | ///
319 | | /// Note:
| |_
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_long_first_doc_paragraph
= note: `-D clippy::too-long-first-doc-paragraph` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::too_long_first_doc_paragraph)]`
```
|
2024-08-26 23:47:54 +09:00 |
|
Taiki Endo
|
3a2f9ffb94
|
Improve platform support
|
2024-07-16 00:11:38 +09:00 |
|
John Vandenberg
|
a6c0face45
|
Use asset etag to avoid fetches (#547)
|
2024-06-21 03:54:24 +00:00 |
|
Taiki Endo
|
5a6e4c785f
|
Add manifest for cargo-nextest
|
2024-06-09 16:41:17 +09:00 |
|
John Vandenberg
|
d7080cb663
|
Generate Markdown table of tools (#473)
|
2024-06-04 03:56:04 +09:00 |
|