548 Commits

Author SHA1 Message Date
92e4a18cc1 v0.0.2
All checks were successful
continuous-integration/drone/push Build is passing
v0.0.2
2020-01-10 14:14:54 +01:00
1603efe7d2 Rename .travis-ci.yml to .travis.yml 2020-01-10 13:55:36 +01:00
01ed3e9aaf v0.0.1
All checks were successful
continuous-integration/drone/push Build is passing
v0.0.1
2020-01-10 13:52:33 +01:00
b32ad46bd5 Add .travis-ci.yml 2020-01-10 13:46:21 +01:00
e7fadd5e08 Add MIT license to all package.jsons 2020-01-10 13:46:10 +01:00
558803ebb2 Add README.md
All checks were successful
continuous-integration/drone/push Build is passing
2020-01-10 13:17:20 +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
d3ae52c79a Sign .drone.yml
Some checks failed
continuous-integration/drone/push Build is failing
2020-01-09 21:49:28 +01:00
36d77bb1fd Fix case difference 2020-01-09 21:47:46 +01:00
66036d17fa Add .drone.yml
Some checks failed
continuous-integration/drone/push Build is failing
2020-01-09 19:25:28 +01:00
5cbb3790ac Fix linting errors 2020-01-09 19:24:51 +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
e6d1e4fbb9 Merge branch 'attempt' 2020-01-09 18:27:30 +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
7cc88bf25d Fix packages/scripts bootstrap 2020-01-09 15:20:30 +01:00
48be0890b4 Update package-lock.json 2020-01-09 15:17:06 +01:00
1ec9f604de Fix clean install 2020-01-09 15:15:29 +01:00
5cc34a7ca1 Fix broken build after removing comments-* from history 2020-01-09 11:16:15 +01:00
eb959fbeee Fix audio captcha error 2020-01-09 10:47:02 +01:00
12515eac74 Make react-test usable without styled-components 2020-01-09 10:45:23 +01:00
e86c8b9226 Add Selector to react-test 2019-11-11 18:47:03 -03:00
adb3d877a4 Make react testing asynchronous 2019-11-04 15:02:02 -04:00
96c2565887 Make captcha width 100% 2019-11-04 11:53:58 -04:00
22bbc99e0d Fix a bug with audio captcha 2019-11-04 11:41:38 -04:00
9ddbad9bfb Add captcha logger to captcha/audio 2019-11-04 11:10:06 -04:00
91c02c9b66 Add espeak bug to TODO.md 2019-11-04 11:08:37 -04:00
c27e66a8e2 Add captcha to main site, fix tests of styled-components 2019-11-04 11:07:46 -04:00
262ba2c2af Add captcha requirement for registering 2019-11-03 19:20:44 -04:00
0ef21394e3 Add ability to mock captcha via process.env.CAPTCHA
process.env.NODE_ENV must be set to test
2019-11-03 19:20:24 -04:00
a9f37103bd Add validateCaptcha function to @rondo.dev/captcha 2019-11-03 18:05:34 -04:00
b2620e8050 Replace most of Navbar with styled-components 2019-11-03 17:15:27 -04:00
1b5209ca08 Add offset keys to Column 2019-11-03 14:55:48 -04:00
76b20551c7 Add Column/Columns/Container 2019-11-03 14:42:43 -04:00
a3578e35ba Remove bloomer from packages/client 2019-11-03 12:34:26 -04:00
2d4cb2d275 Add theme helpers 2019-11-03 11:15:55 -04:00
882248a367 Use styled components for Input.tsx 2019-11-02 15:30:02 -04:00
77b09fa653 Do not build esm while watching
ESM modules are only important for tree shaking - when building the
final production bundle
2019-11-02 13:58:57 -04:00
34173f4cf6 Add hot module reloading (optional) 2019-11-01 23:14:57 -04:00
0b386fd5e3 Add class to captcha 2019-11-01 19:22:00 -04:00
cf317f3553 Add improvements about react-test to TODO.md 2019-11-01 18:18:48 -04:00
397be935e8 Add test for react-captcha 2019-11-01 18:18:38 -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
a59b9032a9 Fix broken rondo add script
fs.copyFileSync used to do mkdir, but apparently does not
2019-11-01 16:02:41 -04:00
8449416366 Add ability to register account without email
TODO: add captcha
2019-11-01 14:43:47 -04:00
2e06a40006 Add ability to set LogLevel post logger creation 2019-11-01 14:27:08 -04:00