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

Fix case on log messages #280

Merged
merged 1 commit into from
Sep 24, 2024
Merged

Fix case on log messages #280

merged 1 commit into from
Sep 24, 2024

Conversation

Fryguy
Copy link
Member

@Fryguy Fryguy commented Sep 24, 2024

Very minor, but the lack of a leading capital was killing me haha.

@Fryguy Fryguy requested a review from agrare as a code owner September 24, 2024 16:13
@Fryguy Fryguy added the cleanup label Sep 24, 2024
@agrare agrare merged commit 70ab1ad into ManageIQ:master Sep 24, 2024
5 checks passed
@Fryguy Fryguy deleted the fix_case branch September 24, 2024 21:17
agrare added a commit that referenced this pull request Oct 28, 2024
Added
- Add WorkflowBase base class for Workflow (#279)
- Add tool for using the aws stepfunctions simulator (#244)
- Implement Map state (#184)
- Add Map State Tolerated Failure (#282)
- Run Map iterations in parallel up to MaxConcurrency (#283)
- Implement Parallel State (#291)

Changed
- More granular compare_key and determine path at initialization time (#274)
- For Choice validation, use instance variables and not payload (#277)
- Return ExceedToleratedFailureThreshold if ToleratedFailureCount/Percentage is present (#285)

Fixed
- Fix case on log messages (#280)
- Handle either ToleratedFailureCount or ToleratedFailurePercentage (#284)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants