Commit graph

5 commits

Author SHA1 Message Date
Dustin J. Mitchell
0282ea8b8a
Use the tag-related Task methods in the Tags column type (#3911)
Use the tag-related Task methods in the Tags column type

This column type was taking a shortcut by assuming the `tags` property
contains a comma-separated list of tags. This property is now deprecated
and tags are stored in individual properties. The tag-related Task
methods correctly access these new properties.

Includes a test for the fixed behavior and a test demonstrating that
`task info` already does the right thing.
2025-07-11 02:08:30 +00:00
Dustin J. Mitchell
3c12c0dfd0
Fix errors finding Rust toolchain (#3802)
* switch to dtolnay/toolchain
* Add .dockerignore to avoid copying target/ into images
* update corrosion
2025-03-06 06:59:04 -05:00
Dustin J. Mitchell
7bd3d1b892
Install uuid-dev in GitHub action (#3647) 2024-10-14 17:48:41 -04:00
Felix Schurk
93356b39c3 add initial bulk run from pre-commit over all files 2024-07-29 22:34:51 +02:00
Dustin J. Mitchell
99827de3dd
Add a release-check action to verify release tarballs have all the necessary parts (#3472) 2024-06-02 17:44:04 -04:00