You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by im...@apache.org on 2021/06/24 04:37:49 UTC

[oodt] branch development updated (7e56b06 -> 0928cc4)

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 7e56b06  [OODT-1029] Test wasn't picking up the tika-mimetypes.xml in test resources. Instead, added a different test case which belongs to a type available in original tika-mimetypes.xml.
     new 13277a1  Allow package-lock.json to be committed
     new eeccc50  Add a gitignore
     new bdd18f9  Refactor react app structure and included everything in a single project
     new 0928cc4  Merge pull request #119 from IMS94/development

The 2114 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:
 .gitignore                                         |     3 -
 react-components/.gitignore                        |     5 +
 react-components/oodt_fm_plugin/.babelrc           |     4 -
 react-components/oodt_fm_plugin/.npmignore         |     7 -
 react-components/oodt_fm_plugin/README.md          |    64 -
 react-components/oodt_fm_plugin/package.json       |    42 -
 react-components/oodt_fm_plugin/webpack.config.js  |    21 -
 .../oodt_opsui_sample_app/package-lock.json        | 31458 +++++++++++++++++++
 .../oodt_opsui_sample_app/package.json             |    21 +-
 react-components/oodt_opsui_sample_app/src/App.js  |     4 +-
 .../fileManager}/components/Product/Product.js     |     6 +-
 .../fileManager}/components/Product/index.js       |     0
 .../components/ProductIngest/ProductIngest.js      |     0
 .../fileManager}/components/ProductIngest/index.js |     0
 .../ProductIngestWithMetaFile.js                   |     0
 .../components/ProductIngestWithMetaFile/index.js  |     0
 .../components/ProductList/ProductList.js          |     0
 .../components/ProductList/SearchBar.js            |     0
 .../components/ProductList/SimpleSnackBar.js       |     0
 .../fileManager}/components/ProductList/index.js   |     0
 .../components/fileManager}/components/index.js    |     0
 .../fileManager}/constants/fmconnection.js         |     0
 .../src/components/fileManager}/index.js           |     0
 .../components/WorkflowList/WorkflowList.js        |     4 +-
 .../components/WorkflowList/index.js               |     0
 .../workflowManager}/components/index.js           |     0
 .../workflowManager}/constants/wmconnection.js     |     0
 .../src/components/workflowManager}/index.js       |     0
 react-components/oodt_wm_plugin/.babelrc           |     4 -
 react-components/oodt_wm_plugin/.npmignore         |     7 -
 react-components/oodt_wm_plugin/README.md          |    64 -
 react-components/oodt_wm_plugin/package.json       |    39 -
 react-components/oodt_wm_plugin/webpack.config.js  |    21 -
 33 files changed, 31482 insertions(+), 292 deletions(-)
 create mode 100644 react-components/.gitignore
 delete mode 100644 react-components/oodt_fm_plugin/.babelrc
 delete mode 100644 react-components/oodt_fm_plugin/.npmignore
 delete mode 100644 react-components/oodt_fm_plugin/README.md
 delete mode 100644 react-components/oodt_fm_plugin/package.json
 delete mode 100644 react-components/oodt_fm_plugin/webpack.config.js
 create mode 100644 react-components/oodt_opsui_sample_app/package-lock.json
 rename react-components/{oodt_fm_plugin/src => oodt_opsui_sample_app/src/components/fileManager}/components/Product/Product.js (99%)
 rename react-components/{oodt_fm_plugin/src => oodt_opsui_sample_app/src/components/fileManager}/components/Product/index.js (100%)
 rename react-components/{oodt_fm_plugin/src => oodt_opsui_sample_app/src/components/fileManager}/components/ProductIngest/ProductIngest.js (100%)
 rename react-components/{oodt_fm_plugin/src => oodt_opsui_sample_app/src/components/fileManager}/components/ProductIngest/index.js (100%)
 rename react-components/{oodt_fm_plugin/src => oodt_opsui_sample_app/src/components/fileManager}/components/ProductIngestWithMetaFile/ProductIngestWithMetaFile.js (100%)
 rename react-components/{oodt_fm_plugin/src => oodt_opsui_sample_app/src/components/fileManager}/components/ProductIngestWithMetaFile/index.js (100%)
 rename react-components/{oodt_fm_plugin/src => oodt_opsui_sample_app/src/components/fileManager}/components/ProductList/ProductList.js (100%)
 rename react-components/{oodt_fm_plugin/src => oodt_opsui_sample_app/src/components/fileManager}/components/ProductList/SearchBar.js (100%)
 rename react-components/{oodt_fm_plugin/src => oodt_opsui_sample_app/src/components/fileManager}/components/ProductList/SimpleSnackBar.js (100%)
 rename react-components/{oodt_fm_plugin/src => oodt_opsui_sample_app/src/components/fileManager}/components/ProductList/index.js (100%)
 rename react-components/{oodt_fm_plugin/src => oodt_opsui_sample_app/src/components/fileManager}/components/index.js (100%)
 rename react-components/{oodt_fm_plugin/src => oodt_opsui_sample_app/src/components/fileManager}/constants/fmconnection.js (100%)
 rename react-components/{oodt_wm_plugin/src => oodt_opsui_sample_app/src/components/fileManager}/index.js (100%)
 rename react-components/{oodt_wm_plugin/src => oodt_opsui_sample_app/src/components/workflowManager}/components/WorkflowList/WorkflowList.js (99%)
 rename react-components/{oodt_wm_plugin/src => oodt_opsui_sample_app/src/components/workflowManager}/components/WorkflowList/index.js (100%)
 rename react-components/{oodt_wm_plugin/src => oodt_opsui_sample_app/src/components/workflowManager}/components/index.js (100%)
 rename react-components/{oodt_wm_plugin/src => oodt_opsui_sample_app/src/components/workflowManager}/constants/wmconnection.js (100%)
 rename react-components/{oodt_fm_plugin/src => oodt_opsui_sample_app/src/components/workflowManager}/index.js (100%)
 delete mode 100644 react-components/oodt_wm_plugin/.babelrc
 delete mode 100644 react-components/oodt_wm_plugin/.npmignore
 delete mode 100644 react-components/oodt_wm_plugin/README.md
 delete mode 100644 react-components/oodt_wm_plugin/package.json
 delete mode 100644 react-components/oodt_wm_plugin/webpack.config.js