Commit Graph

634 Commits (a46ac04e5fa0438263a21c1d951dcb31a5ce81b5)

Author SHA1 Message Date
Nico Schottelius 5f2f8e2bd2 no == true needed 13 years ago
Matt Coddington 3e6b866cae support rsync for remote copy 13 years ago
Nico Schottelius edcb2363e9 ++version(2.0.8) 13 years ago
Nico Schottelius 64bb1741aa cleanup local 13 years ago
Nico Schottelius 72fb77f135 extend not append 13 years ago
Nico Schottelius f031a40746 rebuild the command string 13 years ago
Nico Schottelius ab48a72ce1 return results from run() 13 years ago
Nico Schottelius a4882e7e30 remove useless script printing and reuse run() method 13 years ago
Steven Armstrong 0760ff3c94 implement boolean parameters, forgotten files ;-) 13 years ago
Steven Armstrong 362bdcdbdd implement boolean parameters 13 years ago
Nico Schottelius 46e6ea4308 print name, not object (user does not need to see python way of things) 13 years ago
Nico Schottelius be67059725 print name, not object (user does not need to see python way of things) 13 years ago
Nico Schottelius 0082b7f07c allow objects to start with /, but not to contain //; sanitise after validation 13 years ago
Nico Schottelius 861b13ffe4 record sanitised object, not the user supplied one, as requirement 13 years ago
Nico Schottelius c9ae06db64 do not setup __debug - let the user do if required - do not interfere type with core 13 years ago
Nico Schottelius d51a177a95 invent a generic CdistObjectError and point to definition source (easier debugging) 13 years ago
Nico Schottelius 0861276436 remove obsolete MissingEnvironmentVariableError() 13 years ago
Nico Schottelius f8868349e6 cdist_object.type => cdist_object.cdist_type 13 years ago
Nico Schottelius 632146114c update copyright 13 years ago
Nico Schottelius e3ab8ef77b version increment 13 years ago
Nico Schottelius 2d61070023 remove old IllegalRequirementError exception 13 years ago
Nico Schottelius 2fce038423 correct catching exception to IllegalObjectIdError 13 years ago
Nico Schottelius f12a83f3dd -migration to CdistType error 13 years ago
Nico Schottelius 0851af7d52 allow object_id to start and end with one /, fail with any // 13 years ago
Nico Schottelius 8f75a9133f do not fail validation on empty object_id 13 years ago
Nico Schottelius a8e9b7feed :%s/cdist_object.type/cdist_object.cdist_type/g 13 years ago
Nico Schottelius 2bc201614a :%s/cdist_object.type/cdist_object.cdist_type/g 13 years ago
Nico Schottelius 1e5226e21c fix indention errors due to vim c&p 13 years ago
Nico Schottelius eadb62e67a minimal beaufity 13 years ago
Nico Schottelius dcd3bcee32 use the great method object_from_name() in emulator 13 years ago
Nico Schottelius 2492d51f6f make object_from_name() better readable 13 years ago
Nico Schottelius 097b4ea6ad :%s/self.type/self.cdist_type/g 13 years ago
Nico Schottelius 754aba1a15 record source in setup_object not in requirements 13 years ago
Nico Schottelius f27730e10b finish rewrite to instance method 13 years ago
Nico Schottelius ab565dc3d9 cleanup / emulator 13 years ago
Nico Schottelius 0c990e1756 add singleton / no object_id test to CdistObject 13 years ago
Nico Schottelius 91ecfa7d3f back to 100% tests working 13 years ago
Nico Schottelius fb4f8784b6 rename Type => CdistType 13 years ago
Nico Schottelius 1314567012 also begin to prefix type with cdist 13 years ago
Nico Schottelius 4be37f6e93 begin rename Object => CdistObject 13 years ago
Nico Schottelius 15fb097464 add function to sanitise object_id and verify no // 13 years ago
Nico Schottelius 53c61d42ad remove useless if env: 13 years ago
Nico Schottelius 1dcc420a38 no, no common base class for local/remote 13 years ago
Nico Schottelius d55c52601f move run_type_explorer near run_type_explorers 13 years ago
Nico Schottelius 72fefef320 increment version, update web release 13 years ago
Steven Armstrong 252ae5ea56 new feature: dependency resolver 13 years ago
Nico Schottelius 1e9940ae53 ++fixme of logging 13 years ago
Nico Schottelius 5ca61189d9 change version in lib 13 years ago
Nico Schottelius 092a9aa5b8 update version in lib/ 13 years ago
Steven Armstrong bf13325303 if env is not given, os.environ is used -> need to also do that 13 years ago