You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spot.apache.org by na...@apache.org on 2018/03/19 19:28:20 UTC

[11/42] incubator-spot git commit: 'master' into pr/131, SPOT-244 to close apache/incubator-spot#131

'master' into pr/131, SPOT-244 to close apache/incubator-spot#131


Project: http://git-wip-us.apache.org/repos/asf/incubator-spot/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-spot/commit/a07b3ebf
Tree: http://git-wip-us.apache.org/repos/asf/incubator-spot/tree/a07b3ebf
Diff: http://git-wip-us.apache.org/repos/asf/incubator-spot/diff/a07b3ebf

Branch: refs/heads/SPOT-181_ODM
Commit: a07b3ebf7ecc15f6cb7e0fe848541699fe083c40
Parents: 10256f4 dbf6f51
Author: natedogs911 <na...@gmail.com>
Authored: Tue Jan 9 13:37:08 2018 -0800
Committer: natedogs911 <na...@gmail.com>
Committed: Tue Jan 9 13:39:01 2018 -0800

----------------------------------------------------------------------
 dev/release/README.md                           | 474 +++++++++++++++++++
 .../dns/model/DNSSuspiciousConnectsModel.scala  |  43 +-
 .../org/apache/spot/lda/SpotLDAHelper.scala     | 173 +++++++
 .../org/apache/spot/lda/SpotLDAModel.scala      | 139 ++++++
 .../org/apache/spot/lda/SpotLDAResult.scala     |  43 ++
 .../org/apache/spot/lda/SpotLDAWrapper.scala    | 226 ++-------
 .../model/FlowSuspiciousConnectsModel.scala     |  27 +-
 .../proxy/ProxySuspiciousConnectsModel.scala    |  25 +-
 .../org/apache/spot/utilities/TopDomains.scala  |   1 -
 .../org/apache/spot/lda/SpotLDAHelperTest.scala | 133 ++++++
 .../apache/spot/lda/SpotLDAWrapperTest.scala    | 236 +++------
 11 files changed, 1109 insertions(+), 411 deletions(-)
----------------------------------------------------------------------