You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drat.apache.org by po...@apache.org on 2019/02/22 20:12:46 UTC

[drat] branch ottlinger-patch-1 created (now f555e9a)

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

pottlinger pushed a change to branch ottlinger-patch-1
in repository https://gitbox.apache.org/repos/asf/drat.git.


      at f555e9a  Update to latest RAT release 0.13

This branch includes the following new commits:

     new b1a4cae  Initial commit
     new 8aab0b7  More detail on DRAT.
     new eb278e3  Initial push of DRAT from my local repo. Will need massive cleanup I'm sure.
     new 4b613b2  Merge branch 'master' of https://github.com/chrismattmann/drat
     new 8670632  Move to top level.
     new 8f6336d  Push more local changes to etc dirs for file manager and workflow manager
     new f63e9a9  Instructions on how to build and run DRAT.
     new 6afc5a7  Instructions on how to build and run DRAT.
     new fad24cc  - ignore .project file and .classpath file
     new 7a9e9f1  - correct namespace to gov.nasa.jpl.xdata
     new 80938dc  - finish up commits for correcting namespace; change solr instance to drat and not xdata-code-audit
     new 7028d92  - add in extractors necessary for ingesting generic file.
     new 6069e9b  - add in .gitignore file
     new 345c689  - remove .svn dir
     new 4bd206b  - remove refs to xdata and change to drat refs
     new 7a9ace1  - code extractor, not generic (to be consistent with expected deployment dir)
     new 5392ee2  Merge branch 'master' of https://github.com:443/chrismattmann/drat.git
     new 65ef7ca  - more cleanup of xdata refs
     new 17404e1  - convert namespaces
     new f86e7aa  - integrate PGE into auto build for DRAT. - change packag namespaces to o.a.drat
     new ecf4e4f  - get extractors into the build
     new 49e8b83  - remove extractors from top level
     new eeee649  - clean up and get DRAT ready for prime time - auto build Solr webapp and Solr home - clean up docs and README
     new 56946e5  - parameterize and clean up DRAT and base off $DRAT_HOME env var - clean up filemgr manager - bug fixes in crawler on referencing bean repo file - workflow policy paramterization - tested through indexing in place with FM and Solr. - needs PGE task fixed.
     new 166442c  - update DRAT instructions
     new 9233a9e  - add in DRAT PGE task instance to remap workflow statuses.
     new f3a2fdc  - version in place for GenericFile - ProductType URNs should use urn:drat prefix - PGE configs should properly ref job dir local in data dir from deployment - Solr url correction in task.xml and other workflow policy updates - pcs trace exclude list (need to file a bug in radix) in context.xml - only remaining items are CAS PGE jar excludes, and /pcs-opsui context
     new fdbd5b8  GET deps included right    - exclude other stuff from cas-pge    - include crawler 06, filemgr 06
     new 983ecfb  fix /pcs-opsui context via specialized web.xml fix (remember to submit upstream to RADIX.
     new e826d24  - include RAT in DRAT distribution. - ref local version of RAT pinned at 0.9
     new 5db8583  - include file so this directory gets picked up.
     new 3250a70  - fix non resolvable webapp, works OK on Maven 3.0.3, but not on 3.2.1 thanks to tpalsulich
     new 8f017c5  - remove xdata ref to dependency and update, thanks to tpalsulich
     new 5dc1e3a  Update readme install instructions.
     new d10afc1  Use the DRAT_HOME environment variable for default metadata file.
     new 8d6a9c8  Better install directions.
     new fcf3e0d  Merge pull request #1 from tpalsulich/master
     new b5adba3  - merge and integrate tyler and my readme updates.
     new 26d7570  - fix spacing
     new 44be72c  - make pretty
     new b8f26d8  - pretty
     new 4601ac0  Minor README fixes
     new 2cbd073  more docs
     new 207461a  - formatting
     new e552d98  Merge pull request #2 from MJJoyce/readme_cleanup
     new 78c8e42  typo
     new f2a7947  - improve docs
     new f04f1a4  - have to blow away the Solr catalog too when restarting DRAT.
     new 6f5823c  Introduce plugin versioning and updates for Maven property naming
     new 8dc7587  Merge pull request #3 from lewismc/master
     new cbedc0c  - typo
     new d41b5bf  Merge pull request #4 from chrismattmann/release-0.3
     new d657533  Ignore target directories.
     new 6c0bc49  Initial pass at creating a drat script.
     new 26d468e  Adding usage instructions and reset option.
     new faa19f0  Add 'go' option which runs all four in order.
     new f4071b9  Update readme with drat script.
     new 1588dfb  Merge pull request #5 from tpalsulich/master
     new ca06497  Merge pull request #6 from tpalsulich/drat-script
     new 4d305c0  Adding implementation of go option. Cleaning up parsing. Adding error handling.
     new a48f056  Removing calls to OODT script.
     new af2b477  Update readme with oodt start/stop directions.
     new f2e619a  Merge pull request #7 from tpalsulich/drat-script
     new 9b556e3  Update readme description of RAT and DRAT.
     new 6e4cd28  Merge pull request #8 from tpalsulich/master
     new bbef453  Initial stab at vagrant vm for Drat
     new 582a16c  Configuration updates for vagrant vm
     new dea017b  Merge pull request #9 from darth-pr/master
     new 7a56062  Explicit usage of bash so function keyword and [[ can be used across systems
     new 7225570  Merge pull request #10 from darth-pr/master
     new 356355d  Include instructions for using vagrant
     new 0b294d5  Use pushd and popd to navigate to proper directories in drat script.
     new 2ef8c72  Don't fire off the reduce automatically in drat go.
     new 731a716  Update readme with new drat script info.
     new 5c4214d  Merge pull request #12 from darth-pr/vagrant-readme
     new 461708e  Merge pull request #11 from tpalsulich/master
     new 8e80cd5  Add a check to prevent willy nilly reducing when there is still mapping.
     new 4c31482  Ignore pushd output and wait for map to finish before reduce in go.
     new ea5ed34  Remove current_pges file. Make it a local drat function.
     new f3f9adc  - fix typos
     new 6f6d3a2  Add in filemanager aliases per OODT-306
     new f130a6c  Merge pull request #13 from darth-pr/fm-aliases
     new 098b96b  Fix print vs printf statement. Add sleep before reduce.
     new 95e6990  Ignore output of popd.
     new 23e41bb  Make the current_pges function more robust by looking for not FINISHED RatAuditTasks.
     new c622db0  Redirect logs, prettier ... printing, and longer sleep before PGE checks.
     new 316d01e  Merge pull request #14 from tpalsulich/master
     new 1237b78  Update README.md
     new f503534  Make tika-app a Maven dependecy. Remove explicit jar.
     new 1397c0e  Merge pull request #15 from tpalsulich/master
     new e4979b4  - don't do transitive dep resolution, only include tika-app - specify tika-app classifier in dep - turn on strict filtering
     new e2f8d4f  - add presentation on DRAT from XDATA
     new 73c3e3e  - update docs with YouTube video on DRAT
     new b40d912  - add presentation for ESIP Summer 2014 meeting on DRAT.
     new 8a5cce0  - typos and heading fix
     new b6f8313  Add a table of contents to readme, generated by DocToc.
     new adec841  Merge pull request #16 from tpalsulich/master
     new 2e33b3a  Minor instruction addition in Vagrant section
     new b46cab9  Move go and reset to separate functions. Check ports for OODT and Solr services for better error prevention. Better help messages.
     new 7559ecc  Merge pull request #18 from MJJoyce/vagrant-docs-fix
     new e3d1410  Merge pull request #20 from tpalsulich/master
     new 263db11  Update readme with new install location.
     new c26b101  Merge pull request #21 from tpalsulich/master
     new 0881d99  Update readme formatting and clarify necessary environment variables.
     new 9cc1802  Make tar extract directly into deploy directory.
     new 6cc8968  Resolve merge conflicts.
     new c972b29  Merge pull request #22 from tpalsulich/master
     new 1b885cc  Use quiet mode for git clone drat.
     new 8c0f2f0  - improve docs
     new ec5df45  - have to blow away the Solr catalog too when restarting DRAT.
     new 882ea8b  Introduce plugin versioning and updates for Maven property naming
     new 7513262  - typo
     new a0c5acf  Ignore target directories.
     new 58ad7c2  Initial pass at creating a drat script.
     new 3da3871  Adding usage instructions and reset option.
     new 7c3b654  Add 'go' option which runs all four in order.
     new 8431fbf  Update readme with drat script.
     new 39738ca  Adding implementation of go option. Cleaning up parsing. Adding error handling.
     new e84e0d1  Removing calls to OODT script.
     new ad69eb3  Update readme with oodt start/stop directions.
     new 6b040b1  Update readme description of RAT and DRAT.
     new a7c45a1  Initial stab at vagrant vm for Drat
     new cd2c6ff  Configuration updates for vagrant vm
     new d590ee6  Explicit usage of bash so function keyword and [[ can be used across systems
     new 3fe555c  Include instructions for using vagrant
     new fc9a849  Use pushd and popd to navigate to proper directories in drat script.
     new 8ac1295  Don't fire off the reduce automatically in drat go.
     new f8c051d  Update readme with new drat script info.
     new ce3685b  Add a check to prevent willy nilly reducing when there is still mapping.
     new f66c2e2  Ignore pushd output and wait for map to finish before reduce in go.
     new 520834b  Remove current_pges file. Make it a local drat function.
     new 860a618  - fix typos
     new f4753c8  Add in filemanager aliases per OODT-306
     new 98fadb3  Fix print vs printf statement. Add sleep before reduce.
     new 9be4d52  Ignore output of popd.
     new bcb7257  Make the current_pges function more robust by looking for not FINISHED RatAuditTasks.
     new 95a428c  Redirect logs, prettier ... printing, and longer sleep before PGE checks.
     new 515b4dd  Update README.md
     new 19ebf79  Make tika-app a Maven dependecy. Remove explicit jar.
     new 302548e  - don't do transitive dep resolution, only include tika-app - specify tika-app classifier in dep - turn on strict filtering
     new c4d8a58  - add presentation on DRAT from XDATA
     new 36401d5  - update docs with YouTube video on DRAT
     new 8280e03  - add presentation for ESIP Summer 2014 meeting on DRAT.
     new 7413c8b  - typos and heading fix
     new 63be312  Add a table of contents to readme, generated by DocToc.
     new c947a9b  Minor instruction addition in Vagrant section
     new f9f56b5  Move go and reset to separate functions. Check ports for OODT and Solr services for better error prevention. Better help messages.
     new 9e0926f  Update readme with new install location.
     new 65b8ad5  patch DRAT OODT script with OODT-672
     new 931dda3  Merge and fix README.
     new 8514b7e  - fix doc bugs per merge
     new 7796bf5  - fix duplicate docs
     new 37d3210  Merge branch 'master' of github.com:chrismattmann/drat
     new 7bf9119  Remove redundant readme instructions.
     new c258358  Merge pull request #23 from tpalsulich/master
     new ca9da44  Update README.md
     new 52b2ec5  - push OODT-738 wmkill and wmkillallbystatus scripts to DRAT.
     new 4714119  Fix typo where line was uncommented.
     new f7517cf  Merge pull request #25 from tpalsulich/master
     new ce6e9fd  Move information over to wiki about how to install and use DRAT.
     new 1477721  Add instructions to the readme for how to clone the wiki.
     new 1719e03  Merge pull request #26 from tpalsulich/master
     new ad07795  - update wiki clone URL
     new 4f588d1  Drop incorrect project comments in PGE config
     new 14e8dc1  Merge pull request #27 from MJJoyce/pge-comment-fix
     new 8b6c613  Fix for #29 add Python mime type (remove its attachment to text/plain); flow through updated mime types in crawler launcher; update mime partitioner script to select x-python MIME type.
     new fc2b677  Merge pull request #30 from chrismattmann/issue-29
     new 4e3d27a  - ignore .DS_Store on mac
     new edeed11  DRAT-31 Upgrade to OODT 0.8
     new f07b3da  Merge pull request #32 from lewismc/DRAT-31
     new 9bc8985  - fix for #24: DRAT does not identify different files with same name identified by @lewismc
     new 374f498  - ignore .pydevproject
     new 33506d8  Merge pull request #34 from chrismattmann/drat-dupe-filenames
     new c83d769  - also remove job dirs
     new 9efc27c  Merge pull request #35 from chrismattmann/drat-reset-clear-workflow
     new 3095bba  Update pom.xml
     new 6f70d5b  Merge pull request #1 from hugohirsch/hugohirsch-update-RAT
     new 3c937e4  Merge pull request #36 from ottlinger/master
     new 8829f2d  Update PgeConfig_Rat.xml
     new 6f8cd80  Merge pull request #37 from jihyunoh/patch-1
     new 6ab1515  add all
     new 478b518  Merge pull request #38 from jihyunoh/master
     new b40a2fb   javax.servlet.ServletException: Resource class org.apache.oodt.pcs.services.HealthResource can not be instantiated due to InvocationTargetException #41
     new b91e31d  Merge pull request #42 from lewismc/DRAT-41
     new dbea380   Upgrade to OODT 0.10 #45
     new b49ed25  Merge pull request #46 from lewismc/DRAT-45
     new 5670a7e  DRAT Sequential
     new 86ccc52  Ading documentation for dratseq utility
     new dabdc0d  DRAT Sequential - Documentation
     new e7ed8ef  File name Change.
     new 8c86fc2  File name Change.
     new bb42d51  Merge pull request #49 from karanjeets/karanjeets-drat-seq
     new f5bbb5b  Merge pull request #1 from karanjeets/drat-enhancement
     new 1716460  Deleted Sequential DRAT docx file
     new 4a7c029  regex exclude parameter added
     new b470108  Merge branch 'drat-enhancement'
     new 3b1c335  Added --exclude property to drat
     new e785417  Documentation for regex exclude feature
     new b29d98c  Merge branch 'drat-enhancement'
     new 68df5b4  Added --exclude property to drat
     new 907abed  Added directory structure for Proteus as well as temporary README file.
     new c6be7c4  Added subdivisions of Proteus directory structure.
     new 2cd07af  Merge pull request #51 from karanjeets/master
     new 6dbc749  Enable use of OODT SNAPSHOT's in DRAT
     new 34dfb0e  Merge pull request #55 from chrismattmann/snapshot
     new 77c61f3  Commented RegEx filtering for OODT 0.10
     new 76de5e0  Merge pull request #57 from karanjeets/master
     new ede7591  Merge pull request #2 from chrismattmann/master
     new 439246f  Modified drat script to include RegEX Filtering - OODT 0.11-SNAPSHOT
     new fb5c0e4  Merge pull request #58 from karanjeets/master
     new 0f4256d  Doc update.
     new c95e063  Remove pages that belong on the wiki.
     new 5b10ee1  Add more links to wiki pages.
     new 10da475  4th Intl' Workshop on Software Mining paper - ASE 2015.
     new e290051  Downgrade to OODT 0.10: bugs in 0.11-SNAPSHOT.
     new a7aaf12  Fix for OODT PGE upgrade to 0.10: this closes #64.
     new d9bc1a8  Fix for #64 -remaining items.
     new 00f8a4e  More updating for #61.
     new 79c4f81  Fix for #61: FM prod services now turned on and available.
     new 65e5c4d  Fix and enable PCS services with right config.
     new 1b22604  Upgrade Tomcat to 7.0.65 this closes #65
     new 61c405e  Merge pull request #3 from chrismattmann/master
     new edc986d  Added Wrangler Workflow
     new acd5125  Issue #53 - Added examples to configure workflow prerequisite condition
     new 65b4fa3  Add ASE2015 prezi
     new 0f32a4e  Modified job prerequisite example to include the new class name
     new 770a374  Connected front-end to midtier. Added extra services (OODT Status mainly).
     new 625a2c0  Fixed OODT RAW 500 error, and moved CSS/JS to separate files
     new 03939d6  Added Mime Type Breakdown service.
     new 5f5182f  Change to standard OODT job instance
     new 4798b0d  Got front-end connected to midtier for: repo size, 20 products, and RAT instances running.
     new 0b2615c  update
     new 078a5a0  Integrated Unzipper.
     new 6ec1297  Merge pull request #66 from karanjeets/master
     new 4be0bd5  Added License Breakdown Service, which parses all the RatLogs currently in FM and creates a breakdown graph for it.
     new 2d68a99  Merged
     new 32ea02c  Cleaned the Repo for dead/copied files.
     new 7201f65  Did some more code cleanup + added parsing of Rat Logs to get files with unapproved licenses
     new feb40b3  Merge
     new f5e4b38  Removed DratMethodType enum since it was useless
     new 546e532  Candidate release build
     new 6598024  Added ZIP file downloading to run, as well as log file (DRAT) operation. Now goodnight.
     new bb66fb9  Stuff for Daler to work on
     new 5653061  Fixed the front-end to add RAT Instance info on complete + JS changes to accept ZIP file upload. Bugs aplenty.
     new 8dce31d  la
     new 19a2ec8  PUSH
     new c7cd85f  PUSH
     new 7d4877d  Deleted extraneous zip files
     new 40af2b2  Merge https://github.com/sfrancus/drat into merge-proteus
     new 3c2e6ec  Merge pull request #73 from chrismattmann/merge-proteus
     new d3b3e83  Clean up proteus.
     new 176ef69  Clean up proteus.
     new b80905d  README not needed. use wiki.
     new aac45a9  Remove DS store.
     new 1ee4d41  Added to Proteus the ability to pass in canonical paths to start Drat, as well as some general cleanup.
     new a7eb746  Added JS for spinners
     new 944e89f  Added styles to the spinners.
     new 19b72ef  Added links to the spinner.
     new 3d3416e  Added images for loader(spinner) to the repository.
     new 87beb0f  Toolbar in the top left corner added. Home > Workflow.
     new 81f21b5  home page loader added
     new 65dff73  Reorganize repo; remove need for src/main/webapp besides WEB-INF. cache locally JS and CSS resources. Pull in dynamic resource allocation and reffing into the Wicket applicaiton.
     new c6589f2  Merge branch 'master' of https://github.com:443/chrismattmann/drat
     new 1716a19  - META-INF context
     new 6c09387  Add ALv2 license header to all files; reformat java this closes #74.
     new 82e7d99  - fix spinner image link
     new 3ceefbe  Add in angular min js map.
     new 960cd28  - remove unused tests
     new c4a9dad  - Support Git / SVN remote clones and analysis this closes #78
     new 667e648  Final presentation for CS401 students on Proteus.
     new e1bd13c  Merge pull request #4 from chrismattmann/master
     new 7179581  Modified pom.xml to include Proteus in the distribution package
     new cc82c13  Changed lsof to nc command; Added OODT_HOST for easy configuration
     new bdf1112  Merge pull request #79 from karanjeets/master
     new 707ef20  Update README.md
     new 6f56dca  - set response page to workflow page after uploading zip
     new 2ceeeb1  Move away from AngularJs to handle commands. Use wicket ListView. Handle all commands and process them.
     new a489dfb  Update HTML form to include ListView; populate commands; style correctly without AngularJS; process form the same way regardless of button or command submit.
     new 55d17f4  Merge pull request #83 from chrismattmann/fix-commands-mp
     new 650c43a  Transferring blueprint from apiary.io
     new 4bbe314  Upgrade OODT to 0.11
     new 54a45d5  Merge pull request #5 from chrismattmann/master
     new 100dbd9  Added workaround to solve Issue #80
     new e468d54  Added DRAT Statistics
     new 72068cd  Merge pull request #88 from karanjeets/master
     new bf5efc2  Added file count
     new 25f6d9d  Merge pull request #89 from karanjeets/master
     new 7931f92  Modified to make compatible with Wrangler
     new 9589b31  Merge pull request #90 from karanjeets/master
     new 0201a00  upgraded to rat 0.12
     new 331a117  Merge pull request #91 from wikier/master
     new c1f476f  Updated mime partitioner to consider all mime types
     new b59d79b  Modified to support Wrangler Env
     new b0cb012  Updated Indentation
     new 7b822ab  Excluding .git directory
     new c4de16c  Corrected regex messup
     new 96dc0f4  Rat is updated to a newer version
     new 8921ce5  Parsing RAT logs
     new 7ecbbee  Updated DratStats and Solr schema
     new 6617df2  Bind actual file path with RAT input
     new 028b19d  Updated expression
     new 748d451  Updated dratstats to link actual files with RAT input
     new 02edd39  Updated expression
     new 83f76b2  Added document type field in Solr statistics
     new fce4ef9  Catch exception
     new 15fb1ec  Updated dratstats
     new ad3614d  Updated Rat Logs Parsing
     new c5f6fda  Fixing bug
     new f854ff4  Fixed rsync issue with RAT file transfer
     new 7437936  Boundary Conditions
     new bb9c903  Fixed issue with filename containing space
     new 9595a7c  Minor updates
     new 90b3be5  Boundary conditions
     new 9c00282  Updated delimiter for filenames
     new 8ea4eaf  Fixed issue with complex filenames
     new a4336e1  Update RAT version in workflow
     new d20ac0b  Merge pull request #92 from buggtb/patch-1
     new 37f0626  Adding Visual Interface for DRAT
     new ca77ed1  Fixed build issues
     new 1c99594  Merge pull request #93 from karanjeets/drat-ontosoft
     new d3bc7d6  Set DRAT specific envs automatically.
     new fd1c3d4  Fix DRAT script after merge of #93.
     new eb04624  Remove commented code.
     new a80f5e0  fix for issue brought up in #93 https://github.com/chrismattmann/drat/pull/93#discussion_r128145844
     new fec1a46  Robustly handle issues introduced in #93 where file copy hasn't happened, and though we have an entry in Solr for the DRAT GenericFile, there isn't a corresponding entry in RatLogs for it.
     new 191c755  Fixes that address #93 problems - use FileStaging natively (and OODT 1.2-SNAPSHOT's OODT-954 fix - don't use _|_ as separator in DRAT stats and in CAS-PGE.
     new fb9571e  - turn Viz app into a Webapp and include in distribution
     new a37c0b2  - include pom.xml to include viz webapp
     new a219e8a  - remaining fixes to make #93 functional  - still some issues with DRAT viz    viz application 1. expects to have some "objects" in Solr of type: "project" i get the concept a project has a repo, and in the repo is the results of an audit so, type:project->type:software (stats), looks those up then it looks up all type:file which contain the audit results (license header parsing) however even if I hack it to display a project (even though drat stats doesn't index any obj [...]
     new 6e0556f  - Fix Viz webapp for Auditing #93   TODO:      - update dratstats.py to have a text file formatted as         repo, name, loc_url, desc          (use this later to add an object of type "project" to Solr)      - update index.html to read project objects from Solr
     new 3711ff2  - remove PATH_PREFIX it's useless #93
     new 5e08786  - pin to ${oodt.version} provided by dms pom.xml
     new c43d7f7  - automatically populate drat stats information in Solr - read dynamically from Solr in Viz app - introduce new conf file format #93
     new 279b465  - log proteus requests - handle NPEs better - update proteus constant URLs - add env variable so RSS service works - reduce proteus Ajax calls to every 1sec instead of 500ms
     new bc1c5ba  - failOnMissingXml -> false
     new 7fc2f1b  don't fail on missing web.xml
     new 129129d  - guard against Exceptions for blank RatLog files - identify when RatLogs are blank and LOG.warn it
     new 6b847c8  - clean up DRAT proteus   - actually check and figure out if RatLog mappers are running   - only fire off reducer when all mappers are done   - clean up NPes here and there   - add unit tests
     new 128d9a0  implement OODT-306
     new 4d8ec9e  - support OODT-306 commands in DRAT - support DRAT reset as a Proteus command - make sure you reset before you go - ensure that reset succeeds - integrate with Apache OODT client software for FM and WM API reset support
     new 304bfaa  - don't finish reduce stage until the aggregate log is generated - RESET fully works now - TODO: make RESET more robust   > report intermediate step status   > don't return immediately b/c you get back before RESET fully
     new e39a27d  - get rid of most exceptions from running DRAT
     new 0a29a89  - gut the service status specific class - remove custom threading and execution and just use commons-exec
     new 05c3f3d  - add more licenses to check for running in evaluate if Mappers still running
     new d612b6b  - stop interval functions more appropriately - reduce REST requests so as to not overload OODT
     new 54481e7  - safeguard against inability to contact File Manager for health
     new 076ac86  - refactor delay setting for Ajax calls (3s delay)
     new 21191fa  - make DRAT reset synchronous - try and wipe until there are 0 products left - timeout after 10 tries
     new 21d82e4  - clean up Rat License file service - add unit tests
     new 7f80a68  - clean up header - remove unused imports
     new 1bb012f  - fix DRAT license service - fixes #85, #76 and #71
     new 93aa940  - deal with blank license counts
     new c3d839c  - clean up Repository size calculation - properly display repo size
     new 9470a6c  - catch IOException if you can't delete the file on reset
     new 721148d  Wicket versions are aligned and set to the most recent release
     new 3abc3aa  - unneeded because of inheritence and new superclass
     new ebcdfa4  - use bytes filter to display repoSize in proper MB, TB, GB, etc.
     new ae23156  - handle cases when RAT doesn't detect a license - unit tests
     new fc52242  - clean up DRAT stats  > ensure that the provided outputDir doesn't live in the data dir  > handle erroneous cases with license parsing  > handle corner case where the file analyzed is a RAT log itself - update unit tests
     new 8c41816  - print JSON post data
     new d6dcdf7  Update README.md
     new ad41733  Update README.md
     new 9e0a5dd  Update README.md
     new 1aab1fd  Pin to OODT 1.2 release.
     new 1c08e58  Merge branch 'master' of github.com:chrismattmann/drat
     new 811547f  Whitespace change to test out commit emails.
     new 9155ef8  Update README with apache links
     new 3e1fb34  Update README with apache links (#97)
     new d53b0a1  - for for #99 allow https:// GH and SVN urls as well
     new b3f01d2  Update README.md
     new 3dc558d  - fix error with env entry type
     new 354415b  - fix SchemePortResolver not found issue documented here https://stackoverflow.com/questions/37377075/java-lang-noclassdeffounderror-org-apache-http-conn-schemeportresolver-with-ama
     new 3bd7ba7  - fix for DRAT Workflow Page doesn't properly return to Home Page when under a ProxyPath this closes #102
     new 3ca8328  - progress towards fixing #100: env-entry-type must be provided & revert https://github.com/apache/drat/commit/3dc558d693ead326d54edec85c250caa15615a9a
     new 7b49f4f  Merge remote-tracking branch 'upstream/master'
     new 89e2bca  Update README.md
     new a66bb5b  Fix for Solr failing to start on Ubuntu
     new a691d36  Merge remote-tracking branch 'upstream/master'
     new ac78afb  Fix for #118 - OODT sometimes fails to start due to ghost PID files in wmgr & resmgr
     new f96bb4b  Merge pull request #117 from ThejanW/patch-1
     new 06e5ae2  Merge pull request #119 from ThejanW/master
     new 6aa888e  ISSUE-123
     new f275759  Merge pull request #124 from lewismc/ISSUE-123
     new c6c3e1a  Replaced Processwrapper indexing method with SolrIndexer -This change expects a new Env Variable ${OODT_HOST}
     new 35b9f7c  Update web.xml
     new 213657a  Update for the last commit -Values that were derived from $OODT_HOST are retrieved as seperate environment variables (SOLR_DRAT_URL,FILE_MGR_URL.. etc) -Removed commented method calls -Added a logging function with time stamp and duration for actions (currently only implemented for indexing)
     new 278ed38  Merge branch 'dev' of https://github.com/ahmedifhaam/drat into dev
     new f464d9c  Fixed the typo in log
     new 351182b  Merge pull request #129 from ahmedifhaam/dev
     new 399fb71  changes working with XmlRpcWorkflowmanager
     new f632ad3  Changed the map and reduce funtions to work with xmlrpcworkflowmanager
     new bfac4a4  Replaced Crawler function
     new df38d0a  Replaced isMapp Running method with XmlRpcClient
     new 8d83871  Updated according to the feedback received for last commit -Added Licence Header -Removed Commented code blocks -added class doc for the newly created classes -fixed the indention issue with the last few commits
     new 0e5ffeb  Moved hard coded string to static variable according to the feedback
     new b0555b0  Merge pull request #131 from ahmedifhaam/dev-dynamicwithxmlrpc
     new fdeea32  Adding VIZ UI images for drat wiki documentation
     new 7297319  removed image files
     new 979d47f  Added images for wiki page for drat UI improvement
     new 1ba9a0a  Change base URL of git repo to point to apache
     new 2b93efc  Change to https instead of http
     new 102d7b9  Merge pull request #132 from ottlinger/master
     new 5c54ade  Add default goal.
     new 91a899c  Externalize junit version number.
     new c8f1f62  Streamline usage of junit version
     new 84e9bb7  Fix version reference
     new a196efb  Issue #134: Add travis integration
     new 67b1720  Issue #134: Update problematic modules to JDK8
     new a2c0da3  Fix test/process and logic errors in filterMappers and isRunning.
     new 7bb8c18  Merge pull request #133 from ottlinger/master
     new 9c159de  - fix issue with starting MimePartitioner as Mapper and correct keys
     new 62ede6c  Initial Commit of adding new UI designed with vue -Only works for local paths -Only intergrated proteus UI Viz features have to intergrated
     new 2a72e24  Added source files for proteus new webapp
     new 6a9e5f0  Changed hard coded API requests chooce the origin dynamically
     new 89420f9  Updated build script
     new 0ed6993  removed all node modules from proteus new webapp
     new 1163f6b  Updated ProjectList Component to retrieve data from solr
     new 63479ea   Updated with vue config file to build with relative path
     new fd3f076  Added detailed view of projects (Viz-integration-phase-1)
     new 51c4ee0  Removed all comments
     new b12718d  removed MANIFEST file and accidental dist directory
     new 2ff954a  removed minified files, fixed table width in licene headers table
     new 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
     new dc4eadd  Added things
     new f79c126  Added Travis CI build status
     new 5e55b27  Removed commented lines
     new 87d790b  Added environment variables
     new 46487f8  Reworked environment variables
     new ad3cc2d  Removed some environment variables
     new 86128a6  Added clean install
     new 34d0251  Merge pull request #143 from RyanMcDonagh/master
     new 5d562f3  kick build
     new 0fc93f2  fix: webapps/solr-webapp/pom.xml to reduce vulnerabilities
     new 2421842  fix: proteus/pom.xml to reduce vulnerabilities
     new 1e45de9  Merge pull request #2 from ottlinger/snyk-fix-jh1ck2
     new b7f96b2  Merge pull request #1 from ottlinger/snyk-fix-px3k1p
     new dd2e67e  kick build
     new f848ed1  Merge remote-tracking branch 'upstream/master'
     new ea03bb7  Completed Dratstat integration with proteus all the functions of DRAT can be done using the proteus-new Web application
     new 257227a  pin to version 1.2.3-SNAPSHOT for lucene fix.
     new 2ec0809  Merge pull request #145 from ottlinger/master
     new 69a9ca7  - address issue where partitioner runs, but no mappers have executed yet, and stop from going to reducers right away
     new 27bbcf6  - address issue where partitioner runs, but no mappers have executed yet, and stop from going to reducers right away
     new c24cca7  Merge branch 'master' of github.com:apache/drat
     new a4d18b6  Revert "Fix security vulnerabilities in proteus and webapps"
     new 43addfa  Merge pull request #147 from apache/revert-145-master
     new abce383  - refactor and clean up reduce
     new 35f9f91  cleanup.
     new 2620d43  - remove unused methods and cleanup
     new dc59ba0  Merge branch 'gsoc-dratstat-java' of https://github.com/ahmedifhaam/drat into gsoc18
     new 393954a  Added drat reset for crawl and index functions -Added  Apache gravatar -Added Option dropdown to select action in
     new 74c5a1b  Merge remote-tracking branch 'apache/gsoc18' into gsoc-2018
     new 305e5c4  Fix for Drat commands seperate request
     new 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
     new 585a900  Added Git support and fixed the typo license
     new 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.
     new 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.
     new 62d7b53  Remove Solr statistics core on reset.
     new 5c21cd0  Wipe stats core too.
     new a208849  Fixing broken commandline
     new 08c0d44  Merge remote-tracking branch 'apache/master' into gsoc-2018
     new b95f4d3  Fixed the error with commandline completely
     new d0bbd65  Merge branch 'gsoc-2018' of https://github.com/ahmedifhaam/drat into gsoc18
     new 98a1cb2  Add license header.
     new 1c00c15  set exec bit.
     new 73fb8d0  Added crawling progressbar -Fixed components now clearing when started second time -Fixed top mime types not working
     new e7d6992  removed unused code
     new 60124b0  Merge branch 'gsoc-2018' of https://github.com/ahmedifhaam/drat into gsoc18
     new 9c1d870  - SOLR_DRAT_URL and DRAT_EXCLUDE
     new 720ad18  fix process drat wrapper.
     new 8d234ba  Changed the cloning location to $DRAT_HOME/data/clones
     new c51fb74  Fixed labels allignment in auditsummary component
     new 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.
     new 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
     new a24e05b  This is the code for breaking dratstat
     new cbb9861  Revert to 1.2.3-SNAPSHOT built locally since it is compat with Java8.
     new 43560b0  Fix for indexprogress bar allways 100
     new da8746e  Merge branch 'gsoc-2018' of https://github.com/ahmedifhaam/drat into gsoc18
     new b07387f  Don't wipe Solr stats core, or else we can't aggregate.
     new 11b1d7e  - increase logging in DRAT go
     new 1becc74  Add del stats.
     new 2d535b4  delete the repo file, and also remove the clones dir.
     new 9f8d6d9  - handle exceptions
     new 0503c5b  - don't remove repo file  it's needed - don't remove clone dir, else we won't have somewhere to clone to.
     new 3629803  Fixed dratstat, legends on auditsummary, apache logo replaced
     new 06842a4  Merge branch 'gsoc-dratstat-breaking' into gsoc-2018
     new c04eb7d  Merge remote-tracking branch 'apache/gsoc18' into gsoc-2018
     new 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
     new b0a7829  Fix typo(s).
     new 50fe6ee  merge conflict.
     new 0322fa4  Fix threading issues via synchronization and improve logging.
     new 71bfca6  Testing fix for project list not showing up
     new bc0c274  Upgrade to Apache OODT 1.2.4
     new 9b56bc2  Merge branch 'gsoc-2018' of https://github.com/ahmedifhaam/drat into gsoc18
     new f50599e  - use FutureTask when checking for workflow instance mapeprs
     new 8435f0a  Apache Gitbox repo list.
     new 35e1fba  updates to drat scan and scanning resolves #116.
     new 77dba9c  fixes to gen apache repo script.
     new 1357d1d  set exec bits, clean up, and move.
     new 32a1929  Fix DRAT stats.
     new ae659bc  DRAT stats compatible file for all Apache Gitbox repos.
     new 808d85b  Add gen apache repo URL script.
     new 76d3b7e  Removing the project limit of 220 and making it unlimited
     new 681cd84  Merge branch 'gsoc-2018' of https://github.com/ahmedifhaam/drat into gsoc18
     new e27d804  Merge branch 'gsoc18'
     new 70edd69  upgrade maven-archiver and maven-war-plugin to get beyond EXT4 and Java FS I/O issue.
     new 4f41520  Fix for solr returning only max 10 projects
     new f9fcfee  Merge branch 'gsoc18'
     new 52e151f  Updated Packages to fix vulnerabilities
     new 678a715  Merge branch 'gsoc18'
     new 784c41d  Applying the rows limited fix throughout the application
     new b9b71db  Update pom.xml
     new 08f5df8  Merge branch 'projectCountfix' of https://github.com/ahmedifhaam/drat into gsoc18
     new 83e720a  Merge branch 'gsoc18'
     new c7c71f8  Fix for baseurl duplication
     new 3fc5140  Merge branch 'projectCountfix' of https://github.com/ahmedifhaam/drat
     new 9615d90  Fix for licence count not working
     new 81b679d  Merge branch 'projectCountfix' of https://github.com/ahmedifhaam/drat
     new e27bebf  Enabled Pagination for projects table
     new acd0109  Merge branch 'projectCountfix' of http://github.com/ahmedifhaam/drat
     new ec2d318  Update .travis.yml
     new e85dce7  Merge branch 'master' of github.com:apache/drat
     new bf59f98  Adding search bar for projects
     new 7a7530e  Adding search bar for projects
     new 3ba6a4e  Merge branch 'projectCountfix' of https://github.com/ahmedifhaam/drat into projectCountfix
     new 3e72e95  Fixed case sensitivity issues
     new 60262b3  Merge branch 'projectCountfix' of https://github.com/ahmedifhaam/drat into project-search
     new 42be15f  Add the tinycolor2 JavaScript color tooling
     new ee29caf  Add tinycolor to the License Types and Top MIME Types charts
     new fec13c1  Merge remote-tracking branch 'apache/master'
     new 205798a  Merge pull request #172 from brenopolanski/master
     new f3b9714  Merge remote-tracking branch 'apache/master'
     new 299f501  Updated dependencies to overcome vulnerabilities
     new 4c017b7  Merge pull request #178 from ahmedifhaam/master
     new f555e9a  Update to latest RAT release 0.13

The 542 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.