85 Commits

Author SHA1 Message Date
e7fadd5e08 Add MIT license to all package.jsons 2020-01-10 13:46:10 +01:00
9bf274f9bf Rename @rondo.dev/scripts to @rondo.dev/rondo-cli
All checks were successful
continuous-integration/drone/push Build is passing
2020-01-10 12:53:17 +01:00
29fcbfe30a Fix peer dep warning and sort resolved deps
All checks were successful
continuous-integration/drone/push Build is passing
2020-01-10 12:49:52 +01:00
e19a0e1c27 Add npm run compile to prepublish
All checks were successful
continuous-integration/drone/push Build is passing
2020-01-10 12:31:58 +01:00
a5b1871cd8 Increase jest timeout for CI builds
All checks were successful
continuous-integration/drone/push Build is passing
2020-01-10 11:11:18 +01:00
1d8c23e25a Fix jest test in CI
Some checks failed
continuous-integration/drone/push Build is failing
Jest runs out of memory when run in Docker, possibly because of a memory
leak in ts-jest.

The tests will now run after the build, on the built *.js files. As a
consequence, the jest tests will run faster because ts-jest will no
longer be invoked in ci.

Check the package.json test:ci script for more info.

https://github.com/facebook/jest/issues/7874
https://github.com/facebook/jest/issues/9081
2020-01-10 10:35:59 +01:00
15d2d66cd6 Add scripts to clean/bootstrap
Cleaning will remove "chmod +x" from packages/scripts/lib/index.js
2020-01-09 19:24:18 +01:00
5cc34a7ca1 Fix broken build after removing comments-* from history 2020-01-09 11:16:15 +01:00
76b20551c7 Add Column/Columns/Container 2019-11-03 14:42:43 -04:00
34173f4cf6 Add hot module reloading (optional) 2019-11-01 23:14:57 -04:00
b5325a050d Add react-captcha, react-test package 2019-11-01 17:53:21 -04:00
e726b1f32d Add packages/react-captcha 2019-11-01 16:14:54 -04:00
1bd19286fa Upgrade all packages 2019-10-31 19:44:28 -04:00
a39833eece Remove deprecation warning about OutgoingMessage.prototype._headers 2019-10-31 17:33:21 -04:00
b6ad109aa0 Update node-sass 2019-10-31 13:57:39 -04:00
16a8de4375 Update @types/node 2019-10-31 13:51:42 -04:00
cd8044d6a9 Add packages/captcha (untested) 2019-10-22 21:40:14 -05:00
0ae8752e4d Add svg-captcha 2019-10-22 21:40:14 -05:00
0633734156 Add sqlite3 2019-10-12 08:41:24 -05:00
c0a256ad83 Remove "express-serve-static-core"
It has different type definitions for some methods used in express and
TypeScript build fails because of it.

The solution is to use @types/express-serve-static-core instead.
2019-10-01 23:22:51 +07:00
4d7224cd8f Update package.json(s)
Bug for server: supertest is included
2019-10-01 22:29:51 +07:00
64d9778a33 Add ability to generate package.json deps from root pkg 2019-10-01 10:02:09 +07:00
cd569887c0 Add browserify-hmr
NPM audit issues a warning but that has been resolved by my PR:

https://github.com/Macil/browserify-hmr/pull/45
2019-10-01 07:52:50 +07:00
661877ddff Add ServerStyleSheet to ServerRenderer.ts 2019-09-26 21:36:14 +07:00
92021479ae Run npm install styled-components and audit fix 2019-09-26 20:09:30 +07:00
00192d2f3b Add middleware abstraction 2019-09-25 11:15:04 +07:00
d4378719c5 Use EntitySchema and interfaces over typeorm decorators 2019-09-18 15:25:27 +07:00
9c9c41aeaf Extract packages/server/src/database to packages/{db,db-typeorm} 2019-09-18 12:49:55 +07:00
a0c36a1299 Install eslint-plugin-import 2019-09-16 21:27:53 +07:00
2514f68a1d npm uninstall tslint 2019-09-16 21:06:55 +07:00
003032c3ef Fix linting error in packages/redux 2019-09-15 16:20:52 +07:00
8c732ba91e Install eslint and fix errors
- argparse
- scripts
- tasq
- validator
2019-09-15 15:57:22 +07:00
177c52b438 Upgrade to typescript@3.6.3 2019-09-14 11:58:00 +07:00
c14456b606 Move validator into separate package 2019-09-14 11:41:21 +07:00
16400d01c3 Add formik 2019-09-12 16:27:14 +07:00
ea6c349e6c Add rimraf and rondo clean script 2019-09-11 21:29:12 +07:00
eebe26f706 Extract redux, http-types, http-client and test-utils 2019-09-10 17:56:25 +07:00
5b5adb6408 Update dependencies
TypeScript 3.6 cannot be updated because of a current bug with
FindConditions<?>.

https://github.com/typeorm/typeorm/pull/4470
https://github.com/typeorm/typeorm/issues/4662

https://github.com/microsoft/TypeScript/pull/33144
2019-09-01 14:17:08 +07:00
1bbc3ed97d Extract ConfigReader to @rondo.dev/config pkg 2019-08-25 20:43:09 +07:00
9aaf8b62a9 Add @rondo.dev/logger, remove winston 2019-08-25 14:12:24 +07:00
dffad844ad Rename scope @rondo to @rondo.dev 2019-08-25 11:33:06 +07:00
47859ffa34 Add packages/argparse 2019-08-05 18:11:46 +07:00
166981fe3b Move jsonrpc back to single package 2019-08-01 12:26:23 +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
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
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