Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / nasa/FM issues and pull requests

#115 - Fix #114, Convert command success events to `INFORMATION` type

Pull Request - State: closed - Opened by thnkslprpt 9 months ago
Labels: CCB:Approved

#115 - Fix #114, Convert command success events to `INFORMATION` type

Pull Request - State: open - Opened by thnkslprpt 9 months ago
Labels: CCB:Ready

#114 - Convert command success events to `INFORMATION` type

Issue - State: closed - Opened by thnkslprpt 9 months ago

#113 - Remove Deprecated Requirements in Equuleus-rc2

Issue - State: open - Opened by ArielSAdamsNASA 12 months ago
Labels: docs, requirements, Equuleus-rc2

#112 - Open files command can result in exceedingly large packet

Issue - State: open - Opened by dmknutsen about 1 year ago
Labels: enhancement, Equuleus-rc2

#111 - Implement FM4002

Issue - State: closed - Opened by ArielSAdamsNASA about 1 year ago - 1 comment
Labels: docs, requirements, Equuleus-rc2

#110 - Fix #109, Uninitialized FileStats in FM_GetVolumeFreeSpace

Pull Request - State: closed - Opened by skliper about 1 year ago
Labels: enhancement, CCB:Approved, Equuleus-rc2

#109 - Uninitialized FileStats in FM_GetVolumeFreeSpace

Issue - State: closed - Opened by skliper about 1 year ago
Labels: enhancement, Equuleus-rc1

#108 - Fix #86, Removes extraneous boolean logic in concat command

Pull Request - State: closed - Opened by chillfig over 1 year ago
Labels: enhancement, CCB:Approved, Equuleus-rc1

#107 - Fix #106, Consolidate HK variables that are duplicated in the global struct

Pull Request - State: open - Opened by thnkslprpt over 1 year ago - 1 comment

#106 - HK struct members that are duplicated in the Global struct could be consolidated

Issue - State: open - Opened by thnkslprpt over 1 year ago
Labels: enhancement

#105 - Fix #104, Make padding explicit in `FM_MonitorReportEntry_t` & `FM_ChildQueueEntry_t`

Pull Request - State: closed - Opened by thnkslprpt over 1 year ago
Labels: enhancement, CCB:Approved, Equuleus-rc1

#104 - Compiler-added implicit padding in `FM_MonitorReportEntry_t` & `FM_ChildQueueEntry_t`

Issue - State: closed - Opened by thnkslprpt over 1 year ago
Labels: enhancement, Equuleus-rc1

#103 - Fix #102, Move variables declared mid-function to the top

Pull Request - State: closed - Opened by thnkslprpt over 1 year ago - 2 comments
Labels: enhancement, CCB:Approved, Equuleus-rc1

#102 - Variables declared mid-function in test code

Issue - State: closed - Opened by thnkslprpt over 1 year ago
Labels: enhancement, Equuleus-rc1

#101 - Split header files into external and internal components

Issue - State: open - Opened by jphickey over 1 year ago
Labels: enhancement

#100 - Fix #99, Convert `int32` return codes and variables to `CFE_Status_t`

Pull Request - State: closed - Opened by thnkslprpt over 1 year ago
Labels: enhancement, CCB:Approved, Equuleus-rc1

#99 - FM `int32` return codes and variables should be converted to `CFE_Status_t`

Issue - State: closed - Opened by thnkslprpt over 1 year ago
Labels: enhancement, Equuleus-rc1

#98 - Fix #97, Remove redundant use of "dummy" in test code

Pull Request - State: closed - Opened by thnkslprpt over 1 year ago
Labels: enhancement, CCB:Approved, Equuleus-rc1

#97 - Remove redundant use of "dummy" in test code

Issue - State: closed - Opened by thnkslprpt over 1 year ago
Labels: enhancement, Equuleus-rc1

#95 - Use CFE pattern for command handler functions

Issue - State: open - Opened by jphickey over 1 year ago
Labels: enhancement

#94 - Fix #89, separate msg size verify

Pull Request - State: closed - Opened by jphickey over 1 year ago - 1 comment
Labels: enhancement, CCB:Approved, Equuleus-rc1

#93 - Fix #92, Use size_t for 'size' variables

Pull Request - State: closed - Opened by thnkslprpt over 1 year ago - 2 comments
Labels: enhancement, CCB:Approved, Equuleus-rc1

#92 - Use size_t for 'size' variables

