Commit graph

198 commits

Author SHA1 Message Date
b90bb5c2ed
[misc]: typescript-y changes for compat 2019-06-05 13:04:16 -05:00
af7fd76bb9
[ui]: temporarily stop doing login state pulls 2019-06-05 12:58:49 -05:00
fc10830759
[ui/header]: next/dynamic machine broke 2019-06-05 12:55:59 -05:00
1a75a0ac07
[ui/header]: common - React.El -> React.ReactEl 2019-06-05 12:55:00 -05:00
a81dfa84c0
[ui/discord-guild-pic]: hacky: change derived state props to any 2019-06-05 12:53:04 -05:00
c1bdc9ddc9
[ui]: types: router type needed typeof instead of direct 2019-06-05 12:51:33 -05:00
f99c0e92e5
[ui-server]: add dev-server hotreloader 2019-06-05 12:50:54 -05:00
be0a34cc5b
[ui-server]: fix dev mode switch missing 2019-06-05 10:24:35 -05:00
1f05c39f17
[ui/header]: fix unauth having flow types still 2019-06-05 10:23:47 -05:00
1c00a15c55
[ui/header]: fix auth having flow types still 2019-06-05 10:22:37 -05:00
88959c59fe
[ui-server]: working test of UI server 2019-06-05 10:13:57 -05:00
74e87ccbc7
[npm]: bump pg versions 2019-06-05 06:37:30 -05:00
0bffc458d2
[npm]: bump yarn.lock 2019-06-05 06:29:22 -05:00
3644e9482a
[bot]: finalize ts move, guess i forgot /shrug 2019-06-05 06:28:47 -05:00
8ad1735cc2
[npm]: cleanup pass of deps 2019-06-05 06:27:51 -05:00
6b2f7289ce
[ui-server]: init 2019-06-05 06:03:37 -05:00
9744228d98
[npm]: bump yarn.lock 2019-06-05 06:03:11 -05:00
b0b1378035
[ui]: re-add ui connector 2019-06-05 06:02:47 -05:00
c6c16ce6b4
[misc]: add package template 2019-06-05 05:55:43 -05:00
78152a601d
[design]: bump storybook, de-bump styled components types 2019-06-05 05:54:50 -05:00
5c31920289
[rpc/nats]: fix tests to properly hook handlers, handle encodings 2019-06-05 05:27:32 -05:00
ddabb03461
[npm]: bump yarn.lock 2019-06-04 18:46:21 -05:00
06cc7d5e7d [misc]: fix module imports being broken from esModuleInterop missing 2019-06-04 18:10:25 -05:00
193ad93a7d [lint-staged]: remove jest, doesn't work in lint-staged at all. 2019-06-04 18:10:10 -05:00
d1b40072fe [rpc/http]: remove extraneous test oof 2019-06-04 18:07:25 -05:00
fec69d09e1 [lint-staged]: fix globs 2019-06-04 18:05:24 -05:00
75473ad4f7 [rpc/http]: properly accomplish tests, fix http sender returning trash 2019-06-04 17:59:05 -05:00
36819e33af [npm]: bump yarn.lock 2019-06-04 17:56:13 -05:00
de26bc569b [tsc]: esModuleInterop fixes some weird stuff we're running into 2019-06-04 17:55:50 -05:00
f7dce2cd82 [jest]: make ts-jest shut up 2019-06-04 17:55:29 -05:00
e4d5ab8d31 [npm]: bump versions 2019-06-04 17:54:30 -05:00
9de1b93a7f
[rpc]: implement both HTTP and NATS transports 2019-06-03 07:22:00 -05:00
30d08a630f
absolutely massive typescript porting time 2019-06-02 18:58:15 -05:00
01f238f515
[misc]: sync lockfile 2019-05-20 06:30:42 -04:00
fe85c5ea9a
[design]: update snapshots 2019-05-20 06:29:20 -04:00
2cfc1a5831
[design/button]: disabled no longer moves on interactions 2019-05-20 06:28:14 -04:00
33dd324708
[design]: add color lib and helpers 2019-05-20 06:27:45 -04:00
6ba0b0b62b
[design]: storybook: use our main font 2019-05-20 06:27:03 -04:00
5b466670f3
[design]: fix storyshots, update snapshots 2019-05-20 04:40:44 -04:00
dd6f02f4e2
[design]: overrides pattern, tests, yay! 2019-05-20 04:33:31 -04:00
0ccb5fa32f
[misc]: yeet flow 2019-05-20 01:00:16 -04:00
b864df9393
[design]: initialize design system 2019-05-20 00:57:55 -04:00
6fb39d6c4d
temp commit 2019-04-20 04:47:07 -05:00
e86f7ff68e
[rpc-client] use src->lib pattern, i guess i see why people do it. 2019-04-16 08:50:09 -05:00
c706f25214
[rpc-client] rework package so it works after building.. still needs research 2019-04-16 06:41:23 -05:00
a5f2b328d3
[server/rpcrepl] add bot authorization to RPC repl, also log rpcs. 2019-04-14 13:01:52 -05:00
aeac74ae98
[bot] working version 2019-04-14 13:00:27 -05:00
d4112c4252
[rpc/auth] add bot login/logout calls 2019-04-14 12:59:54 -05:00
e8f0579024
[rpc/security] fix bot token header name 2019-04-14 12:58:34 -05:00
a273292d97
[server] retry the SQL connection if it isn't immediately awake on start
this prevents `yarn dev` from erroring out since postgres takes more than 0ms to start.
2019-04-14 12:57:53 -05:00