Ecosyste.ms: Issues

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

GitHub / nasa/CS issues and pull requests

#89 - Fix #13, Use `CFE_MSG_PTR` instead of `&(x).Msg`

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

#88 - Fix #74, cmd and tlm messages use payload sub-structure

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

#87 - Fix #75, Moved command validation out of command functions

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

#85 - Fix #84, Remove side-effects and superfluous initializations

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

#84 - Superfluous assignments, side-effects. type updates etc.

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

#83 - Fix #82, Convert integers holding boolean truth values to `bool`

Pull Request - State: open - Opened by thnkslprpt over 1 year ago - 1 comment
Labels: enhancement, CCB:Ready

#82 - Integers representing boolean truth values should be converted to `bool`

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

#81 - Fix #80, Update Command Code underscores for consistency

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

#80 - Command Code/Enum naming convention inconsistencies

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

#79 - Fix #78, 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

#78 - CS `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

#77 - Fix #76, Move function prototypes out of `cs_app.c`

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

#76 - Function prototypes can be moved out of `cs_app.c`

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

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

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

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

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

#73 - Fix #71, table processing fixes

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

#72 - Fix #71, table processing fixes

Pull Request - State: closed - Opened by jphickey over 1 year ago - 1 comment
Labels: CCB:Ready

#71 - Incorrect size passed to "strncmp"

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

#70 - Fix #69, Simplify CS_AttemptTableReshare

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

#69 - CS_AttemptTableReshare can be simplified

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

#68 - Fix #67, Combine consecutive, mutually-exclusive status checks

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

#67 - Combine consecutive, mutually-exclusive status checks

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

#66 - Fix #62, Adds null termination to table name processing

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

#65 - Fix #44, Update function key in CS_RecomputeAppChildTask_Test_DefEntryId

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

#64 - CS_TableInit - cyclomatic complexity of 20

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

#63 - CS_ProcessNewTablesDefinitionTable - cyclomatic complexity of 19

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

#62 - Improper Null Termination of Table Names

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

#61 - Table Processing: strncmp incorrect size argument (CFE_TBL_MAX_FULL_NAME_LEN)

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

#60 - Fix #59, Replace quotes with angle brackets in /inc

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

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

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

#58 - Fix #57, Adds fsw/src to app target

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

#57 - Add fsw/src to app target

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

#56 - Fix #55, Moves interface definition files to inc

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

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

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

#54 - Requirement verification failure

Issue - State: open - Opened by dmknutsen almost 2 years ago - 1 comment
Labels: bug

#53 - Fix #52, Apply consistent Event ID names to common events

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

#52 - Inconsistent Event ID naming

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

#51 - Fix #50, 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
Labels: CCB:Approved, draco-rc4

#50 - 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

#49 - Fix #48, Remove 'return;' from last line of void functions.

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

#48 - Remove "return;" from last line of void functions

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

#47 - Fix #46, Remove unnecessary parentheses around return values.

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

#46 - Scrub use of () in return statements

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

#45 - Fix #44, CS_RecomputeAppChildTask wrong function key

Pull Request - State: closed - Opened by irowebbn about 2 years ago - 6 comments
Labels: unit-test, CCB:Ignore, CCB:PendingCLA

#44 - CS_RecomputeAppChildTask_Test_DefEntryId sets up handler for wrong function key

Issue - State: closed - Opened by irowebbn about 2 years ago - 3 comments
Labels: unit-test

#43 - Fix #42, Resolve usersguide issues with doxygen 1.8.17

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

#42 - 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

#41 - Fix #40, Remove empty else condition and stray TODO

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

#40 - Remove stray TODO and empty else condition

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

#39 - Fix #38, Remove stray terminators

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

#38 - Remove stray terminators

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

#37 - Fix #27, Add library support to application checksum computing function.

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

#36 - Fix #10 #14, Improve code coverage

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

#35 - Fix #34, 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

#34 - Update CLA Information

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

#33 - Fix #32, Remove CFE_PSP_MemSet and CFE_PSP_MemCpy use

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

#32 - 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

#31 - Fix #7, Add requirements rationale

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

#30 - Fix #29, Added codeql-build.yml

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

#29 - Add CodeQL to repository

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

#28 - Fix #8 #9, Resolve static analysis warnings

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

#27 - Add scrubbing support for libraries

Issue - State: closed - Opened by jhnphm over 2 years ago - 1 comment
Labels: enhancement, draco-rc3

#26 - Use fixed size types for addresses and address offsets in tables/tlm/cmd

Issue - State: open - Opened by astrogeco over 2 years ago - 1 comment
Labels: enhancement

#25 - CS Seg Faults when using memory definition table (CS.DefMemoryTbl)

Issue - State: closed - Opened by dmknutsen over 2 years ago - 6 comments
Labels: invalid

#24 - Fix #6, remove implicit padding

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

#23 - Add child task name to platform config file

Issue - State: open - Opened by skliper over 2 years ago
Labels: enhancement

#22 - CS CRC values may lead to confusion

Issue - State: open - Opened by skliper over 2 years ago
Labels: bug

#21 - ES - RegisteredTasks Counter Does Not Decrement When Child Tasks are Exited

Issue - State: open - Opened by skliper over 2 years ago
Labels: bug

#20 - Checksum errors after restarting app

Issue - State: open - Opened by skliper over 2 years ago - 1 comment
Labels: bug

#19 - CS Child Tasks are dynamically created

Issue - State: open - Opened by skliper over 2 years ago - 1 comment
Labels: enhancement

#18 - Configuration parameters could exist in configuration table

Issue - State: open - Opened by skliper over 2 years ago
Labels: enhancement

#17 - Consolidate similar commands

Issue - State: open - Opened by skliper over 2 years ago - 5 comments
Labels: enhancement

#16 - Consider replacing switch statement with jump table in CS_BackgroundCheckCmd

Issue - State: open - Opened by skliper over 2 years ago
Labels: enhancement

#15 - Consider making the CRC size configurable

Issue - State: open - Opened by skliper over 2 years ago
Labels: enhancement

#14 - CS Has Unreachable Code and Branches

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

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

Issue - State: open - Opened by skliper over 2 years ago
Labels: enhancement

#12 - Create unit test to confirm CS will work on system with different cpuaddr sizes

Issue - State: open - Opened by skliper over 2 years ago
Labels: unit-test

#11 - Unable to functionally test app CRC miscompare

Issue - State: open - Opened by skliper over 2 years ago
Labels: question

#10 - 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

#9 - Resolve static analysis issues relative to unit tests

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

#8 - Static analysis issues relative to flight code

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

#7 - Fill in missing requirements rationale

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

#6 - CS: Implicit padding being added to definition and results tables

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

#5 - Fix 1, Incorrect data type in uts

Pull Request - State: closed - Opened by paulober about 3 years ago - 1 comment
Labels: duplicate

#4 - Fix 2, Missing Table Support

Pull Request - State: closed - Opened by paulober about 3 years ago - 1 comment
Labels: duplicate

#3 - Fix 2, Missing Table Support

Pull Request - State: closed - Opened by paulober about 3 years ago - 1 comment
Labels: duplicate

#2 - CMakeLists.txt Missing Table Support

Issue - State: closed - Opened by dmccomas about 4 years ago - 1 comment
Labels: build-system

#1 - Incorrect data type in unit tests

Issue - State: closed - Opened by mbenson1 over 4 years ago - 2 comments
Labels: unit-test