[GitHub] [oodt] lewismc commented on pull request #107: [OODT-1021] Unify Logging through SLF4J

2021-01-25 Thread GitBox
lewismc commented on pull request #107: URL: https://github.com/apache/oodt/pull/107#issuecomment-766420069 @yasithmilinda really sorry I did not see this patch. Are you able to update against master branch? I will review. Sorry about this...

[GitHub] [oodt] lewismc commented on pull request #118: JDK11 migration - Update project dependencies and fix failed unit tests

2021-01-25 Thread GitBox
lewismc commented on pull request #118: URL: https://github.com/apache/oodt/pull/118#issuecomment-766419816 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [oodt] NGimhana commented on pull request #118: JDK11 migration - Update project dependencies and fix failed unit tests

2021-01-25 Thread GitBox
NGimhana commented on pull request #118: URL: https://github.com/apache/oodt/pull/118#issuecomment-766493959 @lewismc I used Liberica OpenJDK 11.0.10 with SDKMAN. This is an automated message from the Apache Git Service. To

[GitHub] [oodt] lewismc merged pull request #117: [SECURITY] Use HTTPS to resolve dependencies in Maven Build

2021-01-25 Thread GitBox
lewismc merged pull request #117: URL: https://github.com/apache/oodt/pull/117 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [oodt] yasithmilinda commented on pull request #107: [OODT-1021] Unify Logging through SLF4J

2021-01-25 Thread GitBox
yasithmilinda commented on pull request #107: URL: https://github.com/apache/oodt/pull/107#issuecomment-766833237 Hello @lewismc and @buggtb, it's been a while since I added this PR. I'll give it a shot this week and see where I get.

[GitHub] [oodt] NGimhana opened a new pull request #118: JDK11 migration - Update project dependencies and fix failed unit tests

2021-01-23 Thread GitBox
NGimhana opened a new pull request #118: URL: https://github.com/apache/oodt/pull/118 This PR is a head start for the project migration from JDK8 to JDK11. Changes: - Update module pom.xmls with latest 3rd party denendencies. - Fixed couple of unit tests.

[GitHub] [oodt] NGimhana commented on pull request #118: JDK11 migration - Update project dependencies and fix failed unit tests

2021-01-24 Thread GitBox
NGimhana commented on pull request #118: URL: https://github.com/apache/oodt/pull/118#issuecomment-766493959 @lewismc I used Liberica OpenJDK 11.0.10 with SDKMAN. This is an automated message from the Apache Git Service. To

[GitHub] [oodt] lewismc commented on pull request #118: JDK11 migration - Update project dependencies and fix failed unit tests

2021-01-24 Thread GitBox
lewismc commented on pull request #118: URL: https://github.com/apache/oodt/pull/118#issuecomment-766499224 Thank you. I'll try the patch tomorrow and report back. This is an automated message from the Apache Git Service. To

[GitHub] [oodt] yasithmilinda commented on pull request #107: [OODT-1021] Unify Logging through SLF4J

2021-01-25 Thread GitBox
yasithmilinda commented on pull request #107: URL: https://github.com/apache/oodt/pull/107#issuecomment-766833237 Hello @lewismc and @buggtb, it's been a while since I added this PR. I'll give it a shot this week and see where I get.

[GitHub] [oodt] IMS94 commented on pull request #107: [OODT-1021] Unify Logging through SLF4J

2021-01-27 Thread GitBox
IMS94 commented on pull request #107: URL: https://github.com/apache/oodt/pull/107#issuecomment-768250001 @yasithmilinda Thanks for updating the PR. Were you able to do some quick tests with this? Like building OODT pack and running everything to see if log files are created as expected?

[GitHub] [oodt] yasithmilinda commented on pull request #107: [OODT-1021] Unify Logging through SLF4J

2021-01-27 Thread GitBox
yasithmilinda commented on pull request #107: URL: https://github.com/apache/oodt/pull/107#issuecomment-768801074 @IMS94 I only ran basic tests by creating a new project from the radix archetype. I'm not entirely sure which log files are expected to be created. Can you point me to a

[GitHub] [oodt] IMS94 commented on pull request #107: [OODT-1021] Unify Logging through SLF4J

2021-01-28 Thread GitBox
IMS94 commented on pull request #107: URL: https://github.com/apache/oodt/pull/107#issuecomment-769559187 @yasithmilinda You can simply build the OODT distribution and, run `oodt start`. Check if all the services (filemgr, resmgr and workflow manager) comes up without an issue (you can

