Pablo Solar Vilariño
2020-03-25 993a7bd3b52ea98d296b809cdb2e0eb802665e64
refs
author Pablo Solar Vilariño <60100327+psolarvi@users.noreply.github.com>
Wednesday, March 25, 2020 12:44 +0100
committer GitHub <noreply@github.com>
Wednesday, March 25, 2020 12:44 +0100
commit993a7bd3b52ea98d296b809cdb2e0eb802665e64
tree f4c3c15fc41ab61158a176174fb9aaa6c2fe669f tree | zip | gz
parent c199096bc807aa025374dcc44684e854e232b646 view | diff
Connect the external service with the lab application (#5)

* Added k8s files for the gossip service

* Added new section to the frontend to gather a news feed

* Added a porxy endpoint to obtain a news feed

* Making the connection to an external service OpenShift ready

* Renaming service in OCP

* Removed unused annotations

* Removed unused annotations

* Renamed variables

* Typo

* Removed configmap and using only ENV
5 files added
7 files modified
318 ■■■■■ changed files
mczernek-exchange-application/exchange/src/main/java/com/redhat/restclient/ExchangeResource.java 11 ●●●●● diff | view | raw | blame | history
mczernek-exchange-application/exchange/src/main/java/com/redhat/restclient/News.java 31 ●●●●● diff | view | raw | blame | history
mczernek-exchange-application/exchange/src/main/java/com/redhat/restclient/NewsResource.java 25 ●●●●● diff | view | raw | blame | history
mczernek-exchange-application/exchange/src/main/java/com/redhat/restclient/NewsService.java 19 ●●●●● diff | view | raw | blame | history
mczernek-exchange-application/exchange/src/main/resources/application.properties 2 ●●●●● diff | view | raw | blame | history
mczernek-exchange-application/frontend/package.json 2 ●●●●● diff | view | raw | blame | history
mczernek-exchange-application/frontend/src/App.js 4 ●●●● diff | view | raw | blame | history
mczernek-exchange-application/frontend/src/NavList.js 3 ●●●●● diff | view | raw | blame | history
mczernek-exchange-application/frontend/src/NewsBoard.js 65 ●●●●● diff | view | raw | blame | history
mczernek-exchange-application/frontend/yarn.lock 107 ●●●●● diff | view | raw | blame | history
mczernek-exchange-application/kubefiles/exchange.yml 3 ●●●●● diff | view | raw | blame | history
python-flask-gossip/kubefiles/gossip-application.yml 46 ●●●●● diff | view | raw | blame | history