Commit Graph

90 Commits (1c84e423d11b9535a940ed9f76f8e69a3b2ff40e)

Author SHA1 Message Date
Steven Armstrong 1c84e423d1 include type name in error message 14 years ago
Steven Armstrong d346364544 better error message 14 years ago
Steven Armstrong 3e3919d15f implement fail if object_id starts with / 14 years ago
Steven Armstrong b122b53d73 implement Object object_from_name 14 years ago
Steven Armstrong a8733c5b9b make base_path public 14 years ago
Steven Armstrong 08d98ac389 only list type explorers if there are any; only transfer type explorers if there are ant 14 years ago
Steven Armstrong d02b8d9d30 fix imports 14 years ago
Steven Armstrong 1f44617133 use remote paths when executing on remote side 14 years ago
Steven Armstrong 773d325afa only run gencode scripts if they exist 14 years ago
Steven Armstrong 6dada17509 only run type manifest if it exists 14 years ago
Steven Armstrong 74300ab38e set __cdist_manifest for use in type emulator 14 years ago
Steven Armstrong be21cdce17 set __cdist_manifest for use in type emulator 14 years ago
Steven Armstrong 6c7e280eac remove obsolete method, merge code 14 years ago
Steven Armstrong 1c3902f3db implement run_code_remote 14 years ago
Steven Armstrong e605102281 implement run_code_local 14 years ago
Steven Armstrong 31ce938593 implement transfer_code_remote 14 years ago
Steven Armstrong 5edcc0537b use api internally instead of constructing the same paths again 14 years ago
Steven Armstrong 1665b4b5e6 implement run_gencode_remote 14 years ago
Steven Armstrong 6d438d4ec5 implement run_gencode_local 14 years ago
Steven Armstrong 939962b583 implement code_remote 14 years ago
Steven Armstrong 93ede2a3be implement code_local 14 years ago
Steven Armstrong 8fb51a396a implement list_type_explorer_names 14 years ago
Steven Armstrong 86fcce928c implement list_global_explorer_names 14 years ago
Steven Armstrong 20fae8b52b fix typo 14 years ago
Steven Armstrong 48ae37e832 implement transfer_object_parameters 14 years ago
Steven Armstrong 841b54c6d0 +devnotes, +FIXME 14 years ago
Steven Armstrong c15673aef7 +docstring 14 years ago
Steven Armstrong 63eee391e0 implement Explorer analog to Manifest + tests 14 years ago
Steven Armstrong a8ec91c804 -e /type_base_path/type_path/ -e /object_base_path/object_path/ 14 years ago
Nico Schottelius 6d87f4b917 integrate global explorer into core 14 years ago
Nico Schottelius 50a07da967 global explorer belongs to core 14 years ago
Steven Armstrong 5df8479c5a implement Manifest and tests 14 years ago
Steven Armstrong 2c6c9bcab5 Object handles its explorers itself 14 years ago
Steven Armstrong 442ffb75fa nuke legacy files 14 years ago
Steven Armstrong 753936b7c3 make object.source a list 14 years ago
Steven Armstrong 904396f6a5 new method to create object on the file system 14 years ago
Steven Armstrong 5a082058e5 new method which checks if object exists on the file system 14 years ago
Steven Armstrong 96c059983a - legacy code, + docstrings 14 years ago
Steven Armstrong 67543146f0 add source property 14 years ago
Steven Armstrong af8f006fc6 /type/cdist_type/ 14 years ago
Steven Armstrong bbcecc03ef remove redundant code, use new fsproperty module instead 14 years ago
Steven Armstrong 4a3bc72846 move file based properties out of core 14 years ago
Steven Armstrong 44a722042a new class for using filesystem as backend for boolean properties 14 years ago
Steven Armstrong 86f976976e bugfix: use absolute path when accessing file system 14 years ago
Steven Armstrong 0ba6d55191 raise exception when given a relative path 14 years ago
Steven Armstrong 96ca5b6988 bugfix: use absolute path to when accessing file sytem (unittest discoverd :-) 14 years ago
Steven Armstrong e27cd9e809 when comparing objects, define equality as 'attributes are the same' 14 years ago
Steven Armstrong d3e1276965 remove duplicate code 14 years ago
Steven Armstrong ae15779c81 -- DeprecationWarning: object.__new__() takes no parameters 14 years ago
Steven Armstrong b778c9ff15 absolute path is based on relative path -> does not need another .cdist 14 years ago