Skip to content

Releases: thorgate/tg-hammer

Version 0.7.0 RC-0

21 Jan 09:25
911e094
Compare
Choose a tag to compare
Version 0.7.0 RC-0 Pre-release
Pre-release
  • Provide hammer.colors (red, green, blue, yellow)
    • On fabric1 these come from fabric.colors
    • On fabric2 these come from ansicolors
  • Provide hammer.util.abort
  • Provide hammer.util.prompt
  • Provide hammer.util.indent
  • Compatibility with fabric2 and python 3

Version 0.7.0 alpha-3

13 Jan 15:55
f2dd5a8
Compare
Choose a tag to compare
Version 0.7.0 alpha-3 Pre-release
Pre-release
  • Provide hammer.util.indent
  • Bugfix: Ensure context is passed to DockerNetworkAllocator
  • Bugfix: Fix output handling of docker_network on python3

Version 0.7.0 alpha-1

13 Jan 12:53
85bff09
Compare
Choose a tag to compare
Version 0.7.0 alpha-1 Pre-release
Pre-release

Changes compared to alpha-0

Version 0.7.0 alpha-0

13 Jan 10:24
4ac055b
Compare
Choose a tag to compare
Version 0.7.0 alpha-0 Pre-release
Pre-release
  • Compatibility with fabric2

TODO: Provide detailed changelog of new version

Version 0.6.8

23 Jul 11:25
Compare
Choose a tag to compare
  • Git: Fix git branch detection on some versions of git
  • Remove control characters when reading command results, better unicode handling in command results

Version 0.6.7

29 Aug 10:22
a3a9775
Compare
Choose a tag to compare
  • Git: Fix get revision log throwing error while running against server

Version 0.6.6

17 Jul 15:30
4ba3538
Compare
Choose a tag to compare

Version 0.6.5

24 Jan 15:29
106c830
Compare
Choose a tag to compare
  • Git: Make normalize_branch work with detached at state.

Version 0.6.4

18 Sep 10:58
Compare
Choose a tag to compare
  • Service helpers: Allow to override daemon_type and daemon_target_dir per invocation of install_services, install_services_cp and manage_service.
  • Service helpers: Fix a bug w/ supervisor update & reread which caused the actual command
    that was executed to be supervisorctl <action> supervisorctl which had no effect
  • Mercurial: Use ui.paginate=never when executing hg log / hg status. The previous value was based on the 4.2-rc version and the new variant uses the format that was released with 4.2

Note: This also bumps the minimum hg version on the server to 4.2

see: Mercurial 4.2 (2017-5-2) https://www.mercurial-scm.org/wiki/WhatsNew#Mercurial_4.2_.282017-5-2.29

Version 0.6.3

31 Aug 16:31
Compare
Choose a tag to compare
  • Mercurial: Ensure we disable pager and colors when requesting hg log (defaults were changed in mercurial)
  • Service helpers: Add support for dynamic modification of content in install_services_cp see documentation for more info