-
Notifications
You must be signed in to change notification settings - Fork 2
feat: Improve strong-typing of Schema types #86
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
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.
Thank you very much!
Looks great, just a few minor details to adjust.
Co-authored-by: Lars Johansson <[email protected]>
Co-authored-by: Lars Johansson <[email protected]>
@gismya thanks a bunch for your feedback! I applied the suggested corrections now. |
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.
Looks good. Great initiative!
@gismya great to hear - what are the next steps? How does your release process work? Is there anything else I need to do to get this out? 😃 |
I'm having a colleague do a second round, and if I didn't miss anything obvious he'll merge it. Then we'll trigger a release, which should all be done before the end of the day. |
The PR check is failing due to forks not having access to environment secrets (which is reasonable), so we can ignore that. |
I think GitHub made it so that if you explicitly retry a build, it will include the secrets (depending on Repo settings though). |
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.
looking good, thanks for your contribution! i'll merge this and make a new release :)
* Update types.ts * Fix for typing of API. * Update source/types.ts Co-authored-by: Lars Johansson <[email protected]> * Update source/types.ts Co-authored-by: Lars Johansson <[email protected]> --------- Co-authored-by: Lars Johansson <[email protected]>
* Update types.ts * Fix for typing of API. * Update source/types.ts Co-authored-by: Lars Johansson <[email protected]> * Update source/types.ts Co-authored-by: Lars Johansson <[email protected]> --------- Co-authored-by: Lars Johansson <[email protected]>
Changes
I am improving the typings of mappings as specified in https://help.ftrack.com/en/articles/1040505-schemas.
Test
Check that code still compiles, and tests run. This has already been done.