This is an automated email from the ASF dual-hosted git repository.
mattmann pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/drat.git.
from 43addfa Merge pull request #147 from apache/revert-145-master
add 62ede6c Initial Commit of adding new UI designed with vue -Only works
for local paths -Only intergrated proteus UI Viz features have to intergrated
add 2a72e24 Added source files for proteus new webapp
add 6a9e5f0 Changed hard coded API requests chooce the origin dynamically
add 89420f9 Updated build script
add 0ed6993 removed all node modules from proteus new webapp
add 1163f6b Updated ProjectList Component to retrieve data from solr
add 63479ea Updated with vue config file to build with relative path
add fd3f076 Added detailed view of projects (Viz-integration-phase-1)
add 51c4ee0 Removed all comments
add b12718d removed MANIFEST file and accidental dist directory
add 2ff954a removed minified files, fixed table width in licene headers
table
add 5aa0300 Completed integrating proteus and viz Added license header
for all the source files -Some UI Tuning and updates for feedbacks have to be
done
add ea03bb7 Completed Dratstat integration with proteus all the functions
of DRAT can be done using the proteus-new Web application
add 393954a Added drat reset for crawl and index functions -Added Apache
gravatar -Added Option dropdown to select action in
add abce383 - refactor and clean up reduce
add 257227a pin to version 1.2.3-SNAPSHOT for lucene fix.
add 69a9ca7 - address issue where partitioner runs, but no mappers have
executed yet, and stop from going to reducers right away
add 35f9f91 cleanup.
add 2620d43 - remove unused methods and cleanup
add dc59ba0 Merge branch 'gsoc-dratstat-java' of
https://github.com/ahmedifhaam/drat into gsoc18
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
add b1c41fb Add back in logging of drat reset FM.
add f05c23d Add gitignores.
add 5a9c9b5 Javascript calls are refined to work only needded -Fixed
apache logo hiding the audit files list view
add 42ec0f9 Merge branch 'gsoc-2018' of
https://github.com/ahmedifhaam/drat into gsoc18
add 5ded886 Fix typo: license.
add 62d7b53 Remove Solr statistics core on reset.
add 5c21cd0 Wipe stats core too.
add a208849 Fixing broken commandline
add 08c0d44 Merge remote-tracking branch 'apache/master' into gsoc-2018
add b95f4d3 Fixed the error with commandline completely
add d0bbd65 Merge branch 'gsoc-2018' of
https://github.com/ahmedifhaam/drat into gsoc18
add 98a1cb2 Add license header.
add 1c00c15 set exec bit.
add 73fb8d0 Added crawling progressbar -Fixed components now clearing
when started second time -Fixed top mime types not working
add e7d6992 removed unused code
add 60124b0 Merge branch 'gsoc-2018' of
https://github.com/ahmedifhaam/drat into gsoc18
add 9c1d870 - SOLR_DRAT_URL and DRAT_EXCLUDE
add 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
add 67ff0d6 Merge branch 'gsoc-2018' of
https://github.com/ahmedifhaam/drat into gsoc18
add 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
add 90d18e6 Merge branch 'gsoc-2018' of
https://github.com/ahmedifhaam/drat into gsoc18
add cbb9861 Revert to 1.2.3-SNAPSHOT built locally since it is compat
with Java8.
add 43560b0 Fix for indexprogress bar allways 100
add da8746e Merge branch 'gsoc-2018' of
https://github.com/ahmedifhaam/drat into gsoc18
add b07387f Don't wipe Solr stats core, or else we can't aggregate.
add 11b1d7e - increase logging in DRAT go
add 1becc74 Add del stats.
add 2d535b4 delete the repo file, and also remove the clones dir.
add 9f8d6d9 - handle exceptions
add 0503c5b - don't remove repo file it's needed - don't remove clone
dir, else we won't have somewhere to clone to.
add b0a7829 Fix typo(s).
add a24e05b This is the code for breaking dratstat
add 3629803 Fixed dratstat, legends on auditsummary, apache logo replaced
add 06842a4 Merge branch 'gsoc-dratstat-breaking' into gsoc-2018
add c04eb7d Merge remote-tracking branch 'apache/gsoc18' into gsoc-2018
add 27d50f4 Dratstat Working -Fix for audit summary legend -Added Apache
Drat logo instead of just Apache -Had to comment out new repository clearing
method of drat script
add 50fe6ee merge conflict.
add 0322fa4 Fix threading issues via synchronization and improve logging.
add bc0c274 Upgrade to Apache OODT 1.2.4
add 71bfca6 Testing fix for project list not showing up
add 9b56bc2 Merge branch 'gsoc-2018' of
https://github.com/ahmedifhaam/drat into gsoc18
add f50599e - use FutureTask when checking for workflow instance mapeprs
add 8435f0a Apache Gitbox repo list.
No new revisions were added by this update.
Summary of changes:
.gitignore | 11 +
.../src/main/resources/bin/dump_repo_details.py | 51 +
distribution/pom.xml | 13 +
distribution/src/main/assembly/assembly.xml | 8 +
distribution/src/main/resources/bin/drat | 33 +-
distribution/src/main/resources/bin/dratstats.py | 203 +-
distribution/src/main/resources/bin/setenv.sh | 2 +
.../src/main/resources/conf/apache-repo-list.txt | 838 ++
.../src/main/resources/conf/repo.default.txt | 1 +
nohup.out | 3 +
.../resources/bin/rat_aggregator/rat_aggregator.py | 206 +-
pom.xml | 2 +-
.../src/main/java/backend/AbstractDratWrapper.java | 3 +
proteus/src/main/java/backend/FileConstants.java | 2 +
.../src/main/java/backend/ProcessDratWrapper.java | 356 +-
proteus/src/main/java/backend/Utils.java | 3 +-
.../main/java/drat/proteus/WicketApplication.java | 8 +
.../filemgr/rest/FileManagerProgressResponse.java | 5 +
.../filemgr/rest/FileManagerRestResource.java | 43 +
.../java/drat/proteus/rest/DratRequestWrapper.java | 10 +-
.../java/drat/proteus/rest/DratRestResource.java | 20 +-
.../test/java/backend/TestProcessDratWrapper.java | 8 +-
webapps/fmprod/.gitignore | 1 +
webapps/opsui/.gitignore | 1 +
webapps/pcs-services/.gitignore | 1 +
webapps/pom.xml | 1 +
webapps/proteus-new/pom.xml | 93 +
.../src/main/webapp/META-INF/context.xml | 4 +-
.../src/main/webapp/WEB-INF/web.xml | 0
.../src/main/webapp/resources/babel.config.js | 14 +
.../src/main/webapp/resources/package-lock.json | 13925 +++++++++++++++++++
.../src/main/webapp/resources/package.json | 57 +
.../src/main/webapp/resources/public/favicon.ico | Bin 0 -> 1150 bytes
.../src/main/webapp/resources/public/index.html | 24 +
.../src/main/webapp/resources/public/leaf-logo.png | Bin 0 -> 35655 bytes
.../src/main/webapp/resources/public/logo.png | Bin 0 -> 39212 bytes
.../src/main/webapp/resources/src/App.vue | 310 +
.../resources/src/components/auditsummarycomp.vue | 277 +
.../resources/src/components/barchartcomp.vue | 175 +
.../resources/src/components/bublechartcomp.vue | 186 +
.../resources/src/components/controll_bar.vue | 229 +
.../resources/src/components/filelistcomp.vue | 116 +
.../resources/src/components/licensepiecomp.vue | 170 +
.../webapp/resources/src/components/piechart.vue | 160 +
.../resources/src/components/progresscomp.vue | 162 +
.../resources/src/components/projectstable.vue | 414 +
.../resources/src/components/statisticscomp.vue | 176 +
.../resources/src/components/topmimepiecomp.vue | 178 +
.../src/main/webapp/resources/src/leaf-logo.png | Bin 0 -> 35655 bytes
.../src/main/webapp/resources/src/logo.png | Bin 0 -> 39212 bytes
.../src/main/webapp/resources/src/main.js} | 44 +-
.../src/main/webapp/resources/src/store/store.js | 65 +
.../src/main/webapp/resources/vue.config.js | 3 +
.../src/main/webapp/resources/webpack.config.js | 47 +
webapps/solr-webapp/.gitignore | 1 +
webapps/viz/.gitignore | 1 +
56 files changed, 18341 insertions(+), 323 deletions(-)
create mode 100755 crawler/src/main/resources/bin/dump_repo_details.py
create mode 100644 distribution/src/main/resources/conf/apache-repo-list.txt
create mode 100644 distribution/src/main/resources/conf/repo.default.txt
create mode 100644 nohup.out
create mode 100644
proteus/src/main/java/drat/proteus/filemgr/rest/FileManagerProgressResponse.java
create mode 100644
proteus/src/main/java/drat/proteus/filemgr/rest/FileManagerRestResource.java
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/pom.xml
copy webapps/{viz => proteus-new}/src/main/webapp/META-INF/context.xml (50%)
mode change 100644 => 100755
copy webapps/{viz => proteus-new}/src/main/webapp/WEB-INF/web.xml (100%)
mode change 100644 => 100755
create mode 100644
webapps/proteus-new/src/main/webapp/resources/babel.config.js
create mode 100644
webapps/proteus-new/src/main/webapp/resources/package-lock.json
create mode 100644 webapps/proteus-new/src/main/webapp/resources/package.json
create mode 100644
webapps/proteus-new/src/main/webapp/resources/public/favicon.ico
create mode 100644
webapps/proteus-new/src/main/webapp/resources/public/index.html
create mode 100644
webapps/proteus-new/src/main/webapp/resources/public/leaf-logo.png
create mode 100644
webapps/proteus-new/src/main/webapp/resources/public/logo.png
create mode 100644 webapps/proteus-new/src/main/webapp/resources/src/App.vue
create mode 100644
webapps/proteus-new/src/main/webapp/resources/src/components/auditsummarycomp.vue
create mode 100644
webapps/proteus-new/src/main/webapp/resources/src/components/barchartcomp.vue
create mode 100644
webapps/proteus-new/src/main/webapp/resources/src/components/bublechartcomp.vue
create mode 100644
webapps/proteus-new/src/main/webapp/resources/src/components/controll_bar.vue
create mode 100644
webapps/proteus-new/src/main/webapp/resources/src/components/filelistcomp.vue
create mode 100644
webapps/proteus-new/src/main/webapp/resources/src/components/licensepiecomp.vue
create mode 100644
webapps/proteus-new/src/main/webapp/resources/src/components/piechart.vue
create mode 100644
webapps/proteus-new/src/main/webapp/resources/src/components/progresscomp.vue
create mode 100644
webapps/proteus-new/src/main/webapp/resources/src/components/projectstable.vue
create mode 100644
webapps/proteus-new/src/main/webapp/resources/src/components/statisticscomp.vue
create mode 100644
webapps/proteus-new/src/main/webapp/resources/src/components/topmimepiecomp.vue
create mode 100644
webapps/proteus-new/src/main/webapp/resources/src/leaf-logo.png
create mode 100644 webapps/proteus-new/src/main/webapp/resources/src/logo.png
copy webapps/{fmprod/src/main/webapp/META-INF/context.xml =>
proteus-new/src/main/webapp/resources/src/main.js} (53%)
create mode 100644
webapps/proteus-new/src/main/webapp/resources/src/store/store.js
create mode 100644 webapps/proteus-new/src/main/webapp/resources/vue.config.js
create mode 100644
webapps/proteus-new/src/main/webapp/resources/webpack.config.js
create mode 100644 webapps/solr-webapp/.gitignore
create mode 100644 webapps/viz/.gitignore