Commit graph

25 commits

Author SHA1 Message Date
Slava Bacherikov
3fafde8e43 Update packages and remove SauceLabs integration
This updates most of modules in packages.json and removes SauceLabs from
karma config.
2023-11-25 19:24:50 +02:00
Slava Bacherikov
ea85f539d4 Switch code linter to eslint and update deps
Tslint is outdated for quite a while and has been replaced by eslint
which now can work with TypeScript as well. This also updates
dependencies and fixes all linting errors.
2022-02-08 21:01:33 +02:00
Slava Bacherikov
6a67b69d22 Update some JS dependencies 2021-12-15 14:43:54 +02:00
Slava Bacherikov
bcb4f5d9c8 Add support for Dell Latitude 3540 2020-06-30 19:08:24 +03:00
Slava Bacherikov
da4eb4318f Switch to ES6 modules, change test behavior
Now project is using ES6 modules and displays coverage reports for
browser tests (made via karma), while nodejs tests only keygens.
2020-06-07 00:52:45 +03:00
Slava Bacherikov
327fa5f815 Add support for Acer Insyde 10 digits
Based on let-def ocaml code:
https://github.com/let-def/insydious/blob/master/deriv.ml
2020-06-05 19:22:45 +03:00
Slava Bacherikov
b99bdd7c81 Update modules and dependencies, change to jsbi
* Drop gulp support
* Migrate long.js to JSBI library (for long math)
* Update karma targets
2020-05-29 20:25:50 +03:00
Slava Bacherikov
0fef378a11 Update dependencies 2020-03-28 14:28:04 +02:00
Slava Bacherikov
560fbe25a0 Update dependencies 2020-02-02 14:39:02 +02:00
Slava Bacherikov
bb946f15e3 Replace closure compiler plugin with official one
Replace webpack-closure-compiler (deprecated) with closure-webpack-plugin,
which is official closure plugin.
Also, reworked CI.
2019-08-29 18:12:44 +03:00
Slava Bacherikov
36c0b40422 Add npm run all shortcut 2019-08-28 18:47:24 +03:00
Slava Bacherikov
c40b6fd556 Fix saucelabs tests 2019-08-19 19:40:59 +03:00
Slava Bacherikov
9ac7e26221 Update npm modules and gulpfile 2019-08-15 20:07:04 +03:00
Slava Bacherikov
df2316138f Fix issues with old npm 2018-04-26 14:40:42 +03:00
Slava Bacherikov
f32091730e Update dependencies 2018-04-22 16:14:36 +03:00
Slava Bacherikov
96760f66aa Add keygen for sony 4x4 codes (16 shifted hexdecimals) 2018-04-22 14:58:38 +03:00
Slava Bacherikov
499e7e62e6 Add clean task to gulp 2018-01-30 19:28:32 +02:00
Slava Bacherikov
8c14f3794f Make ui for typescript version
Currently UI is based on old version of this project.
2018-01-30 19:26:33 +02:00
Slava Bacherikov
38c6cc6eef Add coverage tracking in nodejs + coveralls support 2018-01-28 17:04:36 +02:00
Slava Bacherikov
db8cd4d5ec Add saucelabs browser testing to travis 2018-01-27 19:57:41 +02:00
Slava Bacherikov
ef4e03dc40 Add browser tests via karma 2018-01-27 02:04:37 +02:00
Slava Bacherikov
a90520583c Update travis setup, run linter on travis 2018-01-10 03:18:35 +02:00
Slava Bacherikov
e4723a5976 Add gulp-tslint and tslint to npm dev dependencies 2018-01-09 01:24:27 +02:00
Slava Bacherikov
eda95b4819 Add travis.yml and configure npm test 2018-01-08 22:23:42 +02:00
Slava Bacherikov
1ae71673d8 Split code into modules and add gulpfile 2018-01-08 22:13:19 +02:00