| Commit message (Expand) | Author | Age | Files | Lines |
* | Adding ability to yedit json files. | Kenny Woodson | 2018-02-13 | 1 | -6/+18 |
* | Fixing file write issue. | Kenny Woodson | 2018-01-31 | 1 | -1/+1 |
* | lib/base: Allow for empty option value | Jose A. Rivera | 2017-09-29 | 1 | -1/+1 |
* | Returning actual results of yedit query. Empty list was returning empty dict. | Kenny Woodson | 2017-09-20 | 1 | -1/+1 |
* | add dnf support to roles/openshift_health_checker/library/aos_version.py | Adam Miller | 2017-08-16 | 1 | -5/+4 |
* | lib/base: allow for results parsing on non-zero return code | Jose A. Rivera | 2017-06-08 | 1 | -28/+16 |
* | add support for oc_service for labels, externalIPs | Rich Megginson | 2017-05-30 | 1 | -8/+17 |
* | lib/base: Allow for more complex template params | Jose A. Rivera | 2017-05-19 | 1 | -1/+1 |
* | Fix for yedit custom separators | Matt Woodson | 2017-05-10 | 1 | -1/+1 |
* | Allow oc_ modules to pass unicode results | Russell Teague | 2017-05-03 | 1 | -1/+1 |
* | Removing resource version to remove object conflicts caused by race conditions. | Kenny Woodson | 2017-04-21 | 1 | -0/+7 |
* | Adding ability to delete by selector. | Kenny Woodson | 2017-04-05 | 1 | -18/+22 |
* | Merge pull request #3850 from kwoodson/skip_generated_tc | OpenShift Bot | 2017-04-05 | 1 | -3/+3 |
|\ |
|
| * | Removing test coverage for shared code. | Kenny Woodson | 2017-04-04 | 1 | -3/+3 |
* | | oc_label: handle case where _get() returns no results | Jose A. Rivera | 2017-04-03 | 1 | -2/+2 |
|/ |
|
* | Fixed a bug in oc_volume. | Kenny Woodson | 2017-03-28 | 1 | -19/+18 |
* | Adding a few more test cases. Fixed a bug when key was empty. Safeguard agai... | Kenny Woodson | 2017-03-28 | 1 | -63/+107 |
* | Fixing variable naming for 35 scoping. | Kenny Woodson | 2017-03-16 | 1 | -3/+3 |
* | Removing ordereddict. Replaced with sorted keys. | Kenny Woodson | 2017-03-08 | 1 | -4/+4 |
* | Fix to OpenshiftCLIConfig to support an ordereddict. This was breaking test ... | Kenny Woodson | 2017-03-07 | 1 | -1/+2 |
* | Merge pull request #3527 from joelddiaz/yedit-path-exceptions | Kenny Woodson | 2017-03-03 | 1 | -2/+9 |
|\ |
|
| * | regenerate lib_openshift with yedit exception changes | Joel Diaz | 2017-02-28 | 1 | -2/+9 |
* | | Modified base debug statements. Fixed oc_secret debug/verbose flag. Added r... | Kenny Woodson | 2017-02-28 | 1 | -2/+2 |
|/ |
|
* | [oc_obj] Move namespace argument to end of command. | Andrew Butcher | 2017-02-27 | 1 | -2/+2 |
* | Merge pull request #3416 from detiber/combinedTest | Scott Dodson | 2017-02-23 | 1 | -5/+34 |
|\ |
|
| * | lib_openshift oc file lookup improvements | Jason DeTiberus | 2017-02-21 | 1 | -14/+31 |
| * | roles/lib_openshift: Handle /usr/local/bin/oc with sudo | Colin Walters | 2017-02-21 | 1 | -4/+16 |
* | | fix up ruamel.yaml/pyyaml no-member lint errors | Jason DeTiberus | 2017-02-22 | 1 | -36/+42 |
* | | Removed unrequired no-members from yedit and generated code | Steve Milner | 2017-02-22 | 1 | -5/+22 |
|/ |
|
* | String compatibility for python2,3 | Kenny Woodson | 2017-02-17 | 1 | -1/+1 |
* | Pleasing the linting gods. | Kenny Woodson | 2017-02-16 | 1 | -5/+14 |
* | Fixed tests for pyyaml vs ruamel. Added import logic. Fixed safe load. | Kenny Woodson | 2017-02-16 | 1 | -5/+16 |
* | Adding fallback support for pyyaml. | Kenny Woodson | 2017-02-16 | 1 | -13/+30 |
* | Fix cases where child classes override OpenShiftCLI values | Jason DeTiberus | 2017-02-13 | 1 | -3/+1 |
* | Added temporary kubeconfig file. Fixed tests to coincide with tmpfile. | Kenny Woodson | 2017-02-08 | 1 | -2/+2 |
* | Adding code to copy kubeconfig before running oc commands. | Kenny Woodson | 2017-02-08 | 1 | -1/+12 |
* | Merge pull request #3285 from twiest/fix_unittests | Kenny Woodson | 2017-02-08 | 1 | -1/+1 |
|\ |
|
| * | Fixed ansible module unit and integration tests and added runners. | Thomas Wiest | 2017-02-07 | 1 | -1/+1 |
* | | Changed lib_openshift to use real temporary files. | Thomas Wiest | 2017-02-08 | 1 | -17/+37 |
|/ |
|
* | Added oc_serviceaccount_secret to lib_openshift. | Thomas Wiest | 2017-02-06 | 1 | -8/+15 |
* | Doc enhancements. | Kenny Woodson | 2017-02-02 | 1 | -4/+32 |
* | Fixing linters. | Kenny Woodson | 2017-02-02 | 1 | -5/+6 |
* | Adding unit test. Fixed redudant calls to get. | Kenny Woodson | 2017-02-01 | 1 | -29/+31 |
* | Fixing doc and generating new label with updated base. | Kenny Woodson | 2017-02-01 | 1 | -36/+57 |
* | oc_label ansible module | Joel Diaz | 2017-02-01 | 1 | -0/+1517 |