summaryrefslogtreecommitdiff
path: root/lib/ansible/parsing/dataloader.py
Commit message (Expand)AuthorAgeFilesLines
* removed unused importBrian Coca2017-05-241-1/+0
* clarified error messagesBrian Coca2017-05-241-2/+2
* Transition inventory into plugins (#23001)Brian Coca2017-05-231-6/+11
* ansible/parsing: PEP8 compliancy (#24701)Dag Wieers2017-05-181-5/+7
* let user control "auto-de-vault" (#22739)Brian Coca2017-03-241-17/+18
* Update module_utils.six to latest (#22855)Toshio Kuratomi2017-03-231-2/+2
* better 'role detection' for dwim (#22513)Brian Coca2017-03-151-10/+25
* Retain vault password as bytes in 2.2 (#22378)Adrian Likins2017-03-071-6/+6
* Fix PEP 8 issue.Matt Clay2017-02-241-1/+1
* prep for role passthrough instead of detectionBrian Coca2017-02-241-10/+12
* Fix regression in search path behaviourDag Wieers2016-12-141-6/+9
* Remove method that isn't used here. (#18713)Toshio Kuratomi2016-12-021-27/+0
* Fix bug (#18355) where encrypted inventories fail 18355 (#18373)Adrian Likins2016-11-071-2/+3
* Limit how much of the file we read to test if it's an encrypted vault fileToshio Kuratomi2016-11-041-2/+5
* Fix search path for relative paths in roles (fixes #17877)Andrew Gaffney2016-10-171-1/+5
* Allow for empty source in dwim_path_relative_stackJames Cammarata2016-09-211-3/+3
* Fix dataloader using deprecated version of is_encrypted (#17615)Toshio Kuratomi2016-09-171-3/+3
* Move uses of to_bytes, to_text, to_native to use the module_utils version (#1...Toshio Kuratomi2016-09-061-30/+31
* Implement vault encrypted yaml variables. (#16274)Adrian Likins2016-08-231-2/+2
* Add some missing imports from last night's py3 fixes (#17196)Toshio Kuratomi2016-08-231-1/+1
* Move a path being passed around as a byte string to being passed around as a ...Toshio Kuratomi2016-08-221-27/+39
* warn when searching for an empty string or nullBrian Coca2016-07-261-1/+3
* fixed memoryerror when coping huge file (#16392)nyasukun2016-07-221-2/+2
* Search path (#16387)Brian Coca2016-06-281-2/+51
* If decryption of a vaulted file failed, include the filename in the error. (#...jctanner2016-06-181-2/+2
* bytes when passing to os.path.* and opening the file, text at other timesToshio Kuratomi2016-04-291-2/+3
* Trnasform file name to bytes before opening it to avoid unicode errors if pyt...Toshio Kuratomi2016-04-191-1/+1
* fixes to vault/copyBrian Coca2016-04-141-9/+10
* feature/copy-vault-dataloader: Add method get_real_file(file_path) to dataloaderCambell2016-04-141-0/+71
* Use to_bytes on filenames in filesystem calls.Matt Clay2016-03-041-1/+1
* fix issues with older yaml lib versionsBrian Coca2016-03-031-4/+6
* restore initial json parsing attempt to loaderBrian Coca2016-03-031-16/+21
* Transform pathnames to bytes before passing on to os.path functionsToshio Kuratomi2016-03-031-9/+9
* normalize path components to unicode before combining or operating on themToshio Kuratomi2016-02-261-3/+5
* load now does not modify the incomming dataBrian Coca2016-01-281-24/+17
* Fix DataLoader's docstringMatteo Acerbi2015-11-181-3/+1
* Break apart a looped dependency to show a warning when parsing playbooksToshio Kuratomi2015-10-271-0/+294