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/11 18:51:17 UTC

[drat] branch gsoc18 updated (f05c23d -> 5ded886)

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 f05c23d  Add gitignores.
     add 5a9c9b5  Javascript calls are refined to work only needded -Fixed apache logo hiding the audit files list view
     new 42ec0f9  Merge branch 'gsoc-2018' of https://github.com/ahmedifhaam/drat into gsoc18
     new 5ded886  Fix typo: license.

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:
 .../src/main/webapp/resources/public/index.html    |  2 +-
 .../src/main/webapp/resources/src/App.vue          |  2 +-
 .../resources/src/components/auditsummarycomp.vue  |  1 +
 .../resources/src/components/barchartcomp.vue      | 18 +++++++++++-------
 .../resources/src/components/bublechartcomp.vue    | 13 +++++++------
 .../resources/src/components/controll_bar.vue      |  6 +++---
 .../resources/src/components/filelistcomp.vue      | 15 +++++++++++----
 .../webapp/resources/src/components/piechart.vue   | 22 ++++++++++++----------
 .../resources/src/components/progresscomp.vue      | 21 +++++++++++++++------
 .../resources/src/components/projectstable.vue     | 13 +++++++++++--
 .../resources/src/components/statisticscomp.vue    | 17 ++++++++++++++---
 .../src/main/webapp/resources/src/store/store.js   | 11 ++++++++---
 12 files changed, 95 insertions(+), 46 deletions(-)


[drat] 01/02: 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 42ec0f98d437be63df0c5babab79af9a8196891e
Merge: f05c23d 5a9c9b5
Author: Chris Mattmann <ch...@jpl.nasa.gov>
AuthorDate: Sat Aug 11 10:48:36 2018 -0700

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

 .../src/main/webapp/resources/public/index.html    |  2 +-
 .../src/main/webapp/resources/src/App.vue          |  2 +-
 .../resources/src/components/auditsummarycomp.vue  |  1 +
 .../resources/src/components/barchartcomp.vue      | 16 ++++++++++------
 .../resources/src/components/bublechartcomp.vue    | 13 +++++++------
 .../resources/src/components/controll_bar.vue      |  6 +++---
 .../resources/src/components/filelistcomp.vue      | 15 +++++++++++----
 .../webapp/resources/src/components/piechart.vue   | 22 ++++++++++++----------
 .../resources/src/components/progresscomp.vue      | 21 +++++++++++++++------
 .../resources/src/components/projectstable.vue     | 13 +++++++++++--
 .../resources/src/components/statisticscomp.vue    | 17 ++++++++++++++---
 .../src/main/webapp/resources/src/store/store.js   | 11 ++++++++---
 12 files changed, 94 insertions(+), 45 deletions(-)


[drat] 02/02: Fix typo: license.

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 5ded886f8d6e8647ce1e6ba87a9da8a80fe8e16e
Author: Chris Mattmann <ch...@jpl.nasa.gov>
AuthorDate: Sat Aug 11 11:51:03 2018 -0700

    Fix typo: license.
---
 .../src/main/webapp/resources/src/components/barchartcomp.vue           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webapps/proteus-new/src/main/webapp/resources/src/components/barchartcomp.vue b/webapps/proteus-new/src/main/webapp/resources/src/components/barchartcomp.vue
index 57a028d..fd875a7 100644
--- a/webapps/proteus-new/src/main/webapp/resources/src/components/barchartcomp.vue
+++ b/webapps/proteus-new/src/main/webapp/resources/src/components/barchartcomp.vue
@@ -17,7 +17,7 @@ the License.
   <section class="barchartcomp">
     <v-card id = "barchart">
     <v-toolbar height="50" color="primary" dark>
-      <v-toolbar-title>Liecense Breakdown</v-toolbar-title>
+      <v-toolbar-title>License Breakdown</v-toolbar-title>
       <v-spacer></v-spacer>
     </v-toolbar>