Skip to content

v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Oct 12:43
· 357 commits to main since this release

Changelog

  • 0d0c217 Add Google Groups adapter
  • 940b500 Add Makefile to help with common development commands
  • b696129 Add custom role/delivery settings when adding users
  • 2615e86 Add goimports to code quality tooling
  • deffb45 Add matrix testing strategy for Go 1.18 and 1.19
  • 54fe4fc Add max results for Google API calls
  • b2602d9 Add missing golangci-lint dependency
  • 6e1e0e7 Fix Makefile prompts in GH actions
  • 4583b63 Fix imports
  • 7c1f825 Fix linting & autofix
  • 3c70d6b Fix missing -r from rm in mockery workflow
  • 860caf8 Fix path to install golangci-lint
  • 5740875 Install goimports
  • 645e35b Remove autofix as it's unreliable
  • 9720e2f Remove brittle mockery linter
  • 4070edf Remove permissions & config from test
  • e6ee779 Remove unused if from lint
  • e644c80 Rename GH actions job to autofix
  • 1e05579 Rename OptionLogger to WithLogger
  • 5484a59 Replace goimports with gci due to non-deterministic results
  • c42a9cf Separate linting & mockery from fixing for forks
  • 23f7615 Set Go version to 1.18
  • b7d6125 Set minimum Go version to 1.18
  • 58a8673 Update .idea VCS commit message config
  • 4d3e07f Update CONTRIBUTING guide with Makefile assistance
  • c4af071 Update IntelliJ watchertasks to use gci instead of goimports
  • e063d0f Update Makefile to run make fix after Mockery
  • a9715eb Update Mockery gh workflow to use make command instead
  • a7ea7c0 Update Mockery workflow to include missing dependencies
  • cfbf94b Update WithLogger comment
  • f90eb01 Update lint & mockery GH workflows
  • 646a358 Update linting & mockery to run on push instead of pull_request
  • 193252c rename *Call functions to call*