Commit Graph

186 Commits

Author SHA1 Message Date
Alan Hamlett 8f62162c2a Support Kotlin dependencies 2018-03-13 09:24:37 -07:00
Alan Hamlett 50bbdb2030 Support Rust dependencies 2018-03-13 00:48:40 -07:00
Alan Hamlett 165b6c0bb9 Support for Scala dependency detection 2018-03-11 18:09:25 -07:00
Alan Hamlett ca4bb4a271 Support for Swift and Objective-C dependencies 2018-03-11 15:35:35 -07:00
Alan Hamlett d6cded64a2 test for mjs extension 2018-03-11 13:47:37 -07:00
Alan Hamlett 799fe92c21 support for TypeScript dependencies 2018-03-11 13:40:48 -07:00
Alan Hamlett a212d48c57 support for JavaScript imports 2018-03-11 13:29:30 -07:00
Alan Hamlett 27e2d13788 Ability to only track folders containing a .wakatime-project file 2018-01-04 23:24:19 -08:00
Alan Hamlett 4c7b49a28c Expect bulk results under responses key 2017-11-24 16:10:15 -08:00
Alan Hamlett c6a5bf4086 expect correct exception class for py3 2017-11-23 12:30:29 -08:00
Alan Hamlett 0ca8a936db improve test coverage for git submodules 2017-11-23 12:26:57 -08:00
Alan Hamlett 1d57270daf improve test coverage for stats module 2017-11-23 10:39:31 -08:00
Alan Hamlett 75aebc5b24 test exceptions handled on commit and close 2017-11-23 10:00:01 -08:00
Alan Hamlett cb2ca39832 improve java dependency test coverage 2017-11-23 09:48:14 -08:00
Alan Hamlett 40c8a53019 handle null extra heartbeats 2017-11-23 09:25:30 -08:00
Alan Hamlett 28cb3e2b28 unit tests for heartbeat class 2017-11-22 19:29:04 -08:00
Alan Hamlett 8269196c88 improve test coverage for parsing api bulk results 2017-11-22 18:54:47 -08:00
Alan Hamlett 9ffb677f9d Make sure any leftover heartbeats not accepted by API are saved 2017-11-22 18:34:15 -08:00
Alan Hamlett aa58524f66 refactor handling server responses 2017-11-22 14:01:02 -08:00
Alan Hamlett 019b97dfe7 remove unused test 2017-11-22 13:19:39 -08:00
Alan Hamlett 7b09f8f0c6 support unicode heartbeats in offline cache 2017-11-22 12:58:29 -08:00
Alan Hamlett cbd67fb73c parse response from bulk endpoint, only saving unsent heartbeats to offline cache 2017-11-09 09:03:27 -08:00
Alan Hamlett 2b2c48b2d7 use newer bulk endpoint with current user in path 2017-11-09 07:31:28 -08:00
Alan Hamlett 4a0dd27d25 enable bulk api endpoint 2017-11-08 22:54:33 -08:00
Alan Hamlett a286f3ee5e test for #106 2017-11-07 18:52:30 -08:00
Alan Hamlett 5c72c331f9 add empty git submodules disabled config 2017-11-04 11:56:22 -07:00
Alan Hamlett 06a9d651db support for git submodules 2017-11-04 11:48:49 -07:00
Alan Hamlett 3992bec062 fix tests on python3 2017-10-31 09:06:52 -07:00
Alan Hamlett e0fa82e2c9 prevent sending dependencies when hiding file names 2017-10-31 08:57:30 -07:00
Alan Hamlett 6cd300a30b use WAKATIME_HOME env variable for session and offline caching 2017-10-29 11:16:23 -07:00
Alan Hamlett b828542a08 allow passing all string arguments wrapped in extra quotes 2017-10-23 21:54:21 -07:00
Alan Hamlett 87f205484f Improve Matlab language detection 2017-06-07 23:32:03 -07:00
Alan Hamlett 75584423b2 test ntlm proxy used after requests exception 2017-05-24 23:07:12 -07:00
Alan Hamlett ccf5e39f44 only use NTLM proxy after trying non-NTLM proxy 2017-05-24 22:54:58 -07:00
Alan Hamlett 75e3d5e7fb sample project map with index error should support windows path separator 2017-05-21 17:34:51 -07:00
Alan Hamlett f8f6a93bd8 sample project map paths should support windows path separator 2017-05-21 17:33:39 -07:00
Alan Hamlett 413dad06ff SVN project detection not supported on Windows because opens too many pythonw.exe cmd windows 2017-05-21 17:29:06 -07:00
Alan Hamlett f23b9cd9ef Windows cannot clean up tempdir if subfile still open 2017-05-21 17:09:27 -07:00
Alan Hamlett fac3db034f force logfile location to prevent test side-effects 2017-05-21 17:07:32 -07:00
Alan Hamlett e6e07a017d pass unicode path to listdir to get back unicode filenames 2017-05-21 16:42:05 -07:00
Alan Hamlett 5fc0fdf067 logfile in config causes problems when testing 2017-05-21 16:22:18 -07:00
Alan Hamlett 9da0163c1a wrap NamedTemporaryFile for Windows testing support 2017-05-21 15:58:48 -07:00
Alan Hamlett 2ade22b7be call setUp method from parent util class 2017-05-21 15:11:06 -07:00
Alan Hamlett 6325bd3c35 SessionCache tests depend on logging already being setup 2017-05-21 15:06:39 -07:00
Alan Hamlett 8bbfd775dd add missing test config file 2017-05-05 17:23:26 -07:00
Alan Hamlett 6f2176741d Ability to disable SSL cert verification
Adds a --no-ssl-verify argument.
Adds a no_ssl_verify boolean config option.
2017-05-05 17:09:17 -07:00
Alan Hamlett 149ab8d00e disable lines count for files larger than 2MB 2017-04-19 23:05:40 -07:00
Alan Hamlett c22990a38a config file not needed when passing api key via command line 2017-03-16 08:10:15 -07:00
Alan Hamlett 62923d4ca0 F# takes priority over Forth language 2017-03-04 13:42:44 -08:00
Alan Hamlett 50141ef7b9 use configparser from py3.5 so we can set delimiters to only equal char to fix #83 2017-03-04 10:07:00 -08:00