Issue - State: closed - Opened by thnkslprpt over 1 year ago
Labels: enhancement, Equuleus-rc1

#91 - Fix #15, use CFE_MSG_PTR macro

Pull Request - State: closed - Opened by jphickey over 1 year ago
Labels: CCB:Approved, Equuleus-rc1

#90 - FM should use generated stubs directly

Issue - State: closed - Opened by jphickey over 1 year ago - 1 comment
Labels: invalid, Equuleus-rc1

#89 - Apps should check/verify msg BEFORE calling handler

Issue - State: closed - Opened by jphickey over 1 year ago
Labels: enhancement, Equuleus-rc1

#88 - Fix #87, Change EVS_Register failure from SendEvent to WriteToSysLog

Pull Request - State: closed - Opened by thnkslprpt over 1 year ago
Labels: enhancement, CCB:Approved, Equuleus-rc1

#87 - FM tries to send an event message on failure of registering with EVS

Issue - State: closed - Opened by thnkslprpt over 1 year ago
Labels: enhancement, Equuleus-rc1

#86 - FM_ChildConcatCmd - cyclomatic complexity of 17

Issue - State: closed - Opened by dmknutsen over 1 year ago
Labels: enhancement, Equuleus-rc1

#85 - Fix #84, Remove superfluous assignments at the top of functions

Pull Request - State: closed - Opened by thnkslprpt over 1 year ago - 1 comment
Labels: Equuleus-rc1

#84 - Superfluous assignments at the top of functions

Issue - State: open - Opened by thnkslprpt over 1 year ago
Labels: enhancement

#83 - Fix #74, add payload submember for all cmd/tlm

Pull Request - State: closed - Opened by jphickey over 1 year ago
Labels: CCB:Approved, Equuleus-rc1

#82 - Fix #66, remove static from table definition

Pull Request - State: closed - Opened by jphickey over 1 year ago
Labels: enhancement, CCB:Approved, Equuleus-rc1

#81 - Fix #73, compression selectable at source file level

Pull Request - State: closed - Opened by jphickey over 1 year ago
Labels: enhancement, CCB:Approved, Equuleus-rc1

#80 - Fix #79, generate stubs for internal functions

Pull Request - State: closed - Opened by jphickey over 1 year ago - 3 comments
Labels: unit-test, CCB:Approved, Equuleus-rc1

#79 - Use generated stubs for all internal functions

Issue - State: closed - Opened by jphickey over 1 year ago
Labels: unit-test, Equuleus-rc1

#78 - Fix #75, move app global to internal include

Pull Request - State: closed - Opened by jphickey over 1 year ago
Labels: CCB:Approved, Equuleus-rc1

#77 - Fix #76, Update const-ness of inputs

Pull Request - State: closed - Opened by jphickey over 1 year ago
Labels: CCB:Approved, Equuleus-rc1

#76 - Internal API calls are not const-correct (possible race condition)

Issue - State: closed - Opened by jphickey over 1 year ago
Labels: bug, Equuleus-rc1

#75 - Move "FM_GlobalData" back into private/local data structures

Issue - State: closed - Opened by jphickey over 1 year ago
Labels: enhancement, Equuleus-rc1

#74 - All CMD/TLM message should put content in a "Payload" sub-structure

Issue - State: closed - Opened by jphickey over 1 year ago
Labels: enhancement, Equuleus-rc1

#73 - Conditional compile of Decompress File Cmd

Issue - State: closed - Opened by jphickey over 1 year ago
Labels: enhancement, Equuleus-rc1

#72 - Fix #71, Replace quotes with angle brackets in /inc

Pull Request - State: closed - Opened by dmknutsen over 1 year ago
Labels: CCB:Approved, draco-rc4

#71 - Replace quotes with angle brackets in #include statements within /inc

Issue - State: closed - Opened by dmknutsen over 1 year ago
Labels: draco-rc4

#70 - Fix #69, Adds fsw/src to app target

Pull Request - State: closed - Opened by chillfig almost 2 years ago - 1 comment
Labels: invalid, CCB:Ignore

#69 - Add fsw/src to app target

Issue - State: closed - Opened by chillfig almost 2 years ago - 1 comment
Labels: invalid

#68 - Fix #67, Moves interface definition files to inc

Pull Request - State: closed - Opened by chillfig almost 2 years ago - 1 comment
Labels: CCB:Approved, draco-rc4

#67 - Move interface definition files to "inc" location

