summaryrefslogtreecommitdiffstats
path: root/roles/lib_openshift/library/oc_project.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix for yedit custom separatorsMatt Woodson2017-05-101-1/+1
|
* Allow oc_ modules to pass unicode resultsRussell Teague2017-05-031-1/+1
|
* Removing resource version to remove object conflicts caused by race conditions.Kenny Woodson2017-04-211-0/+7
|
* Adding ability to delete by selector.Kenny Woodson2017-04-051-17/+21
|
* Removing test coverage for shared code.Kenny Woodson2017-04-041-3/+3
|
* Fixed a bug in oc_volume.Kenny Woodson2017-03-281-19/+18
|
* Adding a few more test cases. Fixed a bug when key was empty. Safeguard ↵Kenny Woodson2017-03-281-63/+107
| | | | against yedit module being passed an empty key
* Rename _ns -> node_selectorRodolfo Carvalho2017-03-211-3/+3
| | | | There doesn't seem to be a good reason for the underscore prefix.
* Reindent codeRodolfo Carvalho2017-03-211-9/+12
|
* Do not update when properties when not passed.Kenny Woodson2017-03-161-14/+18
|
* Fixing variable naming for 35 scoping.Kenny Woodson2017-03-161-3/+3
|
* Removing ordereddict. Replaced with sorted keys.Kenny Woodson2017-03-081-4/+4
|
* Fix to OpenshiftCLIConfig to support an ordereddict. This was breaking test ↵Kenny Woodson2017-03-071-1/+2
| | | | cases.
* Fixed the none namespace. Fixed tests with latest loc_oc_binary call.Kenny Woodson2017-03-061-2/+2
|
* Updating the namespace param to None.Kenny Woodson2017-03-061-1/+1
|
* Regenerated code with latest yedit changes.Kenny Woodson2017-03-061-4/+11
|
* Fixed docs. Added check for delete failures. Updated namespace to None.Kenny Woodson2017-03-061-40/+132
|
* Fixing lintersKenny Woodson2017-03-061-0/+1
|
* Adding integration test. Fixed issue with node_selector.Kenny Woodson2017-03-061-4/+7
|
* Adding oc_project to lib_openshift.Kenny Woodson2017-03-061-0/+1568