[GitHub] [oodt] IMS94 opened a new pull request #119: Refactor OPSUI ReactJs App into a single project

2021-06-23 Thread GitBox
IMS94 opened a new pull request #119: URL: https://github.com/apache/oodt/pull/119 Working with the new OPSUI implementation while having several npm modules is not developer friendly. Therefore, moved everything to a single project. In future if required, we can make it a multi

[GitHub] [oodt] pavinduLakshan commented on pull request #119: Refactor OPSUI ReactJs App into a single project

2021-06-23 Thread GitBox
pavinduLakshan commented on pull request #119: URL: https://github.com/apache/oodt/pull/119#issuecomment-866801760 I too tried different workarounds but nothing worked. The only way it worked was when the components in the plugin are implemented inside the sample app itself. This change

[GitHub] [oodt] IMS94 merged pull request #119: Refactor OPSUI ReactJs App into a single project

2021-06-23 Thread GitBox
IMS94 merged pull request #119: URL: https://github.com/apache/oodt/pull/119 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please

[GitHub] [oodt] pavinduLakshan opened a new pull request #120: Refactor FM Product React component

2021-07-01 Thread GitBox
pavinduLakshan opened a new pull request #120: URL: https://github.com/apache/oodt/pull/120 This PR improves the styles and the user experience of searching for products by product ID. Included changes: 1. Improve the styles of the search result display UI. 2. Remove

[GitHub] [oodt] IMS94 merged pull request #121: Refactor React OPSUI sample app

2021-07-09 Thread GitBox
IMS94 merged pull request #121: URL: https://github.com/apache/oodt/pull/121 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [oodt] IMS94 commented on a change in pull request #121: Refactor React OPSUI sample app

2021-07-09 Thread GitBox
IMS94 commented on a change in pull request #121: URL: https://github.com/apache/oodt/pull/121#discussion_r666960922 ## File path: react-components/oodt_opsui_sample_app/.env.development ## @@ -1,2 +0,0 @@

[GitHub] [oodt] NGimhana commented on a change in pull request #121: Refactor React OPSUI sample app

2021-07-09 Thread GitBox
NGimhana commented on a change in pull request #121: URL: https://github.com/apache/oodt/pull/121#discussion_r666976639 ## File path: react-components/oodt_opsui_sample_app/src/constants/connection.js ## @@ -14,9 +14,12 @@ * See the License for the specific language

[GitHub] [oodt] pavinduLakshan opened a new pull request #121: Refactor React OPSUI sample app

2021-07-04 Thread GitBox
pavinduLakshan opened a new pull request #121: URL: https://github.com/apache/oodt/pull/121 Included changes: 1. Improve the styles of the search result display UI. 2. Remove redundant Axios instances 2. Remove unnecessary console.log statements 3. Conditionally render

[GitHub] [oodt] pavinduLakshan closed pull request #120: Refactor FM Product React component

2021-07-04 Thread GitBox
pavinduLakshan closed pull request #120: URL: https://github.com/apache/oodt/pull/120 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [oodt] pavinduLakshan commented on pull request #120: Refactor FM Product React component

2021-07-04 Thread GitBox
pavinduLakshan commented on pull request #120: URL: https://github.com/apache/oodt/pull/120#issuecomment-873591390 This PR contains some commits that are unwanted. Therefore I will close it and submit a new PR. -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [oodt] yasithmilinda commented on pull request #107: [OODT-1021] Unify Logging through SLF4J

2021-01-27 Thread GitBox
yasithmilinda commented on pull request #107: URL: https://github.com/apache/oodt/pull/107#issuecomment-768175407 @lewismc, I've updated it against the master branch. Appreciate if you can review it. Cheers! This is an

[GitHub] [oodt] lewismc commented on pull request #118: JDK11 migration - Update project dependencies and fix failed unit tests

2021-01-24 Thread GitBox
lewismc commented on pull request #118: URL: https://github.com/apache/oodt/pull/118#issuecomment-766419816 This is a beast and I like it :) I'll test it out and post my findings here. Can you post which JDK flavor you are using?

[GitHub] [oodt] lewismc commented on pull request #107: [OODT-1021] Unify Logging through SLF4J

2021-01-24 Thread GitBox
lewismc commented on pull request #107: URL: https://github.com/apache/oodt/pull/107#issuecomment-766420069 @yasithmilinda really sorry I did not see this patch. Are you able to update against master branch? I will review. Sorry about this...

[GitHub] [oodt] lewismc merged pull request #117: [SECURITY] Use HTTPS to resolve dependencies in Maven Build

2021-01-24 Thread GitBox
lewismc merged pull request #117: URL: https://github.com/apache/oodt/pull/117 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [oodt] IMS94 merged pull request #126: Improve UI/UX of File Manager Components in React.js OPSUI

2021-08-21 Thread GitBox
IMS94 merged pull request #126: URL: https://github.com/apache/oodt/pull/126 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [oodt] IMS94 opened a new pull request #127: [OODT-1036] Fix failing unit test cases

2021-08-21 Thread GitBox
IMS94 opened a new pull request #127: URL: https://github.com/apache/oodt/pull/127 Cherry picked commit by @NGimhana on development. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [oodt] IMS94 merged pull request #127: [OODT-1036] Fix failing unit test cases

2021-08-21 Thread GitBox
IMS94 merged pull request #127: URL: https://github.com/apache/oodt/pull/127 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [oodt] pavinduLakshan opened a new pull request #128: [OODT-1035][OODT-1037] Improve UI/UX of Workflow Manager Components in React.js OPSUI

2021-08-22 Thread GitBox
pavinduLakshan opened a new pull request #128: URL: https://github.com/apache/oodt/pull/128 Included changes: 1. Display past/present workflows in a paginated table view 2. Write new api endpoint to get paginated workflow pages 3. add missing api to the swagger api definitions

[GitHub] [oodt] pavinduLakshan commented on a change in pull request #126: Improve UI/UX of File Manager Components in React.js OPSUI

2021-08-18 Thread GitBox
pavinduLakshan commented on a change in pull request #126: URL: https://github.com/apache/oodt/pull/126#discussion_r690911179 ## File path: react-components/oodt_opsui_sample_app/.env.development ## @@ -1,2 +1,2 @@

[GitHub] [oodt] IMS94 commented on a change in pull request #126: Improve UI/UX of File Manager Components in React.js OPSUI

2021-08-18 Thread GitBox
IMS94 commented on a change in pull request #126: URL: https://github.com/apache/oodt/pull/126#discussion_r690433396 ## File path: filemgr/src/main/java/org/apache/oodt/cas/filemgr/ingest/StdIngester.java ## @@ -189,8 +189,8 @@ public String ingest(URL fmUrl, File prodFile,

[GitHub] [oodt] NGimhana commented on a change in pull request #128: [OODT-1035][OODT-1037] Improve UI/UX of Workflow Manager Components in React.js OPSUI

2021-08-23 Thread GitBox
NGimhana commented on a change in pull request #128: URL: https://github.com/apache/oodt/pull/128#discussion_r693685461 ## File path: webapp/wmservices/src/main/java/org/apache/oodt/cas/wmservices/resources/WorkflowInstanceResource.java ## @@ -56,10 +56,12 @@ public

[GitHub] [oodt] pavinduLakshan commented on a change in pull request #126: Improve UI/UX of File Manager Components in React.js OPSUI

2021-08-18 Thread GitBox
pavinduLakshan commented on a change in pull request #126: URL: https://github.com/apache/oodt/pull/126#discussion_r691730111 ## File path: react-components/oodt_opsui_sample_app/.env.development ## @@ -1,2 +1,2 @@

[GitHub] [oodt] pavinduLakshan commented on a change in pull request #126: Improve UI/UX of File Manager Components in React.js OPSUI

2021-08-18 Thread GitBox
pavinduLakshan commented on a change in pull request #126: URL: https://github.com/apache/oodt/pull/126#discussion_r691729842 ## File path: react-components/oodt_opsui_sample_app/src/components/SimpleSnackBar.js ## @@ -0,0 +1,135 @@ +import React from "react"; +import

[GitHub] [oodt] pavinduLakshan commented on a change in pull request #128: [OODT-1035][OODT-1037] Improve UI/UX of Workflow Manager Components in React.js OPSUI

2021-08-23 Thread GitBox
pavinduLakshan commented on a change in pull request #128: URL: https://github.com/apache/oodt/pull/128#discussion_r693722112 ## File path: webapp/wmservices/src/main/java/org/apache/oodt/cas/wmservices/resources/WorkflowInstanceResource.java ## @@ -56,10 +56,12 @@ public

[GitHub] [oodt] NGimhana merged pull request #128: [OODT-1035][OODT-1037] Improve UI/UX of Workflow Manager Components in React.js OPSUI

2021-08-23 Thread GitBox
NGimhana merged pull request #128: URL: https://github.com/apache/oodt/pull/128 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [oodt] NGimhana commented on a change in pull request #128: [OODT-1035][OODT-1037] Improve UI/UX of Workflow Manager Components in React.js OPSUI

2021-08-23 Thread GitBox
NGimhana commented on a change in pull request #128: URL: https://github.com/apache/oodt/pull/128#discussion_r693691003 ## File path: webapp/wmservices/src/main/java/org/apache/oodt/cas/wmservices/services/WMJaxrsServiceV2.java ## @@ -78,6 +79,50 @@ public

[GitHub] [oodt] NGimhana commented on a change in pull request #126: Improve UI/UX of File Manager Components in React.js OPSUI

2021-08-17 Thread GitBox
NGimhana commented on a change in pull request #126: URL: https://github.com/apache/oodt/pull/126#discussion_r690453909 ## File path: webapp/fmprod/src/main/java/org/apache/oodt/cas/product/jaxrs/services/FileManagerJaxrsServiceV2.java ## @@ -181,38 +148,29 @@ public int

[GitHub] [oodt] pavinduLakshan opened a new pull request #126: Improve UI/UX of File Manager Components in React.js OPSUI

2021-08-17 Thread GitBox
pavinduLakshan opened a new pull request #126: URL: https://github.com/apache/oodt/pull/126 Included changes: 1. Replace alerts with snack bar 2. Improve snack bar styles 3. Remove unused code and comments 4. Improve Product Browser UI by displaying products in a paginated

[GitHub] [oodt] IMS94 commented on a change in pull request #126: Improve UI/UX of File Manager Components in React.js OPSUI

2021-08-17 Thread GitBox
IMS94 commented on a change in pull request #126: URL: https://github.com/apache/oodt/pull/126#discussion_r690433396 ## File path: filemgr/src/main/java/org/apache/oodt/cas/filemgr/ingest/StdIngester.java ## @@ -189,8 +189,8 @@ public String ingest(URL fmUrl, File prodFile,

[GitHub] [oodt] pavinduLakshan commented on a change in pull request #126: Improve UI/UX of File Manager Components in React.js OPSUI

2021-08-17 Thread GitBox
pavinduLakshan commented on a change in pull request #126: URL: https://github.com/apache/oodt/pull/126#discussion_r690911179 ## File path: react-components/oodt_opsui_sample_app/.env.development ## @@ -1,2 +1,2 @@

[GitHub] [oodt] pavinduLakshan commented on a change in pull request #126: Improve UI/UX of File Manager Components in React.js OPSUI

2021-08-17 Thread GitBox
pavinduLakshan commented on a change in pull request #126: URL: https://github.com/apache/oodt/pull/126#discussion_r690912116 ## File path: react-components/oodt_opsui_sample_app/src/components/SimpleSnackBar.js ## @@ -0,0 +1,135 @@ +import React from "react"; +import

[GitHub] [oodt] pavinduLakshan opened a new pull request #129: Move company logos off of the home page

2021-08-28 Thread GitBox
pavinduLakshan opened a new pull request #129: URL: https://github.com/apache/oodt/pull/129 Included changes: 1. create a new page for adding use cases company logos 2. Redesign the community page 3. Update bootstrap and JQuery versions -- This is an automated message from the

[GitHub] [oodt] pavinduLakshan commented on pull request #129: Move company logos off of the home page

2021-09-01 Thread GitBox
pavinduLakshan commented on pull request #129: URL: https://github.com/apache/oodt/pull/129#issuecomment-911171393 Hi @IMS94, I updated the titles of the sections on the /use-cases page. Can you have a look at it and provide feedback? Thank you for your time. -- This is an automated

[GitHub] [oodt] IMS94 commented on pull request #129: Move company logos off of the home page

2021-09-04 Thread GitBox
IMS94 commented on pull request #129: URL: https://github.com/apache/oodt/pull/129#issuecomment-912999108 @pavinduLakshan Thanks! Will have a look. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [oodt] IMS94 merged pull request #123: Improve product browser and product ingest UI

2021-07-30 Thread GitBox
IMS94 merged pull request #123: URL: https://github.com/apache/oodt/pull/123 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [oodt] IMS94 merged pull request #125: Sync development branch with master branch

2021-08-09 Thread GitBox
IMS94 merged pull request #125: URL: https://github.com/apache/oodt/pull/125 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [oodt] NGimhana opened a new pull request #124: Fix failing Unit Test cases.

2021-08-07 Thread GitBox
NGimhana opened a new pull request #124: URL: https://github.com/apache/oodt/pull/124 This PR contains below changes. - In **ConfiguredTestCase.java** - Changed the _www.jpl.nasa.gov_ to _oodt.apache.org_ since the older host is no longer reachable . - In

[GitHub] [oodt] IMS94 merged pull request #124: Fix failing Unit Test cases.

2021-08-08 Thread GitBox
IMS94 merged pull request #124: URL: https://github.com/apache/oodt/pull/124 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [oodt] IMS94 opened a new pull request #125: Sync development branch with master branch

2021-08-08 Thread GitBox
IMS94 opened a new pull request #125: URL: https://github.com/apache/oodt/pull/125 This PR syncs the `development` branch with the `master` branch -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [oodt] IMS94 commented on pull request #129: Move company logos off of the home page

2021-09-25 Thread GitBox
IMS94 commented on pull request #129: URL: https://github.com/apache/oodt/pull/129#issuecomment-927087790 @pavinduLakshan Thanks for the PR. I have merged that after adding some changes on top of it. Main site will be updated automatically. -- This is an automated message from the

[GitHub] [oodt] IMS94 merged pull request #129: Move company logos off of the home page

2021-09-25 Thread GitBox
IMS94 merged pull request #129: URL: https://github.com/apache/oodt/pull/129 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [oodt] IMS94 opened a new pull request #130: Merge master to development after 1.9.1 release

2021-10-03 Thread GitBox
IMS94 opened a new pull request #130: URL: https://github.com/apache/oodt/pull/130 $subject -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [oodt] IMS94 merged pull request #130: Merge master to development after 1.9.1 release

2021-10-03 Thread GitBox
IMS94 merged pull request #130: URL: https://github.com/apache/oodt/pull/130 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [oodt] IMS94 opened a new pull request #131: Merge development into master

2021-10-03 Thread GitBox
IMS94 opened a new pull request #131: URL: https://github.com/apache/oodt/pull/131 $subject and prepare for 2.0 development -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[GitHub] [oodt] IMS94 opened a new pull request #122: Introduce docker images for filemgr, reactjs OPSUI and filemgr/workflow REST APIs

2021-07-17 Thread GitBox
IMS94 opened a new pull request #122: URL: https://github.com/apache/oodt/pull/122 Now we can simply run `build.sh` within the `deployment` directory and use the `docker-compose.yml` file in the same directory to startup a filemgr, reactjs OPSUI and a tomcat with fmprod/workflow manager

[GitHub] [oodt] pavinduLakshan opened a new pull request #123: Improve product browser and product ingest UI

2021-07-24 Thread GitBox
pavinduLakshan opened a new pull request #123: URL: https://github.com/apache/oodt/pull/123 Included changes: 1. Add progress bars to display the progress of file ingestion processes. 2. Fix product browser pagination 3. Create a new endpoint to get product types 4. Improve

[GitHub] [oodt] pavinduLakshan commented on a change in pull request #123: Improve product browser and product ingest UI

2021-07-26 Thread GitBox
pavinduLakshan commented on a change in pull request #123: URL: https://github.com/apache/oodt/pull/123#discussion_r677085265 ## File path: webapp/fmprod/src/main/java/org/apache/oodt/cas/product/jaxrs/resources/ProductPageResource.java ## @@ -98,6 +100,10 @@ public

[GitHub] [oodt] IMS94 commented on a change in pull request #123: Improve product browser and product ingest UI

2021-07-25 Thread GitBox
IMS94 commented on a change in pull request #123: URL: https://github.com/apache/oodt/pull/123#discussion_r676255938 ## File path: react-components/oodt_opsui_sample_app/src/components/ProgressBar.js ## @@ -0,0 +1,43 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [oodt] IMS94 merged pull request #122: Introduce docker images for filemgr, reactjs OPSUI and filemgr/workflow REST APIs

2021-07-25 Thread GitBox
IMS94 merged pull request #122: URL: https://github.com/apache/oodt/pull/122 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [oodt] pavinduLakshan commented on a change in pull request #123: Improve product browser and product ingest UI

2021-07-26 Thread GitBox
pavinduLakshan commented on a change in pull request #123: URL: https://github.com/apache/oodt/pull/123#discussion_r676456535 ## File path: react-components/oodt_opsui_sample_app/src/components/ProgressBar.js ## @@ -0,0 +1,43 @@ +/* + * Licensed to the Apache Software

[GitHub] [oodt] NGimhana commented on a change in pull request #123: Improve product browser and product ingest UI

2021-07-26 Thread GitBox
NGimhana commented on a change in pull request #123: URL: https://github.com/apache/oodt/pull/123#discussion_r676684100 ## File path: webapp/fmprod/src/main/java/org/apache/oodt/cas/product/jaxrs/services/FileManagerJaxrsServiceV2.java ## @@ -137,6 +137,20 @@ public

[GitHub] [oodt] NGimhana commented on a change in pull request #123: Improve product browser and product ingest UI

2021-07-26 Thread GitBox
NGimhana commented on a change in pull request #123: URL: https://github.com/apache/oodt/pull/123#discussion_r676683233 ## File path: webapp/fmprod/src/main/java/org/apache/oodt/cas/product/jaxrs/resources/ProductPageResource.java ## @@ -98,6 +100,10 @@ public

[GitHub] [oodt] IMS94 merged pull request #131: Merge development into master

2022-01-06 Thread GitBox
IMS94 merged pull request #131: URL: https://github.com/apache/oodt/pull/131 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [oodt] dependabot[bot] opened a new pull request, #132: Bump spring-core from 2.5.4 to 5.3.18 in /core

2022-04-06 Thread GitBox
dependabot[bot] opened a new pull request, #132: URL: https://github.com/apache/oodt/pull/132 Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 2.5.4 to 5.3.18. Release notes Sourced from

[GitHub] [oodt] dependabot[bot] opened a new pull request, #134: Bump spring-core from 2.5.4 to 5.3.19 in /core

2022-04-22 Thread GitBox
dependabot[bot] opened a new pull request, #134: URL: https://github.com/apache/oodt/pull/134 Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 2.5.4 to 5.3.19. Release notes Sourced from

[GitHub] [oodt] dependabot[bot] closed pull request #132: Bump spring-core from 2.5.4 to 5.3.18 in /core

2022-04-22 Thread GitBox
dependabot[bot] closed pull request #132: Bump spring-core from 2.5.4 to 5.3.18 in /core URL: https://github.com/apache/oodt/pull/132 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [oodt] dependabot[bot] commented on pull request #132: Bump spring-core from 2.5.4 to 5.3.18 in /core

2022-04-22 Thread GitBox
dependabot[bot] commented on PR #132: URL: https://github.com/apache/oodt/pull/132#issuecomment-1107051437 Superseded by #134. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [oodt] dependabot[bot] opened a new pull request, #138: Bump eventsource from 1.1.0 to 1.1.1 in /react-components/oodt_opsui_sample_app

2022-06-01 Thread GitBox
dependabot[bot] opened a new pull request, #138: URL: https://github.com/apache/oodt/pull/138 Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.1. Changelog Sourced from

[GitHub] [oodt] dependabot[bot] opened a new pull request, #136: Bump ant from 1.7.0 to 1.10.11 in /mvn/plugins/cas-install

2022-05-13 Thread GitBox
dependabot[bot] opened a new pull request, #136: URL: https://github.com/apache/oodt/pull/136 Bumps ant from 1.7.0 to 1.10.11. [![Dependabot compatibility

[GitHub] [oodt] dependabot[bot] opened a new pull request, #137: Bump spring-core from 2.5.4 to 5.2.22.RELEASE in /core

2022-05-25 Thread GitBox
dependabot[bot] opened a new pull request, #137: URL: https://github.com/apache/oodt/pull/137 Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 2.5.4 to 5.2.22.RELEASE. Release notes Sourced from

[GitHub] [oodt] dependabot[bot] commented on pull request #134: Bump spring-core from 2.5.4 to 5.3.19 in /core

2022-05-25 Thread GitBox
dependabot[bot] commented on PR #134: URL: https://github.com/apache/oodt/pull/134#issuecomment-1136779725 Superseded by #137. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [oodt] dependabot[bot] closed pull request #134: Bump spring-core from 2.5.4 to 5.3.19 in /core

2022-05-25 Thread GitBox
dependabot[bot] closed pull request #134: Bump spring-core from 2.5.4 to 5.3.19 in /core URL: https://github.com/apache/oodt/pull/134 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [oodt] dependabot[bot] opened a new pull request, #148: Bump xalan from 2.7.1 to 2.7.2 in /core

2022-07-07 Thread GitBox
dependabot[bot] opened a new pull request, #148: URL: https://github.com/apache/oodt/pull/148 Bumps xalan from 2.7.1 to 2.7.2. [![Dependabot compatibility

[GitHub] [oodt] dependabot[bot] opened a new pull request, #147: Bump cxf-rt-frontend-jaxrs from 2.6.0 to 2.6.11 in /pcs/services

2022-07-07 Thread GitBox
dependabot[bot] opened a new pull request, #147: URL: https://github.com/apache/oodt/pull/147 Bumps cxf-rt-frontend-jaxrs from 2.6.0 to 2.6.11. [![Dependabot compatibility

[GitHub] [oodt] dependabot[bot] opened a new pull request, #146: Bump solr from 4.7.0 to 4.10.3 in /mvn/archetypes/radix/src/main/resources/archetype-resources/webapps/solr-webapp

2022-07-07 Thread GitBox
dependabot[bot] opened a new pull request, #146: URL: https://github.com/apache/oodt/pull/146 Bumps solr from 4.7.0 to 4.10.3. [![Dependabot compatibility

[GitHub] [oodt] dependabot[bot] opened a new pull request, #143: Bump hadoop-client from 2.4.0 to 2.7.0 in /streaming/resource

2022-07-01 Thread GitBox
dependabot[bot] opened a new pull request, #143: URL: https://github.com/apache/oodt/pull/143 Bumps hadoop-client from 2.4.0 to 2.7.0. [![Dependabot compatibility

[GitHub] [oodt] dependabot[bot] opened a new pull request, #141: Bump poi from 3.2-FINAL to 4.1.1 in /core

2022-06-29 Thread GitBox
dependabot[bot] opened a new pull request, #141: URL: https://github.com/apache/oodt/pull/141 Bumps poi from 3.2-FINAL to 4.1.1. [![Dependabot compatibility

[GitHub] [oodt] dependabot[bot] opened a new pull request, #142: Bump zip4j from 1.3.2 to 2.10.0 in /core

2022-06-30 Thread GitBox
dependabot[bot] opened a new pull request, #142: URL: https://github.com/apache/oodt/pull/142 Bumps [zip4j](https://github.com/srikanth-lingala/zip4j) from 1.3.2 to 2.10.0. Release notes Sourced from https://github.com/srikanth-lingala/zip4j/releases;>zip4j's releases.

[GitHub] [oodt] dependabot[bot] opened a new pull request, #144: Bump jython from 2.2-beta1 to 2.7.2b2 in /core

2022-07-06 Thread GitBox
dependabot[bot] opened a new pull request, #144: URL: https://github.com/apache/oodt/pull/144 Bumps jython from 2.2-beta1 to 2.7.2b2. [![Dependabot compatibility

[GitHub] [oodt] dependabot[bot] opened a new pull request, #145: Bump solr-core from 1.3.0 to 8.8.2 in /core

2022-07-06 Thread GitBox
dependabot[bot] opened a new pull request, #145: URL: https://github.com/apache/oodt/pull/145 Bumps solr-core from 1.3.0 to 8.8.2. [![Dependabot compatibility

[GitHub] [oodt] dependabot[bot] opened a new pull request, #140: Bump xercesImpl from 2.9.1 to 2.12.2 in /core

2022-06-23 Thread GitBox
dependabot[bot] opened a new pull request, #140: URL: https://github.com/apache/oodt/pull/140 Bumps xercesImpl from 2.9.1 to 2.12.2. [![Dependabot compatibility

[GitHub] [oodt] dependabot[bot] opened a new pull request, #139: Bump mysql-connector-java from 6.0.3 to 8.0.28 in /core

2022-06-20 Thread GitBox
dependabot[bot] opened a new pull request, #139: URL: https://github.com/apache/oodt/pull/139 Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 6.0.3 to 8.0.28. Changelog Sourced from

[GitHub] [oodt] dependabot[bot] opened a new pull request, #149: Bump terser from 4.8.0 to 4.8.1 in /react-components/oodt_opsui_sample_app

2022-07-21 Thread GitBox
dependabot[bot] opened a new pull request, #149: URL: https://github.com/apache/oodt/pull/149 Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from https://github.com/terser/terser/blob/master/CHANGELOG.md;>terser's changelog. v4.8.1

[GitHub] [oodt] dependabot[bot] opened a new pull request, #135: Bump async from 2.6.3 to 2.6.4 in /react-components/oodt_opsui_sample_app

2022-04-29 Thread GitBox
dependabot[bot] opened a new pull request, #135: URL: https://github.com/apache/oodt/pull/135 Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md;>async's changelog. v2.6.4

[GitHub] [oodt] dependabot[bot] opened a new pull request, #133: Bump minimist from 1.2.5 to 1.2.6 in /react-components/oodt_opsui_sample_app

2022-04-17 Thread GitBox
dependabot[bot] opened a new pull request, #133: URL: https://github.com/apache/oodt/pull/133 Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits https://github.com/substack/minimist/commit/7efb22a518b53b06f5b02a1038a88bd6290c2846;>7efb22a 1.2.6

[GitHub] [oodt] dependabot[bot] opened a new pull request, #151: Bump jettison from 1.3.4 to 1.5.1 in /core

2022-10-18 Thread GitBox
dependabot[bot] opened a new pull request, #151: URL: https://github.com/apache/oodt/pull/151 Bumps [jettison](https://github.com/jettison-json/jettison) from 1.3.4 to 1.5.1. Release notes Sourced from https://github.com/jettison-json/jettison/releases;>jettison's releases.

[GitHub] [oodt] dependabot[bot] commented on pull request #151: Bump jettison from 1.3.4 to 1.5.1 in /core

2023-01-02 Thread GitBox
dependabot[bot] commented on PR #151: URL: https://github.com/apache/oodt/pull/151#issuecomment-1369236991 Superseded by #158. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [oodt] dependabot[bot] closed pull request #151: Bump jettison from 1.3.4 to 1.5.1 in /core

2023-01-02 Thread GitBox
dependabot[bot] closed pull request #151: Bump jettison from 1.3.4 to 1.5.1 in /core URL: https://github.com/apache/oodt/pull/151 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [oodt] dependabot[bot] opened a new pull request, #158: Bump jettison from 1.3.4 to 1.5.2 in /core

2023-01-02 Thread GitBox
dependabot[bot] opened a new pull request, #158: URL: https://github.com/apache/oodt/pull/158 Bumps [jettison](https://github.com/jettison-json/jettison) from 1.3.4 to 1.5.2. Release notes Sourced from https://github.com/jettison-json/jettison/releases;>jettison's releases.

[GitHub] [oodt] dependabot[bot] opened a new pull request, #159: Bump json5 from 1.0.1 to 1.0.2 in /react-components/oodt_opsui_sample_app

2023-01-07 Thread GitBox
dependabot[bot] opened a new pull request, #159: URL: https://github.com/apache/oodt/pull/159 Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from https://github.com/json5/json5/releases;>json5's releases. v1.0.2 Fix:

[GitHub] [oodt] dependabot[bot] opened a new pull request, #154: Bump decode-uri-component from 0.2.0 to 0.2.2 in /react-components/oodt_opsui_sample_app

2022-12-07 Thread GitBox
dependabot[bot] opened a new pull request, #154: URL: https://github.com/apache/oodt/pull/154 Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from

[GitHub] [oodt] dependabot[bot] opened a new pull request, #157: Bump spring-beans from 2.5.4 to 5.2.20.RELEASE in /core

2022-12-15 Thread GitBox
dependabot[bot] opened a new pull request, #157: URL: https://github.com/apache/oodt/pull/157 Bumps [spring-beans](https://github.com/spring-projects/spring-framework) from 2.5.4 to 5.2.20.RELEASE. Release notes Sourced from

[GitHub] [oodt] dependabot[bot] opened a new pull request, #156: Bump express from 4.17.1 to 4.18.2 in /react-components/oodt_opsui_sample_app

2022-12-14 Thread GitBox
dependabot[bot] opened a new pull request, #156: URL: https://github.com/apache/oodt/pull/156 Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.18.2. Release notes Sourced from https://github.com/expressjs/express/releases;>express's releases. 4.18.2

[GitHub] [oodt] dependabot[bot] opened a new pull request, #155: Bump qs and express in /react-components/oodt_opsui_sample_app

2022-12-08 Thread GitBox
dependabot[bot] opened a new pull request, #155: URL: https://github.com/apache/oodt/pull/155 Bumps [qs](https://github.com/ljharb/qs) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `qs` from 6.7.0 to 6.11.0

[GitHub] [oodt] JLLeitschuh opened a new pull request, #153: [SECURITY] Fix Temporary File Information Disclosure Vulnerability

2022-11-18 Thread GitBox
JLLeitschuh opened a new pull request, #153: URL: https://github.com/apache/oodt/pull/153 # Security Vulnerability Fix This pull request fixes a Temporary File Information Disclosure Vulnerability, which existed in this project. ## Preamble The system temporary

[GitHub] [oodt] dependabot[bot] opened a new pull request, #152: Bump loader-utils and react-scripts in /react-components/oodt_opsui_sample_app

2022-11-15 Thread GitBox
dependabot[bot] opened a new pull request, #152: URL: https://github.com/apache/oodt/pull/152 Bumps [loader-utils](https://github.com/webpack/loader-utils) to 2.0.4 and updates ancestor dependency