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 #422, implement dispatcher pattern for CF #426

Merged
merged 1 commit into from
Jan 11, 2024

Conversation

jphickey
Copy link
Contributor

Checklist (Please check before submitting)

Describe the contribution
Move message identification, validation, and routing to a separate source file per the recommended CFS app patterns.

Fixes #422

Testing performed
Build and run all tests

Expected behavior changes
Nothing external

System(s) tested on
Debian

Contributor Info - All information REQUIRED for consideration of pull request
Joseph Hickey, Vantage Systems, Inc.

Copy link

@github-advanced-security github-advanced-security bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CodeQL-coding-standard found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.

Move message identification, validation, and routing to a separate
source file per the recommended CFS app patterns.
@jphickey jphickey added the CCB:Ready Ready for discussion at the Configuration Control Board (CCB) label Jan 10, 2024
@jphickey
Copy link
Contributor Author

Re-reviewed, this should be good to merge

@dzbaker dzbaker added CCB:Approved and removed CCB:Ready Ready for discussion at the Configuration Control Board (CCB) labels Jan 11, 2024
@jphickey jphickey merged commit ab17422 into nasa:main Jan 11, 2024
17 checks passed
@jphickey jphickey deleted the fix-422-dispatcher branch January 16, 2024 20:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement dispatch pattern for CF
2 participants