rejas
|
f4eae72c48
|
Install eslint jsdoc plugin
|
2020-07-27 13:10:07 +02:00 |
|
rejas
|
b59ee6ad7e
|
Update dependencies
|
2020-07-09 22:43:08 +02:00 |
|
rejas
|
d570f910f8
|
Added test coverage with istanbul
|
2020-07-09 20:29:38 +02:00 |
|
Michael Teeuw
|
26ed05ba3a
|
Prepare 2.13.0-develop
|
2020-07-01 20:07:12 +02:00 |
|
Michael Teeuw
|
5d90a08011
|
Prepare release 2.12.0
|
2020-07-01 19:47:09 +02:00 |
|
rejas
|
1e5bd98f02
|
Make calendar debuger use const stuff and add npm script for it
|
2020-06-20 08:45:46 +02:00 |
|
rejas
|
b2f71a2ce1
|
Update dependencies
|
2020-06-20 08:33:19 +02:00 |
|
rejas
|
5d4a575919
|
Undo switch to fetch, use request like ical did
|
2020-06-20 08:32:54 +02:00 |
|
rejas
|
6d60baa2d6
|
Install latest ical version and use it
|
2020-06-17 21:17:26 +02:00 |
|
Veeck
|
3a5a29efc0
|
Add pretty-quick
|
2020-05-11 21:59:45 +02:00 |
|
rejas
|
c202c0d705
|
Add prettier, configs and editorconfig
|
2020-05-07 14:09:22 +02:00 |
|
rejas
|
bd6bbf864a
|
Update dependencies
|
2020-05-03 20:52:58 +02:00 |
|
Veeck
|
be6f1f9c4a
|
Move eslint to dependencies, update some devdependcies
|
2020-04-21 14:41:34 +02:00 |
|
Veeck
|
cc5336900c
|
Update dependencies
|
2020-04-20 11:34:24 +02:00 |
|
Veeck
|
291a8f5c1f
|
Fix warnings for jsonlint
|
2020-04-20 11:34:16 +02:00 |
|
Veeck
|
c7c6dc4e67
|
Move config check into js folder, cleanup var usage
|
2020-04-19 07:55:56 +02:00 |
|
rejas
|
ab3015df6b
|
Remove rest of grunt calls
|
2020-04-10 14:43:58 +02:00 |
|
rejas
|
f36df159e0
|
Replace grunt-jsonlint with jsonlint
|
2020-04-10 12:24:08 +02:00 |
|
rejas
|
61462cf57e
|
Replace grunt-eslint with eslint
|
2020-04-10 07:48:28 +02:00 |
|
rejas
|
427d186c86
|
Replace grunt-markdownlint with markdownlint-cli
|
2020-04-10 07:48:28 +02:00 |
|
rejas
|
84e9c47a67
|
Replace grunt-stylelint with stylelint
|
2020-04-10 07:48:28 +02:00 |
|
rejas
|
18989d593a
|
Replace grunt-yamllint with yaml-lint
|
2020-04-10 07:48:28 +02:00 |
|
Michael Teeuw
|
501a314597
|
Start of 2.12.0-develop
|
2020-04-01 12:28:40 +02:00 |
|
Michael Teeuw
|
46df59d77a
|
Prepare release 2.11.0
|
2020-04-01 11:52:39 +02:00 |
|
Michael Teeuw
|
fe6645a420
|
Merge pull request #1955 from rejas/jshint
Remove jshint dependency
|
2020-03-24 21:16:12 +01:00 |
|
rejas
|
a91f2de26a
|
Remove jshint dependency, use eslint for config verification
|
2020-03-15 20:38:52 +01:00 |
|
rejas
|
f22e39e22b
|
Add switch to auto fix eslint and stylelint issues
|
2020-03-11 11:29:59 +01:00 |
|
rejas
|
c3d57eef4f
|
Remove husky again, move lint as test to travis
|
2020-03-11 08:52:25 +01:00 |
|
rejas
|
6c926b8876
|
Add husky for pre-commit hook
|
2020-03-08 16:25:26 +01:00 |
|
Michael Teeuw
|
8ef8388c32
|
Set default DISPLAY in package.json.
|
2020-02-01 15:02:47 +01:00 |
|
Michael Teeuw
|
e2d4a0fde8
|
Improve Feedback.
|
2020-02-01 14:52:52 +01:00 |
|
Michael Teeuw
|
65b1d61295
|
Improve feedback.
|
2020-02-01 14:43:43 +01:00 |
|
Michael Teeuw
|
1b38e73eb2
|
Fix install scripts.
|
2020-02-01 14:41:46 +01:00 |
|
Michael Teeuw
|
e2afee3275
|
Add feedback.
|
2020-02-01 14:39:50 +01:00 |
|
Michael Teeuw
|
7f2ecbd04f
|
Cleanup.
|
2020-02-01 14:32:38 +01:00 |
|
Michael Teeuw
|
09c1ea992c
|
Update start methods.
|
2020-02-01 13:56:15 +01:00 |
|
Michael Teeuw
|
7fc4f61182
|
Merge pull request #1892 from roramirez/upgrade-electron-6
Upgrade to Electron 6:
|
2020-01-23 19:28:37 +01:00 |
|
Rodrigo Ramírez Norambuena
|
a7ee2ef3a6
|
Upgrade to Electron 6:
New version of Electron has enable by default sandbox
http://www.atom.pe/docs/api/sandbox-option/
There was some issues to migrate a new version of Electron for
MagicMirror. Using the new version in Travis CI was failing at this
time. The problem is because the testing runner is a Docker enviroment
The issue experimented is the same topic mentioned here:
- https://github.com/electron/electron/issues/17972
- https://github.com/electron-userland/spectron/issues/443
The fix for to all of this is to set the `--no-sandbox` mode in CI
testing https://electronjs.org/docs/all#--no-sandbox
This change use the feature to set and disable Sandbox using
by enviroment variable `ELECTRON_DISABLE_SANDBOX=1`
https://github.com/electron/electron/pull/16576
This change has reference #1800
|
2020-01-20 22:19:10 +00:00 |
|
Michael Teeuw
|
65126365a6
|
Add links to documentation site.
|
2020-01-10 22:11:10 +01:00 |
|
Michael Teeuw
|
2b511b67c3
|
Prepare for 2.11.0
|
2020-01-01 22:21:55 +01:00 |
|
Michael Teeuw
|
e64870ca58
|
Prepare 2.10.0 release.
|
2020-01-01 21:50:02 +01:00 |
|
Michael Teeuw
|
4b5a3ed44d
|
Downgrade Electron to check Travis.
|
2020-01-01 21:12:31 +01:00 |
|
Michael Teeuw
|
3dba46b74f
|
Downgrade test utils.
|
2020-01-01 20:26:16 +01:00 |
|
Michael Teeuw
|
2767e31a28
|
Downgrade Spectron
|
2020-01-01 20:18:48 +01:00 |
|
Michael Teeuw
|
04dde74572
|
Move and alias node_module.
|
2020-01-01 19:17:23 +01:00 |
|
Rodrigo Ramírez Norambuena
|
7e2c78666e
|
Revert "stop helper class being erased"
This reverts commit 2fbedca746655f38fa89a6436afa888f88d518db.
|
2019-12-31 19:31:13 +00:00 |
|
Michael Teeuw
|
91c726c706
|
Merge branch 'pr/SpencerCornish/1834' into develop
|
2019-12-29 13:51:18 +01:00 |
|
sam detweiler
|
9a8faac316
|
Merge branch 'develop' into fix_helper
|
2019-12-28 14:36:49 -06:00 |
|
Spencer Cornish
|
301344c96d
|
Update unsecure dependencies
|
2019-12-19 21:02:39 -07:00 |
|
Sam Detweiler
|
843cd0eff6
|
change spectron version to match doc, update locak file
|
2019-12-10 10:53:41 -06:00 |
|