Commit Graph

14 Commits

Author SHA1 Message Date
Antti Harju
ab47f5e91e action-validator: fix cli --version output 2026-04-10 17:05:31 +03:00
Antti Harju
d1e805ecde action-validator: 0.8.0 -> 0.9.0 2026-04-10 17:00:24 +03:00
R. Ryantm
a9c472a8d7 action-validator: 0.7.1 -> 0.8.0 2025-08-28 20:10:59 +00:00
Kenichi Kamiya
313baaada1 action-validator: 0.6.0-unstable-2025-02-16 -> 0.7.1
Diff: 2f8be1d206...v0.7.1
2025-08-02 01:02:56 +09:00
TomaSajt
398b16e16c treewide: remove useFetchCargoVendor usages 2025-07-26 11:39:35 +02:00
Guy Chronister
f2a2cfee8a treewide: refactor meta section 2025-06-21 13:12:59 +00:00
Kenichi Kamiya
79caba80c0 action-validator: 0.6.0 -> 0.6.0-unstable-2025-02-16
Diff: https://github.com/mpalmer/action-validator/compare/v0.6.0...2f8be1d2066eb3687496a156d00b4f1b3ea7b028

Required including 6573ff1273 to fix following build error

"error: older versions of the `wasm-bindgen` crate are incompatible with current versions of Rust"
2025-05-03 12:38:12 +09:00
Winter
a19cd4ffb1 Revert "treewide: replace rev with tag"
This reverts commit 65a333600d.

This wasn't tested for correctness with something like fodwatch [0],
and should not have been (self-)merged so quickly, especially without
further review.

It also resulted in the breakage of at least one package [1] (and that's
the one we know of and was caught).

A few packages that were updated in between this commit and this revert
were not reverted back to using `rev`, but other than that, this is a
1:1 revert.

[0]: https://codeberg.org/raphaelr/fodwatch
[1]: https://github.com/NixOS/nixpkgs/pull/396904 / 758551e458
2025-04-08 02:57:25 -04:00
Pol Dellaiera
65a333600d treewide: replace rev with tag 2025-04-07 16:57:22 +02:00
Alyssa Ross
63bff8c132 treewide: migrate to fetchCargoVendor, batch 1
Cargo 1.84.0 seems to have changed the output format of cargo vendor
again, once again invalidating fetchCargoTarball FOD hashes.  It's
time to fix this once and for all, switching across the board to
fetchCargoVendor, which is not dependent on cargo vendor's output
format.

It should be possible to reproduce this diff.  To do so, get the list
of files changed by this commit, e.g. with git diff --name-only, then
run the following two commands, each with that list of files as their
standard input:

	xargs sed -i 's/^\(. *\)\(cargoHash\)\b/\1useFetchCargoVendor = true;\n\1cargoHash/'
	cut -d / -f 4 | xargs -n 1 nix-update --version=skip

This will take a long time.  It might be possible to parallelize it
using xargs' -P option.  I haven't tested it.
2025-01-23 11:46:43 +01:00
Silvan Mosberger
667d42c00d treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev 57b193d8dd
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:27:17 +01:00
R. Ryantm
4b3bdc2637 action-validator: 0.5.4 -> 0.6.0 2024-02-23 07:36:14 +00:00
R. Ryantm
c08c2809dd action-validator: 0.5.3 -> 0.5.4 2023-11-25 08:12:23 +00:00
Thiago Kenji Okada
549ff17f9d action-validator: init at 0.5.3 2023-10-10 14:35:02 +01:00