index
:
csa/devops/ansible-patches/openshift.git
ands
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
roles
/
lib_openshift
/
library
/
oc_route.py
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
*
Merge pull request #5314 from fabianvf/asb-config-update
OpenShift Merge Robot
2017-10-04
1
-0
/
+12
|
\
|
*
Update ansible-service-broker config to track latest broker
Fabian von Feilitzsch
2017-10-02
1
-0
/
+12
*
|
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
*
Merge pull request #4887 from zgalor/fix_oc_route_certificate_validation
Scott Dodson
2017-08-29
1
-5
/
+2
|
\
|
*
Only validate certificates that are passed to oc_route
Zohar Galor
2017-08-01
1
-5
/
+2
*
|
add dnf support to roles/openshift_health_checker/library/aos_version.py
Adam Miller
2017-08-16
1
-5
/
+4
|
/
*
lib/base: allow for results parsing on non-zero return code
Jose A. Rivera
2017-06-08
1
-28
/
+16
*
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
*
Allow oc_ modules to pass unicode results
Russell Teague
2017-05-03
1
-1
/
+1
*
Removing resource version to remove object conflicts caused by race conditions.
Kenny Woodson
2017-04-21
1
-0
/
+7
*
Adding ability to delete by selector.
Kenny Woodson
2017-04-05
1
-17
/
+21
*
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
*
|
Updating delete/recreate with replace --force.
Kenny Woodson
2017-02-28
1
-8
/
+4
*
|
Modified base debug statements. Fixed oc_secret debug/verbose flag. Added r...
Kenny Woodson
2017-02-28
1
-3
/
+3
*
|
Adding support for a route with certs and reencrypt.
Kenny Woodson
2017-02-28
1
-1
/
+7
|
/
*
[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
-36
/
+42
*
|
Removed unrequired no-members from yedit and generated code
Steve Milner
2017-02-22
1
-5
/
+22
|
/
*
Fixing a bug by removing default debug
Kenny Woodson
2017-02-17
1
-1
/
+1
*
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
-2
/
+1
*
Merge pull request #3283 from kwoodson/router_port
Kenny Woodson
2017-02-08
1
-44
/
+68
|
\
|
*
Adding port support for route.
Kenny Woodson
2017-02-08
1
-44
/
+68
*
|
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
-17
/
+37
*
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
*
Adding integration test for oc_scale.
Kenny Woodson
2017-01-25
1
-3
/
+2
*
Generate the artifacts from fragments.
Tim Bielawa
2017-01-24
1
-0
/
+28
[next]