-
Notifications
You must be signed in to change notification settings - Fork 26
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
: Provide ability to pass format definition specification using local file
#200
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
ivanperez-keera
added
CR:Status:Initiated
Admin only: Change request that has been initiated
CR:Type:Feature
Admin only: Change request pertaining to new features requested
labels
Jan 19, 2025
Change Manager: Confirmed that the issue exists. |
ivanperez-keera
added
CR:Status:Confirmed
Admin only: Change request that has been acknowledged by the change manager
and removed
CR:Status:Initiated
Admin only: Change request that has been initiated
labels
Jan 19, 2025
Technical Lead: Confirmed that the issue should be addressed. |
ivanperez-keera
added
CR:Status:Accepted
Admin only: Change request accepted by technical lead
and removed
CR:Status:Confirmed
Admin only: Change request that has been acknowledged by the change manager
labels
Jan 19, 2025
Technical Lead: Issue scheduled for fixing in Ogma 1.6.0. Fix assigned to: @ivanperez-keera . |
ivanperez-keera
added
CR:Status:Scheduled
Admin only: Change requested scheduled
and removed
CR:Status:Accepted
Admin only: Change request accepted by technical lead
labels
Jan 19, 2025
ivanperez-keera
added
CR:Status:Implementation
Admin only: Change request that is currently being implemented
and removed
CR:Status:Scheduled
Admin only: Change requested scheduled
labels
Jan 19, 2025
ivanperez-keera
added a commit
to ivanperez-keera/ogma
that referenced
this issue
Jan 19, 2025
…efs nasa#200. Ogma allows users to select the format used for the JSON file, but only known formats can be selected. Users should be able to pass a local file containing a JSON format specification as an argument. This commit modifies the standalone backend so that, if a file exists with the name of the format selected, or if the format name contains a path separator, then it is treated as a local file. Otherwise, Ogma finds the file in the package's data directory.
ivanperez-keera
added a commit
to ivanperez-keera/ogma
that referenced
this issue
Jan 19, 2025
ivanperez-keera
added a commit
to ivanperez-keera/ogma
that referenced
this issue
Jan 19, 2025
… Refs nasa#200. Ogma allows users to select the format used for the JSON file, but only known formats can be selected. Users should be able to pass a local file containing a JSON format specification as an argument. This commit modifies the standalone backend so that, if a file exists with the name of the format selected, or if the format name contains a path separator, then it is treated as a local file. Otherwise, Ogma finds the file in the package's data directory.
ivanperez-keera
added a commit
to ivanperez-keera/ogma
that referenced
this issue
Jan 19, 2025
Implementor: Solution implemented, review requested. |
ivanperez-keera
added
CR:Status:Verification
Admin only: Change request that is currently being verified
and removed
CR:Status:Implementation
Admin only: Change request that is currently being implemented
labels
Jan 19, 2025
Change Manager: Verified that:
|
Change Manager: Implementation ready to be merged. |
ivanperez-keera
added
CR:Status:Closed
Admin only: Change request that has been completed
and removed
CR:Status:Verification
Admin only: Change request that is currently being verified
labels
Jan 22, 2025
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
Ogma allows users to select the format used for the JSON file, but only known formats can be selected. Users should be able to pass a local file containing a JSON format specification as an argument.
Type
Additional context
None.
Requester
Method to check presence of bug
Not applicable (not a bug).
Expected result
Users can provide a file as JSON format specification as argument.
Desired result
Users can provide a file as JSON format specification as argument.
Proposed solution
Modify treatment of format name in
ogma-core
so that, if a file exists with that name, it is used instead.Further notes
None.
The text was updated successfully, but these errors were encountered: