Thibault Jouan
a84b34b7ca
Support `mkdir' status attributes
2014-10-08 22:36:27 +00:00
Thibault Jouan
9bc5c2aeec
Implement `composed_macro' recipe keyword
2014-10-02 03:20:12 +00:00
Thibault Jouan
52dcfcedd3
Refactor specs
2014-09-27 12:20:24 +00:00
Thibault Jouan
2543fdeb00
Implement `file_match' condition keyword
2014-09-27 12:14:16 +00:00
Thibault Jouan
7a7c8379ff
Improve CLI usage:
...
* Rewrite arguments parsing with OptionParser;
* Allow processing of multiple recipes.
2014-09-26 19:06:10 +00:00
Thibault Jouan
2d4e04b2e5
Fail when accessing registry with invalid key
2014-09-26 00:24:19 +00:00
Thibault Jouan
25935f8302
Improve mkdir so that permissions will be forced:
...
SFTP will honor umask on server side, and new directories won't get
expected permissions. We need to explicitly set permissions metadata for
new entries.
2014-09-25 21:35:06 +00:00
Thibault Jouan
bd66ec25e4
Allow `mkdir' action to work recursively
2014-09-25 21:28:12 +00:00
Thibault Jouan
1e3cd696c8
Use a verifying double for remote FS in specs
2014-09-25 20:55:13 +00:00
Thibault Jouan
429b9f9ad2
Refactor mkdir action
2014-09-25 20:35:30 +00:00
Thibault Jouan
b11d0b6950
Allow `target' recipe keyword to return target
2014-09-25 14:57:27 +00:00
Thibault Jouan
42e29cc1fe
Implement `target' condition keyword
2014-09-25 01:34:44 +00:00
Thibault Jouan
a7b2c4abea
Implement `target' recipe keyword
2014-09-25 01:24:25 +00:00
Thibault Jouan
3dc414f188
Declare macro in tasks
2014-09-25 00:27:46 +00:00
Thibault Jouan
77582ef843
Allow access to registry from conditions
2014-09-25 00:01:03 +00:00
Thibault Jouan
638f8320bc
Implement nested tasks
2014-09-24 22:26:29 +00:00
Thibault Jouan
3b28045340
Merge Condition::DSL into Condition
2014-09-22 19:43:43 +00:00
Thibault Jouan
2c335b2437
Merge Task::DSL into Task
2014-09-22 19:43:36 +00:00
Thibault Jouan
166dae681c
Merge Recipe::DSL into Recipe
2014-09-22 19:43:30 +00:00
Thibault Jouan
52e183b277
Refactor CLI
2014-09-22 13:00:50 +00:00
Thibault Jouan
ea6875e9ee
Refactor CLI
2014-09-22 12:30:50 +00:00
Thibault Jouan
4a83e8c71a
Implement `file_eq' condition keyword
2014-09-22 08:25:50 +00:00
Thibault Jouan
563bf9cccf
Implement action arguments logging
2014-09-17 00:24:31 +00:00
Thibault Jouan
3cb195c9a0
Update rspec to last version
2014-09-16 21:15:25 +00:00
Thibault Jouan
db91eb06cd
Forward standard error stream from remote execution
2014-07-24 17:38:13 +00:00
Thibault Jouan
8375890c1b
Simplify Remote::Environment
2014-07-01 20:02:35 +00:00
Thibault Jouan
336003d2d7
Close SSH session before exiting
2014-07-01 19:54:33 +00:00
Thibault Jouan
1188b2008f
Print a warning when in dry run mode
2014-07-01 18:15:55 +00:00
Thibault Jouan
44a5b20e14
Improve verbose output
2014-07-01 17:32:13 +00:00
Thibault Jouan
a866d2a42f
Update TestEnvHelpers for rspec 2.99.x
2014-07-01 16:59:49 +00:00
Thibault Jouan
e6ee3d5f77
Implement `-t' CLI option switch to specify target
2014-06-27 17:32:42 +00:00
Thibault Jouan
e423a66d5c
Fix coding standards in spec
2014-06-27 17:32:03 +00:00
Thibault Jouan
3c46c5bc61
Implement `test_macro' recipe keyword
2014-06-03 16:27:59 +00:00
Thibault Jouan
18b835b10e
Improve test suite performance with aruba wrapper:
...
* Implement ArubaProgramWrapper in cucumber env;
* Tag a few features to not use the wrapper as aruba doesn't support yet
interactive testing with in process mode, and reported program name
will not be the correct one;
* Assign required standard streams to CLI and Env classes.
2014-05-30 23:14:00 +00:00
Thibault Jouan
2ee3b5dbaf
Improve CLI spec examples sort order
2014-05-30 23:09:42 +00:00
Thibault Jouan
d4d1657a4a
Simplify CLI
2014-05-26 00:46:39 +00:00
Thibault Jouan
39427c35c3
Refactor and simplify CLI and Env:
...
* Do not modify Env logger from CLI;
* Add verbose attribute to Env;
* Implement Env#verbose?;
* Remove Env#log_level and Env#log_level=;
* Refactor related specs, improve some wording.
2014-05-25 17:44:24 +00:00
Thibault Jouan
0db2d90b72
Show command when remote execution fail
2014-05-25 15:51:33 +00:00
Thibault Jouan
87a3ead082
Implement dry run mode
2014-05-25 13:38:47 +00:00
Thibault Jouan
332bb1a416
Improve verbose mode output formatting
2014-05-25 12:14:25 +00:00
Thibault Jouan
8291f1bcfd
Implement verbose mode
2014-05-25 12:14:22 +00:00
Thibault Jouan
2b86bbf112
Implement Task#to_s
2014-05-25 12:12:09 +00:00
Thibault Jouan
7cffa34442
Attach our env to the worker from the CLI
2014-05-25 12:12:09 +00:00
Thibault Jouan
024ab7eba0
Integrate a logger attached to our env
2014-05-25 12:12:09 +00:00
Thibault Jouan
94f6bbb4aa
Accept mode as argument in `mkdir' action
2014-04-25 00:33:27 +00:00
Thibault Jouan
5cb6296057
Accept mode as argument in `file_write' action
2014-04-25 00:33:24 +00:00
Thibault Jouan
0485105e28
Support (key, value) form in env? condition keyword
2014-04-24 21:41:30 +00:00
Thibault Jouan
25b1394178
Improve HasEnv specs:
...
* Use a more classic style, and rely on a simple Hash instead of
stubbing a double;
* Improve examples to show the intent more clearly (like the use of a
symbol when querying).
2014-04-24 18:38:58 +00:00
Thibault Jouan
fc5d35ceb5
Fix subject name in HasExecutable specs
2014-04-24 15:52:25 +00:00
Thibault Jouan
3610427c74
Improve `file_append' when file doesn't exist
2014-04-23 20:39:19 +00:00