Commit Graph

27 Commits

Author SHA1 Message Date
Vu Nguyen
9ef655ac3b Setup CI tests (#100)
* use @xarc/xrun to streamline tasks in an imperative manner

* add lint-staged/husky for git hook tasks

* run prettier across all files

* fixing tests

* add ci test workflow

* add a ci workflow

* remove precommit in favor of husky

* add .prettierrc.js

* reformat with prettier
2021-01-13 21:05:05 -08:00
Alan Hamlett
649c64cf1d use const when var immutable, no need for var used only once 2021-01-12 00:06:09 -08:00
Cengiz Ilerler
f63e5b9519 Fix whitelist matching issues
This PR will add features below and closes #93

- ignore trailing `/` or `@@`
- ignore the `http://` or `https://` prefixes on whitelisted URLs
- ignore case sensitivity in URL
2021-01-06 21:13:17 -05:00
pomu0325
d43ad64aab support multiple windows 2020-08-24 12:50:19 +09:00
Nathaniel van Diepen
50fca3066c Add missing packages and update code to fix deprecated React.createClass calls 2019-01-09 09:29:51 -07:00
Nathaniel van Diepen
feeffe30fa Merge branch 'master' into master 2018-01-24 08:44:56 -07:00
Alan Hamlett
f32e1e5180 use null instead of false in data that could be sent to api 2017-10-03 06:53:18 -07:00
Kuba Paczyński
ce0209f7e3 Naming adjustments 2017-10-03 11:04:58 +02:00
Kuba Paczyński
84d74344e7 Naming adjustments, moved hb init to component 2017-10-03 10:46:27 +02:00
Kuba Paczyński
a28839b341 Record heartbeat after user auth 2017-10-02 21:51:26 +02:00
Kuba Paczyński
ac1b68bc91 Proper payload for domain loggin type 2017-10-02 21:48:30 +02:00
Kuba Paczyński
26d9ea1b29 Include project in payload 2017-10-02 21:46:48 +02:00
Kuba Paczyński
c5d3830001 Pass url and project as an object 2017-10-02 21:45:11 +02:00
Kuba Paczyński
9297c7d7e4 Minor reformatting 2017-10-02 21:40:42 +02:00
Kuba Paczyński
d7a4c599ae Added “contains” helper replacement to WakaTimeCore 2017-10-02 21:36:38 +02:00
Nathaniel van Diepen
84f30cc918 Force lineendings on more file types 2017-04-18 12:12:54 -06:00
Nathaniel van Diepen
2e692a6ede Get setup to allow for signing. Will have to sort out how to resolve this better later. 2016-12-14 14:25:46 -07:00
Nathaniel van Diepen
9823acc03f Initial work to get working in Firefox 2016-12-14 13:55:43 -07:00
Alan Hamlett
afc10fb7c4 upgrade dependencies to latest versions and fix bugs 2016-06-29 14:32:00 -07:00
Alan Hamlett
79f664861f send plugin with heartbeat data to fix #41 2016-06-29 10:42:59 -07:00
Alan Hamlett
dfce5407c0 log chrome activity to last used project 2016-02-08 15:52:41 -08:00
Mario Basic
12b153b323 prevent API request every time checkAuth is called from switching tabs 2015-06-27 00:20:39 +02:00
Mario Basic
78ab4c6273 Replaced currentTimestamp function with moment format X. 2015-06-19 18:03:27 +02:00
Mario Basic
fb6e8bee75 Core features implemented. 2015-06-18 17:28:46 +02:00
Mario Basic
4c968263f7 Added JSHint and JSXHint for linting the code. 2015-06-18 13:39:47 +02:00
Mario Basic
350110742e Added total time logged today. Changed UI. 2015-06-14 12:33:21 +02:00
Mario Basic
b8ca450969 Major optimizations. Added a function for extension state. Tooltip is now being change also. 2015-06-13 22:07:39 +02:00