simeng-li
74849dde22
test(core): add hasActiveUser test case ( #4307 )
...
* test(core): add hasActiveUser test case
add hasActiveUser test case
* ci: remove integration-test code owner
remove integration-test code owner
2023-08-10 10:28:35 +08:00
Xiao Yijun
dfde117b6d
test: add sad paths for social interaction flow ( #4300 )
2023-08-09 12:10:49 +08:00
Xiao Yijun
2660a1e132
test: add sad paths for sign-in with passcode flow ( #4296 )
2023-08-09 11:17:25 +08:00
Xiao Yijun
ae0322621f
refactor(test): refactor expectRejects
helper method to support status code checking ( #4292 )
...
* refactor(test): refactor `expectRejects` helper method to support status code checking
* refactor(test): replace `createResponseWithCode` with `expectRejects`
2023-08-07 13:16:09 +08:00
Darcy Ye
028ffae068
refactor(core,console): filter out webhook logs from audit logs list ( #4243 )
...
* refactor(core,console): filter out webhook logs from audit logs list
* refactor(core): separate the method of finding audit logs and webhook logs
* refactor(test): update integration tests
* chore: adopt code review suggestions
* refactor(core): refactor build log condition method and update its use cases
2023-08-01 03:23:03 +00:00
Gao Sun
a427ea05c3
refactor(test): add expectNavigation()
( #4254 )
2023-07-27 16:04:28 +08:00
Gao Sun
6d1ea26cdc
refactor(core): improve error handling ( #4198 )
...
* refactor(core): improve error handling
* test(core): add integration tests
2023-07-22 17:32:25 +08:00
Gao Sun
4c9aef827b
refactor(console): use global router ( #4191 )
...
* refactor(console): use global router
* refactor(console): clean swr cache when switching tenant
* refactor(console): bug fix
* chore(test): increase integration test timeout
* refactor: update packages/console/src/App.tsx
Co-authored-by: Charles Zhao <charleszhao@silverhand.io>
---------
Co-authored-by: Charles Zhao <charleszhao@silverhand.io>
2023-07-21 06:12:01 +00:00
Gao Sun
0a5aa54bc2
refactor(console): save console redirect after sign-in ( #4180 )
...
* refactor(console): save console redirect after sign-in
* test: add integration test for saved redirect
2023-07-20 22:44:14 +08:00
Darcy Ye
e441c089d7
fix(core,connector): fix patch connector api cannot reset config/metadata bug ( #4166 )
2023-07-14 17:38:56 +08:00
Gao Sun
947de83173
chore: upgrade configs ( #4132 )
...
* chore: upgrade configs
* chore: fix lint errors
2023-07-07 17:17:21 +00:00
Gao Sun
e89ccd4d4c
refactor: cloud cleanup ( #4103 )
...
* refactor: cleanup cloud
* chore: fix cloud dependencies
* chore: update LICENSE
2023-07-03 14:33:19 +08:00
silverhand-bot
53131ad5a7
release: version packages ( #4033 )
2023-06-28 18:57:43 +08:00
Darcy Ye
51fb943986
fix(console): fix multi tenancy flow and sync ui-test
2023-06-27 15:38:57 +08:00
Gao Sun
a3e3363b10
refactor: fix test and components
2023-06-23 01:07:33 +08:00
Darcy Ye
013022d24f
fix(console): direct to new created tenant and clear create modal on open ( #4051 )
2023-06-19 07:06:06 +00:00
Darcy Ye
8f78515976
fix(cloud,test): should block when users trying to create too many tenants ( #4048 )
2023-06-19 14:45:33 +08:00
Darcy Ye
8770facec1
feat(console): add tenant loading page ( #4031 )
2023-06-18 16:50:00 +08:00
Darcy Ye
9fa2bc9235
fix(test): fix cloud UI test create new account idling URL mismatch error ( #4037 )
2023-06-15 14:46:05 +08:00
Gao Sun
298d29c39f
Merge pull request #4026 from logto-io/gao-upgrade-withtyped
...
refactor(console): use withtyped client for SWR
2023-06-13 18:16:34 +08:00
Gao Sun
8de7e5538d
test: test
2023-06-13 17:33:32 +08:00
Gao Sun
99c98b6654
refactor: minor improvements
2023-06-13 16:01:40 +08:00
Darcy Ye
e96e92b2df
feat(schemas,cloud): align tenant types ( #4004 )
2023-06-12 18:36:15 +08:00
Darcy Ye
69bd7ac88b
fix(cloud): delete tenant api ( #4000 )
2023-06-08 14:53:26 +08:00
renovate[bot]
417534e9e4
chore(deps): update dependency got to v13 ( #3915 )
...
chore(deps): update dependency got to v13.0.0
Co-authored-by: Gao Sun <gao@silverhand.io>
2023-06-07 08:10:27 +00:00
silverhand-bot
3acb0d2db1
release: version packages ( #3857 )
2023-06-06 23:21:29 +08:00
Xiao Yijun
12ae2622b1
refactor(core): return 422 if failed to send a webhook test payload ( #3970 )
2023-06-05 16:02:43 +08:00
Gao Sun
e8ed876878
test: add default resource integration test
2023-06-04 20:46:43 +08:00
Charles Zhao
f89af550de
test: improve ui test stability and remove unnecessary code ( #3945 )
2023-06-01 09:35:29 +00:00
Charles Zhao
19ef8c1e35
chore: bump logto js sdks ( #3943 )
2023-06-01 17:01:00 +08:00
Charles Zhao
1d7330835c
fix(core): verify an empty string password should return 400 instead of 500 ( #3939 )
...
* fix(core): verify an empty string password should return 400 instead of 500
* test(core,test): add unit and integration tests for verify password api
2023-06-01 07:10:21 +00:00
renovate[bot]
b1e048772c
chore(deps): update dependency puppeteer to v20 ( #3803 )
...
* chore(deps): update dependency puppeteer to v20
* chore(deps): update dependency jest-puppeteer to v9
---------
Co-authored-by: Gao Sun <gao@silverhand.io>
2023-06-01 12:37:59 +08:00
Xiao Yijun
813e216398
fix(core): trigger reset password hook ( #3916 )
2023-06-01 12:18:49 +08:00
Xiao Yijun
f38d734e40
test: add ui tests for webhook management ( #3923 )
2023-05-30 11:18:39 +08:00
Darcy Ye
1b57f26533
feat(cloud,test): add DELETE /tenants/:id API ( #3900 )
2023-05-30 02:50:06 +00:00
Darcy Ye
47abbd8cb6
feat(cloud,schemas): add PATCH /tenants/:id API ( #3881 )
2023-05-30 00:54:52 +08:00
Charles Zhao
bb77850e62
chore(phrases): remove unnecessary exclamation points from phrases ( #3918 )
...
* chore(phrases): remove unnecessary exclamation points from phrases
* chore: remove unnecessary white spaces
2023-05-29 06:31:07 +00:00
Darcy Ye
62b1ee6b72
feat(cloud,schemas,cli): update cloud service tenant APIs ( #3875 )
2023-05-29 04:57:10 +00:00
Xiao Yijun
51f61b455a
feat(core): support pagination for GET /hooks
api ( #3904 )
2023-05-29 11:43:08 +08:00
wangsijie
0edd549365
feat(core): add domain routes ( #3892 )
2023-05-29 11:27:23 +08:00
Xiao Yijun
387e04ec4a
fix(console): allow wrap for toast content ( #3910 )
2023-05-26 22:19:47 +08:00
Darcy Ye
8cbf87bb73
feat(schemas,cli,core,cloud): add manage tenant self scope ( #3865 )
2023-05-26 17:38:09 +08:00
Xiao Yijun
9550552438
chore(test): clean up created hooks on test done ( #3907 )
2023-05-26 10:44:56 +08:00
Xiao Yijun
d3d63b1562
feat(core): test webhook ( #3889 )
2023-05-25 12:16:29 +08:00
Xiao Yijun
37c3f5952d
refactor(test): split hook integration tests into several files ( #3891 )
2023-05-24 15:01:32 +08:00
Xiao Yijun
166c6f7da0
feat(core): get hook execution stats ( #3882 )
2023-05-24 08:28:39 +08:00
Gao Sun
02eee1956f
Merge pull request #3879 from logto-io/gao-feature-updates-for-openai-plugins
...
feat: updates for openai plugins
2023-05-23 22:55:47 +08:00
Gao Sun
4f1e29aefc
release: version packages
2023-05-23 21:42:01 +08:00
Xiao Yijun
0c79437ba4
feat(core): sign hook payload data ( #3854 )
2023-05-23 18:02:17 +08:00
Gao Sun
c7ff18bbdf
refactor: fix api tests
2023-05-22 22:47:31 +08:00