wangsijie
63938d6d4b
feat(cli,core,shared): install demo connectors only in cloud ( #3414 )
2023-03-15 15:24:31 +08:00
wangsijie
2bd5f36fc3
refactor(core,toolkit): extract connector loading code to toolkit ( #3400 )
2023-03-14 20:26:42 +08:00
Gao Sun
fa85b7d0eb
refactor: remove withtyped in core ( #3375 )
...
Keeping withtyped will introduce an additional database pool per tenant,
which is not good for performance and it should be more like all-or-nothing choice.
So remove it for core, but keep it in cloud.
2023-03-13 04:01:14 +00:00
wangsijie
1f618a3a10
feat(cli,cloud,schemas): seed m2m app for each tenant ( #3364 )
2023-03-12 09:34:15 +08:00
Gao Sun
c5da152ddc
refactor: hide internal roles for user tenants
...
introduce internal roles which name starts with #internal:
with RLS policies to make them read-only.
2023-03-09 00:07:33 +08:00
Gao Sun
3287c2c232
refactor: use URL class
2023-03-08 10:47:10 +08:00
wangsijie
822ef08bab
feat(cli): add system get and set commands ( #3318 )
2023-03-08 10:15:05 +08:00
Gao Sun
ac065ac60c
refactor: init cloud ui tests
2023-03-05 22:07:02 +08:00
Gao Sun
08e7b6c6c2
refactor: allow admin to create tenants
2023-03-04 14:52:02 +08:00
Gao Sun
afe39f6f46
refactor: fix cloud dev ( #3281 )
2023-03-03 11:04:22 +00:00
Gao Sun
5a337520cb
chore: add comment
2023-03-03 14:30:00 +08:00
Gao Sun
a76ce24bee
refactor: seed data for multi-tenancy 2
2023-03-03 14:11:19 +08:00
Gao Sun
9775db7af8
refactor: seed data for multi-tenancy
2023-03-02 22:25:13 +08:00
Gao Sun
09d2dac1ea
refactor: move admin console app to database ( #3185 )
2023-02-22 14:35:17 +00:00
Gao Sun
6858f3c8dc
refactor: move console sie to database ( #3171 )
2023-02-21 21:24:43 +08:00
Gao Sun
e3f88f5250
refactor: remove demo app db entity ( #3165 )
2023-02-21 03:45:06 +00:00
Gao Sun
76a04d97b3
feat(cloud): POST /tenants
2023-02-20 00:27:12 +08:00
Gao Sun
ed4db56254
chore: upgrade configs
2023-02-16 23:49:03 +08:00
Gao Sun
40173bb5e0
Merge branch 'master' into gao-add-admin-tenant
2023-02-15 15:00:04 +08:00
Gao Sun
c137768472
refactor: utilities -> utils ( #3106 )
2023-02-15 10:26:22 +08:00
Gao Sun
7a7d7f9f41
refactor: add alteration scripts
2023-02-12 18:43:02 +08:00
Gao Sun
dd5b3037a8
refactor!: adjust packages to adapt admin tenant
2023-02-10 19:57:25 +08:00
Gao Sun
2af6fd114a
refactor!: add admin tenant
2023-02-10 13:06:52 +08:00
Gao Sun
99837b4e48
refactor: use RLS
2023-02-08 18:58:45 +08:00
Gao Sun
72caefaaf2
refactor: update per review
2023-01-31 11:50:41 +08:00
Gao Sun
06e7d6ea9d
refactor(schemas): reorg constants
2023-01-29 23:11:01 +08:00
Gao Sun
c2c3faa248
refactor!: add systems table for global configs
2023-01-29 22:20:31 +08:00
Gao Sun
d0399eb8a4
refactor!: merge settings into logto configs table
2023-01-29 19:42:19 +08:00
Gao Sun
de4b0bae16
refactor: add function and trigger to set tenant_id
2023-01-28 19:26:29 +08:00
Gao Sun
54db878760
refactor: re-org alteration scripts
2023-01-28 12:58:42 +08:00
Gao Sun
ba44eb5fc6
refactor(schemas): init tenant sqls
2023-01-28 12:58:42 +08:00
Gao Sun
d868e6ee49
feat(cli): rollback
command for alteration ( #2975 )
2023-01-18 05:12:57 +00:00
Gao Sun
f317a917c9
refactor: remove deprecated singleton instances
2023-01-12 16:34:06 +08:00
Gao Sun
131e1d79f7
Merge pull request #2879 from logto-io/gao-reorg-connector-files
...
refactor(core): reorg connector files
2023-01-10 13:21:26 +08:00
Gao Sun
d0a81e76a8
refactor: remove unused files ( #2877 )
2023-01-09 11:39:56 +00:00
Gao Sun
080a6385c8
refactor: support EC key and ES signing algorithms ( #2847 )
2023-01-09 09:34:13 +00:00
wangsijie
385966625e
feat(schemas,cli): seed default scope for management api ( #2869 )
...
Co-authored-by: Gao Sun <gao@silverhand.io>
2023-01-09 15:34:08 +08:00
Gao Sun
8f809da308
refactor(core,cli): application query factory ( #2853 )
2023-01-09 15:29:01 +08:00
Gao Sun
6e2951fafc
chore!: drop Node 16 ( #2848 )
2023-01-07 20:42:10 +08:00
Gao Sun
2f42f746a4
refactor(cli): fix default download url with current package version
2022-12-30 23:56:18 +08:00
Gao Sun
bf3774d234
refactor(cli): remove official connectors inquiry
2022-12-30 23:56:18 +08:00
wangsijie
b5b1e5f258
ci: check alteration sequence ( #2746 )
2022-12-30 10:50:56 +08:00
Gao Sun
77bad4b1e7
refactor: add official connectors in dist ( #2768 )
2022-12-30 10:42:34 +08:00
Gao Sun
43de6258d1
refactor(cli): improved connector add command ( #2764 )
2022-12-29 22:53:35 +08:00
Gao Sun
3a996cc9d9
refactor: fix esm mock context ( #2725 )
2022-12-26 12:12:19 +00:00
Gao Sun
8879880feb
refactor: check alteration timestamp when seed database ( #2721 )
2022-12-24 09:18:37 +00:00
Gao Sun
f50509dfab
Merge pull request #2683 from logto-io/gao-log-4632-core-init-hooks-schemas
...
feat: hooks schema and APIs
2022-12-22 13:11:29 +08:00
Gao Sun
cc18103419
refactor: remove fs-extra ( #2695 )
2022-12-20 12:31:53 +00:00
Gao Sun
a023fe97e5
refactor: add alteration and integration test
2022-12-20 13:02:40 +08:00
Gao Sun
3a3a107811
refactor: schema export and id generator
2022-12-20 00:02:35 +08:00