You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible
Paul Belanger 16f0b7461c
Support `removed_at_date` in ansible-doc (#70002) (#70015)
* Support removed_at_date in ansible-doc

Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>

Changes:
  * ansible-doc does not support `removed_at_date` and assumes that
    deprecated dict will either have `removed_in` or `version`. This
    results in ansible-doc (and hence "sanity --test=ansible-doc")
    failing for modules having only `removed_at_date`.

  * This patch adds support for `removed_at_date` and also gives it
    precedence over `removed_in` or `version`.

* Add tests and changelog

Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
(cherry picked from commit 9d6b0f2b03)
Signed-off-by: Paul Belanger <pabelanger@redhat.com>

Co-authored-by: Nilashish Chakraborty <nilashishchakraborty8@gmail.com>
6 years ago
..
cli Support `removed_at_date` in ansible-doc (#70002) (#70015) 6 years ago
compat [stable-2.9] Fix filedescriptor out of range in select() when running commands (#65058) (#69517) 6 years ago
config Ensure --version works with non-ascii project path (#66624) (#69789) 6 years ago
errors [2.9] include_vars: Check NoneType for raw_params (#65301) 6 years ago
executor avoid fatal tb on bad fqcn callback name (#69440) (#69496) 6 years ago
galaxy [stable-2.9] Fix galaxy publish sha256 value format. (#67942) (#69435) 6 years ago
inventory Remove deprecation for TRANSFORM_INVALID_GROUP_CHARS (#66650) (#69487) 6 years ago
module_utils Fix system default dict generation (#69690) 6 years ago
modules ec2_group: Ensure group-based rule targets have consistent data formats (#69748) 6 years ago
parsing preserve json parsing error (#58461) 6 years ago
playbook [stable-2.9] RoleRequirement - Include stderr in the error message (#66006) (#69486) 6 years ago
plugins Split regular and handler results into their own queues (#69498) (#69730) 6 years ago
template [stable-2.9] Properly handle unicode in safe_eval (#68576) (#69626) 6 years ago
utils [2.9] Prevent Ansible 2.9 to choke on collections using deprecation by date or collection_name for deprecation calls (#69935) 6 years ago
vars fix delegation vars usage (debug still shows inventory_hostname (#69520) 6 years ago
__init__.py
constants.py prevent ansible_facts injection (#68431) 6 years ago
context.py Become plugins (#50991) 7 years ago
release.py Update Ansible release version to v2.9.9.post0. 6 years ago