Skip to content

Releases: sheldonhull/magetools

v0.0.7 - improve SilentInstallTools output and handling

24 Jan 22:55
Compare
Choose a tag to compare

Full Changelog: v0.0.6...v0.0.7

  • Don't exit on error during install, to allow all other successful tools to continue
  • Output the failing install command now so it's not confusing to figure out the failure.

v0.0.6 - refactor(magetoolsutils): improve debug flag based on github, azure devops, and debug flag

18 Jan 20:14
Compare
Choose a tag to compare

Full Changelog: v0.0.5...v0.0.6

  • Fix starter template using func() instead of func in mg.Deps chain.
  • Add mage to gotools init default tooling.

v0.0.5 gitleaks

15 Jan 04:50
23611e2
Compare
Choose a tag to compare

What's Changed

  • feat: add gitleaks scanner and improve pkg utilities for installs by @sheldonhull in #13

Full Changelog: v0.0.4...v0.0.5

v0.0.04 - apply missing v prefix

07 Jan 04:26
Compare
Choose a tag to compare

Full Changelog: 0.0.3...v0.0.4

Apparently need to to include v prefix for this to be recognized properly as a Go package. 😀

0.0.3 - Semver versioning enabled

24 Dec 02:16
Compare
Choose a tag to compare

0.0.2 (2021-12-23)

New feature:

  • add devcontainer build task(f055a56) (@sheldon Hull)
  • docker: add basic docker build command, prune, and handle docker-compose vs docker compose(8250188) (@sheldon Hull)
  • gotools: ⚡ add golines as default wrapper(730e08a) (@sheldon Hull)
  • improve test output(88e8a43) (@sheldon Hull)
  • examples: 🎉 add .env file copy example(256325c) (@sheldon Hull)
  • ✨ add debug logging option and nice section headers to init tasks to reduce need in external calls(a83dabb) (@sheldon Hull)
  • tooling: 🎉 add silent spinner out for any tasks(86f5017) (@sheldon Hull)
  • tooling: default to silent install of tools with spinner(ea2540e) (@sheldon Hull)
  • gotools: ⚡️ add automatic detection of local mod file for goimports command(7dd6041) (@sheldon Hull)
  • gotools: ♻️ improve golangci-lint formatting, linting, and other checks(27b9567) (@sheldon Hull)
  • gotools: ➕ add gotools for VSCode to initialization of toolList for go tools init command(50bdfd0) (@sheldon Hull)
  • licensing: add recursive check and force override path"(e98c73e) (@sheldon Hull)
  • gotools: add Test() func(3b398e1) (@sheldon Hull)
  • gittools: ✨ add gittools to install common go git tooling like git-town and bit for devcontainer onboarding(8cee5d8) (@sheldon Hull)
  • licensing: ✨ add licensing checks using go-license(82964d5) (@sheldon Hull)
  • ✨ include starter templates to accelerate start(370eae4) (@sheldon Hull)
  • ci: ✅ add check for netlify CI(a8f926d) (@sheldon Hull)
  • docker: 🎉 add initial docker build and run mage tasks(caeb2b8) (@sheldon Hull)
  • gotools: 🎉 add go formatting and linting helpers(541c2fc) (@sheldon Hull)
  • gotools: ✨ add gotools for running go specific actions(ef97514) (@sheldon Hull)
  • ✨ add ci and fancy packages and linting and tests(8cf510c) (@sheldon Hull)
  • 🚀 initial deployment with tool retool replacement (#1)(1ee7bbc) (@sheldonhull)

Bugs fixed: