You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drat.apache.org by ma...@apache.org on 2018/08/09 16:08:24 UTC

[drat] branch gsoc18 updated (dc59ba0 -> f05c23d)

This is an automated email from the ASF dual-hosted git repository.

mattmann pushed a change to branch gsoc18
in repository https://gitbox.apache.org/repos/asf/drat.git.


    from dc59ba0  Merge branch 'gsoc-dratstat-java' of https://github.com/ahmedifhaam/drat into gsoc18
     add 393954a  Added drat reset for crawl and index functions -Added  Apache gravatar -Added Option dropdown to select action in
     add 74c5a1b  Merge remote-tracking branch 'apache/gsoc18' into gsoc-2018
     add 305e5c4  Fix for Drat commands seperate request
     add d91508a  Completed Following feedbacks -Clear view after progress completed -Removed the additional button to move to main view -Running instances statistics -More efficient repo size
     add 585a900  Added Git support and fixed the typo license
     add b223830  Cleaned Mime Breakdown Pie Chart labels and added legends -Fixed Apache logo and footer at bottom -Moved the progress comp above the statistics comp to make the app more user friendly
     new b1c41fb  Add back in logging of drat reset FM.
     new f05c23d  Add gitignores.

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:
 .gitignore                                         |   4 +
 .../src/main/java/backend/AbstractDratWrapper.java |   3 +
 .../src/main/java/backend/ProcessDratWrapper.java  |  90 +++++++++++++++++----
 .../java/drat/proteus/rest/DratRestResource.java   |   4 +
 webapps/fmprod/.gitignore                          |   1 +
 webapps/opsui/.gitignore                           |   1 +
 webapps/pcs-services/.gitignore                    |   1 +
 .../src/main/webapp/resources/package.json         |   2 +-
 .../src/main/webapp/resources/public/leaf-logo.png | Bin 0 -> 35655 bytes
 .../src/main/webapp/resources/src/App.vue          |  59 +++++++++++---
 .../resources/src/components/barchartcomp.vue      |   8 +-
 .../resources/src/components/controll_bar.vue      |  89 +++++++++++++++++---
 .../{licencepiecomp.vue => licensepiecomp.vue}     |  10 +--
 .../webapp/resources/src/components/piechart.vue   |  51 +++++++++---
 .../resources/src/components/progresscomp.vue      |  59 +++++++++++++-
 .../resources/src/components/projectstable.vue     |  66 +++++++--------
 .../resources/src/components/statisticscomp.vue    |  23 +++++-
 .../src/main/webapp/resources/src/leaf-logo.png    | Bin 0 -> 35655 bytes
 .../src/main/webapp/resources/src/store/store.js   |   6 +-
 webapps/solr-webapp/.gitignore                     |   1 +
 webapps/viz/.gitignore                             |   1 +
 21 files changed, 381 insertions(+), 98 deletions(-)
 create mode 100644 webapps/fmprod/.gitignore
 create mode 100644 webapps/opsui/.gitignore
 create mode 100644 webapps/pcs-services/.gitignore
 create mode 100644 webapps/proteus-new/src/main/webapp/resources/public/leaf-logo.png
 rename webapps/proteus-new/src/main/webapp/resources/src/components/{licencepiecomp.vue => licensepiecomp.vue} (95%)
 create mode 100644 webapps/proteus-new/src/main/webapp/resources/src/leaf-logo.png
 create mode 100644 webapps/solr-webapp/.gitignore
 create mode 100644 webapps/viz/.gitignore


[drat] 02/02: Add gitignores.

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mattmann pushed a commit to branch gsoc18
in repository https://gitbox.apache.org/repos/asf/drat.git

commit f05c23dae569ca68fcf25e0cf1669d032ceccaa9
Author: Chris Mattmann <ch...@jpl.nasa.gov>
AuthorDate: Thu Aug 9 09:08:07 2018 -0700

    Add gitignores.
---
 webapps/fmprod/.gitignore       | 1 +
 webapps/opsui/.gitignore        | 1 +
 webapps/pcs-services/.gitignore | 1 +
 webapps/solr-webapp/.gitignore  | 1 +
 webapps/viz/.gitignore          | 1 +
 5 files changed, 5 insertions(+)

diff --git a/webapps/fmprod/.gitignore b/webapps/fmprod/.gitignore
new file mode 100644
index 0000000..ae3c172
--- /dev/null
+++ b/webapps/fmprod/.gitignore
@@ -0,0 +1 @@
+/bin/
diff --git a/webapps/opsui/.gitignore b/webapps/opsui/.gitignore
new file mode 100644
index 0000000..ae3c172
--- /dev/null
+++ b/webapps/opsui/.gitignore
@@ -0,0 +1 @@
+/bin/
diff --git a/webapps/pcs-services/.gitignore b/webapps/pcs-services/.gitignore
new file mode 100644
index 0000000..ae3c172
--- /dev/null
+++ b/webapps/pcs-services/.gitignore
@@ -0,0 +1 @@
+/bin/
diff --git a/webapps/solr-webapp/.gitignore b/webapps/solr-webapp/.gitignore
new file mode 100644
index 0000000..ae3c172
--- /dev/null
+++ b/webapps/solr-webapp/.gitignore
@@ -0,0 +1 @@
+/bin/
diff --git a/webapps/viz/.gitignore b/webapps/viz/.gitignore
new file mode 100644
index 0000000..ae3c172
--- /dev/null
+++ b/webapps/viz/.gitignore
@@ -0,0 +1 @@
+/bin/


[drat] 01/02: Add back in logging of drat reset FM.

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mattmann pushed a commit to branch gsoc18
in repository https://gitbox.apache.org/repos/asf/drat.git

commit b1c41fb0b1887471d16780480cee80dc6b3e8a80
Author: Chris Mattmann <ch...@jpl.nasa.gov>
AuthorDate: Thu Aug 9 09:07:32 2018 -0700

    Add back in logging of drat reset FM.
---
 proteus/src/main/java/backend/ProcessDratWrapper.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/proteus/src/main/java/backend/ProcessDratWrapper.java b/proteus/src/main/java/backend/ProcessDratWrapper.java
index c71cfde..66d2dd2 100644
--- a/proteus/src/main/java/backend/ProcessDratWrapper.java
+++ b/proteus/src/main/java/backend/ProcessDratWrapper.java
@@ -225,9 +225,9 @@ public class ProcessDratWrapper extends GenericProcess
 
   @Override
   public void reset() {
-//    LOG.info("DRAT: reset: wiping FM product catalog");
     DratLog resetLog = new DratLog("RESET");
     resetLog.logInfo("Starting","");
+    resetLog.logInfo("DRAT: reset: wiping FM product catalog");
     for (String type : WIPE_TYPES) {
       int numTries = 0;
       ProductType pType = fm.safeGetProductTypeByName(type);