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
Michael De La Rue e28845018d [cloud] New module: AWS API Gageway module (#20230)
* Ultra basic api-gateway module based of lambda.py

* Ultra basic deployment added to api-gateway module

* ApiGateway module Allow creation of APIs, more documentation and better return value

* ApiGateway module incorporate review feedback

* ApiGateway module flake8 cleanup

* APIGateway module - more review fixes.

* slightly better messages in api_gateway module

* AWS api_gateway module - try to improve messages in case of exceptions

* rename api_gateway module to aws_api_gateway as discussed in PR 20230

* aws_api_gateway - Allow delivery of swagger either as text or dictionary.

* aws_api_gateway module - introduce 'unit' tests, improve imports using them and small fixes

* aws_api_gateway module - move path expand_user to avoid early typecheck

* aws_api_gateway - version means version of metadata not module - fix to 1.0

* aws_api_gateway module - Rely on module_utils.ec2 for imports & path type for expanduser / cleanups

* aws_api_gateway module - heavy cleanup and refactor of code + cloud retry functionality.

* api_gateway_module - failing test case for handling more than one deployment in succession and API deletion

* add TooManyRequestsException to AWSRetry exception list - makes API deployment work.

* api_gateway_module - Fixes for various review comments + errors from various linters

* api_gateway_module - Fixes for more review comments + linter error

* api_gateway_module - Major refactor into sensible functions - create_response becomes configure_response

* api_gateway_module - should be working under python3; remove test exclusion

* api_gateway_module - finish off remaining review fixes - use ansible defaults and fix mutually exclusive

* api_gateway_module - attempt to improve handling of botocore errors in python3

* api_gateway_module - implement state=absent / API deletion
8 years ago
..
cli ansible-doc: fix exception for required field 8 years ago
compat ansible/compat/: PEP8 compliancy (#24689) 8 years ago
config
errors ansible/errors: PEP8 compliancy (#24693) 8 years ago
executor Facts Refresh (2.4 roadmap) (#23012) 8 years ago
galaxy Transition inventory into plugins (#23001) 8 years ago
inventory Collated PEP8 fixes (#25293) 8 years ago
module_utils [cloud] New module: AWS API Gageway module (#20230) 8 years ago
modules [cloud] New module: AWS API Gageway module (#20230) 8 years ago
parsing removed unused import 8 years ago
playbook Collated PEP8 fixes (#25293) 8 years ago
plugins Python3 fix for hashing in inventory plugins 8 years ago
template Collated PEP8 fixes (#25293) 8 years ago
utils ansible/utils/: PEP8 compliancy (#24686) 8 years ago
vars Collated PEP8 fixes (#25293) 8 years ago
__init__.py
constants.py corrected default inventory plugin order 8 years ago
release.py Collated PEP8 fixes (#25293) 8 years ago