-
Notifications
You must be signed in to change notification settings - Fork 33
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-cli
: Allow customizing the cFS application template
#157
Labels
CR:Status:Closed
Admin only: Change request that has been completed
CR:Type:Feature
Admin only: Change request pertaining to new features requested
Milestone
Comments
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.5. Fix assigned to: @ivanperez-keera . |
ivanperez-keera
added a commit
to ivanperez-keera/ogma
that referenced
this issue
Nov 12, 2024
…ion. Refs nasa#157. The cFS application generation backend has a fixed template that it uses to generate the cFS application. That template does not fit all use cases, so we are finding users heavily modifying the output (which is hard to keep up with when there are changes), and or not using ogma altogether for that reason. This commit modifies the ogma-core cfs command to use mustache to generate the cFS monitoring application template using variable expansion.
ivanperez-keera
added a commit
to ivanperez-keera/ogma
that referenced
this issue
Nov 12, 2024
…n. Refs nasa#157. The cFS application generation backend has a fixed template that it uses to generate the cFS application. That template does not fit all use cases, so we are finding users heavily modifying the output (which is hard to keep up with when there are changes), and or not using ogma altogether for that reason. A recent commit introduced the ability to use mustache to expand variables in a template. This commit modifies the cfs command to accept an additional argument that points to a user-provided directory with a custom template.
ivanperez-keera
added a commit
to ivanperez-keera/ogma
that referenced
this issue
Nov 12, 2024
…irectory to cFS app command. Refs nasa#157. The cFS application generation backend has a fixed template that it uses to generate the cFS application. That template does not fit all use cases, so we are finding users heavily modifying the output (which is hard to keep up with when there are changes), and or not using ogma altogether for that reason. A recent commit introduced into ogma-core the ability to use a custom provided template and expand variables using mustache. This commit exposes that new parameter to the user in the CLI. [ci skip]
ivanperez-keera
added a commit
to ivanperez-keera/ogma
that referenced
this issue
Nov 12, 2024
…ation. Refs nasa#157. The cFS application generation backend has a fixed template that it uses to generate the cFS application. That template does not fit all use cases, so we are finding users heavily modifying the output (which is hard to keep up with when there are changes), and or not using ogma altogether for that reason. Prior commits have expanded the command to allow for customization of the template using a user-provided directory and expanding variables in the template using mustache. This commit documents the new feature in the README. [ci skip]
ivanperez-keera
added a commit
to ivanperez-keera/ogma
that referenced
this issue
Nov 12, 2024
ivanperez-keera
added a commit
to ivanperez-keera/ogma
that referenced
this issue
Nov 12, 2024
ivanperez-keera
added a commit
to ivanperez-keera/ogma
that referenced
this issue
Nov 12, 2024
ivanperez-keera
added a commit
to ivanperez-keera/ogma
that referenced
this issue
Nov 12, 2024
ivanperez-keera
added a commit
to ivanperez-keera/ogma
that referenced
this issue
Nov 12, 2024
…ion. Refs nasa#157. The cFS application generation backend has a fixed template that it uses to generate the cFS application. That template does not fit all use cases, so we are finding users heavily modifying the output (which is hard to keep up with when there are changes), and or not using ogma altogether for that reason. This commit modifies the ogma-core cfs command to use mustache to generate the cFS monitoring application template using variable expansion.
ivanperez-keera
added a commit
to ivanperez-keera/ogma
that referenced
this issue
Nov 12, 2024
…n. Refs nasa#157. The cFS application generation backend has a fixed template that it uses to generate the cFS application. That template does not fit all use cases, so we are finding users heavily modifying the output (which is hard to keep up with when there are changes), and or not using ogma altogether for that reason. A recent commit introduced the ability to use mustache to expand variables in a template. This commit modifies the cfs command to accept an additional argument that points to a user-provided directory with a custom template.
ivanperez-keera
added a commit
to ivanperez-keera/ogma
that referenced
this issue
Nov 12, 2024
…irectory to cFS app command. Refs nasa#157. The cFS application generation backend has a fixed template that it uses to generate the cFS application. That template does not fit all use cases, so we are finding users heavily modifying the output (which is hard to keep up with when there are changes), and or not using ogma altogether for that reason. A recent commit introduced into ogma-core the ability to use a custom provided template and expand variables using mustache. This commit exposes that new parameter to the user in the CLI. [ci skip]
ivanperez-keera
added a commit
to ivanperez-keera/ogma
that referenced
this issue
Nov 12, 2024
…ation. Refs nasa#157. The cFS application generation backend has a fixed template that it uses to generate the cFS application. That template does not fit all use cases, so we are finding users heavily modifying the output (which is hard to keep up with when there are changes), and or not using ogma altogether for that reason. Prior commits have expanded the command to allow for customization of the template using a user-provided directory and expanding variables in the template using mustache. This commit documents the new feature in the README. [ci skip]
ivanperez-keera
added a commit
to ivanperez-keera/ogma
that referenced
this issue
Nov 12, 2024
ivanperez-keera
added a commit
to ivanperez-keera/ogma
that referenced
this issue
Nov 12, 2024
ivanperez-keera
added a commit
to ivanperez-keera/ogma
that referenced
this issue
Nov 12, 2024
…ion. Refs nasa#157. The cFS application generation backend has a fixed template that it uses to generate the cFS application. That template does not fit all use cases, so we are finding users heavily modifying the output (which is hard to keep up with when there are changes), and or not using ogma altogether for that reason. This commit modifies the ogma-core cfs command to use mustache to generate the cFS monitoring application template using variable expansion.
ivanperez-keera
added a commit
to ivanperez-keera/ogma
that referenced
this issue
Nov 12, 2024
…n. Refs nasa#157. The cFS application generation backend has a fixed template that it uses to generate the cFS application. That template does not fit all use cases, so we are finding users heavily modifying the output (which is hard to keep up with when there are changes), and or not using ogma altogether for that reason. A recent commit introduced the ability to use mustache to expand variables in a template. This commit modifies the cfs command to accept an additional argument that points to a user-provided directory with a custom template.
ivanperez-keera
added a commit
to ivanperez-keera/ogma
that referenced
this issue
Nov 12, 2024
…irectory to cFS app command. Refs nasa#157. The cFS application generation backend has a fixed template that it uses to generate the cFS application. That template does not fit all use cases, so we are finding users heavily modifying the output (which is hard to keep up with when there are changes), and or not using ogma altogether for that reason. A recent commit introduced into ogma-core the ability to use a custom provided template and expand variables using mustache. This commit exposes that new parameter to the user in the CLI.
ivanperez-keera
added a commit
to ivanperez-keera/ogma
that referenced
this issue
Nov 12, 2024
…ation. Refs nasa#157. The cFS application generation backend has a fixed template that it uses to generate the cFS application. That template does not fit all use cases, so we are finding users heavily modifying the output (which is hard to keep up with when there are changes), and or not using ogma altogether for that reason. Prior commits have expanded the command to allow for customization of the template using a user-provided directory and expanding variables in the template using mustache. This commit documents the new feature in the README.
ivanperez-keera
added a commit
to ivanperez-keera/ogma
that referenced
this issue
Nov 12, 2024
ivanperez-keera
added a commit
to ivanperez-keera/ogma
that referenced
this issue
Nov 12, 2024
ivanperez-keera
added a commit
to ivanperez-keera/ogma
that referenced
this issue
Nov 13, 2024
…ion. Refs nasa#157. The cFS application generation backend has a fixed template that it uses to generate the cFS application. That template does not fit all use cases, so we are finding users heavily modifying the output (which is hard to keep up with when there are changes), and or not using ogma altogether for that reason. This commit modifies the ogma-core cfs command to use mustache to generate the cFS monitoring application template using variable expansion.
ivanperez-keera
added a commit
to ivanperez-keera/ogma
that referenced
this issue
Nov 13, 2024
…n. Refs nasa#157. The cFS application generation backend has a fixed template that it uses to generate the cFS application. That template does not fit all use cases, so we are finding users heavily modifying the output (which is hard to keep up with when there are changes), and or not using ogma altogether for that reason. A recent commit introduced the ability to use mustache to expand variables in a template. This commit modifies the cfs command to accept an additional argument that points to a user-provided directory with a custom template.
ivanperez-keera
added a commit
to ivanperez-keera/ogma
that referenced
this issue
Nov 13, 2024
…irectory to cFS app command. Refs nasa#157. The cFS application generation backend has a fixed template that it uses to generate the cFS application. That template does not fit all use cases, so we are finding users heavily modifying the output (which is hard to keep up with when there are changes), and or not using ogma altogether for that reason. A recent commit introduced into ogma-core the ability to use a custom provided template and expand variables using mustache. This commit exposes that new parameter to the user in the CLI.
ivanperez-keera
added a commit
to ivanperez-keera/ogma
that referenced
this issue
Nov 13, 2024
…ation. Refs nasa#157. The cFS application generation backend has a fixed template that it uses to generate the cFS application. That template does not fit all use cases, so we are finding users heavily modifying the output (which is hard to keep up with when there are changes), and or not using ogma altogether for that reason. Prior commits have expanded the command to allow for customization of the template using a user-provided directory and expanding variables in the template using mustache. This commit documents the new feature in the README.
ivanperez-keera
added a commit
to ivanperez-keera/ogma
that referenced
this issue
Nov 13, 2024
ivanperez-keera
added a commit
to ivanperez-keera/ogma
that referenced
this issue
Nov 13, 2024
Implementor: Solution implemented, review requested. |
ivanperez-keera
added a commit
to ivanperez-keera/ogma
that referenced
this issue
Nov 14, 2024
…ion. Refs nasa#157. The cFS application generation backend has a fixed template that it uses to generate the cFS application. That template does not fit all use cases, so we are finding users heavily modifying the output (which is hard to keep up with when there are changes), and or not using ogma altogether for that reason. This commit modifies the ogma-core cfs command to use mustache to generate the cFS monitoring application template using variable expansion.
ivanperez-keera
added a commit
to ivanperez-keera/ogma
that referenced
this issue
Nov 14, 2024
…n. Refs nasa#157. The cFS application generation backend has a fixed template that it uses to generate the cFS application. That template does not fit all use cases, so we are finding users heavily modifying the output (which is hard to keep up with when there are changes), and or not using ogma altogether for that reason. A recent commit introduced the ability to use mustache to expand variables in a template. This commit modifies the cfs command to accept an additional argument that points to a user-provided directory with a custom template.
ivanperez-keera
added a commit
to ivanperez-keera/ogma
that referenced
this issue
Nov 14, 2024
…irectory to cFS app command. Refs nasa#157. The cFS application generation backend has a fixed template that it uses to generate the cFS application. That template does not fit all use cases, so we are finding users heavily modifying the output (which is hard to keep up with when there are changes), and or not using ogma altogether for that reason. A recent commit introduced into ogma-core the ability to use a custom provided template and expand variables using mustache. This commit exposes that new parameter to the user in the CLI.
ivanperez-keera
added a commit
to ivanperez-keera/ogma
that referenced
this issue
Nov 14, 2024
…ation. Refs nasa#157. The cFS application generation backend has a fixed template that it uses to generate the cFS application. That template does not fit all use cases, so we are finding users heavily modifying the output (which is hard to keep up with when there are changes), and or not using ogma altogether for that reason. Prior commits have expanded the command to allow for customization of the template using a user-provided directory and expanding variables in the template using mustache. This commit documents the new feature in the README.
ivanperez-keera
added a commit
to ivanperez-keera/ogma
that referenced
this issue
Nov 14, 2024
ivanperez-keera
added a commit
to ivanperez-keera/ogma
that referenced
this issue
Nov 14, 2024
Change Manager: Verified that:
|
Change Manager: Implementation ready to be merged. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
CR:Status:Closed
Admin only: Change request that has been completed
CR:Type:Feature
Admin only: Change request pertaining to new features requested
Description
The cFS application generation backend has a fixed template that it uses to generate the cFS application. That template does not fit all use cases, so we are finding users heavily modifying the output (which is hard to keep up with when there are changes), and or not using ogma altogether for that reason.
Allowing users to pick their own cFS template would make Ogma more versatile.
Type
Additional context
None.
Requester
Method to check presence of bug
Not applicable (not a bug).
Expected result
Ogma allows users to pick the custom cFS application template they want to use instead of relying on the one provided by default.
Desired result
Ogma allows users to pick the custom cFS application template they want to use instead of relying on the one provided by default.
Proposed solution
Modify
ogma-core
to use variable expansion based on mustache to create the output files.Modify
ogma-core
's template to use the variables used by the cFS application generation module.Modify
ogma-core
to give users the ability to pick a template directory via an optional input argument.Modify
ogma-cli
to give users the ability to pick a template directory via an optional input argument (exposing the corresponding argument fromogma-core
).Modify
README
to demonstrate new capability.Further notes
None.
The text was updated successfully, but these errors were encountered: