stable
Clone or download
Read-only
Merge 'gerrit #28815' into stable/master
* commit '67e5af2c4f': Closes request #32319: Create WASM module to check Tuleap tag format Change-Id: I4475781aa87243e0e6ad079235ed271f1405a209
Modified Files
Name | ||||
---|---|---|---|---|
A | tools/utils/pre-receive-check-stable-tags/Cargo.lock | +122 | −0 | Go to diff View file |
A | tools/utils/pre-receive-check-stable-tags/Cargo.toml | +9 | −0 | Go to diff View file |
A | tools/utils/pre-receive-check-stable-tags/example/invalid.json | +16 | −0 | Go to diff View file |
A | tools/utils/pre-receive-check-stable-tags/example/valid.json | +16 | −0 | Go to diff View file |
A | tools/utils/pre-receive-check-stable-tags/shell.nix | +10 | −0 | Go to diff View file |
A | tools/utils/pre-receive-check-stable-tags/src/main.rs | +131 | −0 | Go to diff View file |
A | tools/utils/pre-receive-check-stable-tags/src/wire.rs | +36 | −0 | Go to diff View file |