Skip to content

Tags: ttab/mage

Tags

v0.10.0

Toggle v0.10.0's commit message
v0.10.0

Adds the docs namespace and its docs:links target, which checks that
relative links and heading anchors across a repository's markdown
resolve. The checker is public as github.com/ttab/mage/doclint.

v0.9.3

Toggle v0.9.3's commit message

Verified

This commit was signed with the committer’s verified signature.
hugowetterberg Hugo Wetterberg
update dependencies

Bump to go 1.25.0 and update pgx, mage, minio-go and their transitive
dependencies.

v0.9.2

Toggle v0.9.2's commit message

Verified

This commit was signed with the committer’s verified signature.
hugowetterberg Hugo Wetterberg
add golangci-lint config and fix lint errors

Add a .golangci.yml matching the elephantine/tt-live setup and resolve
all resulting findings: rename twirp.TwirpTools to twirp.Tools, wrap
errors from internal helpers, modernize interface{} to any, and fix
whitespace/nlreturn issues.

v0.9.1

Toggle v0.9.1's commit message

Verified

This commit was signed with the committer’s verified signature.
hugowetterberg Hugo Wetterberg
add GrantReportingFromJSON helper

Accepts a JSON-encoded array of table names and delegates to
GrantReporting. This allows projects to embed their reporting
table list as a JSON file and pass it directly.

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was signed with the committer’s verified signature.
hugowetterberg Hugo Wetterberg
add tagging instructions to twirp:release

v0.8.4

Toggle v0.8.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #14 from ttab/feature/restrict-workaround

Workaround for meta-command handling in sqlc

v0.8.3

Toggle v0.8.3's commit message

Verified

This commit was signed with the committer’s verified signature.
hugowetterberg Hugo Wetterberg
add db dropping support

v0.8.2

Toggle v0.8.2's commit message

Verified

This commit was signed with the committer’s verified signature.
hugowetterberg Hugo Wetterberg
add a re-usable GrantReporting target

v0.8.1

Toggle v0.8.1's commit message

Verified

This commit was signed with the committer’s verified signature.
hugowetterberg Hugo Wetterberg
update dependencies

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was signed with the committer’s verified signature.
hugowetterberg Hugo Wetterberg
move to pg17