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

CI Version Regular Expression Update #115

Closed
wants to merge 24 commits into from
Closed

CI Version Regular Expression Update #115

wants to merge 24 commits into from

Conversation

mfleader
Copy link
Member

@mfleader mfleader commented Oct 25, 2023

Changes introduced with this PR

Update the version format regular expression to include potential pre-release and/or build identifiers as in the semantic versioning 2.0.0 specification.

<valid semver> ::= <version core>
                 | <version core> "-" <pre-release>
                 | <version core> "+" <build>
                 | <version core> "-" <pre-release> "+" <build>

<version core> ::= <major> "." <minor> "." <patch>

By contributing to this repository, I agree to the contribution guidelines.

jaredoconnell and others added 24 commits August 4, 2023 10:16
Also improved debug messages
Mostly this is test cases, and some mild refactoring that should have a similar result
This ensures that the goroutines are done when the engine exits. This fixes a test case, and will be important when retrying is added to the deadlock check
This is a workaround for the situation where all of the steps are processing at the same time, all waiting for input
Also improved error logic
Required for prior commits to work
This adds the done message to the SDK
This means new error handling, so multiple errors can be reported
Force stop is good for when you do not need to wait for the ATP client, or something equivalant, to finish. Waiting for the ATP to finish means waiting for the steps to finish entirely.
I reduced the amount of code in one function, and reduced redundancy of unlocking
These ones were only shown on CI, not locally
@mfleader mfleader added the bug Something isn't working label Oct 25, 2023
@mfleader mfleader self-assigned this Oct 25, 2023
@mfleader mfleader closed this Oct 25, 2023
@mfleader mfleader deleted the ci-version-regex branch January 10, 2024 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants