Commit Graph

883 Commits

Author SHA1 Message Date
Alan Hamlett c410422c8a set log level before returning, if logger already has handlers. 2013-08-08 19:11:15 -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 13dee59a02 updated history file 2013-08-08 02:13:27 -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 24ebff0d3e adding wakatime directory to python path in cli script 2013-07-22 18:30:53 -07:00
Alan Hamlett 9f26012ddd don't assume all git urls are the same 2013-07-22 17:23:55 -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 36d6194fca using is_write for api attribute instead of isWrite 2013-07-13 23:20:26 -07:00
Alan Hamlett 8d28743ba6 using human readable date in log output 2013-07-12 00:09:10 -07:00
Alan Hamlett 7134ac4650 discarding stderr when working with git and subversion command line clients 2013-07-10 01:33:36 -07:00
Alan Hamlett 4bd6ed9ac4 not swapping time and endtime 2013-07-09 21:17:43 -07:00
Alan Hamlett 0dc38a2cca version 0.1.2 2013-07-09 20:14:16 -07:00
Alan Hamlett 0af24e0b17 refactored project classes. supporting svn projects. finding more tags for git projects. 2013-07-09 20:11:49 -07:00
Alan Hamlett 662fa7d8a5 fixed bug in custom logger where calling super() on old-style class throws exception. 2013-07-09 13:34:22 -07:00
Alan Hamlett 61315ea721 logging errors from api requests. swapping time and endtime if needed. 2013-07-07 18:22:17 -07:00
Alan Hamlett c2124ceb8c better looking user agent string 2013-07-07 16:35:17 -07:00
Alan Hamlett 930fa3447a removed debug code 2013-07-07 16:33:11 -07:00
Alan Hamlett 9457b85567 version 0.1.1. refactored. simplified action events schema. 2013-07-07 16:28:18 -07:00
Alan Hamlett 18ceddc9b5 added long_description and platforms keys to setup() 2013-07-06 09:16:52 -07:00
Alan Hamlett a902a2b948 added version 0.0.1 2013-07-06 00:51:09 -07:00
Alan Hamlett 3da94756aa Initial commit 2013-07-06 00:49:30 -07:00