Commit Graph

149 Commits

Author SHA1 Message Date
Xymorot 946fe6f487 config: add instanbuljs/nyc for code coverage 2019-11-20 23:21:28 +01:00
Xymorot 3ea82c9848 doc: clarify usage of the 'test' commit type 2019-11-20 23:21:27 +01:00
Xymorot 33c2f9de6f test: remove split between integration and unit tests, use tags instead 2019-11-20 23:21:27 +01:00
Xymorot 59f2ce6f5f config: add lint script to pre-commit script 2019-11-20 23:21:27 +01:00
Xymorot fa976cac9a test: add simple unit test with sinon and nock, also refactor 'test' directory to 'tests', split tests into integration and unit 2019-11-20 23:21:27 +01:00
Xymorot 1d907af455 test: refactor main test file 2019-11-20 23:21:26 +01:00
Xymorot f3123264be config: install @types/gulp 2019-11-20 23:21:26 +01:00
Xymorot 857a200d63 update: eslint-config-prettier 2019-11-20 23:21:26 +01:00
Xymorot 8038525ad0 config: add pre-push hook (including linting and testing) 2019-11-20 23:21:26 +01:00
Xymorot 35f940ab7e config: add out folder to ignore list of eslint 2019-11-20 23:21:25 +01:00
Xymorot db1c79a384 test: install chai as assertion library 2019-11-20 23:21:25 +01:00
Xymorot e7dcdb9580 test: make initial test platform independent 2019-11-20 23:21:25 +01:00
Xymorot 6a8e36ca2a update: run npm update 2019-11-20 23:21:25 +01:00
Xymorot cd22df6f07 test: add test framework (spectron + mocha), combined with refactoring of the directory structures 2019-11-20 23:21:24 +01:00
Xymorot ad5d59cef9 config: remove lint processes from typescript and move prettier commit hooks via husky 2019-11-20 23:21:24 +01:00
Xymorot 8207d727f8 reformat: run prettier 2019-11-20 23:21:24 +01:00
Xymorot c769e06366 doc: make comment more generic to secure it against architectural changes 2019-11-20 23:21:24 +01:00
Xymorot 514684dc14 doc: update commit types concerning comments 2019-11-20 23:21:23 +01:00
Xymorot 3e15732362 config: fix eslint-check script 2019-11-20 23:21:23 +01:00
Xymorot 03026f1cdd feat: run typeorm database migrations on app start 2019-11-20 23:21:23 +01:00
Xymorot f334b68108 feat: create error service to centralize the handling of errors 2019-11-20 23:21:22 +01:00
Xymorot f4c17b9d36 update: run npm update and upgrade electron from 5 to 6 2019-11-20 23:21:22 +01:00
Xymorot 28c755435d config: implement webpack dev mode by unifying gulp and webpack
Now gulp does everything and can be started with the 'build' task with optional --dev and --watch flags for those modes respectively.
2019-11-20 23:21:22 +01:00
Xymorot 420cd4756d doc: add 'remove' commit type and refactor existing types 2019-11-20 23:21:16 +01:00
Xymorot 7efad63b1f doc: change commit type order 2019-11-20 23:15:23 +01:00
Xymorot 28cfe93d73 refactor: remove webpack aliases 2019-11-20 23:15:22 +01:00
Xymorot 254e4216e6 refactor: make IpcEvent an interface (from type) 2019-11-20 23:15:22 +01:00
Xymorot 9d39632b73 fix: wrap 2 static texts in translate method 2019-11-20 23:15:22 +01:00
Xymorot 8115a1b1ee fix: return unmount function in onMount handler 2019-11-20 23:15:22 +01:00
Xymorot 6b1b995c9c remove: delete Divide pattern until there is a clearer idea of the UI 2019-11-20 23:15:20 +01:00
Xymorot 3079c33d37 feat: use uuid to get the correct ipc response only in the promise call that the request came from 2019-07-30 23:58:58 +02:00
Xymorot 763d954775 fix: remove syntax error 2019-07-30 23:57:13 +02:00
Xymorot 56b09bda92 update: run npm update (svelte, svelte-loader) 2019-07-30 23:00:15 +02:00
Xymorot 389df67605 feat: implement nhentai login and refactor large pieces of code in the process 2019-07-26 23:05:29 +02:00
Xymorot 6d82b16d5c feat: implement simple filesystem store 2019-07-26 22:34:25 +02:00
Xymorot 61b4bf2cdb feat: install electron-forge and define build process 2019-07-26 22:28:22 +02:00
Xymorot f2d3d7bd1b refactor: remove unnecessary CSP header source 2019-07-26 22:20:57 +02:00
Xymorot 82cc4c78c3 doc: update commit documentation (add new type) 2019-07-26 22:19:28 +02:00
Xymorot 869f96809a feat: add icon/logo 2019-07-26 22:18:56 +02:00
Xymorot ef938639c7 doc: update commit documentation to better represent intent 2019-07-07 03:24:33 +02:00
Xymorot 4c6037f72a refactor: prepare code for more than one database 2019-07-05 22:51:05 +02:00
Xymorot f926cbb398 config: add typescript compile to postinstall script 2019-07-02 23:21:46 +02:00
Xymorot 862bac30b3 fix: change root styles to global 2019-07-02 22:23:07 +02:00
Xymorot 67fd4c2880 update: set typescript tslint plugin to use latest instead of version 2019-07-02 22:18:26 +02:00
Xymorot 92a21405aa doc: add update to commit types 2019-07-02 22:17:00 +02:00
Xymorot 1927106d55 doc: add new commit type 2019-07-02 22:08:12 +02:00
Xymorot e3e9832182 doc: update README with conventional commits info 2019-07-02 21:53:57 +02:00
Xymorot aa0e6a1e7f run npm update and set version of non-critical packages to latest 2019-07-02 21:36:03 +02:00
Xymorot c0fbc4fce4 adjust prettier config 2019-06-30 02:00:26 +02:00
Xymorot 35b778bd0b implement nhentai login 2019-06-30 01:18:21 +02:00