Commit Graph

42 Commits

Author SHA1 Message Date
Justin Leitgeb
4591643f70 Simplify function 2014-06-03 16:23:31 -05:00
Justin Leitgeb
2854b111b2 Simplify a function 2014-06-03 16:17:55 -05:00
Justin Leitgeb
5b8f231a95 Making deploy configurable 2014-06-03 16:15:39 -05:00
Justin S. Leitgeb
95dae7f3a8 Merge pull request #10 from stackbuilders/rollback
Implement rollback function
2014-06-03 14:28:48 -04:00
Justin Leitgeb
7dc90770a1 Refactoring - add Release type 2014-06-03 13:27:59 -05:00
Justin Leitgeb
eb3399fc5b Refactoring 2014-06-03 12:04:47 -05:00
Justin Leitgeb
2540b09b54 Get rid of a useless case branch 2014-06-03 11:05:10 -05:00
Justin Leitgeb
0d08525c21 Implement rollback function 2014-06-03 10:59:18 -05:00
Eric Jones
69af30cba6 Merge branch 'libraryize_package' of github.com:stackbuilders/hapistrano into libraryize_package
Conflicts:
	hapistrano.cabal
2014-06-02 13:36:55 -05:00
Eric Jones
626e9488c0 Change name of remote command builder. 2014-06-02 13:32:41 -05:00
Eric Jones
3e661dbf22 Change to use do notation in favor of (>>) operator chain. 2014-06-02 13:32:41 -05:00
Eric Jones
7e09dd8d62 Use void instead of explicit return of (). 2014-06-02 13:32:41 -05:00
Jakub Arnold
b7d9981319 Replace String with FilePath wherever possible 2014-06-02 13:32:40 -05:00
Justin Leitgeb
635a149414 Selectively import fns from some modules 2014-06-02 13:32:40 -05:00
Justin Leitgeb
1220dd1304 Change executable into library, other refactoring 2014-06-02 13:32:40 -05:00
Eric Jones
f607fbb544 Change name of remote command builder. 2014-06-02 13:30:17 -05:00
Eric Jones
13391a204f Change to use do notation in favor of (>>) operator chain. 2014-06-02 12:15:08 -05:00
Eric Jones
1b07a905ea Use void instead of explicit return of (). 2014-06-02 12:14:33 -05:00
Justin S. Leitgeb
8591e26cba Merge pull request #5 from stackbuilders/filepaths
Filepaths
2014-06-02 10:09:35 -04:00
Jakub Arnold
267b2528c7 Replace String with FilePath wherever possible 2014-06-02 12:08:40 +02:00
Justin Leitgeb
acdbaa2ad4 Resolve merge conflict with master 2014-06-01 19:05:09 -05:00
Justin S. Leitgeb
8d49892f6e Merge pull request #3 from stackbuilders/allow-base-47
Change dependency on base to <4.8
2014-06-01 20:00:33 -04:00
Jakub Arnold
b6f4c6a948 Change dependency on base to <4.8
It seems that the current dependency of >=4.6 && <4.7 doesn't build on
GHC 7.8.2.
2014-06-01 23:33:46 +02:00
Justin Leitgeb
e2ded83cbe Selectively import fns from some modules 2014-06-01 10:32:32 -05:00
Justin Leitgeb
17812ef3ee Change executable into library, other refactoring 2014-06-01 09:54:30 -05:00
Justin Leitgeb
c266dee8a0 Change licensee 2014-06-01 09:05:16 -05:00
Justin S. Leitgeb
7c596ed4a6 Merge pull request #1 from stackbuilders/transformer-refactor
[NO STORY] Initial monad transfromer refactor.
2014-06-01 10:03:16 -04:00
Justin Leitgeb
4f53e2eccb Add default success and failure handlers 2014-06-01 09:00:30 -05:00
Justin Leitgeb
1b0d8af179 Fixes for haddock 2014-06-01 09:00:17 -05:00
Justin Leitgeb
976d336b61 Make hlint happy 2014-05-31 10:02:15 -05:00
Justin Leitgeb
fd8214dc7b More code cleanup 2014-05-31 09:55:48 -05:00
Justin Leitgeb
8e487e3951 Another shadowed var fix 2014-05-31 09:53:23 -05:00
Justin Leitgeb
88b4640153 More shadowed var fixes 2014-05-31 09:52:57 -05:00
Justin Leitgeb
3215d3b21a Remove unused field 2014-05-31 09:50:12 -05:00
Justin Leitgeb
35963e9358 Clean up some shadowed vars and fix deploy to revision 2014-05-31 09:45:42 -05:00
Justin Leitgeb
16ab70fda1 Fix deployment of version 2014-05-31 09:34:09 -05:00
Justin Leitgeb
90c2620b1f Release a particular revision 2014-05-31 09:07:43 -05:00
Justin Leitgeb
d9238c3ac1 Minor output changes and whitespace
* Trim trailing whitespace
* Only import Data.List functions that we need
* Always print stdout when available on command success
2014-05-31 08:46:46 -05:00
Eric Jones
207249403a [NO STORY] Initial monad transfromer refactor. 2014-05-30 22:18:29 -05:00
Justin Leitgeb
07dc632988 Working deploy and build 2014-05-30 11:49:09 -05:00
Justin Leitgeb
cf42e8f8ef Add symlinking functions 2014-05-30 09:09:01 -05:00
Justin Leitgeb
187ce722ea First 2014-05-29 13:51:17 -05:00