Commit Graph

35 Commits (263a8a73a7ec5df08b965488e71ecf2d81703140)

Author SHA1 Message Date
Nico Schottelius 32f878ad00 update docs, document exit code bug 12 years ago
Nico Schottelius 2403fc59ee refactor commandline: merge into its own class (and add first shell code) 12 years ago
Nico Schottelius dbe65795f5 remove dry_run from object_run 12 years ago
Nico Schottelius 5f318d5de3 print warning in case dry run is activated 12 years ago
Nico Schottelius 5bad25cd6d add dry_run hint to verbose messages, not debug 12 years ago
Nico Schottelius 3c14f7e2f5 add dry run hint 12 years ago
Nico Schottelius 25bdcb1602 cleanup tests and ... - 100% green 12 years ago
Nico Schottelius e1d8645415 fix unit tests for config_install 12 years ago
Nico Schottelius 4ec1afc47f also remove obsolete save_cache function 12 years ago
Nico Schottelius 14a3bf7262 move save_cache into local 12 years ago
Nico Schottelius 347ff8900e split directory creating code off of init 12 years ago
Nico Schottelius b2686f3b13 factor out iterate code to be able to test it for one, two, ... runs 12 years ago
Nico Schottelius 51c8687455 re-add object_prepare, use new run() method 12 years ago
Nico Schottelius a9ffa86b74 remove some old code, merge run into deploy_and_cleanup 12 years ago
Nico Schottelius f95052e56f remove unused modules 12 years ago
Nico Schottelius 4882c2cf19 --resolver in config_install 12 years ago
Nico Schottelius 956f400da6 re-arrange for future cleanup 12 years ago
Nico Schottelius 2dac681f25 better error message 12 years ago
Nico Schottelius 85d24ce259 fix execution order - seems to be fine now 12 years ago
Nico Schottelius 8a7c64f86a cleanups + indent errors 12 years ago
Nico Schottelius a064cc19b3 try new object orientated (hrrr) code instead of stage based 12 years ago
Nico Schottelius 177c350747 use self.context, not self.local 12 years ago
Nico Schottelius d1e06504a2 merge back the dependency resolver into pseudo master 12 years ago
Nico Schottelius 2732a4ba5c finally finish the dynamic resolver 12 years ago
Nico Schottelius 4fd27e76a7 support dry_run in stage_run_iterate as well 12 years ago
Nico Schottelius c270538072 add dry_run option to object_run 12 years ago
Nico Schottelius 4faec43493 cleanup: remove call to old resolver 12 years ago
Nico Schottelius cd8b3cf68d finish rewrite of dependency resolver 12 years ago
Nico Schottelius 16340b7d34 report on broken requirements, begin to satisfy requirements 12 years ago
Nico Schottelius 6b6037d9bb todos for a simple resolver 12 years ago
Nico Schottelius 2e81379c18 add very simple solver for dependencies 12 years ago
Nico Schottelius 6771a13758 pass exec_path from context to local, making it obsolete to manually add the argument to the _link_types_for_emulator 12 years ago
Nico Schottelius dcaa70e6be be consistent in remote 12 years ago
Nico Schottelius cbe95b18e6 rename function to reveal new task: create_files_dirs 12 years ago
Nico Schottelius c9f728e073 lib/cdist => cdist (pypi) 12 years ago
Steven Armstrong 7d61b77708 fix autorequire dependency handling 13 years ago
Nico Schottelius f8868349e6 cdist_object.type => cdist_object.cdist_type 13 years ago
Nico Schottelius 4be37f6e93 begin rename Object => CdistObject 13 years ago
Steven Armstrong 252ae5ea56 new feature: dependency resolver 13 years ago
Steven Armstrong 6dd1465aa8 --AttributeError 13 years ago
Steven Armstrong e1cf8d094b --AttributeError 13 years ago
Steven Armstrong ae23f1576f --TypeError 13 years ago
Steven Armstrong f95ee8062f --SyntaxError 13 years ago
Nico Schottelius b3337a18b9 in theory catch error when requiring an undefined object (in practise not) 13 years ago
Nico Schottelius e18bd97c86 SUCESSFUL is very helpful to grep for :-) 13 years ago
Steven Armstrong 81e4c0a418 move run_*_explorers from config_install to core.explorer 13 years ago
Nico Schottelius c189bd9daf resort output in object_run 13 years ago
Steven Armstrong ca1ef28fe1 change order of log.info 13 years ago
Steven Armstrong e9541b2a2a == is not = :-/ 13 years ago
Steven Armstrong de8a09b45d ++FIXME 13 years ago