| Commit message (Expand) | Author | Age | Files | Lines |
* | if no key, cert, cacert, or default_cert is passed then do not pass to oc | Kenny Woodson | 2017-02-21 | 3 | -4/+22 |
* | Removed oadm_ references in doc. | Kenny Woodson | 2017-02-21 | 4 | -4/+4 |
* | Removed unused code. Made tests executable. | Kenny Woodson | 2017-02-21 | 13 | -50/+12 |
* | Fixing docs. Fixed default_cert suggestion. | Kenny Woodson | 2017-02-20 | 11 | -72/+173 |
* | Renamed modules, fixed docs, renamed variables, and cleaned up logic. | Kenny Woodson | 2017-02-20 | 18 | -262/+340 |
* | Renaming registry and router roles to oc_adm_ | Kenny Woodson | 2017-02-20 | 8 | -15/+15 |
* | Fixing registry doc and suggestions. | Kenny Woodson | 2017-02-20 | 5 | -114/+172 |
* | Adding router and registry to lib_openshift. | Kenny Woodson | 2017-02-20 | 12 | -1/+7020 |
* | Replace has_key in new modules | Steve Milner | 2017-02-20 | 3 | -4/+4 |
* | Unset exec bit in tests, add missing requirements | Jason DeTiberus | 2017-02-19 | 11 | -0/+0 |
* | Include missing unit tests to test runner config | Rodolfo Carvalho | 2017-02-19 | 11 | -0/+0 |
* | Fixing a bug by removing default debug | Kenny Woodson | 2017-02-17 | 2 | -2/+2 |
* | String compatibility for python2,3 | Kenny Woodson | 2017-02-17 | 14 | -14/+14 |
* | Don't attempt to install python-ruamel-yaml on atomic | Scott Dodson | 2017-02-16 | 1 | -0/+6 |
* | Pleasing the linting gods. | Kenny Woodson | 2017-02-16 | 15 | -68/+188 |
* | Fixed tests for pyyaml vs ruamel. Added import logic. Fixed safe load. | Kenny Woodson | 2017-02-16 | 16 | -91/+293 |
* | Adding fallback support for pyyaml. | Kenny Woodson | 2017-02-16 | 14 | -173/+404 |
* | Fix cases where child classes override OpenShiftCLI values | Jason DeTiberus | 2017-02-13 | 22 | -66/+22 |
* | Merge pull request #3299 from kwoodson/oc_env | Scott Dodson | 2017-02-13 | 7 | -0/+2582 |
|\ |
|
| * | Fixing docs, linting, and comments. | Kenny Woodson | 2017-02-10 | 3 | -14/+24 |
| * | Pleasing the linting bot. | Kenny Woodson | 2017-02-08 | 5 | -66/+7 |
| * | Adding integration tests. | Kenny Woodson | 2017-02-08 | 4 | -257/+411 |
| * | Adding oc_env to lib_openshift. | Kenny Woodson | 2017-02-08 | 6 | -0/+2477 |
* | | use the correct name for the ruamel-yaml python module | Jan Chaloupka | 2017-02-10 | 1 | -8/+1 |
* | | Fixing docs. | Kenny Woodson | 2017-02-09 | 4 | -37/+100 |
* | | Fixing for linters. | Kenny Woodson | 2017-02-09 | 3 | -18/+22 |
* | | Adding test cases. | Kenny Woodson | 2017-02-09 | 5 | -27/+583 |
* | | Fixing docs. | Kenny Woodson | 2017-02-09 | 3 | -8/+1459 |
* | | oc process | Ivan Horvath | 2017-02-09 | 4 | -0/+306 |
|/ |
|
* | Merge pull request #3283 from kwoodson/router_port | Kenny Woodson | 2017-02-08 | 7 | -88/+434 |
|\ |
|
| * | Fixing for flake8 spacing. | Kenny Woodson | 2017-02-08 | 1 | -2/+1 |
| * | Fixing tests for linters. | Kenny Woodson | 2017-02-08 | 2 | -100/+100 |
| * | Adding port support for route. | Kenny Woodson | 2017-02-08 | 7 | -88/+435 |
* | | Added temporary kubeconfig file. Fixed tests to coincide with tmpfile. | Kenny Woodson | 2017-02-08 | 20 | -38/+109 |
* | | Adding code to copy kubeconfig before running oc commands. | Kenny Woodson | 2017-02-08 | 12 | -12/+144 |
|/ |
|
* | Merge pull request #3285 from twiest/fix_unittests | Kenny Woodson | 2017-02-08 | 6 | -35/+111 |
|\ |
|
| * | Fixed ansible module unit and integration tests and added runners. | Thomas Wiest | 2017-02-07 | 6 | -35/+111 |
* | | Changed lib_openshift to use real temporary files. | Thomas Wiest | 2017-02-08 | 17 | -237/+474 |
|/ |
|
* | Added oc_serviceaccount_secret to lib_openshift. | Thomas Wiest | 2017-02-06 | 19 | -85/+2261 |
* | Merge pull request #3249 from kwoodson/oc_label | Kenny Woodson | 2017-02-05 | 8 | -0/+2535 |
|\ |
|
| * | Doc enhancements. | Kenny Woodson | 2017-02-02 | 4 | -10/+69 |
| * | Fixing linters. | Kenny Woodson | 2017-02-02 | 6 | -97/+17 |
| * | Adding unit test. Fixed redudant calls to get. | Kenny Woodson | 2017-02-01 | 4 | -55/+245 |
| * | Fixing doc and generating new label with updated base. | Kenny Woodson | 2017-02-01 | 3 | -41/+63 |
| * | oc_label ansible module | Joel Diaz | 2017-02-01 | 7 | -0/+2344 |
* | | Ensure python2-ruamel-yaml is installed | Scott Dodson | 2017-02-03 | 1 | -0/+5 |
|/ |
|
* | Fixing copy pasta comments. Fixed required in docs. | Kenny Woodson | 2017-02-01 | 4 | -16/+18 |
* | Fixing for tox tests. (flake8|pylint) | Kenny Woodson | 2017-01-31 | 4 | -1/+5 |
* | Adding unit test for oc_service. Added environment fix for non-standard oc i... | Kenny Woodson | 2017-01-31 | 13 | -135/+377 |
* | Adding integration tests. | Kenny Woodson | 2017-01-31 | 1 | -58/+96 |