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

7060 commits

Author SHA1 Message Date
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
Gao Sun
cd57fe8866
feat(core): setup jest 2021-08-20 14:53:23 +08:00
Gao Sun
f1052e8f0f
Merge pull request #83 from logto-io/gao-log-40
refactor: unify timestamp usage
2021-08-18 16:46:05 +08:00
Gao Sun
f48534ed18
refactor: unify timestamp usage 2021-08-18 16:36:52 +08:00
Gao Sun
d861b7a623
Merge pull request #82 from logto-io/gao-log-3
feat: `POST /applicaiton`
2021-08-18 15:42:02 +08:00
Gao Sun
6f604f40c2
refactor: improved error code of buildInsertInto() 2021-08-18 11:54:05 +08:00
Gao Sun
acc2031e82
refactor: update SchemaValuePrimitive and add docs for convertToPrimitive() 2021-08-18 00:45:46 +08:00
Gao Sun
b192b7d17c
feat: POST /applicaiton 2021-08-18 00:24:00 +08:00
Gao Sun
942ccae25b
Merge pull request #81 from logto-io/gao-log-11
feat: validate access token if needed
2021-08-16 23:11:34 +08:00
Gao Sun
acd8157a0d
feat: validate access token if needed 2021-08-15 23:39:03 +08:00
Gao Sun
0704d21601 Merge pull request #80 from logto-io/gao-log-2
feat: init application api
2021-08-14 21:45:35 +08:00
Gao Sun
bb7c8184f7
feat: init application api 2021-08-14 21:39:37 +08:00
Gao Sun
25d4f15b8e Merge pull request #78 from logto-io/gao--reorg-files
refactor(core): re-org files
2021-08-12 19:41:39 +08:00
Gao Sun
b6900a6551
chore: remove concurrency in prepare 2021-08-12 19:39:57 +08:00
Gao Sun
96bf7cee77
refactor(core): re-org files 2021-08-12 19:39:28 +08:00
simeng-li
a3a2624c5b Merge pull request #75 from logto-io/simeng-api-schema
refactor(core): move api errorType to schemas package flow
2021-08-11 23:12:02 +08:00
Simeng Li
f6229641aa refactor: add phrases dependency to schema 2021-08-11 23:07:39 +08:00
Gao Sun
b457d95a9e refactor: conform RESTful convention (#77)
* refactor: conform RESTful convention

* refactor: update tests
2021-08-11 22:13:08 +08:00
Gao Sun
c58194dd6e chore: add MPL-2.0 license (#76) 2021-08-11 22:12:36 +08:00
Simeng Li
754b9ea872 refactor: move error types to schema bundle
move error types to schema bundle
2021-08-11 21:04:12 +08:00
Gao Sun
22ff34086d Merge pull request #74 from logto-io/gao--refine-workflow-trigger 2021-08-11 16:17:18 +08:00
Gao Sun
9b876467a2 Merge pull request #73 from logto-io/gao--adopt-new-schemas 2021-08-11 16:16:06 +08:00
Gao Sun
dbb96a7892
chore: refine workflow trigger 2021-08-10 23:19:34 +08:00