0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00
Commit graph

72 commits

Author SHA1 Message Date
silverhand-bot
c0fb59881e
release: v1.0.0-beta.12 2022-10-19 08:28:21 +00:00
Gao Sun
79c6c1de93
refactor: require database name in URL (#2198) 2022-10-19 07:38:56 +00:00
silverhand-bot
33c10ce216
release: v1.0.0-beta.11 2022-10-19 06:19:36 +00:00
Gao Sun
261c9153b0
ci: add docker build to main workflow (#2184) 2022-10-19 11:35:39 +08:00
Gao Sun
38f664c27c
fix: add publish config for public packages (#2192) 2022-10-19 11:15:14 +08:00
Gao Sun
9ebb3ddfd9
fix: alteration script in dev 2022-10-18 15:40:36 +08:00
Gao Sun
4ce2073692
fix(cli): fix skip-when-exists option (#2180) 2022-10-18 05:21:59 +00:00
Gao Sun
4d873cf6a3
refactor(cli): update config command (#2176) 2022-10-18 12:27:48 +08:00
Gao Sun
c492058a0c
refactor(cli): supports latest version for db alteration (#2177) 2022-10-17 15:36:16 +00:00
Xiao Yijun
fd50304f5f
fix(cli): chooseAlterationsByVersion should contain the last next version alteration script (#2175) 2022-10-17 23:18:28 +08:00
Gao Sun
c0eaf66c26
refactor(cli): add skip when exists option (#2172) 2022-10-17 13:51:32 +00:00
Gao Sun
5dda0a6dd0
feat(cli): add download-url option for install 2022-10-14 17:37:53 +08:00
Gao Sun
7d257c45bf
feat(cli): remove connectors 2022-10-14 17:01:32 +08:00
Gao Sun
dcb91428e6
feat(cli): list connectors 2022-10-14 16:19:36 +08:00
Gao Sun
24f8afaf80
chore(deps): upgrade jest 2022-10-14 14:57:27 +08:00
renovate[bot]
9ac4a77b33
chore(deps): update dependency @silverhand/jest-config to v1.2.2 2022-10-14 05:59:40 +00:00
Gao Sun
39a5347ac9
chore: upgrade Silverhand configs (#2153) 2022-10-14 03:46:33 +00:00
Gao Sun
0fbe261a6e
chore: revert lerna version bump (#2150) 2022-10-13 22:50:16 +08:00
Gao Sun
4c755491db
refactor(cli): use modern technology 2022-10-13 15:39:28 +08:00
Gao Sun
e284b796cd
refactor(cli): remove dumb comment 2022-10-13 14:42:29 +08:00
Gao Sun
0843e8fdfc
refactor: fix dev script 2022-10-13 14:39:09 +08:00
Gao Sun
b0020efedc
Merge pull request #2140 from logto-io/renovate/major-lerna-monorepo
chore(deps): update dependency lerna to v6
2022-10-13 12:07:40 +08:00
Gao Sun
c16970f450
chore: using pnpm workspace 2022-10-13 11:15:10 +08:00
Gao Sun
babd16f68f
refactor(cli): exit normally when no alteration found 2022-10-12 23:26:38 +08:00
Gao Sun
5eb822fee5
refactor(cli): support next tag 2022-10-12 23:08:52 +08:00
Gao Sun
a19a522894
refactor(cli): update version command and add unit tests 2022-10-12 23:08:41 +08:00
Gao Sun
926e69fd69
refactor(cli): inquire for version before alteration 2022-10-12 19:07:35 +08:00
Gao Sun
926394030d
refactor(cli): add official connectors during init (#2132) 2022-10-12 09:53:38 +00:00
Gao Sun
36d26091e0
refactor: fix connector directory 2022-10-11 18:27:05 +08:00
Gao Sun
64a0936a77
refactor(core): remove connector commands 2022-10-11 18:10:57 +08:00
Gao Sun
4ccbe4ac65
feat(cli): add connector command 2022-10-11 17:38:58 +08:00
Gao Sun
fa195f4aa5
refactor(cli): reorg options and logic 2022-10-10 23:55:07 +08:00
Gao Sun
a5cd73d961
feat: npm create compatibility 2022-10-10 23:50:20 +08:00
Gao Sun
e36ed7bd1a
chore: upgrade essentials 2022-10-10 23:28:39 +08:00
Gao Sun
ba09de9b1e
refactor(core,cli): extract common utils to @logto/shared 2022-10-10 23:26:40 +08:00
Gao Sun
8651c06f93
Merge pull request #2073 from logto-io/gao-log-4334-cli-separate-oidc-config-keys-in
refactor(cli): flatten OIDC config keys
2022-10-09 22:31:13 +08:00
Gao Sun
e385b60418
refactor(cli): use cli project root as alteration scripts directory (#2075) 2022-10-09 16:29:53 +08:00
Gao Sun
4134547cca
refactor(cli): flatten OIDC config keys 2022-10-09 15:16:19 +08:00
Gao Sun
7d40c2603a
refactor(cli): fixing cli config and log issues 2022-10-08 23:42:42 +08:00
Gao Sun
911117a785
feat(cli): db seed oidc command 2022-10-08 23:27:43 +08:00
Gao Sun
cc5c99beb0
refactor(cli): support dotenv 2022-10-08 18:18:49 +08:00
Gao Sun
a8c364e9b3
refactor(cli): use env to replace config json 2022-10-08 18:06:40 +08:00
Gao Sun
4a5dfb1b8a
refactor(cli): per review 2022-10-08 17:42:14 +08:00
Gao Sun
8c73067b48
refactor: improve dx 2022-10-08 17:35:01 +08:00
Gao Sun
9696060997
refactor: remove alteration from core 2022-10-08 17:34:58 +08:00
Gao Sun
ff900c3a65
Merge pull request #2051 from logto-io/gao-log-4312-core-remove-database-seed
refactor: remove database seed from core
2022-10-08 17:24:05 +08:00
Gao Sun
0570d5eef1
chore: update cli script (#2059)
`dev` -> `start:dev` to avoid unnecessary runs during root `pnpm dev` script
2022-10-08 09:12:17 +00:00
Gao Sun
aba872ea4b
refactor(cli): add oraPromise() util 2022-10-07 23:31:13 +08:00
Gao Sun
a3dc967442
refactor: remove database seed from core 2022-10-07 23:08:25 +08:00
Gao Sun
a5280a2afd
feat(cli): db alteration deploy command 2022-10-07 19:48:17 +08:00