ansible/test
Shuang Wang 0c6513e9b1 add module aws_codecommit to represent AWS CodeCommit (#46161)
* kick off

* done for the day

* beta code and test

* fix a typo

* boto3_conn and boto_exception aren't used in this code, ec2_argument_spec is used but unneeded.

* Returning when find a match avoids doing extra work, especially when pagination is involved

* add new permissions for test

* (output is changed) is preferred over accessing the attribute directly.

* pass the result through camel_dict_to_snake_dict() before returning it.

* AnsibleAWSModule automatically merges the argument_spec.

* deletes the created resources even if a test fails.

* AnsibleAWSModule automatically merges the argument_spec.

* fix typo

* fix pep8

* paginate list_repositories

* specify permissions for test

* cut the unnecessary code.

* add return doc string

* add missed ':'

* fix syntax error: mapping values are not allowed here

* add description for return

* fix syntax error

* rename module name and turn off automated integration test.
2018-10-18 14:32:06 +10:00
..
cache
integration add module aws_codecommit to represent AWS CodeCommit (#46161) 2018-10-18 14:32:06 +10:00
legacy fix scaleway user data tests (#46570) 2018-10-12 05:03:18 +10:00
results
runner Update requirements for urllib3 for python 2.6. 2018-10-16 14:08:46 -07:00
sanity Add BOM check to shebang sanity test. 2018-10-15 12:03:58 -07:00
units [aws] New module: iam_password_policy (#36200) 2018-10-17 13:56:13 -04:00
utils Use 4 nodes for sanity tests in CI. 2018-10-16 09:55:26 -07:00