You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spot.apache.org by ev...@apache.org on 2017/03/29 16:51:36 UTC

[12/50] [abbrv] incubator-spot git commit: Update dns.py

Update dns.py

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

Branch: refs/heads/SPOT-35_graphql_api
Commit: 2c951e9581b06d013e17d1ef48a6a88c5a746565
Parents: 8f151f5
Author: Everardo Lopez Sandoval <ev...@intel.com>
Authored: Mon Mar 6 10:59:15 2017 -0600
Committer: Diego Ortiz Huerta <di...@intel.com>
Committed: Wed Mar 15 11:49:47 2017 -0700

----------------------------------------------------------------------
 spot-oa/api/resources/dns.py | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spot/blob/2c951e95/spot-oa/api/resources/dns.py
----------------------------------------------------------------------
diff --git a/spot-oa/api/resources/dns.py b/spot-oa/api/resources/dns.py
index 8924470..ae2076b 100644
--- a/spot-oa/api/resources/dns.py
+++ b/spot-oa/api/resources/dns.py
@@ -321,8 +321,12 @@ def  save_comments(ip,query,title,text,date):
         ImpalaEngine.execute_query(insert_query)
 
     return True
+
 """
-Return a list(dict) with all the data ingested during the time frame provided.
+--------------------------------------------------------------------------
+Return a list(dict) with all the data ingested during the timeframe 
+provided.
+--------------------------------------------------------------------------
 """
 def ingest_summary(start_date,end_date):