411 Commits

Author SHA1 Message Date
d2a9d6faf6 Add log message when killing subprocess 2019-08-02 09:21:38 +07:00
9d35984033 Add frontend build scripts 2019-08-02 09:11:52 +07:00
1cb41e4b4a Move types to types.ts, rename some types 2019-08-02 08:27:53 +07:00
9aba9000b7 Rename createReduxClient to createActions 2019-08-01 20:01:30 +07:00
daf32de431 Add test for missing method 2019-08-01 19:55:30 +07:00
2b0ccfb984 Update createReducer API for jsonrpc 2019-08-01 19:40:26 +07:00
4faedc23ce WIP: Add ability to define reducer handlers 2019-08-01 19:03:10 +07:00
82ec4c321a Add & test createReducer 2019-08-01 16:35:40 +07:00
dca9691d7d Add ability to easily create redux middleware for async actions 2019-08-01 15:51:59 +07:00
fa27dda530 Add ability to infer jsonrpc redux action types 2019-08-01 13:57:51 +07:00
33c401dbcb Make packages/scripts work 2019-08-01 13:21:11 +07:00
166981fe3b Move jsonrpc back to single package 2019-08-01 12:26:23 +07:00
9adbc584b3 Add generic action creators for jsonrpc 2019-08-01 09:18:29 +07:00
f500d7f66c Split jsonrpc into smaller packages 2019-08-01 09:17:38 +07:00
e79008cf0f Add test @rondo/scripts package for CLI 2019-07-31 10:50:29 +08:00
dde96b41d3 Add packages/scripts 2019-07-31 09:53:45 +08:00
3787315905 Add jsonrpc local, remote and supertest clients 2019-07-31 08:44:50 +08:00
7dd9497514 Use ttsc instead of tsc 2019-07-31 07:19:22 +08:00
72de6ed106 Run npm install uglifyify@latest --save-dev 2019-07-31 07:15:42 +08:00
0aac78ff8a Run npm audit fix 2019-07-31 07:12:31 +08:00
697056b78e Run npm install ttypescript ts-transformer-keys ts-node@latest 2019-07-31 07:11:50 +08:00
cfc6933e78 jsonrpc: Add ability to specify context via high-order functions 2019-07-31 01:10:27 +08:00
401e5b481a Set status to 204 for notifications 2019-07-31 00:53:57 +08:00
e16edd5655 Add 100% test coverage for jsonrpc server 2019-07-31 00:19:46 +08:00
fdfe356ded Fix types of event handlers in TaskExecutor 2019-07-30 22:55:18 +08:00
faf76ec76a Add jsonrpc middleware 2019-07-24 23:59:02 +08:00
b5e0c408c2 Add initial impl of TaskExecutor 2019-07-19 23:33:19 +08:00
a15a24a2c1 Add @rondo/tasq 2019-07-19 21:10:34 +08:00
98bceca746 Add ability to create a runnable binary w/ pkg
Note: bcrypt_lib.node needs to be manually included!
2019-07-08 15:35:13 +08:00
b05cdfcfaa Add projects/node/packages/image-upload/src/Files.test.ts 2019-06-09 12:25:11 +10:00
355d8c8e51 Add ability to resize images client-side 2019-06-09 09:36:23 +10:00
7de6157129 Add image-upload 2019-06-08 13:14:22 +10:00
a20ac8cbbc Add HTTPClientMock.mockAddTyped 2019-06-04 15:11:54 +10:00
45f0cb76d3 Fix return type of withJSX (used to be any) 2019-06-04 14:58:41 +10:00
4b601f93cb Fix linting error 2019-05-21 22:44:22 +12:00
3017a17b9c Export test-utils 2019-05-21 22:44:01 +12:00
19687f07bd Use utf8mb4_unicode_ci by default 2019-05-21 19:25:57 +12:00
c272feefd2 Uninstall unused react-router-config 2019-05-21 18:59:33 +12:00
a52f0186b3 Remove console.log statements 2019-05-21 18:56:28 +12:00
e63b2b1c03 WIP: Use react-ssr-prepass to fetchData
TODO: State does not update correctly. Need to figure out why.
2019-05-19 20:14:35 +12:00
bc960f533e Run npm install @types/react-router-config 2019-05-19 18:03:58 +12:00
f59b58f833 Fix invalid csrf token 2019-05-19 17:55:40 +12:00
b9383d59df Run npm update cli-usage --depth 3 2019-05-19 15:45:29 +12:00
bc6ca77291 Run npm audit fix --force 2019-05-19 15:44:50 +12:00
1b33b651bd Run npm audit fix 2019-05-19 15:42:37 +12:00
8749fba61d Add react-router-config 2019-05-19 15:41:10 +12:00
871018684b Extract store creation 2019-05-09 15:34:08 +12:00
279b859e7b Add TODO for SSR SEO 2019-05-08 11:44:45 +12:00
798c4987f8 Extract http into separate parameter 2019-05-08 10:54:05 +12:00
c44d605890 Fix failing React tests for Login/Register 2019-05-08 10:12:53 +12:00