* feat: init management api hook middleware function
* refactor: fix type issues
* feat(core): implement auto triggered management api hooks
implement auto triggered managment api hooks
* refactor(console,core,schemas): rename the managementHook to dataHook
rename the managementHooke to dataHook and redefine the types
* feat(core): add dev feature guard
add dev feature guard
* chore: update changeset
update changeset
* refactor(core,console,schemas,shared): update the webhook logics
update the webhook logics. Address some PR review comments
* fix(test): fix integration tests
fix integration tests
* fix(test): remove legacy code
remove legacy code
* refactor(core,schemas): refactor the hook library code
refactor the webhooks library code. address some comments
* fix(core): address rebase issue
update console log using getConsoleLogFromContext
* fix(core): fix ut
fix ut
* fix(core): refactor data webhook code
refactor data webhook codes
* refactor(core): clean up some management api webhook code
clean up some management api webhook code
---------
Co-authored-by: simeng-li <simeng@silverhand.io>
* feat(console): add spring boot integration guide
add spring boot integration guide
* chore: add changeset
add changeset
* chore: fix changeset typo
* fix(console): update the spring boot guide description
update the spring boot guide description
* chore(console): remove extra empty space
remove extra empty space
* refactor(console): clean up the global useConfirmModal provider
clean up the global useConfirmModal provider
* refactor(console): implement new jwt customizer delete modal
implement new jwt customizer delete modal
* fix(console): fix the jwt creation page idle bug after submit form
fix the jwt creation page idle bug after submit the form
* chore(console): add some comments
add some comments
* fix(console): force dev feature enabled false
force dev feature enabled false
* fix(console): avoid lint error
avoid lint error
* fix(console): enable dev feature for integration tests
enable dev feature for integration tests
* feat(console): update user access immediately on tenant role updates
* chore: improve comments
Co-authored-by: Gao Sun <gao@silverhand.io>
---------
Co-authored-by: Gao Sun <gao@silverhand.io>