Commit Graph

264 Commits

Author SHA1 Message Date
Xymorot 96454170f7 meta: adjust EditorConfig file comments to my taste 2020-08-06 23:05:54 +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 8b9936a4f8 meta: add prefer-destructuring eslint rule 2020-07-29 16:44:19 +02:00
Xymorot b4bf619b5d meta: add eqeqeq rule to eslint 2020-07-26 02:20:03 +02:00
Xymorot 38e8a1f4af meta: fix typo in comment 2020-07-26 00:46:39 +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 0baba65686 fix: do not load mocks in container.ts since they are not available in the built app 2020-07-25 22:28:55 +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 50fbdeb96c fix: remove electron-version.js from final build 2020-07-22 21:39:56 +02:00
Xymorot 8bb0a0220b remove: remove class and style utility functions (use Element.classList and HTMLElement.style instead) 2020-06-07 16:40:32 +02:00
Xymorot 642ae830a6 test: split compiled classes string into array for technically correct assertion 2020-06-07 02:38:14 +02:00
Xymorot d85fec9bdb remove: remove constructor type since it isn't needed anymore 2020-06-07 02:17:21 +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 814b390034 reformat: remove quotes in enum keys 2020-05-30 02:48:39 +02:00
Xymorot 47e77339fa refactor: change databasePath to databaseDir 2020-05-14 22:13:12 +02:00
Xymorot 45d9e9e205 meta: add engines key in package.json and related documentation 2020-05-14 22:01:37 +02:00
Xymorot 9e133a35ba meta: clarify jsDoc comment 2020-05-14 21:20:17 +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 5b4444822b fix: fix typo 2020-04-25 18:42:28 +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 9e5abaeb42 fix: fix typos 2020-04-22 02:06:02 +02:00
Xymorot 60eb8fb9fa feat: enable caching in typeorm connection options
The cache still needs to be explicitly used in each query, this commit only enables the orm to do so.
2020-04-22 02:06:01 +02:00
Xymorot b202c270bc fix: add JoinTable annotation to ManyToMany relations in library entities
BREAKING CHANGE: this commits deletes the existing migration
2020-04-21 01:07:00 +02:00
Xymorot 27c252cd0c fix: fix typo 2020-04-21 00:48:01 +02:00
Xymorot 9f411cf6c8 refactor: fix typo (unsave -> unsafe) 2020-04-10 15:54:38 +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 052a9c3a34 refactor: add separate tsconfig for renderer 2020-04-10 05:27:32 +02:00
Xymorot 1324179ef2 refactor: correct webpack configuration 2020-04-10 05:27:31 +02:00
Xymorot aeff7f7b51 feat: update typeorm entities and reset database migrations
BREAKING CHANGE: this commits deletes old database migrations
2020-04-10 05:27:31 +02:00
Xymorot 78ddf195ff meta: refactor all many relations to be generic, since it makes no difference in sql 2020-04-10 03:23:12 +02:00
Xymorot e1d9abdf03 meta: change relation from source to site to optional (nullable) 2020-04-10 03:10:32 +02:00
Xymorot 106c989bb8 meta: delete old library schema, add hierarchy to world character entity 2020-04-08 02:07:17 +02:00
Xymorot 80d00758ee meta: change release date property from string to Date 2020-04-07 23:55:59 +02:00
Xymorot c33867f20d meta: change rating property to ranking in copy entity 2020-04-05 16:17:57 +02:00
Xymorot 93c4db5d65 meta: rename character property in various entities 2020-04-05 14:43:03 +02:00
Xymorot 12e9572c9f meta: change authors to workAuthors in work entity 2020-04-05 14:39:29 +02:00