| 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 |
* | adding check to a yaml dump to work properly with new ruamel lib | Ivan Horvath | 2017-08-09 | 1 | -1/+10 |
* | First POC of a CFME turnkey solution in openshift-anisble | Tim Bielawa | 2017-06-14 | 1 | -2/+2 |
* | Merge pull request #4381 from jarrpa/non-zero-parse | OpenShift Bot | 2017-06-13 | 1 | -28/+16 |
|\ |
|
| * | lib/base: allow for results parsing on non-zero return code | Jose A. Rivera | 2017-06-08 | 1 | -28/+16 |
* | | oc_obj: set _delete() rc to 0 if err is 'not found' | Jose A. Rivera | 2017-06-06 | 1 | -1/+6 |
* | | oc_obj: only check 'items' if exists in delete | Jose A. Rivera | 2017-06-06 | 1 | -1/+2 |
|/ |
|
* | 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 |
* | Updating oc_obj to use get instead of getattr | ewolinetz | 2017-05-08 | 1 | -1/+1 |
* | Allow oc_ modules to pass unicode results | Russell Teague | 2017-05-03 | 1 | -1/+1 |
* | Merge pull request #3968 from jarrpa/oc_obj-kinds | OpenShift Bot | 2017-04-25 | 1 | -7/+4 |
|\ |
|
| * | oc_obj: Allow for multiple kinds in delete | Jose A. Rivera | 2017-04-21 | 1 | -7/+4 |
* | | Removing resource version to remove object conflicts caused by race conditions. | Kenny Woodson | 2017-04-21 | 1 | -0/+7 |
|/ |
|
* | Fixed a string format and a lint space issue | Kenny Woodson | 2017-04-05 | 1 | -2/+2 |
* | Fixed | Kenny Woodson | 2017-04-05 | 1 | -1/+1 |
* | Adding ability to delete by selector. | Kenny Woodson | 2017-04-05 | 1 | -26/+27 |
* | Adding delete with selector support. | Kenny Woodson | 2017-04-05 | 1 | -12/+24 |
* | Removing test coverage for shared code. | Kenny Woodson | 2017-04-04 | 1 | -3/+3 |
* | 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 | -37/+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 | -4/+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 |
* | Changed lib_openshift to use real temporary files. | Thomas Wiest | 2017-02-08 | 1 | -18/+38 |
* | Added oc_serviceaccount_secret to lib_openshift. | Thomas Wiest | 2017-02-06 | 1 | -8/+15 |
* | Adding unit test for oc_service. Added environment fix for non-standard oc i... | Kenny Woodson | 2017-01-31 | 1 | -3/+5 |
* | Added oc_serviceaccount to lib_openshift. | Thomas Wiest | 2017-01-30 | 1 | -8/+15 |
* | Added unit integration tests. Enhanced unit tests. Fixed an issue in openshi... | Kenny Woodson | 2017-01-26 | 1 | -1/+1 |