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/13 16:14:44 UTC

[drat] branch gsoc18 updated (720ad18 -> 90d18e6)

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 720ad18  fix process drat wrapper.
     add 8d234ba  Changed the cloning location to $DRAT_HOME/data/clones
     add c51fb74  Fixed labels allignment in auditsummary component
     add 874e0e1  Added indexing progress bar for statistics component
     new 67ff0d6  Merge branch 'gsoc-2018' of https://github.com/ahmedifhaam/drat into gsoc18
     new 27ca8cd  Pin to 1.2.3 release.
     add d8df871  Fixed the issue with top mime types -issue was when total mime types are less than what we querying it was adding undefined objects
     new 90d18e6  Merge branch 'gsoc-2018' of https://github.com/ahmedifhaam/drat into gsoc18

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:
 .../src/main/resources/bin/dump_repo_details.py    |   1 +
 distribution/src/main/assembly/assembly.xml        |   7 +
 pom.xml                                            |   2 +-
 .../src/main/java/backend/AbstractDratWrapper.java |   6 +-
 proteus/src/main/java/backend/FileConstants.java   |   1 +
 .../src/main/java/backend/ProcessDratWrapper.java  | 190 ++++++++++++---------
 .../filemgr/rest/FileManagerRestResource.java      |   1 -
 .../java/drat/proteus/rest/DratRestResource.java   |  20 +--
 .../resources/src/components/auditsummarycomp.vue  |  32 +++-
 .../resources/src/components/controll_bar.vue      |   9 +-
 .../resources/src/components/filelistcomp.vue      |   6 +
 .../resources/src/components/statisticscomp.vue    |  32 +++-
 .../resources/src/components/topmimepiecomp.vue    |  76 ++++-----
 13 files changed, 225 insertions(+), 158 deletions(-)


[drat] 02/03: Pin to 1.2.3 release.

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 27ca8cd9b4f3c7788a506319c4a9f15ebf2fe621
Author: Chris Mattmann <ch...@jpl.nasa.gov>
AuthorDate: Mon Aug 13 08:41:34 2018 -0700

    Pin to 1.2.3 release.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 337fea2..427e06a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-    <oodt.version>1.2.3-SNAPSHOT</oodt.version>
+    <oodt.version>1.2.3</oodt.version>
     <junit.version>4.12</junit.version>
   </properties>
 


[drat] 03/03: Merge branch 'gsoc-2018' of https://github.com/ahmedifhaam/drat into gsoc18

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 90d18e6917d7cce8658b3c798550f2c907cb41e3
Merge: 27ca8cd d8df871
Author: Chris Mattmann <ch...@jpl.nasa.gov>
AuthorDate: Mon Aug 13 08:54:33 2018 -0700

    Merge branch 'gsoc-2018' of https://github.com/ahmedifhaam/drat into gsoc18

 .../resources/src/components/topmimepiecomp.vue    | 76 +++++++++++-----------
 1 file changed, 38 insertions(+), 38 deletions(-)


[drat] 01/03: Merge branch 'gsoc-2018' of https://github.com/ahmedifhaam/drat into gsoc18

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 67ff0d600588f76d905e811ca4d35d3113d3d415
Merge: 720ad18 874e0e1
Author: Chris Mattmann <ch...@jpl.nasa.gov>
AuthorDate: Mon Aug 13 07:21:09 2018 -0700

    Merge branch 'gsoc-2018' of https://github.com/ahmedifhaam/drat into gsoc18

 .../src/main/resources/bin/dump_repo_details.py    |   1 +
 distribution/src/main/assembly/assembly.xml        |   7 +
 .../src/main/java/backend/AbstractDratWrapper.java |   6 +-
 proteus/src/main/java/backend/FileConstants.java   |   1 +
 .../src/main/java/backend/ProcessDratWrapper.java  | 190 ++++++++++++---------
 .../filemgr/rest/FileManagerRestResource.java      |   1 -
 .../java/drat/proteus/rest/DratRestResource.java   |  20 +--
 .../resources/src/components/auditsummarycomp.vue  |  32 +++-
 .../resources/src/components/controll_bar.vue      |   9 +-
 .../resources/src/components/filelistcomp.vue      |   6 +
 .../resources/src/components/statisticscomp.vue    |  32 +++-
 11 files changed, 186 insertions(+), 119 deletions(-)

diff --cc crawler/src/main/resources/bin/dump_repo_details.py
index 6da3606,dac623a..ee68f4e
mode 100755,100644..100755
--- a/crawler/src/main/resources/bin/dump_repo_details.py
+++ b/crawler/src/main/resources/bin/dump_repo_details.py