-
Notifications
You must be signed in to change notification settings - Fork 0
Add packaging process for state clients #7
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
Merged
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
165c643
Remove resolved spec.
lkacenja ce3a4e8
Remove resolved directory from VCS.
lkacenja f0a8ac7
Generate Zod models from resolved spec.
lkacenja c0f1f94
Don't add agent files to .gitignore.
lkacenja 7b2dc58
Add packaging script and templates.
lkacenja e938bff
Add first attempt at github action.
lkacenja fec1570
Add swagger commands for ease of use.
lkacenja 907971f
Use npm install for now.
lkacenja 538a728
Generate zod models rather than api clients when building package.
lkacenja 70d14d1
Merge branch 'main' into package-overlays
lkacenja 6e19300
Update the documentation.
lkacenja 2e25036
Return search helper utility.
lkacenja 9955dc5
Merge branch 'main' into package-overlays
lkacenja 7d1536a
Break up spec into domain-based zod models.
lkacenja c718fa0
Fix overlay finding in github action.
lkacenja aaad5b3
Add x-domain property for grouping in client generation.
lkacenja 0f3ab7a
Use x-domain property to reduce size of compiled types and remove old…
lkacenja 186e81f
Revert "Use x-domain property to reduce size of compiled types and re…
lkacenja f933778
Revert "Add x-domain property for grouping in client generation."
lkacenja c4b7d93
Revert "Fix overlay finding in github action."
lkacenja 770f7ff
Revert "Break up spec into domain-based zod models."
lkacenja 69e58dd
Try a single library approach with the openapi-ts library.
lkacenja 6f96c7b
Build all domains, not just person.
lkacenja 8953e29
Make sure all assets are accessible in package.
lkacenja 225b226
Return search helper to package.
lkacenja c0379ef
Update documentation.
lkacenja ed4f9f6
Use token for states in documentation.
lkacenja File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
We can build packages automatically by tagging a commit with a version or state-version. In the latter case the version will only be applied to the specific state. We can also manually trigger a packaging via the UI.