Gao Sun
1c3338f657
fix(core): load dist files when needed ( #123 )
2021-09-28 12:45:04 +08:00
Gao Sun
61ac65aeb5
fix: format PR template ( #122 )
...
* fix: format PR template
* fix: PR template typo
2021-09-28 12:27:53 +08:00
simeng-li
34e979d7d9
fix(schema): update db-entries generation job ( #120 )
...
On Node 16.x.x fs.rmdir throw err if dir does not exist
Also from Node 16.x.x fs.rmdir will be deprecated, use fs.rm instead
2021-09-28 10:02:30 +08:00
simeng-li
8de4fdf5a4
docs: add pull_request template ( #121 )
...
Implement pull_request template
@gao-sun @wangsijie
2021-09-27 07:48:42 +00:00
simeng-li
4ea5f65982
fix(core): add redirectURI to the response body of register endpoint /user ( #119 )
...
* fix(ui): hide loading status
should hide loading status while a http error is thrown
* fix(ui): use api-hooks for consent request
integrate api-hooks for the consent page request
* fix(ui): add redirectURI to the response body of register endpoint
Fix the use registration flow, should redirect after a success registration callback
2021-09-24 17:00:26 +08:00
Gao Sun
7c69896126
refactor: @logto/essentials
-> @silverhand/essentials
( #118 )
...
* refactor: `@logto/essentials` -> `@silverhand/essentials`
* chore: remove useless comment
2021-09-16 23:48:06 +08:00
Gao Sun
5ccf903b4a
chore: upgrade configs ( #117 )
2021-09-16 16:54:32 +08:00
Gao Sun
7dfa31d86c
chore(core): upgrade oidc-provider
( #116 )
2021-09-15 15:57:32 +08:00
Gao Sun
8295d79974
ci: use concurrency for deploy ( #115 )
2021-09-08 16:04:46 +08:00
Gao Sun
2c93ef9237
chore: upgrade configs ( #114 )
2021-09-08 14:13:42 +08:00
Gao Sun
ec020e6bea
chore: improved lifecycle scripts and workflow ( #112 )
...
* chore: improved lifecycle scripts and workflow
* chore: run main flow regardless of path
* chore: fix workflow
2021-09-08 10:29:37 +08:00
Gao Sun
8e291b51bf
test(core): add unit tests for generateUserId()
( #113 )
2021-09-08 10:29:14 +08:00
Gao Sun
7ae7912642
refactor: adopt new ESLint rule set for FP ( #111 )
2021-09-07 20:24:27 +08:00
Gao Sun
af942d2027
feat(core): add status api and health check after deployment ( #110 )
2021-09-06 10:40:06 +08:00
Gao Sun
5b36355537
test(core): add unit tests for database insert into factory ( #109 )
2021-09-06 10:39:39 +08:00
Gao Sun
54105fc614
fix(schemas): move zod
into dependencies ( #108 )
2021-09-03 16:54:10 +08:00
Gao Sun
ed204f91c5
feat(core): GET /applications
( #107 )
2021-09-01 20:51:34 +08:00
Gao Sun
5d5d43deee
feat(core): GET /application/:id
( #106 )
2021-09-01 18:23:53 +08:00
Gao Sun
211a5a1760
Merge pull request #104 from logto-io/gao-log-45
...
feat(core): detect language from querystring and header
2021-09-01 17:58:32 +08:00
Gao Sun
67cef28f27
test(ui): fix react-i18next warning in jest ( #105 )
2021-09-01 17:53:12 +08:00
Gao Sun
9ccb66ddfd
refactor(core): update per comments
2021-09-01 17:52:55 +08:00
Gao Sun
7c6602a1ac
refactor(core): fixing router types
2021-09-01 17:35:23 +08:00
Gao Sun
43456aae9b
feat(core): detect language from querystring and header
2021-09-01 17:08:28 +08:00
Gao Sun
806e99de61
refactor: replace plain assert
with a more strict version ( #103 )
2021-08-31 22:45:28 +08:00
Gao Sun
00c8211160
chore: upgrade configs ( #102 )
2021-08-31 21:03:13 +08:00
Gao Sun
635fa92853
test(core): add tests for database insert-into.ts
( #99 )
2021-08-31 00:48:33 +08:00
Gao Sun
bb040cbeee
chore: enforce default export name on React files ( #101 )
2021-08-30 22:28:08 +08:00
Gao Sun
4be1bd3cad
chore: lint-staged
for all packages ( #100 )
2021-08-30 22:26:58 +08:00
Gao Sun
ea4cfd0e59
chore: update eslint config ( #98 )
2021-08-30 11:30:54 +08:00
Gao Sun
d9cbab0355
ci: fixing conflict ( #97 )
2021-08-28 22:24:15 +08:00
Gao Sun
1352cce911
test(core): add unit tests for database utils ( #95 )
...
* test(core): add unit tests for database utils
* test(core): add tests for `conditionalSql()`
2021-08-28 21:48:06 +08:00
Gao Sun
9546aee496
ci: use add labels run steps ( #96 )
2021-08-28 17:50:26 +08:00
Gao Sun
625520d75a
refactor: throw an error when requesting invalid scope ( #94 )
2021-08-28 10:50:38 +08:00
Gao Sun
4ac3f7b39b
Merge pull request #91 from logto-io/gao-log-21
...
feat: `PATCH /application/:id`
2021-08-27 17:20:20 +08:00
Gao Sun
4694c0d5ce
refactor: use 404 when not found
2021-08-27 17:13:49 +08:00
Gao Sun
6b6210feee
feat: PATCH /application/:id
2021-08-27 17:07:15 +08:00
Gao Sun
334cc5903a
refactor: accept rest data while creating application
2021-08-27 17:07:11 +08:00
Gao Sun
8902d66bde
refactor(core): database insert.ts
-> insert-into.ts
( #92 )
2021-08-27 12:47:55 +08:00
Gao Sun
154ddfac2b
fix: use lerna exec
and FORCE_COLOR=1
for colorful outputs ( #93 )
2021-08-27 12:47:34 +08:00
Gao Sun
ee1133cf49
Merge pull request #87 from logto-io/gao-log-22
2021-08-26 13:39:55 +08:00
Gao Sun
4973053fda
refactor: integrate zod in schemas ( #90 )
2021-08-26 13:05:23 +08:00
Gao Sun
04fea24e5b
fix(ci): quote PR title for commitlint
2021-08-25 23:44:35 +08:00
Gao Sun
a918a0ce8d
fix(core): bearerToken
-> bearerTokenIdentifier
2021-08-25 23:42:03 +08:00
Gao Sun
af11f18e40
feat: DELETE /application/:id
2021-08-25 23:42:03 +08:00
Gao Sun
27ec6fcb00
ci: run commitlint on PR title ( #88 )
2021-08-25 23:36:11 +08:00
Gao Sun
6280ca282d
fix: add labels workflow trigger ( #89 )
2021-08-25 23:35:35 +08:00
simeng-li
b1bf5eccf0
feat: (ui) Read and show error from API response ( #84 )
...
Implemet useApi hooks to handle client side request
read loading & error status from the useApi hook
2021-08-23 21:29:58 +08:00
Gao Sun
f3bb467918
Merge pull request #86 from logto-io/gao--add-annotation-in-actions
...
refactor: use composite run steps and remove eslint formatter
2021-08-20 22:22:19 +08:00
Gao Sun
58b8ac3957
refactor: use composite run steps and remove eslint formatter
2021-08-20 18:16:00 +08:00
Gao Sun
e831f3c010
Merge pull request #85 from logto-io/gao-log-41
...
feat(core): setup jest
2021-08-20 15:43:39 +08:00