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

Reply via email to