3onyc
|
d6e1da7073
|
Pass config to plugin, but only if it has a section for the plugin
|
2013-12-10 13:46:56 +01:00 |
|
3onyc
|
23c586e616
|
Use ConfigParser and add [settings] header in case it's missing
|
2013-12-10 13:46:56 +01:00 |
|
Alan Hamlett
|
6c7e722390
|
catch UnicodeDecodeErrors from simplejson.
|
2013-11-21 01:06:50 -08:00 |
|
Alan Hamlett
|
28da601ad3
|
v0.4.10
|
2013-11-13 10:43:42 -08:00 |
|
Alan Hamlett
|
14e1a5d2e0
|
handle case where ignore patterns not defined
|
2013-10-28 18:04:25 -07:00 |
|
Alan Hamlett
|
105df0d4b0
|
v0.4.9
|
2013-10-27 21:02:20 -07:00 |
|
Alan Hamlett
|
29bc891ce4
|
- parse more options from config file (api key, verbose, logfile)
- new config for ignoring file names based on regular expressions
|
2013-10-27 20:58:56 -07:00 |
|
Alan Hamlett
|
fdbd0fa941
|
v0.4.8
|
2013-10-13 16:32:39 -07:00 |
|
Alan Hamlett
|
2a6edcf390
|
removed print
|
2013-09-30 22:02:42 -07:00 |
|
Alan Hamlett
|
627a29a49f
|
v0.4.7
|
2013-09-30 21:55:45 -07:00 |
|
Alan Hamlett
|
99f0555723
|
sending olson timezone to api
|
2013-09-30 21:55:19 -07:00 |
|
Alan Hamlett
|
d3ac82dfd0
|
removed endtime
|
2013-09-22 14:56:30 -07:00 |
|
Alan Hamlett
|
79acd45adf
|
v0.4.6
|
2013-09-22 13:41:13 -07:00 |
|
Alan Hamlett
|
934cc51a6c
|
sending file stats (total lines in file, language name) to api
|
2013-09-22 13:39:16 -07:00 |
|
Alan Hamlett
|
0707e2dff0
|
v0.4.5
|
2013-09-07 19:05:31 -07:00 |
|
Alan Hamlett
|
1eb15b3a4d
|
fixed relative import error by adding packages directory to path
|
2013-09-07 19:04:26 -07:00 |
|
Alan Hamlett
|
eae6c51f40
|
removing response_content from debug log
|
2013-09-06 22:54:17 -07:00 |
|
Alan Hamlett
|
b70e527ebf
|
v0.4.4 using simplejson
|
2013-09-06 22:46:52 -07:00 |
|
Alan Hamlett
|
5158783b2f
|
using urllib2 again because of problems with requests library
|
2013-09-06 22:41:00 -07:00 |
|
Alan Hamlett
|
bf5de0761c
|
v0.4.3
|
2013-09-04 23:23:48 -07:00 |
|
Alan Hamlett
|
24e54e37c6
|
encoding json as utf-8 before passing to requests
|
2013-09-04 23:22:49 -07:00 |
|
Alan Hamlett
|
795f3eb1ca
|
v0.4.2
|
2013-09-04 22:20:45 -07:00 |
|
Alan Hamlett
|
0a50e4eaf5
|
v0.4.1 correctly use string for POST data
|
2013-08-25 16:31:39 -07:00 |
|
Alan Hamlett
|
5af58518eb
|
v0.4.0
|
2013-08-15 00:10:49 -07:00 |
|
Alan Hamlett
|
1aa88e4bf1
|
using branch instead of tags
|
2013-08-15 00:09:27 -07:00 |
|
Alan Hamlett
|
9b1ccf82d9
|
v0.3.1 using requests instead of urllib2. logging level set to WARN by default instead of INFO.
|
2013-08-08 18:51:58 -07:00 |
|
Alan Hamlett
|
a23ef6cbc0
|
v0.3.0
|
2013-08-08 02:11:46 -07:00 |
|
Alan Hamlett
|
02d54b76f3
|
using correct dirname when adding cwd to sys.path in wakatime-cli.py
fixes to wakatime package to allow directly importing.
don't add duplicate handlers to logger in log.py.
|
2013-08-08 02:09:54 -07:00 |
|
Alan Hamlett
|
08010e86fe
|
removed --list option for older git installations. using sys.version_info as tuple for python 2.6 support.
|
2013-07-30 16:23:12 -07:00 |
|
Alan Hamlett
|
543085e486
|
v0.2.0
|
2013-07-29 23:05:10 -07:00 |
|
Alan Hamlett
|
26212df0f7
|
support for Python3
|
2013-07-29 23:04:43 -07:00 |
|
Alan Hamlett
|
0d1bc5af0d
|
swapped python version and platform in user agent
|
2013-07-24 10:31:28 -07:00 |
|
Alan Hamlett
|
db473761f5
|
added missing sys.version_info line
|
2013-07-23 20:31:36 -07:00 |
|
Alan Hamlett
|
f3988f21f9
|
v0.1.5
|
2013-07-23 17:49:48 -07:00 |
|
Alan Hamlett
|
23cd9b2991
|
including python version in user agent string
|
2013-07-23 17:49:16 -07:00 |
|
Alan Hamlett
|
cf2c5c07ad
|
v0.1.4 use os.path for Windows compatible config file path. no longer importing BaseProject to prevent possible circular import.
|
2013-07-21 10:30:06 -07:00 |
|
Alan Hamlett
|
11750c0f91
|
setting tags to list before json serializing
|
2013-07-20 15:14:52 -07:00 |
|
Alan Hamlett
|
d1fc0ba0db
|
removing duplicate tags before sending. reduced number of tags for git and svn projects. recursively finding parent svn directory.
|
2013-07-20 14:42:19 -07:00 |
|
Alan Hamlett
|
9244c6b0b7
|
version 0.1.3. fixed circular import problem.
|
2013-07-20 11:55:07 -07:00 |
|
Alan Hamlett
|
f659cdaf81
|
removed __init__.py
|
2013-07-20 11:53:56 -07:00 |
|
Alan Hamlett
|
a902a2b948
|
added version 0.0.1
|
2013-07-06 00:51:09 -07:00 |
|