Commit Graph

9 Commits (d69aa192063700b052d82b302a91d8251a656183)

Author SHA1 Message Date
James Cammarata b0069a338e Overhauls to v2 code
* using inspect module instead of iteritems(self.__class__.__dict__, due
  to the fact that the later does not include attributes from parent
  classes
* added tags/when attributes to Base() class for use by all subclasses
* removed value/callable code from Attribute, as they are not used
* started moving some limited code from utils to new places in v2 tree
  (vault, yaml-parsing related defs)
* re-added ability of Block.load() to create implicit blocks from tasks
* started overhaul of Role class and role-related code
11 years ago
James Cammarata 57d2622c8c Adding block code and tests 11 years ago
James Cammarata 21577ff2cc Moved v2 tests for plugins to new location 11 years ago
James Cammarata 1d04e4b3d2 Updating unittests for v2 stuff 11 years ago
Toshio Kuratomi acf4bc95a3 Give all v2 tests the python3 compat boilerplate 11 years ago
Toshio Kuratomi a707f5acfe Fix relative imports 11 years ago
Toshio Kuratomi 6ecca227b8 Fix missing import 11 years ago
Toshio Kuratomi 057c1df303 Remove temp file 11 years ago
Toshio Kuratomi cf5ce97275 Somehow, git mv only rm'd test/v2 and didn't add v2/test 11 years ago