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

Release v0.5.0 #175

Merged
merged 33 commits into from
Dec 24, 2024
Merged

Release v0.5.0 #175

merged 33 commits into from
Dec 24, 2024

Conversation

ejseqera
Copy link
Member

No description provided.

adamrtalbot and others added 30 commits May 1, 2024 18:11
… logs

We needed a method of storing run info from the seqerakit CLI. After this change, you can use the '--json' flag to write the JSON return from the CLI to STDOUT. This can be captured and used in a different process or piped. This is enabled by a new command line flag, --json but should be possible when instantiating the SeqeraPlatform class in Python. The to_json kwarg is removed and replaced with this method so this might break some uses. The JSON is an attribute of the class and can be referenced whenever you use the SeqeraPlatform class.

BREAKING CHANGE:
feat(SeqeraPlatform): seqerakit can write JSON to stdout for detailed records
fix: handling for API vars and escaped vars
Co-authored-by: Adam Talbot <[email protected]>
fix: handling for overwrite class without json output
…andling

FIx handling of resource creation error when emitting JSON output
fix: add correct handling for windows env vars
Fix support for user/personal workspaces
@ejseqera
Copy link
Member Author

Force merging with the successful e2e test after fixing merge conflicts. Seems to be some odd bug with organization deletion.

@ejseqera ejseqera merged commit f0ec878 into main Dec 24, 2024
2 of 3 checks passed
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.

2 participants