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 9e4345a Merge pull request #125 from IMS94/development
new 1790f74 Update changelog with docker deployment
add 683ca23 Merge branch 'development' into oodt-1035
add 5d8c93a Merge branch 'development' into oodt-1035
add f9f5274 Merge branch 'development' into oodt-1035
add 5567cc9 add single product searchbar to product component
add 6eab8be format code
add e56d3f2 remove redundant endpoints and use java file separator
add 362d6a8 improve ui styles and error handling
add 76c906b add missing fmgr endpoints to swagger doc
add 081f6dc fix broken api url environment variables
add e219c60 remove search params from url on new product search
add 7f3dec5 add missing import
add adcf966 fixup! improve ui styles and error handling
add a02d1de remove unused imports and comments and slight style changes
add 983df80 change product list UI and implement product search partially
add 3738860 replace alerts with snackbar messages
add 6988324 fix missing import
add 5563736 replace null checks with stringutils functions
add 0db8e0a use File.separator in ingest methods
add d92a191 reset api url environment variables
add f25b07a use notistack to display notifications
add d25662c search products by product name
add 85d3d64 show product data inside the product browser using a drawer
new 5ad919a Merge branch 'oodt-1035' into development
new 749af12 Updare cors headers and deployment docker profile
The 3 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:
CHANGES.txt | 4 +
deployment/pom.xml | 117 +++++----
.../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 +-
.../oodt/cas/product/jaxrs/filters/CORSFilter.java | 2 +-
.../jaxrs/services/FileManagerJaxrsServiceV2.java | 82 ++----
.../oodt/cas/wmservices/filters/CORSFilter.java | 2 +-
22 files changed, 639 insertions(+), 890 deletions(-)
delete mode 100644
react-components/oodt_opsui_sample_app/src/components/SearchBar.js
delete mode 100644
react-components/oodt_opsui_sample_app/src/components/fileManager/ProductList/SimpleSnackBar.js
create mode 100644 react-components/oodt_opsui_sample_app/src/utils/utils.js