Commit Graph

230 Commits

Author SHA1 Message Date
Alan Hamlett e93ffa3a6c fix tests on py2 2019-05-07 18:25:39 -07:00
Alan Hamlett c05e1091f3 fix tests when dict order random 2019-05-07 18:16:18 -07:00
Alan Hamlett 11bba6259c fix usage output in tests 2019-05-07 18:12:48 -07:00
Alan Hamlett e673dc82f9 improve tests for --today argument 2019-05-07 18:11:02 -07:00
Alan Hamlett 8529593453 Rename --show-time-today to --today 2019-05-07 17:49:07 -07:00
Alan Hamlett 1cbd3f5fbe improve --show-time-today argument description 2019-05-07 00:16:16 -07:00
Alan Hamlett 708001c6e7 New argument --show-time-today for fetching dashboard coding activity 2019-05-07 00:12:30 -07:00
Alan Hamlett 4c4760a805 detect go.mod files as Go language 2019-03-28 09:31:21 +09:00
Alan Hamlett 540557e998 Detect C++ language from all C++ file extensions 2019-03-11 11:20:23 +09:00
Alan Hamlett fbbe9af343 Add ssl_certs_file arg and config for custom ca bundles 2019-01-17 12:54:55 +07:00
Alan Hamlett 8afc6133cf Fix bug causing random project names when hide project names enabled 2019-01-05 14:00:37 +07:00
Håkon Solbjørg 4fded99f98
feat: Support non-mapped network drives on Windows.
Adds support for tracking files on network drives that are not mapped to a specific drive letter (e.g. X:\), but rather using a UNC path directly to the share, e.g. \\Mac\Home\Documents.
2018-12-27 18:07:28 +01:00
Alan Hamlett cfc93ff35c Correctly parse include_only_with_project_file when set to false #161 2018-12-19 07:33:30 -08:00
Alan Hamlett ae834f679f Support language argument for non file types 2018-12-05 21:32:53 -08:00
Alan Hamlett a46799e3c2 fix tests on travisci after proxy added to test environment 2018-12-03 21:35:35 -08:00
Alan Hamlett 2599beba9c new category Writing Tests 2018-12-03 19:28:18 -08:00
Alan Hamlett 89880c644f rename test to match sample config file name 2018-10-23 08:00:15 -07:00
Ilya Pavlov 396f2fd978 Reproduce error for #152 in test case 2018-10-23 16:53:21 +03:00
Alan Hamlett a1369a2b00 send 50 offline heartbeats per request with one second delay in between 2018-10-04 23:59:34 -07:00
Alan Hamlett 6b678942f0 detect Windows UNC prefix for remote network drives 2018-10-03 00:28:16 -07:00
Alan Hamlett 0fa25af0ec cross-platform Popen with hidden window 2018-09-30 21:24:32 -07:00
Alan Hamlett cac2f5a9be fix tests on Windows with Python 2 2018-09-30 20:03:59 -07:00
Alan Hamlett c7434cb75b fix tests on windows 2018-09-30 19:53:52 -07:00
Alan Hamlett 49ff066a12 assertPathsEqual test helper 2018-09-30 19:30:11 -07:00
Alan Hamlett b488cd537c send batches of at most 10 heartbeats to api 2018-09-20 10:14:25 -07:00
Alan Hamlett 0f4a5b2aec remove duplicate header test sample output 2018-09-20 09:14:26 -07:00
Alan Hamlett 722baba6e6 New argument --sync-offline-activity 2018-09-20 09:08:09 -07:00
Alan Hamlett 1ae230639f New --local-file argument to be used when --entity is a remote file 2018-08-31 18:15:00 -07:00
Alan Hamlett ae2ac14a9f support bool or list for hide_project_names config 2018-07-18 09:28:23 -07:00
Alan Hamlett 71d5eef12a New config hide_project_names 2018-07-18 01:01:31 -07:00
Alan Hamlett c103020e9b improve git project detection test coverage 2018-04-26 08:31:14 -07:00
Alan Hamlett 9afda875cb support git worktrees 2018-04-25 10:07:57 -07:00
Alan Hamlett 3e47f77f47 Add --exclude-unknown-project arg and corresponding config 2018-04-15 13:13:33 -07:00
Alan Hamlett f2b8776e21 add manual testing category 2018-04-07 16:31:39 -07:00
Alan Hamlett 358308c993 add indexing category 2018-04-07 14:56:58 -07:00
Alan Hamlett e585fbb4a8 add designing category 2018-04-07 11:03:36 -07:00
Alan Hamlett 1fe41b6677 New --category argument 2018-04-06 22:37:01 -07:00
Alan Hamlett 6022f1f531 force forward slash for file paths 2018-04-04 09:32:02 -07:00
Alan Hamlett 12cd40aae2 Improve C vs C++ vs Objective-C language detection 2018-03-15 01:44:38 -07:00
Alan Hamlett cb67d6bb2f Improved Matlab vs Objective-C language detection 2018-03-15 01:15:16 -07:00
Alan Hamlett f38b026e6a Support for Elm and Haskell dependencies 2018-03-14 23:54:32 -07:00
Alan Hamlett 882dc7e4b2 Support for Haxe dependencies 2018-03-14 23:35:14 -07:00
Alan Hamlett fcdc60afa1 remove unused KotlinParser code 2018-03-13 09:36:51 -07:00
Alan Hamlett ba47b8ccfc test Kotlin with renamed imports 2018-03-13 09:27:51 -07:00
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