-
Notifications
You must be signed in to change notification settings - Fork 28
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
ogma-core
: Generated cFS application mentions the sample app
#105
Comments
ogma-cli
: Generated cFS application mentions the sample appogma-core
: Generated cFS application mentions the sample app
Change Manager: Confirmed that the issue exists. |
Technical Lead: Confirmed that the issue should be addressed. |
Technical Lead: Issue scheduled for fixing in Ogma 1.0.12. Fix assigned to: @ivanperez-keera. |
The cFS application produced by Ogma includes multiple mentions of the Sample App. This is because template used is based on cFS' Sample Application. Keeping those references there is misleading, since this is not the sample app, but a monitoring app. This commit replaces all mentions of the sample app to the Copilot app.
Implementor: Solution implemented, review requested. |
Change Manager: Verified that:
|
Change Manager: Implementation ready to be merged. |
Description
Ogma's cFS template is based on cFS' Sample Application, and the generated code includes multiple references to the sample app.
Keeping those references there is misleading, since this is not the sample app, but a monitoring app.
Type
Additional context
None.
Requester
Method to check presence of bug
Searching for mentions of the sample app in the ogma directory brings up multiple results. It should not bring any.
Expected result
The result of the
grep
command above should be empty, indicating that there are no mentions of the sample app.Desired result
The result of the
grep
command above should be empty, indicating that there are no mentions of the sample app.Proposed solution
Replace all mentions of the sample app in the cFS template.
Further notes
None.
The text was updated successfully, but these errors were encountered: