Commit Graph

310 Commits

Author SHA1 Message Date
Alexey Pyltsyn
9d29eaf034 Fix markdown syntax in README.md 2017-03-25 21:16:12 +03:00
Nathaniel van Diepen
a4eed5da59 Get gulp working 2017-01-03 10:42:48 -07:00
Nathaniel van Diepen
62de58d1ef Merge remote-tracking branch 'upstream/master'
# Conflicts:
#	assets/js/config.js
2016-12-19 13:19:28 -07:00
Alan Hamlett
8ae8474e3a use root domain to prevent cookie problems 2016-12-15 23:07:55 +01: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
628d6eb2f1 image for chrome web store 2016-06-30 11:24:38 -07:00
Alan Hamlett
a428d0ff50 v1.0.2 2016-06-30 10:56:55 -07:00
Alan Hamlett
06a287d4ea add history file 2016-06-30 10:56:37 -07:00
Alan Hamlett
97fd59eff9 Merge pull request #42 from ra100/master
Fix save options
2016-06-30 10:49:59 -07:00
Ra100
7d90992aac Remove findDOMNode and rename all Navbar to NavBar
findDOMNode should be avaided <https://facebook.github.io/react/docs/top-level-api.html#reactdom.finddomnode>
2016-06-30 15:05:04 +02:00
Ra100
24cca3b236 Fix save options
Saving options didn't work because findDOMNode has moved from React to ReactDOM.
Navbar component had to be renamed to NavBar.
2016-06-30 14:55:24 +02:00
Alan Hamlett
304aeb2a4c v1.0.1 2016-06-29 14:32:59 -07:00
Alan Hamlett
afc10fb7c4 upgrade dependencies to latest versions and fix bugs 2016-06-29 14:32:00 -07:00
Alan Hamlett
e8a73a3846 fix popup and improve install instructions to fix #39 2016-06-29 12:58:55 -07:00
Alan Hamlett
f8f4b1e268 update manifest homepage, description, and permissions 2016-06-29 11:46:15 -07:00
Alan Hamlett
e270917951 get version from manifest file 2016-06-29 11:41:12 -07:00
Alan Hamlett
ee49457b90 fix tests 2016-06-29 11:34:53 -07:00
Alan Hamlett
40b9d9209c add missing traceur devDependency 2016-06-29 11:25:52 -07:00
Alan Hamlett
ea3b9d5ac5 upgrade jest-cli to 0.5.x to fix #23 2016-06-29 11:23:47 -07:00
Alan Hamlett
53b60eb90e fix blacklist 2016-06-29 11:11:22 -07:00
Alan Hamlett
38c8a60698 react.DOM is depreciated 2016-06-29 11:04:15 -07:00
Alan Hamlett
980990a593 clear name of contains arguments 2016-06-29 11:04:01 -07:00
Alan Hamlett
5731fd6625 npm script for gulp watch 2016-06-29 10:49:21 -07:00
Alan Hamlett
79f664861f send plugin with heartbeat data to fix #41 2016-06-29 10:42:59 -07:00
Alan Hamlett
8a6a5ad440 update api url constants 2016-06-29 10:40:34 -07:00
Alan Hamlett
b9af6d20fe only store source files in repo 2016-06-29 10:39:46 -07:00
Alan Hamlett
dfce5407c0 log chrome activity to last used project 2016-02-08 15:52:41 -08:00
Stephen Rodriguez
07e8ae507a working on mocha tests with pahntomjs 2015-07-19 01:38:58 -04:00
Mario Basic
de94353e6c Added sinon-chai as dev dependency. 2015-07-14 23:36:21 +02:00
Stephen Rodriguez
94a0c98e51 made it this far, chrome missing for actual js code 2015-07-14 16:35:11 -04:00
Stephen Rodriguez
89ef4bdf2f running jest tests using babel-jest preprocess 2015-07-14 13:27:58 -04:00
Stephen Rodriguez
b25cebbca5 added chrome as global 2015-07-14 13:14:46 -04:00
Stephen Rodriguez
e070b884c3 working on improving tests 2015-07-14 13:14:23 -04:00
Mario Basic
906a5b68d3 Merge branch 'master' of github.com:wakatime/chrome-wakatime 2015-07-13 09:47:10 +02:00
Mario Bašić
67f7c7c4b9 Merge pull request #34 from phated/remove-pem
remove .pem files in node_modules after install - ref #33
2015-07-13 01:04:51 +02:00
Blaine Bublitz
c78f3fd5c0 remove .pem files in node_modules after install - ref #33 2015-07-12 14:22:39 -07:00
Mario Basic
5ff96a4f6d A test that fails. 2015-07-12 09:43:16 +02:00
Stephen Rodriguez
82f65208db also telling jest to show us a coverage support 2015-07-05 23:32:38 -04:00
Stephen Rodriguez
c287459bb5 changing jest to be more verbose for travis logs 2015-07-05 23:16:57 -04:00
Mario Basic
98912b8fa5 Added bower as dev dependency. 2015-07-03 20:27:38 +02:00
Stephen Rodriguez
d6b9ccf640 created sample spy test on chrome api 2015-07-03 13:14:30 -04:00
Mario Basic
9598a53788 Written tests for contains, in_array and getDomainFromUrl. 2015-06-30 17:46:37 +02: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
8b77268728 Updated readme. 2015-06-20 01:36:26 +02:00
Mario Basic
78ab4c6273 Replaced currentTimestamp function with moment format X. 2015-06-19 18:03:27 +02:00
Mario Basic
97a5070129 Improved contains function. 2015-06-19 13:16:53 +02:00
Mario Basic
c98fbf93e9 Fixed bug with blacklist and whitelist. 2015-06-19 13:03:54 +02:00
Mario Basic
fb6e8bee75 Core features implemented. 2015-06-18 17:28:46 +02:00
Mario Basic
f98e2d09d9 Updated readme. 2015-06-18 14:15:27 +02:00