This is an automated email from the ASF dual-hosted git repository. imesha pushed a commit to branch development in repository https://gitbox.apache.org/repos/asf/oodt.git
commit 5ad919a42e9041ff6e7cb740d44c18dca2a9c02c Merge: 1790f74 85d3d64 Author: Imesha Sudasingha <[email protected]> AuthorDate: Sat Aug 21 22:43:45 2021 +0530 Merge branch 'oodt-1035' into development .../oodt/cas/filemgr/ingest/StdIngester.java | 6 +- .../oodt_opsui_sample_app/.env.development | 2 +- .../oodt_opsui_sample_app/package-lock.json | 28 ++ .../oodt_opsui_sample_app/package.json | 1 + react-components/oodt_opsui_sample_app/src/App.js | 116 ++++----- .../src/components/OPSUIHome.js | 33 +-- .../src/components/SearchBar.js | 108 -------- .../src/components/fileManager/Product/Product.js | 142 ++++++----- .../fileManager/ProductIngest/ProductIngest.js | 88 +++++-- .../ProductIngestWithMetaFile.js | 142 +++++++---- .../fileManager/ProductList/ProductList.js | 283 ++++++++++----------- .../fileManager/ProductList/SearchBar.js | 159 ++---------- .../fileManager/ProductList/SimpleSnackBar.js | 82 ------ .../src/components/listItems.js | 90 ++----- .../src/services/fmservice.js | 7 +- .../oodt_opsui_sample_app/src/utils/utils.js | 12 + .../swagger-implementations/file_manager.yaml | 23 +- .../jaxrs/services/FileManagerJaxrsServiceV2.java | 82 ++---- 18 files changed, 572 insertions(+), 832 deletions(-)
