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/docs/docsite/rst/dev_guide
Simon fb6ae90f60 Memset: initial module, integration tests, module_utils and supporting documentation. (#40071)
*  * Memset:
   * module_utils and associated documentation.
   * module to manage DNS zones.
   * integration tests to run against Memset's API.

* * memset.py:
  * remove import of requests from memset.py in favour of internal Ansible modules.
  * import necessary Ansible modules for request and response handling.
  * create a response object in order to retain a stable interface to memset_api_call from existing modules.
  * rework memset_api_call to remove requests.
* memset_zone.py:
  * improve short description to be more verbose.
  * ensure all imports directly follow documentation.
  * remove any reference to requests.
  * correct keyerror carried over from elsewhere.

* remove dependency on requests from documentation string

* disable integration tests until we have a cleanup method available
6 years ago
..
style_guide Use https for links to ansible.com domains. 7 years ago
testing/sanity Improve integration-aliases docs. (#39087) 7 years ago
Makefile consolidated docs 8 years ago
developing_api.rst spacing issue (#39884) 6 years ago
developing_core.rst consolidated docs 8 years ago
developing_inventory.rst Fix typo (#38652) 7 years ago
developing_module_utilities.rst Memset: initial module, integration tests, module_utils and supporting documentation. (#40071) 6 years ago
developing_modules.rst Last docs link fixes (#39391) 6 years ago
developing_modules_best_practices.rst Temporary (#31677) 7 years ago
developing_modules_checklist.rst Last docs link fixes (#39391) 6 years ago
developing_modules_documenting.rst Internal refs (#39094) 7 years ago
developing_modules_general.rst Change wording of Going Further section (#35949) 7 years ago
developing_modules_general_OLD._rst rename dev..general_OLD.rst to ._rst (#30291) 7 years ago
developing_modules_general_windows.rst Last docs link fixes (#39391) 6 years ago
developing_modules_in_groups.rst corrects links to 'list_of' pages (#39161) 7 years ago
developing_plugins.rst Internal refs (#39094) 7 years ago
developing_program_flow_modules.rst Allow subspec defaults to be processed when the parent argument is not supplied (#38967) 6 years ago
developing_python_3.rst Last docs link fixes (#39391) 6 years ago
developing_rebasing.rst consolidated docs 8 years ago
index.rst Last docs link fixes (#39391) 6 years ago
overview_architecture.rst Add a code-smell test for smart quotes and remove smart quotes from all files 7 years ago
repomerge.rst Remove references to obsolete PR Mover. (#30298) 7 years ago
testing.rst Typo fix in testing link (#39407) 6 years ago
testing_compile.rst Convert ansible-test compile into a sanity test. 7 years ago
testing_httptester.rst Update httptester docs. 7 years ago
testing_integration.rst added support for --testcase flag in ansible-test (#36134) 7 years ago
testing_integration_legacy.rst aws integration tests - provide an IAM policy for running (#24725) 7 years ago
testing_pep8.rst Update all pypi.python.org URLs to pypi.org (#38988) 6 years ago
testing_running_locally.rst Reduce warnings (#39254) 6 years ago
testing_sanity.rst Doc build warning/broken link clean-a-palooza (#37382) 7 years ago
testing_units.rst Reduce warnings (#39254) 6 years ago
testing_units_modules.rst Reduce warnings (#39254) 6 years ago
testing_validate-modules.rst Use arg_spec type for comparisons on default and choices (#37741) 7 years ago