summaryrefslogtreecommitdiff
path: root/lib/ansible/playbook/attribute.py
Commit message (Expand)AuthorAgeFilesLines
* Use FAs with inheritance only when applicable (#80026) (#80076)Martin Krizek2023-03-201-1/+0
* `FieldAttribute`s as descriptors (#73908)Martin Krizek2022-06-291-10/+93
* Move common build code from _build_helpers (#55986)Toshio Kuratomi2019-07-161-2/+3
* correct method docs (#55961)Brian Coca2019-05-011-1/+2
* add static facility and apply to register (#49737)Brian Coca2019-01-241-0/+2
* Do not use mutable defaults in FieldAttribute, instead allow supplying a call...Matt Martz2018-10-121-13/+2
* Correct default value of always_post_validate in docstringJoren Vrancken2018-07-271-1/+1
* Don't use deepcopy when creating attributes unless really neededToshio Kuratomi2018-07-131-3/+15
* Don't use getattr in _get_parent_attribute to avoid recursion issues (#33595)James Cammarata2018-01-051-2/+18
* Adding aliases for field attributes and renaming async attribute (#33141)James Cammarata2017-11-221-1/+4
* Collated PEP8 fixes (#25293)Dag Wieers2017-06-021-0/+1
* E501 fixes (#22879)Matt Martz2017-03-221-1/+2
* smart quotes, die die die.Toshio Kuratomi2016-12-051-1/+1
* Fix indentationToshio Kuratomi2016-12-051-27/+27
* Add docstring explaining whatw Attribute doesToshio Kuratomi2016-12-051-0/+28
* Selectively assign the getter for better performanceJames Cammarata2016-08-311-1/+2
* Make the loop variable (item by default) settable per taskJames Cammarata2016-04-191-1/+2
* attribute defaults that are containers are a copyBrian Coca2015-12-091-0/+6
* Revert "avoid persistent containers in attribute defaults"Brian Coca2015-12-091-11/+0
* avoid persistent containers in attribute defaultsBrian Coca2015-12-091-0/+11
* Use rich comparisons for Attribute and FieldAttributeMarius Gedminas2015-09-021-2/+21
* Fix indentation to be a multiple of 4Marius Gedminas2015-09-021-7/+7
* Adjust field loading order for vars and tweak post_validate exclusion logicJames Cammarata2015-08-281-1/+2
* Allow field attributes to have prioritiesJames Cammarata2015-08-051-1/+5
* Allow field attributes which are lists to validate the type of the list itemsJames Cammarata2015-06-271-1/+2
* Making the switch to v2James Cammarata2015-05-031-0/+32