summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix differences with devel.test_new_mergeMatt Clay2014-09-2632-238/+79
|
* Run all tests when no last successful commit.Matt Clay2014-09-261-1/+6
| | | | (cherry picked from commit 2e56035fddfd04eb084bd977fc1ee2f35c2f5283)
* Some additional module cleanup of mistakes made during mergingJames Cammarata2014-09-2636-183/+183
|
* Re-adding the init py for modulesJames Cammarata2014-09-261-0/+0
|
* quick and dirty module doc updates (#18944)Matt Davis2014-09-264-26/+19
| | | clean up core/extras, plumb in basic metadata display
* Remove link to PR moverJohn R Barker2014-09-261-1/+2
|
* add metadata to doc support (#18802)Matt Davis2014-09-266-10/+42
| | | | fix broken module docs change doc AST id extraction to use == instead of in
* Relocate module unit tests. (#18812)Matt Clay2014-09-2615-4/+12
| | | | | * Relocate module unit tests. * Fix classification of unit test changes.
* Fix unit test directory path target.Matt Clay2014-09-261-1/+1
|
* Fix compile errors in scripts.Matt Clay2014-09-266-13/+9
|
* Don't error if pytest skips all unit tests.Matt Clay2014-09-261-1/+7
|
* Remove obsolete ticket stubs.Matt Clay2014-09-263-108/+0
|
* Native YAML - monitoring/logicmonitor.py (#18790)Fabio Alessandro Locati2014-09-261-347/+362
| | | | | | | | * Native YAML - monitoring/logicmonitor.py * Fix comments as well * Fix quotes
* Remove legacy `test/samples` directory.Matt Clay2014-09-2671-4849/+0
|
* Remove legacy test code.Matt Clay2014-09-2627-1102/+0
|
* Add missing znode module description.Matt Clay2014-09-262-2/+2
|
* Consistency in space between parenthesys (#18796)Fabio Alessandro Locati2014-09-261-4/+4
|
* Native YAML - monitoring/boundary_meter (#18791)Fabio Alessandro Locati2014-09-261-3/+10
| | | | | | * Native YAML - monitoring/boundary_meter * Fix apikey
* Native YAML - monitoring/pagerduty_alert (#18784)Fabio Alessandro Locati2014-09-261-22/+22
|
* Metadata Status needs to be a list, not a scalar.Toshio Kuratomi2014-09-2632-32/+32
| | | | | The default metadata was specified with a string "preview" instead of the list ["preview"].
* No more submodules (#18776)John R Barker2014-09-261-6/+6
|
* [GCE] inventory script supports paginated API results. (#18554)Tom Melendez2014-09-261-1/+10
| | | The inventory script now supports paginated results. This means that inventory may exceed 500 instances.
* Verify path before assigning to sanity test.Matt Clay2014-09-261-1/+4
|
* Additional reports (#18779)Toshio Kuratomi2014-09-261-14/+69
| | | | | * Additional reports * Fix default status to be a list
* fix docs on related to remove of core/extrasAdrian Likins2014-09-261-2/+4
|
* Adding old modules dirs to gitignoreJames Cammarata2014-09-261-0/+3
|
* Updating release playbook to conditionally use submodulesJames Cammarata2014-09-261-0/+9
|
* repomerge.rst (#18756)John R Barker2014-09-261-0/+40
| | | | | | | | | | | | | | | | | | | | | | * repomerge.rst * Past tense * Update repomerge.rst * Readonly repos, not deleted * Make ansible/ansible a link * Links * maturity of the module's parameters * PR & Issue mover is done - don't document as future * Update repomerge.rst * Typo
* Updating setup.py to remove extras specific pathsJames Cammarata2014-09-261-1/+1
|
* Fix tests after repo merge.Matt Clay2014-09-2610-36/+28
|
* A few more organizational cleanups from the repo mergeJames Cammarata2014-09-264-263/+0
|
* Relocating extras into lib/ansible/modules/ after mergeJames Cammarata2014-09-26596-266/+0
|
* Cleaning up diffs after extras modules mergeJames Cammarata2014-09-26126-457/+505
|
* Add metadata for xbpsToshio Kuratomi2014-09-261-3/+6
| | | | Pass pyflakes
* Removing unnecessary files before repo mergeJames Cammarata2014-09-269-937/+0
|
* Refreshed metadata for extras modulesToshio Kuratomi2014-09-26501-1/+2005
|
* Style fix for xbps moduleRyan S. Brown2014-09-261-1/+1
|
* Add XBPS module (#1749)Dino Occhialini2014-09-261-0/+300
| | | | | | | | | | | Adds xbps module for managing Void Linux packages. Currently supports: * Installation * Removal * Updating Specific Packages * Updating All Packages * Updating package cache
* Add 'link' action to jira moduleSlezhuk Evgeniy2014-09-261-3/+41
|
* Add check mode support (#3523)Ben Tomasik2014-09-261-1/+2
|
* Fetch vmid from the ProxmoxAPI when not set (#3591)0livd2014-09-261-2/+31
| | | | | | | | | The vmid is no longer a required parameter For the 'present' state: If not set, the next available one will be fetched from the API For the 'started', 'stopped', 'restarted' and 'absent' states: If not set, the module will try to fetch it from the API based on the hostname Inspired from the behavior of the proxmox_kvm module
* Allow Datadog monitors to be retrieved by id instead of name. (#3456)Fabian Krämer2014-09-261-4/+17
|
* Fix #3410 (#3411)David Stygstra2014-09-261-1/+1
| | | | | A port with the same name as the bridge is implicitly created for every bridge, but it doesn't show in in `ovs-vsctl list-ports BRIDGE`.
* Update the status codes to look for (#2120)MDCollins2014-09-261-2/+2
| | | | Creation of a maintenance window returns a 201 (PagerDuty Developer documentation is unfortunately incorrect). Deleting a maintenance window returns a 204.
* yum_repository: use https:// for EPEL examples (#3464)Colin Walters2014-09-261-2/+2
| | | | | | This whole module is really lacking in security guidelines, but downloading RPMs via plain `http://` without gpg is quite bad. Let's use `https://` for the EPEL examples for a start.
* Update route53_zone.py fix indentation typo in examples (#3255)Arthur2014-09-261-1/+1
|
* improve example for module ec2_vpc_subnet_facts (#3511)Bill Wang2014-09-261-0/+1
|
* Add oVirt ovirt_permissions and ovirt_permissions_facts modules (#3160)Ondra Machacek2014-09-262-0/+423
|
* Add oVirt ovirt_external_providers and ovirt_external_providers_facts ↵Ondra Machacek2014-09-262-0/+391
| | | | modules (#3168)
* Add oVirt ovirt_vmpools and ovirt_vmpools_facts modules (#3171)Ondra Machacek2014-09-262-0/+313
|