23 Commits

Author SHA1 Message Date
01ed3e9aaf v0.0.1
All checks were successful
continuous-integration/drone/push Build is passing
2020-01-10 13:52:33 +01:00
e7fadd5e08 Add MIT license to all package.jsons 2020-01-10 13:46:10 +01:00
23f2796d68 Use relative paths in packages/*/package.json
When using versions and letting npm install dedupe the packages, npm
audit does not work and it exits with a cryptic error:

  The server said: Invalid package tree, run npm install to rebuild your package-lock.json
2020-01-09 18:26:00 +01:00
9f1e2ca713 Run rondo imports
package.jsons are changed because dependencies are now sorted
tsconfig.jsons are changed because all referenced monorepo packages will
be added as project references
tsconfig.esm.jsons are changed because syncEsmConfig was run
2019-10-01 23:39:05 +07:00
4d7224cd8f Update package.json(s)
Bug for server: supertest is included
2019-10-01 22:29:51 +07:00
0c49e52f21 Add version tag to all package.json files 2019-10-01 09:37:57 +07:00
5623001497 Refactor React server-side rendering 2019-09-26 23:35:53 +07:00
400d1cd213 Run eslint --fix 2019-09-16 21:04:10 +07:00
8c732ba91e Install eslint and fix errors
- argparse
- scripts
- tasq
- validator
2019-09-15 15:57:22 +07:00
ac8f1d9ff3 Run rondo syncEsmConfig 2019-09-14 12:01:29 +07:00
eebe26f706 Extract redux, http-types, http-client and test-utils 2019-09-10 17:56:25 +07:00
927ccfa6e6 Remove unused param from Executor.ts 2019-09-05 08:27:57 +07:00
8396323ea1 Refactor ITask into messages 2019-09-02 11:34:22 +07:00
d74faf7c0f Fix TaskManager.test.ts 2019-09-02 11:11:21 +07:00
a22c59bec5 Add result to scheduled tasks 2019-09-01 18:41:23 +07:00
b84e4bbbbf Refactor tasq to prepare for forked executors 2019-09-01 17:53:23 +07:00
22f0b15e3a Add debounce.cancel, cancel session cleanup 2019-08-27 14:54:47 +07:00
2256fbc1e8 Fix SessionStore concurrency in tests by debouncing fn 2019-08-26 20:13:35 +07:00
803bbfa0fe Add debounce to tasq 2019-08-26 20:00:48 +07:00
dffad844ad Rename scope @rondo to @rondo.dev 2019-08-25 11:33:06 +07:00
fdfe356ded Fix types of event handlers in TaskExecutor 2019-07-30 22:55:18 +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