| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix generated code | Scott Dodson | 2017-03-31 | 1 | -77/+120 |
* | Merge pull request #3786 from kwoodson/oc_clusterrole | Scott Dodson | 2017-03-30 | 1 | -0/+1760 |
|\ |
|
| * | Fixed spacing. | Kenny Woodson | 2017-03-29 | 1 | -3/+3 |
| * | Fixed docs. Fixed add_resource. | Kenny Woodson | 2017-03-29 | 1 | -5/+6 |
| * | Fixing linting for spaces. | Kenny Woodson | 2017-03-29 | 1 | -4/+4 |
| * | Adding clusterrole to the toolbox. | Kenny Woodson | 2017-03-28 | 1 | -0/+1759 |
* | | Merge pull request #3628 from kwoodson/yedit_edits | OpenShift Bot | 2017-03-30 | 26 | -2003/+3121 |
|\ \ |
|
| * | | Fixed a bug in oc_volume. | Kenny Woodson | 2017-03-28 | 26 | -669/+775 |
| * | | Adding a few more test cases. Fixed a bug when key was empty. Safeguard agai... | Kenny Woodson | 2017-03-28 | 23 | -1449/+2461 |
| |/ |
|
* / | oc_adm_ca_server_cert.py: re-generate. | Slava Semushin | 2017-03-29 | 1 | -0/+8 |
|/ |
|
* | Merge pull request #3758 from kwoodson/ocimage | OpenShift Bot | 2017-03-27 | 1 | -0/+1486 |
|\ |
|
| * | Adding namespace to doc. | Kenny Woodson | 2017-03-23 | 1 | -1/+7 |
| * | Fixing up test cases, linting, and added a return. | Kenny Woodson | 2017-03-23 | 1 | -116/+152 |
| * | first step in ocimage | Ivan Horvath | 2017-03-23 | 1 | -0/+1444 |
* | | Merge pull request #3345 from joelddiaz/oc_user | OpenShift Bot | 2017-03-27 | 1 | -0/+1714 |
|\ \ |
|
| * | | rebase and regenerate | Joel Diaz | 2017-03-21 | 1 | -11/+19 |
| * | | clean up and clarify docs/comments | Joel Diaz | 2017-03-21 | 1 | -35/+197 |
| * | | add oc_user ansible module | Joel Diaz | 2017-03-21 | 1 | -0/+1544 |
* | | | Merge pull request #3721 from kwoodson/oc_configmap | OpenShift Bot | 2017-03-24 | 1 | -0/+1577 |
|\ \ \ |
|
| * | | | Adding error checking to the delete. | Kenny Woodson | 2017-03-21 | 1 | -0/+4 |
| * | | | Fixed doc. Updated test to change existing key. Updated module spec for req... | Kenny Woodson | 2017-03-21 | 1 | -3/+3 |
| * | | | Adding oc_configmap to lib_openshift. | Kenny Woodson | 2017-03-21 | 1 | -0/+1573 |
* | | | | Merge pull request #3698 from kwoodson/oc_pvc | OpenShift Bot | 2017-03-23 | 1 | -0/+1733 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | Adding a pvc create test case. | Kenny Woodson | 2017-03-20 | 1 | -0/+1733 |
| |/ / |
|
* | | | Adding configmap support. | Kenny Woodson | 2017-03-21 | 2 | -22/+40 |
* | | | Adding oc_volume to lib_openshift. | Kenny Woodson | 2017-03-21 | 2 | -6/+2017 |
| |/
|/| |
|
* | | Rename _ns -> node_selector | Rodolfo Carvalho | 2017-03-21 | 1 | -3/+3 |
* | | Reindent code | Rodolfo Carvalho | 2017-03-21 | 1 | -9/+12 |
|/ |
|
* | Adding oc_group to lib_openshift | Kenny Woodson | 2017-03-20 | 1 | -0/+1560 |
* | Do not update when properties when not passed. | Kenny Woodson | 2017-03-16 | 1 | -14/+18 |
* | Fixing variable naming for 35 scoping. | Kenny Woodson | 2017-03-16 | 20 | -60/+60 |
* | Merge pull request #3626 from mtnbikenc/module_rename | OpenShift Bot | 2017-03-15 | 1 | -7/+7 |
|\ |
|
| * | Renaming oadm_manage_node to oc_adm_manage_node | Russell Teague | 2017-03-10 | 1 | -7/+7 |
* | | Merge pull request #3634 from kwoodson/raise_on_prep_failures | OpenShift Bot | 2017-03-15 | 1 | -4/+4 |
|\ \ |
|
| * | | Raise on dry-run failures. | Kenny Woodson | 2017-03-13 | 1 | -4/+4 |
| |/ |
|
* / | Removed unused, unwanted, incorrectly committed code. | Kenny Woodson | 2017-03-10 | 2 | -5163/+0 |
|/ |
|
* | Merge pull request #3605 from kwoodson/oc_adm_policy_user_fix | OpenShift Bot | 2017-03-09 | 4 | -27/+5241 |
|\ |
|
| * | Fixing the way policies are found. The old method was unreliable. This meth... | Kenny Woodson | 2017-03-08 | 4 | -27/+5241 |
* | | Merge pull request #3590 from kwoodson/router_registry_unit_tests | Andrew Butcher | 2017-03-09 | 20 | -44/+64 |
|\ \
| |/
|/| |
|
| * | Removing ordereddict. Replaced with sorted keys. | Kenny Woodson | 2017-03-08 | 20 | -82/+82 |
| * | Fix to OpenshiftCLIConfig to support an ordereddict. This was breaking test ... | Kenny Woodson | 2017-03-07 | 20 | -22/+42 |
* | | Generic message directing people to contact support | Scott Dodson | 2017-03-07 | 1 | -1/+10 |
|/ |
|
* | Make generic OCObjectValidator from OCSDNValidator | Monis Khan | 2017-03-06 | 1 | -26/+45 |
* | Fixed the none namespace. Fixed tests with latest loc_oc_binary call. | Kenny Woodson | 2017-03-06 | 1 | -2/+2 |
* | Updating the namespace param to None. | Kenny Woodson | 2017-03-06 | 1 | -1/+1 |
* | Regenerated code with latest yedit changes. | Kenny Woodson | 2017-03-06 | 1 | -4/+11 |
* | Fixed docs. Added check for delete failures. Updated namespace to None. | Kenny Woodson | 2017-03-06 | 1 | -40/+132 |
* | Fixing linters | Kenny Woodson | 2017-03-06 | 1 | -0/+1 |
* | Adding integration test. Fixed issue with node_selector. | Kenny Woodson | 2017-03-06 | 1 | -4/+7 |
* | Adding oc_project to lib_openshift. | Kenny Woodson | 2017-03-06 | 1 | -0/+1568 |