Skip to content
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

Open Sourcing V1 Types #499

Merged
merged 3 commits into from
Dec 19, 2024

Conversation

andream16
Copy link
Contributor

@andream16 andream16 commented Dec 17, 2024

Moving useful V1 types from SAAS to OSS so we can start working on smithyctl.

All types have been moved except Instances, which are a SAAS only concern.

GORM and Kubernetes specific fields or helpers have been removed. These will be mapped in SAAS with an adapter layer.

In general, avoiding using pointers to make types and fields safer to use.


Next steps:

  • Work on Smithyctl to create local workflows + packaging
  • Make SAAS understand new OSS V1 types

@andream16 andream16 force-pushed the feature/saas-604-switch-saas-to-use-oss-v1-data-types branch 3 times, most recently from afe7b8f to eb4dd9d Compare December 17, 2024 15:58
@andream16 andream16 self-assigned this Dec 17, 2024
@andream16 andream16 marked this pull request as ready for review December 17, 2024 16:00
smithyctl/types/v1/component.go Outdated Show resolved Hide resolved
smithyctl/types/v1/workflow.go Outdated Show resolved Hide resolved
@andream16 andream16 force-pushed the feature/saas-604-switch-saas-to-use-oss-v1-data-types branch from eb4dd9d to 711550f Compare December 19, 2024 10:28
@andream16 andream16 merged commit 6b00099 into main Dec 19, 2024
3 checks passed
@andream16 andream16 deleted the feature/saas-604-switch-saas-to-use-oss-v1-data-types branch December 19, 2024 10:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants