aerogear-attic / keycloak-operator

operates keycloaks
4 stars 2 forks source link

Install sso #31

Closed maleck13 closed 6 years ago

maleck13 commented 6 years ago

refactor to allow easier unit testing and more logical splits on code.

Takes the approach that each phase is a funciton that accepts the current state copies it modifies the copy and return the copy. All clients are interfaces allowing for unit testing

maleck13 commented 6 years ago

This commit is the main one https://github.com/aerogear/keycloak-operator/pull/31/commits/0f238c5463472680747b0bc1e89cd1324e053026 as the others are removing vendor stuff

maleck13 commented 6 years ago

I want to remove sdk. but wanted to get this set of changes in as quite large and ppl coming back on monday

Will do more changes in another PR My editor did the v12 etc

maleck13 commented 6 years ago

I will merge and improve on it in next pr