Commit Graph

124 Commits

Author SHA1 Message Date
Xymorot 55a5047328 update: upgrade svelte-loader to version 3 2021-01-24 20:14:24 +01:00
Xymorot 6e87ffc36c meta: allow a maximum of 0 warnings for the lint script (as intended) 2021-01-24 20:11:01 +01:00
Xymorot cc0e584f5b update: run npm update 2021-01-24 20:05:45 +01:00
Xymorot 523bc7e75e refactor: remove unneeded dependency @types/node-fetch 2021-01-15 22:26:09 +01:00
Xymorot 5f354a2f60 refactor: uninstall unused dependency node-fetch 2021-01-07 23:24:41 +01:00
Xymorot 0a2a266176 feat: add functionality to get a work entity from a nhentai gallery id
This is more of a vertical slice of the intended functionality and needs to be extended.
2021-01-07 04:53:17 +01:00
Xymorot 799b7271e3 meta: remove superfluous slashes in test:fast npm script 2021-01-07 02:13:48 +01:00
Xymorot 657ec825ab update: upgrade webpack to version 5 and cleanup a bit of renderer code 2021-01-06 00:58:12 +01:00
Xymorot 0e58f115b4 update: run npm update and reset @types/node to version 12 2021-01-06 00:02:21 +01:00
Xymorot d5697540a8 update: upgrade dependencies and fix tests
- remove spectron
- use electron-mocha to run mocha test suites inside electron
2020-12-28 19:58:20 +01:00
Xymorot 5300207498 update: upgrade electron-rebuild to version 2 2020-11-12 21:28:23 +01:00
Xymorot 7278d902c1 meta: move javascript files for building etc. into a scripts folder 2020-11-12 21:09:43 +01:00
Xymorot 2cd9531f3b meta: change productName in package.json to Renai-dev to avoid conflicts when developing the app on system on which it is installed productively 2020-11-10 21:29:26 +01:00
Xymorot 09d609f414 update: upgrade electron to version 10 (and spectron to 12) 2020-11-10 20:50:52 +01:00
Xymorot 8551c1ea6a update: upgrade typescript to version 4, together with eslint plugins 2020-11-09 19:44:07 +01:00
Xymorot be62c15dfb refactor: use better-sqlite3 instead of sqlite3
https://github.com/JoshuaWise/better-sqlite3/issues/262
2020-11-09 18:44:58 +01:00
Xymorot ea9b1e6055 update: run npm update 2020-11-09 18:30:30 +01:00
Xymorot 1618ac552b feat: remove web-crawler and use electron (chromium) itself as crawler, implementing a function to download nhentai favorite torrents 2020-11-09 18:15:30 +01:00
Xymorot 64466943c9 meta: rename watch script to dev in package.json and documentation 2020-10-31 21:47:18 +01:00
Xymorot 2ab530e95c update: run npm update and npm audit fix 2020-08-06 23:11:08 +02:00
Xymorot ab559371df meta: only run build script after linting and format checking pre-commit script 2020-08-05 22:50:45 +02:00
Xymorot 9672c9b5ed feat: implement a logger service and make it log uncaught exceptions, make unhandled rejections throw an exception, fix spectron test 2020-08-05 22:48:00 +02:00
Xymorot 28c26ff258 meta: only audit production packages in forge script 2020-07-30 21:54:55 +02:00
Xymorot bfc715c94c update: upgrade fast-check to major version 2 2020-07-25 22:39:39 +02:00
Xymorot f39c033a45 update: upgrade electron to major version 9 with spectron to 11 and associated changes 2020-07-25 22:30:00 +02:00
Xymorot f17801cb4c update: upgrade mocha to major version 8 2020-07-25 21:42:45 +02:00
Xymorot 419d4e804a update: upgrade nock to major version 13 2020-07-25 18:17:45 +02:00
Xymorot 05d8335afe update: upgrade ts-loader to major version 8 2020-07-25 02:12:46 +02:00
Xymorot ccf1112cf7 update: upgrade uuid to major version 8 2020-07-25 02:11:03 +02:00
Xymorot c68a579f7b update: run npm update 2020-07-25 02:08:08 +02:00
Xymorot 115782061d update: upgrade eslint to major version 7 and rework the application to fit new rules 2020-07-25 02:02:37 +02:00
Xymorot d017463cc9 update: upgrade @types/fs-extra to correct major version 2020-06-07 01:34:16 +02:00
Xymorot dd90b83eb5 update: run npm update 2020-06-07 01:30:47 +02:00
Xymorot 45d9e9e205 meta: add engines key in package.json and related documentation 2020-05-14 22:01:37 +02:00
Xymorot 124022bad0 update: upgrade ts-loader to major version 7 2020-04-26 01:14:03 +02:00
Xymorot 2904e773d0 update: run npm update and audit fix 2020-04-26 01:11:14 +02:00
Xymorot 288deee56f refactor: use a new database for the store
BREAKING CHANGE: old file-based store data is lost
2020-04-22 02:06:02 +02:00
Xymorot 3b11054083 update: update @types/sinon to major version 9 2020-04-10 05:32:46 +02:00
Xymorot 773028ba73 update: update fs-extra to major version 9 2020-04-10 05:30:58 +02:00
Xymorot b7972c44b9 refactor: only fail npm audit in forge script on a high or higher level of vulnerability 2020-04-10 05:27:33 +02:00
Xymorot cfa7ba12da update: update prettier to major version 2, reformat code accordingly 2020-04-10 05:27:32 +02:00
Xymorot 8fb0b1375e update: run npm update and reformat code accordingly 2020-04-10 05:27:32 +02:00
Xymorot 01a4ba396b meta: remove 'latest' version constraints in package.json 2020-03-03 23:53:51 +01:00
Xymorot 3103c58842 update: run npm update 2020-03-03 23:51:37 +01:00
Xymorot 080d71f1e8 update: upgrade electron to major version 8 and spectron to major version 10 2020-03-03 23:44:44 +01:00
Xymorot 6d491562d3 update: upgrade jsdom to major version 16 2020-03-03 00:07:53 +01:00
Xymorot 304a41a0fb update: upgrade mocha to major version 7 2020-03-03 00:02:18 +01:00
Xymorot bba9c2475c update: upgrade sinon to major version 9 2020-03-02 23:52:16 +01:00
Xymorot e7fe0ae2c0 update: upgrade nock to major version 12 2020-03-02 23:49:18 +01:00
Xymorot 738a3348c1 update: upgrade nyc to major version 15 2020-03-02 23:43:13 +01:00