Closed
Conversation
* [XAPI-1200] Handle output folder deletion in main script * [XAPI-1200] Use locally built docker image * [XAPI-1200] Check java installed and using correct version * [XAPI-1200] Rename docker file no longer just used for docs * [XAPI-1200] Added docker to run post generation checks in code-gen repo * [XAPI-1200] Update repository Now matches what is in upstream after manual change previously * [XAPI-1200] Do python processing with uv with pinned package versions * [XAPI-1200] Remove flake8 It's not doing anything right now, and we should move to ruff in the future anyway * [XAPI-1200] Newline fix * [XAPI-1200] Check java versions 11-21 * [XAPI-1200] Remove flake8 and other pip/python installing This is handled with uv now * [XAPI-1200] Run tests in uv * [XAPI-1200] Access host from inside container * [XAPI-1200] Use uv directly instead of docker --------- Co-authored-by: Ryan McCarthy <ryan.mccarthy+xero@xero.com>
|
Closing as was a test |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
[XAPI-1200] Handle output folder deletion in main script
[XAPI-1200] Use locally built docker image
[XAPI-1200] Check java installed and using correct version
[XAPI-1200] Rename docker file
no longer just used for docs
[XAPI-1200] Added docker to run post generation checks in code-gen repo
[XAPI-1200] Update repository
Now matches what is in upstream after manual change previously
[XAPI-1200] Do python processing with uv with pinned package versions
[XAPI-1200] Remove flake8
It's not doing anything right now, and we should move to ruff in the future anyway
[XAPI-1200] Newline fix
[XAPI-1200] Check java versions 11-21
[XAPI-1200] Remove flake8 and other pip/python installing
This is handled with uv now
[XAPI-1200] Run tests in uv
[XAPI-1200] Access host from inside container
[XAPI-1200] Use uv directly instead of docker
Co-authored-by: Ryan McCarthy ryan.mccarthy+xero@xero.com