summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Overhaul ansible-test test path handling. (#61416)Matt Clay2019-08-271-8/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove .keep files from test/results/ dirs. * Remove classification of test/results/ dir. * Add results_relative to data context. * Use variables in delegation paths. * Standardize file writing and results paths. * Fix issues reported by PyCharm. * Clean up invocation of coverage command. It now runs through the injector. * Hack to allow intercept_command in cover.py. * Simplify git ignore for test results. * Use test result tmp dir instead of cache dir. * Remove old .pytest_cache reference. * Fix unit test docker delegation. * Show HTML report link. * Clean up more results references. * Move import sanity test output to .tmp dir. * Exclude test results dir from coverage. * Fix import sanity test lib paths. * Fix hard-coded import test paths. * Fix most hard-coded integration test paths. * Fix PyCharm warnings. * Fix import placement. * Fix integration test dir path. * Fix Shippable scripts. * Fix Shippable matrix check. * Overhaul key pair management.
* Add missing ansible-test git ignore.Matt Clay2019-08-201-0/+2
|
* Clean up ansible-test inventory templates. (#60321)Matt Clay2019-08-091-1/+0
| | | | | * Move ansible-test inventory templates. * Remove obsolete inventoy.remote.template file.
* Generate galaxy.yml based on single source of truth (#59170)Jordan Borean2019-07-231-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | * Generate galaxy.yml based on single source of truth * Fix up tests and align file names * Minor Makefile tweak * Remove link in galaxy.yml file and make it a template file * Moved collections docs to dev_guide * change Makefile clean path * Added readme to example meta file * review fixes * Use newer style for doc generation script * Fix mistake in dev_guide index * removed uneeded file, fixed links and added preview banner * Moved banner for sanity test
* Add timeout support to ansible-test. (#53302)Matt Clay2019-03-051-0/+1
| | | | | | | | * Add timeout support to ansible-test. * Fix ansible-test tar filename filter bug. * Update timeouts used on Shippable. * Kill subprocesses when parent process terminates. * Require explicit use of env --show option.
* aws_kms enhancements (#31960)Will Thames2019-02-131-0/+1
| | | | | | | | | * Allow creation and deletion of keys (deletion just schedules for deletion, recreating an old key is just cancelling its deletion) * Allow grants to be set, thus enabling encryption contexts to be used with keys * Allow tags to be added and modified * Add testing for KMS module * Tidy up aws_kms module to latest standards
* added build artifact to .gitignore (#47518)Sandra McCann2018-10-231-0/+1
|
* removes docs/api dir from .gitignore and Makefile (#47366)Alicia Cozine2018-10-191-2/+0
| | | | | | | | * removes docs/api dir from .gitignore and Makefile * reduces noise on removing build artifacts
* Implement new changelog generator.Matt Clay2018-06-051-1/+1
|
* Gitignore SYMLINK_CACHE.jsonSviatoslav Sydorenko2018-05-271-0/+2
|
* 1Password lookup plugin (#37207)Scott Buchanan2018-05-171-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add pytest_cache to gitignore * onepassword lookup plugin * fix linter/style test complaints * second pass at making pycodestyle happy * use json module instead of jq * update copyrights, license & version added * fix python2 compatibility * doh. fix spacing issue. * use standard ansible exception * remove potentially problematic stdin argument * actually call assertion method * add support for top-level fields * make vault uuids pedantically consistent in fixture * fix new style issues * ability specify section & correct case handling * improve error handling * add onepassword_raw plugin * Add maintainer info * Move common code to module_utils/onepassword.py * Load raw data JSON data for easier use in Ansible * Put OnePass class back inside lookup plugin There is no good place for sharing code across lookups currently. * Remove debugging code in unit tests * Patche proper module in raw unit tests * Add changelog entry Co-authored-by: Scott Buchanan <sbuchanan@ri.pn>
* Ignore .pytest_cache (#38401)Sam Doran2018-04-121-0/+1
|
* Add .python-version to gitignore (#37483)Sviatoslav Sydorenko2018-03-151-0/+1
| | | This file is used by pyenv tool to automatically activate env
* Followup to docs refactor pull request #36067 - fixes gitignore and c… ↵scottb2018-02-131-19/+12
| | | | | | | | | | | | (#36120) * Followup to docs refactor pull request #36067 - fixes gitignore and cleanup in makefile; removes some generated files; moves a straggler to the appropriate subdirectory. * Fixed some stragglers * Removed redundant module entries * Delete generated RST files.
* git ignore module_doc build outputsMatt Davis2018-01-251-0/+1
|
* Keywords docs (#32807)Toshio Kuratomi2017-11-101-1/+1
| | | | | | | | | | | | | | | | * Fixup keyword dumping * Clarify introductory text * Turn links in the keyword description into seealso entries in the rst. * Have plugin_formatter cleanup trailing whitespace The indent filter in jinja2 < 2.10 indents blank lines by default which leads to trailing whitespace. Cleanup after that filter. * Edits * Copy edit
* [cloud] Improve aws testing and use `{{ region }}` var (#26892)Will Thames2017-11-091-0/+1
| | | | | | | | | | | | | * Protect AWS credentials from accidental commits * Improve documentation for IAM policies * Update ELB tests to be multi region Allow AZs to reflect the region in which the tests are run. This will not work for regions with fewer than three AZs, but those are relatively rare
* Update ansible-test sanity command. (#31958)Matt Clay2017-10-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | * Use correct pip version in ansible-test. * Add git fallback for validate-modules. * Run sanity tests in a docker container. * Use correct python version for sanity tests. * Pin docker completion images and add default. * Split pylint execution into multiple contexts. * Only test .py files in use-argspec-type-path test. * Accept identical python interpeter name or binary. * Switch cloud tests to default container. * Remove unused extras from pip install. * Filter out empty pip commands. * Don't force running of pip list. * Support delegation for windows and network tests. * Fix ansible-test python version usage. * Fix ansible-test python version skipping. * Use absolute path for log in ansible-test. * Run vyos_command test on python 3. * Fix windows/network instance persistence. * Add `test/cache` dir to classification. * Enable more python versions for network tests. * Fix cs_router test.
* added .vscode to gitignore file (#32106)Jordan Borean2017-10-241-0/+2
|
* updated plugin docs (#30490)Brian Coca2017-09-221-13/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * updated docs - for devs: - added inventory/vars section - made some updates to general section and other plugin types - for users: - added 'user' plugin section to start describing the plugins - docs on types, what they are and how to use - removed ref to deleted AUTHORS file - corrected several typos/headers - added descriptions to config.rst template - ignore generated files for cli/plugins and config - remove new generated files on `make clean` - moved details from devguid and intro doc to plugin specific pages - pretied up lookup notes - changed precedence ref to not conflict config - removed duplicate config data, as config is autogenerated and up to date - put new plugins under playbooks - added `pass` cause rst/python dislikes fractions - removed dupe in .gitignore, alpha sorted to avoid moar dupes - added try cause rst/python freaks out * generate plugins into their own dir only do plugins that support docs use toctree from main plugins page
* Add region to ansible-test AWS cloud config. (#30733)Matt Clay2017-09-221-1/+2
| | | | | * Add region to ansible-test AWS cloud config. * Fix .gitignore for ansible-test cloud config.
* Generate plugin rst (#28901)Adrian Likins2017-09-191-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | Generate rst docs for plugins Based on rst generated for modules. But generated plugin docs go into docs/docsite/rst/plugins/$PLUGIN_TYPE/plugin_name.rst ( docs/docsite/rst/plugins/connection/ssh.py for ex) * move plugins docs to rst/*_plugins/ subdirs for namespace * Only gen support pages for modules for now. * Add generated plugin docs to gitignore* add list_*_plugins templates * support MODULES/PLUGINS filters for make htmldocs Add a 'PLUGINS=ssh' filter env var like MODULES to filter plugins to build docs for. * fixup 'historical' version_added, skip plugins/loader.py * Fix plugins_by_support ref link to new plugins/*/ location * use :ref: for common_return_values, allow empty version_added * warnings on missing doc info * add a prefix to _random_choice It was colliding with the target for random_choice plugin
* Ignore autogenerated _maintained.rst and config.rst (#28925)John R Barker2017-09-011-3/+8
|
* Add support for Azure Functions (#28566)Thomas Stringer2017-08-291-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * add template for az func * (wip) add basic azure functions support * add support to add app settings to azure function * add support for updating based off of app settings * add integration tests and refactor required param * support check mode and add facts module * add test for azure functions facts module * add necessary checks and registrations for web client * fix documentation * change return type from complex to dict * disable azure_rm_functionapp tests until stable * remove dict comprehension for py2.6 * pepe has whitespace tumor
* Azure load balancer support (#26099)Thomas Stringer2017-08-291-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * (wip) add partial loadbalancer module * (wip) add ability to use a public ip for a load balancer * fix shebang * add backend address pool to load balancer * remove unncessary error variable * add probe support to load balancer * add ability to add load distribution rule to load balancer * add nat pool functionality to azure load balancer * fix pep8 errors from sanity check * add documentation for load balancer * refactor imports * fix license header copyright * add facts module for azure load balancer * fix ansible-test failures * add integration tests for load balancer * fix metadata version * add complex integration test to azure_rm_loadbalancer
* [cloud] Update RDS parameter group for boto3 (#25345)Will Thames2017-08-281-0/+1
| | | | | | | | | | | | | | | | | | | | * Update RDS parameter group for boto3 * Update to boto3 * Update to latest ansible standards * Remove choices list for valid engines (See #19221 for context) * Allow tagging * Return some useful information, and document that information * Add tests for rds_param_group * Improve testing of rds_param_group * Add purge_tags option for rds_param_group * Fix remaining broken rds_param_group tests * Ensure the group name is lowercased. Fixes integration tests when run on OSX
* Collect data from integration test runs. (#28650)Matt Clay2017-08-251-0/+1
|
* Remove old/obsolete directories from .gitignore (#26680)Dag Wieers2017-07-151-3/+0
| | | | | | | Having old/obsolete directories in .gitignore can be very confusing and may get people spending needless hours trying to understand what is going on. This fixes #26650
* Fix hacking/test-module to allow running modules with pdb (#23339)Michael De La Rue2017-06-281-1/+2
| | | | | | * Fix hacking/test-module to allow running modules with pdb * add emacs autosave files to gitignore
* Enable codecov.io and add coverage grouping.Matt Clay2017-05-151-2/+2
|
* Miscellaneous bug fixes for ansible-test.Matt Clay2017-05-121-0/+1
| | | | | | | | | - Overhauled coverage injector to fix issues with non-local tests. - Updated integration tests to work with the new coverage injector. - Fix concurrency issue by using random temp files for delegation. - Fix handling of coverage files from root user. - Fix handling of coverage files without arcs. - Make sure temp copy of injector is world readable and executable.
* added docs to CLI docstringsaddedBrian Coca2017-03-241-6/+3
| | | | | removed 'now intermediate build files' from repo adjusted gitignore
* Create bot friendly sanity output. (#22381)Matt Clay2017-03-071-0/+1
|
* Enable more `ios` tests on Shippable.Matt Clay2017-01-201-0/+1
|
* ignore new build dirBrian Coca2017-01-191-0/+1
|
* fixed .gitignore for new doc locationsBrian Coca2017-01-191-12/+12
|
* Complete initial network-integration support.Matt Clay2017-01-121-0/+1
|
* add coverage/test and misc items to .gitignore (#19384)Adrian Likins2016-12-151-0/+10
|
* Adding old modules dirs to gitignoreJames Cammarata2016-12-081-0/+3
|
* Initial ansible-test implementation. (#18556)Matt Clay2016-11-291-1/+8
|
* Adding ansible_release dir created by release to .gitignoreJames Cammarata2016-11-041-0/+2
|
* Move test_os_server and apply fixes.Matt Clay2016-10-311-0/+1
| | | | | | | | | | - Add missing meta value for test_create_server - Add .gitignore for pytest .cache directory Exclude test_os_server from nose test runs since it was designed for pytest. The test will work correctly when run using pytest. This is a temporary issue, as we'll be moving to pytest soon.
* Build debs with pbuilder (#18165)Shane McDonald2016-10-261-1/+1
| | | | | | * Build debs with pbuilder * Update README in packaging/debian * Add Dockerfile for building debs * Add local_deb makefile target - Allows users to build debs using locally installed dependencies. This was the `deb` target before moving to pbuilder.
* Change default theme to 'alabaster'Adrian Likins2016-06-301-0/+2
| | | | | | Add docs-api/docs-requirements.txt update .gitignore for docs-api/ tmp files.
* Add full support for Shippable CI.Matt Clay2016-06-011-0/+1
|
* now generate list of playbook ojbect directivesBrian Coca2016-02-251-0/+1
| | | | TODO: needs links/info and conditionals added
* Removing .out file for integration tests and adding to .gitignoreJames Cammarata2016-02-031-0/+1
|
* Adding .retry files to .gitignoreJames Cammarata2016-02-031-0/+1
|
* normalized descriptions for most man pagesBrian Coca2015-10-261-0/+6
| | | | | also removed the intermediate man page added intermidieate manpages to gitignore
* Add tox and travis-ci supportJames Laska2015-03-131-0/+1
| | | | | | | | | | | Add tox integration to run unittests in supported python releases. Travis-CI is used for test execution. Additionally, the unittest TestQuotePgIdentifier was updated to support using assert_raises_regexp on python-2.6. Sample travis-ci output available at https://travis-ci.org/ansible/ansible/builds/54189977