Commit graph

  • f10faca3ee Merge pull request #31 from gandarez/master Alan Hamlett 2015-07-03 22:41:23 -0700
  • d6ca2fa489 Added header X-Machine-Name to act as workplace Carlos Henrique Gandarez 2015-07-03 21:42:19 -0300
  • 941c72c468 Merge remote-tracking branch 'upstream/master' Carlos Henrique Gandarez 2015-07-03 21:41:24 -0300
  • 61b9989641 catch exceptions from pygments.modeline.get_filetype_from_buffer Alan Hamlett 2015-07-02 12:36:45 -0700
  • 4b6aee218b v4.1.0 Alan Hamlett 2015-06-29 19:28:35 -0700
  • e8bd8bba76 correct priority for project detection Alan Hamlett 2015-06-29 19:26:01 -0700
  • 006bab2d71 v4.0.16 Alan Hamlett 2015-06-23 18:12:43 -0700
  • 5a2ffa7319 fix bug in offline logging where file saved as NULL Alan Hamlett 2015-06-23 18:11:43 -0700
  • 8c0c43e58a clean up lexer guessing Alan Hamlett 2015-06-15 18:55:47 -0700
  • 6591c4e5e9 limit language detection to known file extensions, unless file contents has a vim modeline Alan Hamlett 2015-06-15 18:26:10 -0700
  • 368fecfcf1 auxiliary extension map for when no language can be found, not to overwrite detected language Alan Hamlett 2015-06-12 17:25:04 -0700
  • 2880add4c5 v4.0.15 Alan Hamlett 2015-06-11 14:12:46 -0700
  • 36f6bb9a21 use most accurate language from modeline lexer and filename lexer Pygments guessing functions Alan Hamlett 2015-06-11 14:11:10 -0700
  • 127fd115d0 use entity and type for new heartbeats api resource schema Alan Hamlett 2015-06-02 15:24:02 -0700
  • 2278e8400f v4.0.14 Alan Hamlett 2015-05-31 17:46:20 -0700
  • 7f6b6c9c1f correctly log message from py.warnings module Alan Hamlett 2015-05-31 10:09:39 -0700
  • 2cdbf6e763 update location of Notepad++ log file Alan Hamlett 2015-05-30 16:55:30 -0700
  • bdc28ccbe8 add NOTICE to manifest for pypi Alan Hamlett 2015-05-27 22:34:46 -0700
  • 5aafb4f43d add NOTICE file for vendorized python libraries Alan Hamlett 2015-05-27 22:34:19 -0700
  • 91784f5066 clean up kwargs Alan Hamlett 2015-05-16 14:44:10 -0700
  • 66a3be703f v4.0.13 Alan Hamlett 2015-05-16 14:37:18 -0700
  • c2a8d197bf remove project from args because we pass it separately to send_heartbeat function Alan Hamlett 2015-05-16 14:35:49 -0700
  • 906237221b v4.0.12 Alan Hamlett 2015-05-15 15:30:44 -0700
  • 1c73ba9969 make --project argument take priority over auto-detected project name. new --alternate-project argument that behaves like --project used to. Alan Hamlett 2015-05-15 15:29:05 -0700
  • 7f35f96286 Merging Carlos Henrique Gandarez 2015-05-15 11:21:15 -0300
  • 1576cfc1f0 Workaround for issue #20 Carlos Henrique Gandarez 2015-05-15 11:02:46 -0300
  • 652bf480e3 correctly display caller and lineno in log file when debug is true. Alan Hamlett 2015-05-13 03:00:00 -0700
  • 7eb7aa80b4 v4.0.11 Alan Hamlett 2015-05-12 15:00:06 -0700
  • dd54f9ff13 reuse SSL handshake across multiple processes for improved performance Alan Hamlett 2015-05-12 14:58:20 -0700
  • 5261f0b80c Use tilde instead of $HOME in log file path Alan Hamlett 2015-05-11 20:30:01 -0700
  • b818d95a64 Add info about last_heartbeat api attribute Alan Hamlett 2015-05-11 20:29:14 -0700
  • 8782aaac66 new Troubleshooting section Alan Hamlett 2015-05-11 20:23:06 -0700
  • 958cf9a943 v4.0.10 Alan Hamlett 2015-05-06 16:25:38 -0700
  • caac39c3bf new --cursorpos argument for the location of cursor within the file's contents Alan Hamlett 2015-05-06 16:24:25 -0700
  • fcf57d1d48 v4.0.9 Alan Hamlett 2015-05-06 15:24:03 -0700
  • afe9e429b2 new --lineno argument for passing the current line number being edited at time of heartbeat Alan Hamlett 2015-05-06 15:19:48 -0700
  • f387b7bf04 include package namespace and line number in logger output Alan Hamlett 2015-05-05 14:27:09 -0700
  • 615e224162 format py.warnings log messages same as other log messages Alan Hamlett 2015-04-08 13:14:51 -0700
  • 59ae20c99b v4.0.8 Alan Hamlett 2015-04-04 11:00:49 -0700
  • f5c78ff444 api_url config option and --apiurl argument for sending heartbeats to a different api server Alan Hamlett 2015-04-04 10:59:45 -0700
  • c50d7f208c v4.0.7 Alan Hamlett 2015-04-02 17:13:37 -0700
  • ebbfd80a77 capture warnings in log file Alan Hamlett 2015-04-02 17:12:33 -0700
  • 1d53a04a7d improve description of project argument Alan Hamlett 2015-04-02 15:20:10 -0700
  • 3d17fc343e remove unnecessary sys.path folders Alan Hamlett 2015-04-02 15:11:08 -0700
  • 6b176791f2 add urllib3 and urllib3.util folders to sys.path Alan Hamlett 2015-04-01 21:17:15 -0700
  • 91aa8d6324 update logger.py header Alan Hamlett 2015-04-01 12:49:47 -0700
  • d7679866ca rename log.py to logger.py Alan Hamlett 2015-04-01 12:48:42 -0700
  • aa52e5462b v4.0.6 Alan Hamlett 2015-03-31 15:36:19 -0700
  • 8cad800172 add packages directory from requests package to python import path Alan Hamlett 2015-03-31 14:37:53 -0700
  • ba49749285 v4.0.5 Alan Hamlett 2015-03-31 08:39:07 -0700
  • 5d671f55b2 update requests package to v2.6.0 Alan Hamlett 2015-03-31 08:37:44 -0700
  • 756fd3c41a update readme Alan Hamlett 2015-03-30 16:26:29 -0700
  • da521d7ca0 Update README.rst Alan Hamlett 2015-03-30 16:25:37 -0700
  • 8dfb19af77 update description of installing wakatime cli Alan Hamlett 2015-03-30 16:24:13 -0700
  • ab6bdff528 update simplejson to v3.6.5 Alan Hamlett 2015-03-23 13:58:26 -0700
  • 4cd6d1b0e2 v4.0.4 Alan Hamlett 2015-03-09 15:21:42 -0700
  • 74829dae01 add back --ignore for backwards compatibility Alan Hamlett 2015-03-09 15:20:37 -0700
  • fd346176b4 update readme Alan Hamlett 2015-03-09 15:13:17 -0700
  • 135af72640 update history with v4.0.3 changes Alan Hamlett 2015-03-09 15:05:05 -0700
  • 19c4e9f36b import main function into module __init__ Alan Hamlett 2015-03-09 15:04:04 -0700
  • 15ce241280 v4.0.3 Alan Hamlett 2015-03-09 14:58:59 -0700
  • 5ec42393b3 refactor module Alan Hamlett 2015-03-09 14:57:41 -0700
  • e079ef914d v4.0.2 Alan Hamlett 2015-03-07 19:19:29 -0800
  • 2b744642c7 include .pem files for SSL with requests package Alan Hamlett 2015-03-07 19:18:25 -0800
  • 8e5511c7ff upgrade requests to latest master Alan Hamlett 2015-03-07 19:06:56 -0800
  • 4b67dd332e v4.0.1 Alan Hamlett 2015-03-03 13:22:28 -0800
  • c8e8e705be upgrade requests to v2.5.3 Alan Hamlett 2015-03-03 13:19:04 -0800
  • ef6342f16f new --include and --exclude arguments for whitelisting and blacklisting from logging absolute file paths Alan Hamlett 2015-02-20 12:41:45 -0800
  • 10331704e8 fix hyperlinks Alan Hamlett 2015-02-12 18:46:53 -0800
  • 426bea542a fix hyperlinks and inline code blocks in readme Alan Hamlett 2015-02-12 18:43:37 -0800
  • f9f3734acb fix code block rendering in readme file Alan Hamlett 2015-02-12 18:41:35 -0800
  • ac9044845d v4.0.0 Alan Hamlett 2015-02-12 18:37:01 -0800
  • da74592ac4 update readme with config file available settings. support setting proxy from config file. Alan Hamlett 2015-02-12 18:36:14 -0800
  • 48b8d72946 send Unknown as user agent if not supplied via --plugin argument Alan Hamlett 2015-02-12 18:16:53 -0800
  • 5986a5634d support https proxy with --proxy argument Alan Hamlett 2015-02-12 18:14:44 -0800
  • 3918543f0e rename local queue module so it won't collide with builtin queue module Alan Hamlett 2015-02-12 18:07:17 -0800
  • c8a7bd0729 fix requests dependency Alan Hamlett 2015-02-12 17:59:39 -0800
  • cc00cca417 use requests library instead of urllib2 Alan Hamlett 2015-02-12 17:46:59 -0800
  • a4f7c6bc32 new command line argument --notfile for logging time towards things other than files Alan Hamlett 2015-02-12 17:27:21 -0800
  • 902ba42623 add requests library to packaged dependencies Alan Hamlett 2015-02-12 17:26:44 -0800
  • d3a31fc72d fix a few bugs and remove unused imports Alan Hamlett 2015-02-10 12:09:32 -0800
  • b877310f02 import tzlocal correctly Alan Hamlett 2015-02-05 01:47:09 -0800
  • bf06e558e5 recognize api_key config without underscore Alan Hamlett 2015-01-19 20:08:48 -0800
  • 6e227b115a v3.0.5 Alan Hamlett 2015-01-13 14:00:16 -0800
  • eba6a9f27c ignore malformed markup errors Alan Hamlett 2015-01-13 13:58:55 -0800
  • d7097d433c v3.0.4 Alan Hamlett 2015-01-06 11:33:59 -0800
  • 0b0768ffb1 remove unused dependency Alan Hamlett 2015-01-06 11:32:46 -0800
  • 2450b8cdbc v3.0.3 Alan Hamlett 2014-12-25 13:34:10 -0600
  • 41e16eda02 parse js dependencies from script tags in html template files Alan Hamlett 2014-12-25 13:33:07 -0600
  • 2042f3209b better debug message when module missing parser class Alan Hamlett 2014-12-25 12:39:36 -0600
  • 3c91d802a4 v3.0.2 Alan Hamlett 2014-12-25 01:02:18 -0600
  • 166f41899c parse bower and npm dependencies. parse dependencies from javascript files. Alan Hamlett 2014-12-25 00:58:56 -0600
  • 50a0e9efcb parse dependencies from data files Alan Hamlett 2014-12-24 23:22:40 -0600
  • 24d066c572 don't truncate dependencies by default. improve python dependency parser. Alan Hamlett 2014-12-24 23:09:15 -0600
  • 40c8067dbf handle missing parser class Alan Hamlett 2014-12-24 12:15:30 -0600
  • f889863eea correctly print traceback to log file in debug mode Alan Hamlett 2014-12-24 12:11:00 -0600
  • f49470a2c9 make param configFile optional Alan Hamlett 2014-12-24 11:49:46 -0600
  • 34c92951e0 parse use namespaces from php files Alan Hamlett 2014-12-23 12:40:10 -0600
  • 0ec8240725 v3.0.1 Alan Hamlett 2014-12-23 05:32:20 -0600
  • 78640aebf2 handle unknown language when parsing dependencies Alan Hamlett 2014-12-23 05:30:40 -0600