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/01/09 21:44:23 UTC

[1/2] incubator-spot git commit: Specify graphql-core version 1.1 support

Repository: incubator-spot
Updated Branches:
  refs/heads/master dbf6f518e -> a07b3ebf7


Specify graphql-core version 1.1 support

There seem to be backwards incompatibilities with graphql-core 2+ and as result we need to ensure that the version installed is 1.1 for everything to install and work properly.


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

Branch: refs/heads/master
Commit: 10256f4c1ea4eed93caf86aa831459e97f4ae9d8
Parents: 341eb02
Author: Tadd Wood <ta...@arcadiadata.com>
Authored: Fri Dec 29 11:48:29 2017 -0600
Committer: Tadd Wood <ta...@arcadiadata.com>
Committed: Fri Dec 29 11:48:29 2017 -0600

----------------------------------------------------------------------
 spot-oa/requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spot/blob/10256f4c/spot-oa/requirements.txt
----------------------------------------------------------------------
diff --git a/spot-oa/requirements.txt b/spot-oa/requirements.txt
index 9f3afb8..1faa1b6 100644
--- a/spot-oa/requirements.txt
+++ b/spot-oa/requirements.txt
@@ -16,7 +16,7 @@ ipython == 3.2.1
 # GraphQL API dependencies
 flask
 flask-graphql
-graphql-core
+graphql-core == 1.1.0
 urllib3
 
 # API Resources


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

Posted by na...@apache.org.
'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/master
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(-)
----------------------------------------------------------------------