Commit Graph

121 Commits

Author SHA1 Message Date
Alan Hamlett 92948386fa new --entitytype command line arg to replace --notfile 2015-08-29 16:16:14 -07:00
Alan Hamlett 19c4e9f36b import main function into module __init__ 2015-03-09 15:04:04 -07:00
Alan Hamlett 5ec42393b3 refactor module 2015-03-09 14:57:41 -07:00
Alan Hamlett e079ef914d v4.0.2 2015-03-07 19:19:29 -08:00
Alan Hamlett 4b67dd332e v4.0.1 2015-03-03 13:22:28 -08:00
Alan Hamlett ef6342f16f new --include and --exclude arguments for whitelisting and blacklisting from logging absolute file paths 2015-02-20 12:41:45 -08:00
Alan Hamlett ac9044845d v4.0.0 2015-02-12 18:37:01 -08:00
Alan Hamlett da74592ac4 update readme with config file available settings. support setting proxy from config file. 2015-02-12 18:36:14 -08:00
Alan Hamlett 48b8d72946 send Unknown as user agent if not supplied via --plugin argument 2015-02-12 18:16:53 -08:00
Alan Hamlett 5986a5634d support https proxy with --proxy argument 2015-02-12 18:14:44 -08:00
Alan Hamlett 3918543f0e rename local queue module so it won't collide with builtin queue module 2015-02-12 18:07:17 -08:00
Alan Hamlett cc00cca417 use requests library instead of urllib2 2015-02-12 17:46:59 -08:00
Alan Hamlett a4f7c6bc32 new command line argument --notfile for logging time towards things other than files 2015-02-12 17:27:21 -08:00
Alan Hamlett b877310f02 import tzlocal correctly 2015-02-05 01:47:09 -08:00
Alan Hamlett bf06e558e5 recognize api_key config without underscore 2015-01-19 20:08:48 -08:00
Alan Hamlett 6e227b115a v3.0.5 2015-01-13 14:00:16 -08:00
Alan Hamlett d7097d433c v3.0.4 2015-01-06 11:33:59 -08:00
Alan Hamlett 2450b8cdbc v3.0.3 2014-12-25 13:34:10 -06:00
Alan Hamlett 3c91d802a4 v3.0.2 2014-12-25 01:02:18 -06:00
Alan Hamlett f49470a2c9 make param configFile optional 2014-12-24 11:49:46 -06:00
Alan Hamlett 0ec8240725 v3.0.1 2014-12-23 05:32:20 -06:00
Alan Hamlett 0f76334fc3 v3.0.0 2014-12-23 05:19:47 -06:00
Alan Hamlett 45bfd7d940 use heartbeats api resource instead of old actions resource 2014-12-22 10:10:29 -06:00
Alan Hamlett 3008ff75f5 v2.1.11 2014-12-22 00:54:22 -06:00
Alan Hamlett 1feca4871f save heartbeat to sqlite db when no response from api 2014-12-22 00:52:41 -06:00
Alan Hamlett e144fa4f7a new heartbeat table in offline sqlite database. get ready to detect dependencies from current file. 2014-12-22 00:37:13 -06:00
Alan Hamlett 69d7265ca5 v2.1.10 2014-12-15 12:02:18 -06:00
Alan Hamlett 01689a2ef5 don't queue heartbeats when they will never be valid 2014-12-15 11:59:49 -06:00
Alan Hamlett 76b745c44e v2.1.9 2014-12-05 02:34:23 -08:00
Alan Hamlett f18da681d3 v2.1.8 2014-12-04 11:40:09 -08:00
Alan Hamlett 25c84259fb fix UnicodeDecodeError when building user agent string 2014-12-04 11:39:03 -08:00
Alan Hamlett b402c2c6f2 handle case where response is None 2014-12-04 00:51:18 -08:00
Alan Hamlett f1914df700 v2.1.7 2014-11-30 22:17:28 -08:00
Alan Hamlett 7ddf028041 always log an error when api key is incorrect 2014-11-23 11:35:43 -08:00
Alan Hamlett d73ac29fa5 v2.1.6 2014-11-18 15:58:04 -08:00
Alan Hamlett a455d7ce34 v2.1.5 2014-11-17 22:50:46 -08:00
Alan Hamlett afd488d33b catch exceptions from unknown timezones 2014-11-17 22:33:25 -08:00
Alan Hamlett acaf539001 v2.1.4 2014-11-12 19:32:31 -08:00
Alan Hamlett 5dbb19eb50 when Python was not compiled with https support, log an error to the log file 2014-11-12 19:30:13 -08:00
Alan Hamlett 47102afaa2 v2.1.3 2014-11-10 12:25:14 -08:00
Alan Hamlett 0a6517c2b5 v2.1.2 2014-10-07 04:44:51 -07:00
Alan Hamlett 40c5656910 always print error message when not able to read config file 2014-10-04 11:15:33 -07:00
Alan Hamlett 670141413e print actual location of config file in error message when not able to read from it 2014-10-04 11:09:25 -07:00
Alan Hamlett 1800f93d8d v2.1.1 2014-09-30 10:12:49 -07:00
Alan Hamlett ffe1a32e5b v2.1.0 2014-09-30 09:15:38 -07:00
Alan Hamlett 4bad3541d9 new compat file for python2 and python3 compatibility. read files as utf-8. 2014-09-30 09:09:30 -07:00
Alan Hamlett c1164d2bd1 v2.0.8 2014-08-29 12:38:36 -07:00
Alan Hamlett fbdaf77abe v2.0.7 2014-08-27 03:29:28 -07:00
Alan Hamlett 0581963f55 v2.0.6 2014-08-07 08:21:25 -07:00
Alan Hamlett 1e50a6a1b6 encode json when sending to urllib 2014-08-07 08:21:06 -07:00