-
Notifications
You must be signed in to change notification settings - Fork 411
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(catalog-backend-module-okta): export EntityTransformer types, including example factory usage #1787
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
woops, my bad, staged the file and missed in the actual commit.
|
54242f1
to
b2a69b2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Thank you
Few prettier errors to fix and this can be merged |
b2a69b2
to
02d28c7
Compare
Most of the |
This PR has been automatically marked as stale because it has not had recent activity from the author. It will be closed if no further activity occurs. If the PR was closed and you want it re-opened, let us know and we'll re-open the PR so that you can continue the contribution! |
Signed-off-by: Robin H. Johnson <rjohnson@coreweave.com>
…cluding example factory usage Signed-off-by: Robin H. Johnson <rjohnson@coreweave.com>
02d28c7
to
7d8ea53
Compare
@Xantier prettier should be good now |
Export types for OktaGroupEntityTransformer & OktaUserEntityTransformer, and show how they can be used to stack/modify other transformers.
✔️ Checklist
yarn changeset
in the root)