Commit Graph

19 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