Issue - State: closed - Opened by chillfig almost 2 years ago
Labels: draco-rc4

#66 - Remove `static` designation from CFE_TBL_FileDef objects

Issue - State: closed - Opened by jphickey almost 2 years ago
Labels: enhancement, Equuleus-rc1

#65 - Fix #63, clean up strncpy calls

Pull Request - State: closed - Opened by jphickey almost 2 years ago - 1 comment
Labels: CCB:Approved, draco-rc4

#64 - Fix #62, Remove initializations causing Cppcheck errors

Pull Request - State: closed - Opened by thnkslprpt almost 2 years ago
Labels: CCB:Approved, CCB:FastTrack, draco-rc4

#63 - New GCC warnings causing build failure [-Werror=stringop-overflow=]

Issue - State: closed - Opened by thnkslprpt almost 2 years ago - 1 comment
Labels: draco-rc4

#62 - New Cppcheck errors: '[unreadVariable]'

Issue - State: closed - Opened by thnkslprpt almost 2 years ago
Labels: draco-rc4

#61 - Fix #51, add monitor table

Pull Request - State: closed - Opened by jphickey almost 2 years ago - 2 comments
Labels: CCB:Approved, draco-rc4

#60 - Fix #59, Apply consistent Event ID names to common events

Pull Request - State: open - Opened by thnkslprpt almost 2 years ago - 2 comments

#59 - Inconsistent Event ID naming

Issue - State: open - Opened by thnkslprpt almost 2 years ago
Labels: enhancement

#58 - Fix #57, Remove redundant/inconsistent comments (/* end of function */, /* end if */ etc.) and clean up empty lines.

Pull Request - State: closed - Opened by thnkslprpt almost 2 years ago - 3 comments
Labels: draco-rc4

#57 - Redundant comments (/* end of function */, /* end if */ etc.) and clean up empty lines.

Issue - State: closed - Opened by thnkslprpt almost 2 years ago
Labels: draco-rc4

#56 - Fix #55, Remove unnecessary parentheses around return values.

Pull Request - State: closed - Opened by thnkslprpt about 2 years ago - 2 comments
Labels: CCB:Approved, draco-rc4

#55 - Scrub use of () in return statements

Issue - State: closed - Opened by thnkslprpt about 2 years ago
Labels: draco-rc4

#54 - Fix #7, added function to verify the given state of a file

Pull Request - State: closed - Opened by havencarlson about 2 years ago
Labels: CCB:Approved, draco-rc4

#53 - Fix #52, use CFE_FS_InitHeader() to initialize CFE header

Pull Request - State: closed - Opened by havencarlson about 2 years ago
Labels: CCB:Approved, draco-rc4

#52 - FM should use CFE_FS_InitHeader

Issue - State: closed - Opened by havencarlson about 2 years ago
Labels: enhancement, draco-rc4

#51 - Gateway Managed Storage support telemetry

Issue - State: closed - Opened by nlynch-nasa about 2 years ago - 16 comments
Labels: draco-rc4

#50 - Fix #49, Resolve usersguide issues with doxygen 1.8.17

Pull Request - State: closed - Opened by skliper about 2 years ago
Labels: CCB:Approved, draco-rc4

#49 - Resolve issues building users guide with Ubuntu 20.04/Doxygen 1.8.17

Issue - State: closed - Opened by skliper about 2 years ago
Labels: docs, draco-rc4

#48 - Fix #14, initialize DirListData with zeros before using

Pull Request - State: closed - Opened by havencarlson about 2 years ago
Labels: CCB:Approved, draco-rc4

#47 - Fix #8, remove return statements from void functions

Pull Request - State: closed - Opened by havencarlson about 2 years ago
Labels: CCB:Approved, draco-rc3

#46 - Fix #41, Remove unrequired internal delete command handling

Pull Request - State: closed - Opened by skliper about 2 years ago
Labels: CCB:Approved, draco-rc3

#45 - Fix #34 #37 #43 #44, UT cleanup, remove unreachable code, initialize FileMode on OS_stat failure

Pull Request - State: closed - Opened by skliper about 2 years ago
Labels: CCB:Approved, draco-rc3

#44 - Unreachable code in fm_child.c, EntryLength never larger than sizeof(DirListData.EntryName)

Issue - State: closed - Opened by skliper about 2 years ago
Labels: coverage, draco-rc3

#43 - FM_ChildSizeTimeMode doesn't clear FileMode on OS_stat failure

Issue - State: closed - Opened by skliper about 2 years ago
Labels: bug, draco-rc3

#42 - Directory entries are read even after packet is full (not necessary)

Issue - State: closed - Opened by skliper about 2 years ago - 1 comment
Labels: wontfix

#41 - Internal delete command support not in requirements, doesn't match description

Issue - State: closed - Opened by skliper about 2 years ago - 3 comments
Labels: bug, draco-rc3

#40 - Fix #39, updated code coverage limits

Pull Request - State: closed - Opened by havencarlson over 2 years ago
Labels: CCB:Approved, draco-rc3

#39 - Update code-coverage count and add to workflow

Issue - State: closed - Opened by astrogeco over 2 years ago
Labels: coverage, draco-rc3

#38 - Fix #36, Remove redundant conditional to support full coverage

Pull Request - State: closed - Opened by skliper over 2 years ago - 1 comment
Labels: CCB:Approved, draco-rc2

#37 - Remove random numbers from unit tests

Issue - State: closed - Opened by astrogeco over 2 years ago
Labels: unit-test, draco-rc3

#36 - fm_child.c has an unreachable branch

Issue - State: closed - Opened by chillfig over 2 years ago - 1 comment
Labels: coverage, draco-rc2

#35 - Part #17, update code coverage

Pull Request - State: closed - Opened by chillfig over 2 years ago - 2 comments
Labels: coverage, unit-test, CCB:Approved, draco-rc2

#34 - fm_cmd_utils.c has branches that can't be reached (7/7)

Issue - State: closed - Opened by havencarlson over 2 years ago
Labels: coverage, draco-rc3

#33 - Fix #17, update code coverage for fm_cmd_utils.c

Pull Request - State: closed - Opened by havencarlson over 2 years ago - 4 comments
Labels: CCB:Approved, draco-rc2

#32 - Fix #31, Updates CLA information for Apache 2.0

Pull Request - State: closed - Opened by chillfig over 2 years ago - 1 comment
Labels: docs, CCB:Approved, draco-rc2

#31 - Update CLA Information

Issue - State: closed - Opened by astrogeco over 2 years ago
Labels: docs, draco-rc2

#30 - Fix #29, Remove CFE_PSP_MemSet use on RAM

Pull Request - State: closed - Opened by skliper over 2 years ago - 1 comment
Labels: CCB:Approved, draco-rc2

#29 - Remove CFE_PSP_MemSet and CFE_PSP_MemCpy use on addresses in RAM

Issue - State: closed - Opened by skliper over 2 years ago
Labels: enhancement, draco-rc2

#28 - Fix #4 #20, Add missing rationale and allow for multiple command counters in requirements

Pull Request - State: closed - Opened by skliper over 2 years ago - 1 comment
Labels: CCB:Approved, draco-rc2

#26 - Fix #25, Added codeql-build.yml

Pull Request - State: closed - Opened by havencarlson over 2 years ago - 1 comment
Labels: CCB:Approved, dependency, draco-rc2

#25 - Add CodeQL to repository

Issue - State: closed - Opened by havencarlson over 2 years ago
Labels: continuous-integration, draco-rc2

#24 - Fix #18 #19, Resolve static analysis warnings

Pull Request - State: closed - Opened by skliper over 2 years ago - 1 comment
Labels: CCB:Approved, draco-rc2

#23 - Fix #22, Resolve strict cppcheck warnings

Pull Request - State: closed - Opened by skliper over 2 years ago - 1 comment
Labels: CCB:Approved, draco-rc2

#22 - Style warnings in strict cppcheck analysis

Issue - State: closed - Opened by skliper over 2 years ago
Labels: enhancement, draco-rc2

#20 - Fill in missing requirements rationale

Issue - State: closed - Opened by skliper over 2 years ago
Labels: requirements, draco-rc2

#19 - Static analysis issues relative to flight code

Issue - State: closed - Opened by skliper over 2 years ago
Labels: bug, draco-rc2

#18 - Resolve static analysis issues relative to unit tests

Issue - State: closed - Opened by skliper over 2 years ago
Labels: unit-test, draco-rc2

#17 - Revisit coverage, update to 100% code/branch or write issues where unreachable

Issue - State: closed - Opened by skliper over 2 years ago
Labels: coverage, draco-rc2

#15 - Apps should use CFE_MSG_PTR macro instead of cast or local unwrapping

Issue - State: closed - Opened by skliper over 2 years ago
Labels: enhancement, Equuleus-rc1