Commit Graph

309 Commits

Author SHA1 Message Date
Tianzhou (天舟)
9287da7407 feat: separate subscription from payment (#104)
* feat: use connection pooling

* chore: minor subscription change

* feat: separate subscription from payment
2023-05-21 20:34:33 +08:00
Tianzhou Chen
86c6abe24c chore: change setting view to setting general view 2023-05-21 18:08:36 +08:00
Tianzhou Chen
c6b4c7f7f8 feat: pg support fetch non-public schema 2023-05-21 17:36:52 +08:00
Tianzhou Chen
bf43b5830d chore: add missing comment 2023-05-21 17:29:16 +08:00
Tianzhou Chen
f2aefa8e95 fix: use sslmode=preferred for pg and mysql
all hosted vendors require SSL and the existing ssl=none won’t work.
2023-05-21 17:28:13 +08:00
Tianzhou Chen
ad31e18ea2 fix: make port field editable 2023-05-21 15:22:28 +08:00
Tianzhou Chen
a994013fcd chore: adjust clickable area for engine type radio 2023-05-21 15:22:02 +08:00
Tianzhou Chen
120ada39c1 chore: missing locale string 2023-05-21 13:13:24 +08:00
Tianzhou Chen
f9f909b82c chore: use radio instead for dropdown for database type
Present type upfront
2023-05-21 13:12:24 +08:00
Tianzhou Chen
bfb2664b54 chore: add ToS 2023-05-21 12:34:44 +08:00
Tianzhou Chen
504d938488 chore: misc dark mode fix 2023-05-21 01:50:49 +08:00
Tianzhou Chen
353f5bdd8b chore: add privacy policy 2023-05-21 01:35:39 +08:00
Tianzhou Chen
8b2b10b13d feat: allow user to use gpt-4 2023-05-20 23:26:44 +08:00
Tianzhou Chen
cda4fd3f22 chore: enable wechat and alipay as it’s approved 2023-05-20 00:05:45 +08:00
Tianzhou Chen
822812fb7c chore: only show schema drawer icon in debug 2023-05-19 23:57:03 +08:00
Tianzhou Chen
d0c6ea48e3 chore: reenable feature after db migration 2023-05-19 23:26:57 +08:00
Tianzhou (天舟)
1a86bc4d7f feat: use connection pooling (#102) 2023-05-19 23:26:11 +08:00
Tianzhou Chen
aa3f41d5fb chore: disable account, payment, quota for database migration 2023-05-19 23:11:15 +08:00
boojack
9053a42293 chore: add schema drawer (#100) 2023-05-19 20:48:08 +08:00
Steven
a126e630c8 chore: add eslint-config-prettier dependency 2023-05-19 20:09:00 +08:00
Steven
3c057cfa8b chore: add prettier and format code files 2023-05-19 20:05:38 +08:00
Tianzhou (天舟)
9f6d50f4c8 chore: add tianzhou and boojack as code owner (#99) 2023-05-19 11:24:19 +08:00
CorrectRoadH
374824e281 fix: tables cannot be selected when there is no conversation (#98) 2023-05-19 11:08:31 +08:00
Tianzhou Chen
8c5ddc37e1 chore: add created_at to users table 2023-05-19 00:57:01 +08:00
Tianzhou Chen
9aaaef80ba chore: remove quota overflow banner 2023-05-18 23:35:22 +08:00
Steven
d75da665e1 chore: update setting page style 2023-05-18 23:30:05 +08:00
Tianzhou Chen
570e40a4d1 chore: re-enable klarna as it’s approved 2023-05-18 23:20:38 +08:00
Tianzhou Chen
7054abe13a chore: reenable account, payment and quota 2023-05-18 22:51:06 +08:00
Tianzhou (天舟)
8d5fbc3b64 fix: use new stripe api to fetch receipt from latest charge (#97) 2023-05-18 22:50:33 +08:00
Tianzhou Chen
b4cfc6defc chore: disable account, payment, quota feature. 2023-05-18 22:27:26 +08:00
Tianzhou Chen
4139dcf5de chore: disable klarna as it requires reivew 2023-05-18 22:20:48 +08:00
Tianzhou Chen
b49249e2c4 chore: disable alipay and wechat for now as it requires review 2023-05-18 22:17:19 +08:00
Tianzhou Chen
d198b5bc25 chore: disable debug in production 2023-05-18 22:08:01 +08:00
Tianzhou (天舟)
b0b6caaffa feat: implement subscription (#92) 2023-05-18 22:04:27 +08:00
EvanLong
666e2091f6 docs: sync doc (#93) 2023-05-18 01:51:09 +08:00
Cheese
8ec209330f feat: readme add tidb into databases list (#91) 2023-05-17 16:16:48 +08:00
CorrectRoadH
b45e9d9e56 fix: some multiple select style problem (#90)
* fix: some multiple style problem

* eslint
2023-05-14 13:28:54 +08:00
CorrectRoadH
368ad85044 feat:set a default port when creating a connection (#89) 2023-05-14 11:38:27 +08:00
CorrectRoadH
e0bec6732f feat: check the title name (#87) 2023-05-13 17:03:02 +08:00
CorrectRoadH
79d02af91c feat: support multiple select table (#82) 2023-05-13 15:01:42 +08:00
tianzhou
d423ce7a06 fix: correct response message 2023-05-12 11:43:35 +08:00
Cheese
700c4bf8d1 feat: tidb cloud serverless tier support (#85)
* feat: tidb cloud serverless tier support

* clearify: check the engine type before call the tidb connection change function

* delete: unused type declare
2023-05-12 10:39:00 +08:00
Steven
4323b19562 fix: update response body type 2023-05-09 00:37:32 +08:00
Steven
fdda5ca142 chore: update error message response 2023-05-09 00:12:36 +08:00
Steven
0840aa584a chore: remove openai api key check temporarily 2023-05-08 23:47:54 +08:00
boojack
cd265a5c47 chore: add dark mode styles to setting page (#83) 2023-05-08 23:29:33 +08:00
EvanLong
698eff0978 chore: fix document target jump (#81) 2023-05-06 22:41:16 +08:00
Tianzhou Chen
cfbdf5cced chore: update doc to make DATABASE_URL required 2023-05-06 01:49:15 +08:00
Tianzhou Chen
8e3d220d0d chore: update doc to make DATABASE_URL required 2023-05-06 01:44:55 +08:00
Tianzhou Chen
5bb8a232e2 chore: re-arrange addMessage to avoid returning partial error
Strange I can only observe this in prod. Not in local env even using `next build && next start`
2023-05-06 00:07:51 +08:00