All Versions
4
Latest Version
0.3
Avg Release Cycle
38 days
Latest Release
-

Changelog History

  • v0.3 Changes

    • In order to enable easy SSH tunneling, the distributed-process backend migrated to distributed-process-p2p, using a simple star topology instead
    • distributed-process-p2p requires us to pass the master node to slave nodes, so the command line interface changed (--master and --slave specifically)
    • โœ… The acceptance test suite was fixed (nasty name resolution, IPv4 vs IPv6 stuff), so this mostly works, although stack seems to have problems finding hsc2hs at the time of writing for lts-2 and lts-6, so they are allowed to fail for the time being
  • v0.3.0.1 Changes

    October 31, 2016
    • ๐Ÿš€ The invokation of git fetch via callProcess repeatedly hung up the watch thread on perf-service.haskell.org (issue #24). This release fixes that by way of exclusively going through readCreateProcessWithExitCode and appropraite logging of error cases in FeedGipeda.GitShell.
  • v0.3.0.0 Changes

    October 25, 2016
    • In order to enable easy SSH tunneling, the distributed-process backend
      migrated to distributed-process-p2p, using a simple star topology instead
    • distributed-process-p2p requires us to pass the master node to slave nodes,
      ๐Ÿ’ป so the command line interface changed (--master and --slave specifically)
    • โœ… The acceptance test suite was fixed (nasty name resolution, IPv4 vs IPv6
      ๐Ÿ‘€ stuff), so this mostly works, although stack seems to have problems finding
      hsc2hs at the time of writing for lts-2 and lts-6, so they are allowed
      to fail for the time being
  • v0.2.0.0 Changes

    August 16, 2016

    โฌ†๏ธ Bumped the major version number, because of the way commits are processed now.

    • ๐Ÿ†• New commit queue which schedules commits from different repositories round-robin, newest commits first
    • ๐Ÿ— When run in build once mode, it was not so clear when to quit because of the architecture. The current scheme should be more reliable and not quit early