Oliver Blanthorn
|
96f763e42e
|
Re-enable no-extra-semi and prettier
Prettier re-enabled as the semi-colon removal made quite a few files
uglier than they were previously.
|
2020-06-19 12:56:25 +01:00 |
|
Oliver Blanthorn
|
f2cd6a7988
|
Revert "Re-enable no-unused-collection rule"
This reverts commit 2ea8fd0263 .
That commit didn't do what it said - it just removed a comment.
|
2020-06-18 23:07:18 +01:00 |
|
Oliver Blanthorn
|
2ea8fd0263
|
Re-enable no-unused-collection rule
|
2020-06-18 23:06:31 +01:00 |
|
Oliver Blanthorn
|
df43e39592
|
Merge pull request #2502 from tridactyl/more_rules
Enable a few more eslint rules
|
2020-06-18 23:05:52 +01:00 |
|
Oliver Blanthorn
|
f64698923f
|
Re-enable radix
|
2020-06-18 22:52:49 +01:00 |
|
Oliver Blanthorn
|
6f030f7537
|
Re-enable space-before-function-paren
|
2020-06-18 22:44:30 +01:00 |
|
Oliver Blanthorn
|
bd4a87bb36
|
Re-enable spaced-comment
|
2020-06-18 22:43:38 +01:00 |
|
Oliver Blanthorn
|
eac06ae39a
|
Re-enable no-empty-function
|
2020-06-18 22:35:24 +01:00 |
|
Oliver Blanthorn
|
a146306d0b
|
Re-enable member-ordering
|
2020-06-18 22:18:13 +01:00 |
|
Oliver Blanthorn
|
c8c6505ae8
|
Re-enable dot-notation
Warn all 'pretty' users (regardless of attractiveness) that their
builds may break.
|
2020-06-18 22:08:02 +01:00 |
|
Oliver Blanthorn
|
2abb740153
|
Re-enable array-type
|
2020-06-18 21:57:16 +01:00 |
|
Oliver Blanthorn
|
7e386f87b8
|
Re-enable ban-types
|
2020-06-18 21:55:04 +01:00 |
|
Oliver Blanthorn
|
f711265f1b
|
Document intention to never care about duplicate strings
I think this is rule is a bit daft most of the time
|
2020-06-18 21:30:58 +01:00 |
|
Oliver Blanthorn
|
026f69d394
|
Ensure CI uses a frozen lockfile
This should help us catch builds which are likely to be
hard to reproduce
|
2020-06-18 21:08:38 +01:00 |
|
dependabot-preview[bot]
|
5f15311380
|
Merge pull request #2501 from tridactyl/dependabot/npm_and_yarn/webpack-cli-3.3.12
|
2020-06-18 17:40:08 +00:00 |
|
dependabot-preview[bot]
|
6f1be48e17
|
Merge pull request #2457 from tridactyl/dependabot/npm_and_yarn/typescript-3.9.5
|
2020-06-18 17:39:51 +00:00 |
|
dependabot-preview[bot]
|
5cab811b13
|
Bump typescript from 3.9.3 to 3.9.5
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.3 to 3.9.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-06-18 17:35:31 +00:00 |
|
dependabot-preview[bot]
|
f586853f75
|
Bump webpack-cli from 3.3.11 to 3.3.12
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.3.11 to 3.3.12.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/v3.3.12/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/v3.3.11...v3.3.12)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-06-18 17:35:12 +00:00 |
|
Oliver Blanthorn
|
5c3c16d376
|
Re-enable prefer-const rule
|
2020-06-18 18:34:29 +01:00 |
|
dependabot-preview[bot]
|
2edc03b821
|
Merge pull request #2452 from tridactyl/dependabot/npm_and_yarn/copy-webpack-plugin-6.0.2
|
2020-06-18 17:33:19 +00:00 |
|
Oliver Blanthorn
|
a9a7a03a1e
|
Merge pull request #2500 from tridactyl/e2e_local_pages
Run e2e rssexec test on a local page
|
2020-06-18 18:32:03 +01:00 |
|
glacambre
|
4c3f59f04a
|
e2e_tests/utils.ts: make tests slower
Running tests on my computer showed that a 10ms delay was no longer
sufficient.
|
2020-06-18 19:23:50 +02:00 |
|
dependabot-preview[bot]
|
cd4b6590d7
|
Bump copy-webpack-plugin from 6.0.1 to 6.0.2
Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/webpack-contrib/copy-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v6.0.1...v6.0.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-06-18 17:18:06 +00:00 |
|
Oliver Blanthorn
|
f2d3268156
|
Merge pull request #2477 from MatiasStorm/ESlint-migration
ESlint migration
|
2020-06-18 18:16:07 +01:00 |
|
Oliver Blanthorn
|
bc2523492d
|
Merge branch 'master' into ESlint-migration
|
2020-06-18 18:04:48 +01:00 |
|
Oliver Blanthorn
|
08e454724e
|
Fix precommit hook
|
2020-06-18 17:45:23 +01:00 |
|
Oliver Blanthorn
|
13b1be80bd
|
Ensure eslint sees temporary files
|
2020-06-18 15:29:18 +01:00 |
|
Oliver Blanthorn
|
10b00b4f68
|
Remove mithril + related deps
Redevelopment of the commandline has stalled so there isn't
much point in keeping these around.
|
2020-06-18 15:04:15 +01:00 |
|
Oliver Blanthorn
|
e92be787a6
|
Fix rss page URL
|
2020-06-17 22:56:27 +01:00 |
|
Oliver Blanthorn
|
0250c871c4
|
Make anchors relative
|
2020-06-17 22:46:36 +01:00 |
|
Oliver Blanthorn
|
50aedf60cc
|
Run e2e rssexec test on a local page
|
2020-06-17 22:15:15 +01:00 |
|
dependabot-preview[bot]
|
91fc4f6f31
|
Merge pull request #2499 from tridactyl/dependabot/npm_and_yarn/fuse.js-6.2.0
|
2020-06-17 18:40:30 +00:00 |
|
dependabot-preview[bot]
|
786ee8cfc1
|
Bump fuse.js from 6.0.4 to 6.2.0
Bumps [fuse.js](https://github.com/krisk/Fuse) from 6.0.4 to 6.2.0.
- [Release notes](https://github.com/krisk/Fuse/releases)
- [Changelog](https://github.com/krisk/Fuse/blob/master/CHANGELOG.md)
- [Commits](https://github.com/krisk/Fuse/compare/v6.0.4...v6.2.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-06-17 18:28:46 +00:00 |
|
Oliver Blanthorn
|
3082943cfb
|
Merge pull request #2498 from tridactyl/e2e_rerun_more
Rerun more things if build fails
|
2020-06-17 18:34:47 +01:00 |
|
Oliver Blanthorn
|
a6ed997731
|
Clean up build before retrying
|
2020-06-17 18:24:30 +01:00 |
|
Oliver Blanthorn
|
07464f9ef6
|
Rerun more things if build fails
|
2020-06-17 17:32:17 +01:00 |
|
dependabot-preview[bot]
|
e6407eefbe
|
Merge pull request #2494 from tridactyl/dependabot/npm_and_yarn/nearley-2.19.4
|
2020-06-17 15:01:32 +00:00 |
|
dependabot-preview[bot]
|
44dbea0b80
|
Bump nearley from 2.19.3 to 2.19.4
Bumps [nearley](https://github.com/hardmath123/nearley) from 2.19.3 to 2.19.4.
- [Release notes](https://github.com/hardmath123/nearley/releases)
- [Commits](https://github.com/hardmath123/nearley/commits)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-06-17 14:56:58 +00:00 |
|
Oliver Blanthorn
|
56d4632e17
|
Merge pull request #2495 from tridactyl/action_retry
Retry e2e tests if they fail
|
2020-06-17 15:54:26 +01:00 |
|
Oliver Blanthorn
|
fd765e4759
|
Reduce retry wait seconds
|
2020-06-17 15:45:53 +01:00 |
|
Oliver Blanthorn
|
7a7ee50155
|
Offload retries to retry action
|
2020-06-17 15:36:36 +01:00 |
|
Oliver Blanthorn
|
f87f5b59af
|
Retry e2e tests if they fail
|
2020-06-17 15:34:10 +01:00 |
|
Oliver Blanthorn
|
c0040f8423
|
Merge pull request #2497 from tridactyl/jest_failfast
Fix #2496: make e2e tests exit if any single test fails
|
2020-06-17 15:33:21 +01:00 |
|
Oliver Blanthorn
|
79502b3b23
|
Fix broken path
|
2020-06-17 15:28:33 +01:00 |
|
Oliver Blanthorn
|
2651541ccf
|
Fix #2496: make e2e tests exit if any single test fails
|
2020-06-17 15:25:01 +01:00 |
|
Oliver Blanthorn
|
60adf8eff3
|
Make circleci use eslint
|
2020-06-17 15:02:37 +01:00 |
|
Oliver Blanthorn
|
c586f70415
|
Make eslint ignore tests
|
2020-06-17 14:58:44 +01:00 |
|
Oliver Blanthorn
|
300f9987fc
|
Disable eslint rules which were failing
These should be re-enabled one-by-one while Tridactyl is made compliant
|
2020-06-17 14:58:32 +01:00 |
|
MatiasStorm
|
37dc2d371a
|
Change pretty.sh to use eslint
|
2020-06-16 21:06:58 +02:00 |
|
MatiasStorm
|
6db33666e3
|
Readd tslint
|
2020-06-16 20:49:16 +02:00 |
|