This is an automated email from the ASF dual-hosted git repository.
imesha pushed a change to branch development
in repository https://gitbox.apache.org/repos/asf/oodt.git.
from 6d629df Added a REST endpoint to check workflow manager status
new 0a69344 Removed old react app prototype for OPSUI
new d313263 Added a new component to show FM, WM status and added an env
file to get WM and FM REST API urls.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
react-components/oodt_fm_plugin/README.md | 6 +-
react-components/oodt_fm_plugin/package.json | 6 +-
.../oodt_opsui_sample_app/.env.development | 2 +
.../oodt_opsui_sample_app/package.json | 2 +
.../oodt_opsui_sample_app/public/favicon.ico | Bin 3870 -> 1595 bytes
.../oodt_opsui_sample_app/public/index.html | 6 +-
react-components/oodt_opsui_sample_app/src/App.js | 61 +-
.../src/components/ComponentStatus.js | 142 ++
.../oodt_opsui_sample_app/src/index.js | 2 +-
react-components/oodt_wm_plugin/README.md | 6 +-
react-components/oodt_wm_plugin/package.json | 8 +-
react-components/react-oodt-app/.editorconfig | 17 -
react-components/react-oodt-app/.gitignore | 23 -
react-components/react-oodt-app/README.md | 33 -
.../react-oodt-app/app-sample/.gitignore | 23 -
.../react-oodt-app/app-sample/README.md | 2567 --------------------
.../react-oodt-app/app-sample/package.json | 32 -
.../react-oodt-app/app-sample/public/favicon.ico | Bin 3870 -> 0 bytes
.../react-oodt-app/app-sample/public/index.html | 40 -
.../react-oodt-app/app-sample/public/manifest.json | 15 -
.../react-oodt-app/app-sample/src/App.css | 44 -
.../react-oodt-app/app-sample/src/App.js | 33 -
.../react-oodt-app/app-sample/src/App.test.js | 26 -
.../components/react-oodt-plugin-sample/index.js | 86 -
.../react-oodt-app/app-sample/src/index.css | 14 -
.../react-oodt-app/app-sample/src/index.js | 29 -
.../react-oodt-app/app-sample/src/logo.svg | 7 -
.../react-oodt-app/app-sample/src/serviceWorker.js | 131 -
react-components/react-oodt-app/package.json | 21 -
react-components/react-oodt-app/server.js | 46 -
react-components/react-oodt-plugin/.editorconfig | 17 -
react-components/react-oodt-plugin/.gitignore | 23 -
react-components/react-oodt-plugin/.npmignore | 2 -
react-components/react-oodt-plugin/README.md | 46 -
react-components/react-oodt-plugin/package.json | 33 -
.../react-oodt-plugin/src/OODTPluginSample.js | 94 -
react-components/react-oodt-plugin/src/index.js | 18 -
37 files changed, 179 insertions(+), 3482 deletions(-)
create mode 100644 react-components/oodt_opsui_sample_app/.env.development
create mode 100644
react-components/oodt_opsui_sample_app/src/components/ComponentStatus.js
delete mode 100644 react-components/react-oodt-app/.editorconfig
delete mode 100644 react-components/react-oodt-app/.gitignore
delete mode 100755 react-components/react-oodt-app/README.md
delete mode 100644 react-components/react-oodt-app/app-sample/.gitignore
delete mode 100755 react-components/react-oodt-app/app-sample/README.md
delete mode 100755 react-components/react-oodt-app/app-sample/package.json
delete mode 100755
react-components/react-oodt-app/app-sample/public/favicon.ico
delete mode 100755 react-components/react-oodt-app/app-sample/public/index.html
delete mode 100755
react-components/react-oodt-app/app-sample/public/manifest.json
delete mode 100755 react-components/react-oodt-app/app-sample/src/App.css
delete mode 100755 react-components/react-oodt-app/app-sample/src/App.js
delete mode 100755 react-components/react-oodt-app/app-sample/src/App.test.js
delete mode 100755
react-components/react-oodt-app/app-sample/src/components/react-oodt-plugin-sample/index.js
delete mode 100755 react-components/react-oodt-app/app-sample/src/index.css
delete mode 100755 react-components/react-oodt-app/app-sample/src/index.js
delete mode 100755 react-components/react-oodt-app/app-sample/src/logo.svg
delete mode 100755
react-components/react-oodt-app/app-sample/src/serviceWorker.js
delete mode 100755 react-components/react-oodt-app/package.json
delete mode 100755 react-components/react-oodt-app/server.js
delete mode 100755 react-components/react-oodt-plugin/.editorconfig
delete mode 100755 react-components/react-oodt-plugin/.gitignore
delete mode 100755 react-components/react-oodt-plugin/.npmignore
delete mode 100755 react-components/react-oodt-plugin/README.md
delete mode 100755 react-components/react-oodt-plugin/package.json
delete mode 100755 react-components/react-oodt-plugin/src/OODTPluginSample.js
delete mode 100755 react-components/react-oodt-plugin/src/index.js