summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/monitoring/logicmonitor.py
Commit message (Collapse)AuthorAgeFilesLines
* fix typos in modules (#62135) (#62169)Andrey Klychkov2019-09-121-2/+2
| | | (cherry picked from commit 5eb5f740838d447287ed49533c76864247f731a7)
* Add type int for various argument params (#55026)Abhijeet Kasurde2019-04-101-1/+1
| | | | | | | Specify type as int for various arguments where default value is int. Fixes: #55005 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* Fixes typo of 'registed' to 'registered' (#52708)Shivam Singhal2019-02-211-2/+2
|
* Fix incorrect use of `is` for comparisons.Matt Clay2019-02-121-3/+3
| | | | See https://bugs.python.org/issue34850 for details.
* Convert to reduced list of known types (#50010)Dag Wieers2018-12-191-1/+1
|
* Update bare exceptions to specify Exception.Toshio Kuratomi2018-12-161-1/+1
| | | | | This will keep us from accidentally catching program-exiting exceptions like KeyboardInterupt and SystemExit.
* Clean up BOTMETA.yml (#44574)Dag Wieers2018-08-241-1/+3
| | | | | | | | | | | | | This PR includes: - Removal of maintainers that are listed as author in the module - Removal of entries that do not extend the original author list - Move ignored-statement to namespace/directory (where useful) - In some cases, fix the authors-list or add missing github id We end up with a list of exceptions/additions and a large set of namespace/directory maintainers or team of maintainers. Some entries could be further improved by discussing with some maintainers.
* Remove use of simplejson throughout code base (#43548)Matt Martz2018-08-101-25/+1
| | | | | | | | | | * Remove use of simplejson throughout code base. Fixes #42761 * Address failing tests * Remove simplejson from contrib and other outlying files * Add changelog fragment for simplejson removal
* Clean up module documentation (#36909)Dag Wieers2018-03-151-21/+2
| | | | | | | | | | | * Clean up module documentation This PR includes: - Removal of `default: None` (and variations) - Removal of `required: false` - Fixing booleans and `type: bool` where required * Fix remaining (new) validation issues
* Bulk autopep8 (modules)John Barker2017-12-071-25/+24
| | | | | | | | | | As agreed in 2017-12-07 Core meeting bulk fix pep8 issues Generated using: autopep8 1.3.3 (pycodestyle: 2.3.1) autopep8 -r --max-line-length 160 --in-place --ignore E305,E402,E722,E741 lib/ansible/modules Manually fix issues that autopep8 has introduced
* Update metadata to 1.1Toshio Kuratomi2017-08-151-1/+1
|
* Fix wildcard imports, remove get_exception, add boilerplateToshio Kuratomi2017-08-121-14/+5
| | | | Fixed for monitoring modules
* Fix modules' use of BOOLEANS*Toshio Kuratomi2017-07-171-10/+6
| | | | | | | * The canonical location of BOOLEANS has moved. Switch imports to use that. * clean up argument_spec use of booleans. * Clean up imports to not use wildcards * Remove usage of get_exception
* logicmonitor: remove closed statement, used for py2.4 compat (#25240)Abhijeet Kasurde2017-06-071-4/+2
| | | Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* spelling fixes (non-trivial, changing messages) (#25094)Abhijeet Kasurde2017-06-011-1/+1
| | | | | | | | | Multiple spell fixes in single commit. Taking over existing PR as per comment - https://github.com/ansible/ansible/pull/23645#issuecomment-304312275 Original Author: klemens <ka7@github.com> Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* Fixed import of urlencode and pathname2url from urllib for python3 (#24424)Michael2017-05-191-5/+6
|
* E501 fixes (#22879)Matt Martz2017-03-221-3/+8
|
* New metadata 1.0 (#22587)Toshio Kuratomi2017-03-141-3/+4
| | | | | | | | | | | | | | | | Changes to the metadata format were approved here: https://github.com/ansible/proposals/issues/54 * Update documentation to the new metadata format * Changes to metadata-tool to account for new metadata * Add GPL license header * Add upgrade subcommand to upgrade metadata version * Change default metadata to the new format * Fix exclusion of non-modules from the metadata report * Fix ansible-doc for new module metadata * Exclude metadata version from ansible-doc output * Fix website docs generation for the new metadata * Update metadata schema in valiate-modules test * Update the metadata in all modules to the new version
* Validate EXAMPLES as YAMLMatt Martz2017-02-151-1/+1
|
* Update validate-modules (#20932)Matt Martz2017-02-021-53/+46
| | | | | | | | | | | | | | * Update validate-modules * Validates ANSIBLE_METADATA * Ensures imports happen after documentation vars * Some pep8 cleanup * Clean up some left over unneeded code * Update modules for new module guidelines and validate-modules checks * Update imports for ec2_vpc_route_table and ec2_vpc_nat_gateway
* PEP 8 indent cleanup. (#20800)Matt Clay2017-01-291-2/+2
| | | | | | | | * PEP 8 E121 cleanup. * PEP 8 E126 cleanup. * PEP 8 E122 cleanup.
* PEP 8 W291 whitespace cleanup.Matt Clay2017-01-271-4/+4
|
* minor spelling changesCarlos E. Garcia2016-12-131-2/+2
|
* Removed dict.iteritems() in modules. (#18859)Andrea Tartaglia2016-12-121-2/+2
| | | This is for py3 compatibility, addressed in #18506
* Native YAML - monitoring/logicmonitor.py (#18790)Fabio Alessandro Locati2016-12-081-347/+362
| | | | | | | | * Native YAML - monitoring/logicmonitor.py * Fix comments as well * Fix quotes
* Relocating extras into lib/ansible/modules/ after mergeJames Cammarata2016-12-081-0/+2178