Gao Sun
3796866b67
fix(console): eliminate unexpected /token
calls ( #3757 )
...
refactor: fix AppInsights context extra rendering issue
2023-04-27 18:34:38 +08:00
Gao Sun
45cc8f4fb0
test(core): add cache tests
2023-04-07 17:41:22 +08:00
Gao Sun
612a1d5301
refactor: use connector link in workflows
2023-04-02 14:12:30 +08:00
renovate[bot]
4f4fbe5076
chore(deps): update pnpm to v8 ( #3628 )
...
* chore(deps): update pnpm to v8
* ci: update workflow
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Gao Sun <gao@silverhand.io>
2023-03-30 18:51:20 +08:00
Gao Sun
a33173d9c9
ci: add staging environments ( #3616 )
2023-03-28 12:00:28 +08:00
Xiao Yijun
b1b5200876
feat(console): inspire me ( #3360 )
2023-03-13 13:58:58 +08:00
Gao Sun
bc6b79f783
ci: fix workflow
2023-03-06 13:45:14 +08:00
Gao Sun
94209ada00
ci: fix workflow
2023-03-06 00:48:50 +08:00
Gao Sun
ac065ac60c
refactor: init cloud ui tests
2023-03-05 22:07:02 +08:00
Gao Sun
6858f3c8dc
refactor: move console sie to database ( #3171 )
2023-02-21 21:24:43 +08:00
Gao Sun
6b09da2f5d
refactor: fix alteration
2023-02-09 18:31:14 +08:00
Gao Sun
700107f59b
refactor(test): update integration ui test
2023-02-06 17:42:22 +08:00
Gao Sun
70527c4bbc
ci: align workflow concurrency ( #2987 )
2023-01-19 11:22:17 +08:00
Gao Sun
03a8e84e2f
refactor: fix alteration issues and add tests
2023-01-17 17:52:54 +08:00
renovate[bot]
50c4d68693
chore(deps): update ikalnytskyi/action-setup-postgres action to v4 ( #2816 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-04 14:09:10 +08:00
Gao Sun
c2948b1900
ci: use node 18 as default ( #2786 )
2023-01-03 15:39:58 +08:00
Gao Sun
77bad4b1e7
refactor: add official connectors in dist ( #2768 )
2022-12-30 10:42:34 +08:00
Charles Zhao
121df6d26d
test: add ui test cases for ac sign-in and svg rendering
2022-12-23 12:03:03 +08:00
Darcy Ye
dd2a33f921
chore: add IT for switching passwordless connector ( #2591 )
2022-12-06 17:04:57 +08:00
Gao Sun
19bce4d7e1
chore: fix typo
2022-11-11 20:17:50 +08:00
Gao Sun
b497aa8ad6
refactor: move scripts to .scripts/
2022-11-11 12:58:33 +08:00
Gao Sun
3a0df40fc1
chore: manually install Chromium before integration test
2022-11-07 23:11:21 +08:00
Gao Sun
cbf75359c8
chore: enable Node 18
2022-11-07 21:25:34 +08:00
renovate[bot]
8e45325e98
chore(deps): update dependency puppeteer to v19 ( #2164 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Gao Sun <gao@silverhand.io>
2022-11-04 04:19:20 +00:00
Gao Sun
79c6c1de93
refactor: require database name in URL ( #2198 )
2022-10-19 07:38:56 +00:00
Gao Sun
0c4fd3c7be
chore: remove lerna ( #2170 )
2022-10-17 19:37:59 +08:00
Gao Sun
c96495ad4e
chore!: update scripts
2022-10-16 00:49:16 +08:00
Gao Sun
e5e0c42104
chore: fix integration test
2022-10-08 19:30:06 +08:00
Gao Sun
3e24e3b404
refactor: fix integration test
2022-10-08 17:12:19 +08:00
Gao Sun
ddff43d8b6
chore: update integration test workflow ( #1897 )
2022-09-07 15:10:35 +00:00
Wang Sijie
52b9dd8569
feat(core)!: load connectors by folder ( #1879 )
2022-09-05 17:49:11 +08:00
Gao Sun
fa5a775205
chore: fix postgres setup in integration test ( #1846 )
2022-09-01 13:54:40 +08:00
Gao Sun
84c0d8f845
refactor(core): replace argon2
with hash-wasm
( #1794 )
2022-08-19 13:47:24 +08:00
Gao Sun
6a2e604926
test(ui): init smoke testing ( #1771 )
...
* test(ui): init smoke testing
* fix(test): logto url env key
2022-08-12 18:07:16 +08:00
IceHe.Life
ba50de5d66
refactor(test): inline link-mock-connectors.sh ( #1746 )
...
* refactor(test): inline link-mock-connectors.sh
* refactor(test): use lerna add instead of pnpm link
* refactor(connector): align folder name with package name for connector-mock-email
2022-08-09 11:23:05 +08:00
IceHe.Life
ff151b2010
refactor(test): refactor integration-test workflow to link mock connectors ( #1720 )
...
* refactor(test): another way to link mock connectors in integration tests
* refactor(test): extract link-mock-connectors.sh
* refactor(test): remove unused env variable in integration-test.yml
2022-08-02 18:10:01 +08:00
simeng-li
054899fb90
test: add mock social connector ( #1710 )
...
* chore(test): add mock social connector package
add mock social connector package
* fix(test): cr update
cr udpate
2022-08-01 07:09:51 +00:00
IceHe.life
f7bc349e03
test: add connector-mock-sms and connector-mock-email for integration tests ( #1668 )
2022-07-26 08:12:34 +00:00
Xiao Yijun
708523ed52
feat(core): support integration test env config ( #1619 )
2022-07-20 14:21:13 +08:00
Gao Sun
8503050379
ci: use full repo for integration tests ( #1605 )
...
* ci: use full repo for integration tests
* ci: fix error
2022-07-19 22:02:08 +08:00
Xiao Yijun
53ab064502
ci: set integration test env to integration-test ( #1601 )
2022-07-19 19:33:08 +08:00
Gao Sun
03390a5f26
ci: trigger workflows on push to push-action/**
2022-07-02 01:30:01 +08:00
Gao Sun
f6977157a6
ci: fix concurrency issue ( #1356 )
2022-07-01 21:33:25 +08:00
Gao Sun
e4ff8d8b74
ci: update workflow trigger ( #1354 )
2022-07-01 20:33:08 +08:00
Gao Sun
9ad2881153
ci: change workflows trigger ( #1257 )
2022-06-27 16:38:39 +08:00
Gao Sun
c47d8a2888
ci: optimize workflows ( #1205 )
2022-06-22 18:55:58 +08:00
Gao Sun
4df749e142
refactor(ci): add concurrency ( #1123 )
...
* refactor(ci): add concurrency
* fix(ci): concurrency group
2022-06-17 15:58:29 +00:00
Gao Sun
36dda2bdbb
chore(ci): update action org name ( #1091 )
2022-06-09 15:41:06 +00:00
renovate[bot]
e86ce3ce7f
chore(deps): update logto-io/actions-node-pnpm-run-steps action to v1.2.2 ( #908 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-20 02:49:53 +00:00
Gao Sun
3031e3a6f1
test: setup integration test package ( #853 )
2022-05-17 08:59:57 +00:00