| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Adding oc_service to lib_openshift. | Kenny Woodson | 2017-01-31 | 7 | -15/+2153 |
* | Added repoquery to lib_utils. | Thomas Wiest | 2017-01-31 | 2 | -1/+8 |
* | Added oc_serviceaccount to lib_openshift. | Thomas Wiest | 2017-01-30 | 16 | -64/+2280 |
* | Merge pull request #3197 from kwoodson/manage_node | Kenny Woodson | 2017-01-30 | 14 | -7/+2063 |
|\ |
|
| * | Fixing docs. Added bugzilla to doc. | Kenny Woodson | 2017-01-29 | 3 | -4/+6 |
| * | Fixing linters. | Kenny Woodson | 2017-01-26 | 3 | -15/+21 |
| * | Fixing base.py for node and scale. Autogenerated code. | Kenny Woodson | 2017-01-26 | 2 | -5/+3 |
| * | Added unit integration tests. Enhanced unit tests. Fixed an issue in openshi... | Kenny Woodson | 2017-01-26 | 11 | -86/+218 |
| * | Adding oadm_manage_node to lib_openshift. | Kenny Woodson | 2017-01-26 | 6 | -0/+1918 |
* | | Adding fix for when the resource does not exist. Added test cases. | Kenny Woodson | 2017-01-27 | 4 | -0/+47 |
|/ |
|
* | Fixing namespace param in doc to reflect default value. | Kenny Woodson | 2017-01-26 | 2 | -2/+2 |
* | Adding banners. Small bug fix to namespace appending in base. | Kenny Woodson | 2017-01-25 | 3 | -13/+44 |
* | Fixing tests and linting. | Kenny Woodson | 2017-01-25 | 8 | -111/+96 |
* | Adding unit test for oc_scale | Kenny Woodson | 2017-01-25 | 1 | -0/+155 |
* | Adding integration test for oc_scale. | Kenny Woodson | 2017-01-25 | 12 | -23/+794 |
* | Adding oc_scale to lib_openshift. | Kenny Woodson | 2017-01-25 | 6 | -0/+1553 |
* | Added oc_secret to lib_openshift. | Thomas Wiest | 2017-01-25 | 8 | -0/+2281 |
* | Generate the artifacts from fragments. | Tim Bielawa | 2017-01-24 | 4 | -0/+100 |
* | Update the generators to include fragment banners | Tim Bielawa | 2017-01-24 | 1 | -1/+36 |
* | Adding version to lib_openshift | Kenny Woodson | 2017-01-20 | 15 | -63/+1789 |
* | Merge pull request #3117 from kwoodson/lib_openshift | Kenny Woodson | 2017-01-19 | 8 | -27/+1787 |
|\ |
|
| * | Adding oc_obj to the lib_openshift library | Kenny Woodson | 2017-01-18 | 8 | -27/+1787 |
* | | Updated the generate.py scripts for tox and virtualenv. | Kenny Woodson | 2017-01-18 | 1 | -11/+19 |
|/ |
|
* | Adding a few updates for python27,35 compatibility | Kenny Woodson | 2017-01-18 | 3 | -12/+12 |
* | Adding --verfiy to generate script. | Kenny Woodson | 2017-01-17 | 3 | -23/+56 |