Commit Graph

18 Commits

Author SHA1 Message Date
Sibi Prabakaran
ede332fea4
Fix typo: /s/preforms/performs 2017-09-04 22:16:23 +05:30
Sibi Prabakaran
bcf31c2cf5
Add hspec tests for both the scenarios 2017-09-04 22:16:00 +05:30
mrkkrp
9d933ac71d Drop no-longer useful completion tokens 2017-03-02 00:24:35 +03:00
Mark Karpov
e4790b3619 Implement concurrent multihost deployment (#60)
* Implement concurrent multi-host deployment
* Fix a couple of typos/obsolete info in ‘CHANGELOG.md’
2017-03-02 00:40:08 +04:00
Mark Karpov
7727061493 Add verification before rollbacks (#53) 2017-02-08 20:16:53 +04:00
Mark Karpov
72a1b75e70 Refactor/rewrite all the code (#52)
* Refactor/rewrite all the code

The change prepares solid ground for further improvements. This also fixes
at least two bugs:

* Proper support for empty lines and comments in build scripts.

* Previously switching to new releases was not atomic despite messing with
  symlinks. This is because it deleted the current link before creating the
  new one, but it should have created a new link and then use ‘mv’ to
  replace the old one atomically. The code has been changed to work properly
  now.

* Refresh the test suite as well

* Fix the build for older GHCs

* Use subshell for ‘cd’ commands
2017-02-06 19:04:00 +04:00
Cristhian Motoche
c6dd1bc640 Parse env variable PORT (#39) 2017-01-28 17:43:45 +04:00
Juan Paucar
8c760cff32 Support comments and empty lines (#44) 2017-01-28 17:08:37 +04:00
Juan Pedro Villa Isaza
ca5c7a28ad Configure Git to fix tests 2015-09-24 10:19:30 -05:00
Juan Pedro Villa Isaza
ada5961a5f Remove unused runCommand function 2015-09-23 09:20:24 -05:00
Juan Pedro Villa Isaza
41503107b0 Fix tests on Linux 2015-09-22 20:13:51 -05:00
Juan Pedro Villa Isaza
c6fb4becfc Clean up (Cabal) package 2015-09-09 14:05:20 -05:00
Justin Leitgeb
7720575b22 Fix haddock 2015-03-12 22:15:57 -05:00
Justin Leitgeb
4798fdb51f More cleanup 2015-03-12 22:11:21 -05:00
Justin Leitgeb
43d1eee78a Hlint fix 2015-03-12 21:07:16 -05:00
Justin Leitgeb
bac5887546 Create local test git repo 2015-03-12 21:02:32 -05:00
Justin Leitgeb
ada63d36c1 Use monads with more specific effects 2015-03-12 14:51:52 -05:00
Justin Leitgeb
2653d984bb Refactoring and test additions 2015-03-11 16:02:52 -05:00