Skip to content

v0.38.2

Compare
Choose a tag to compare
@lucassabreu lucassabreu released this 26 Jul 12:37
· 98 commits to main since this release

Added

  • tests for pkg/cmd/config
  • created a helper pkg for interactive console testing
  • tests for pkg/cmd/version
  • add codecov to pull requests

Changed

  • api.Client changed into a interface to easy testing
  • user reports now show the user timezone
  • flag debug dropped in favor of log-level to allow a finer control of the output for reporting
    bugs.

Fixed

  • Client.WorkspaceUsers was not paginating over the results, this created bugs on config init
    and user list
  • make dist was building all system to the same file

Thanks

Thank you to @mhogerheijde for fixing the issue
#204.