Ecosyste.ms: Issues

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

GitHub / nasa/HK issues and pull requests

#65 - Fix #64, correct printf format strings and conversions

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

#63 - Fix #62, remove dependency on MID_BASE defines

Pull Request - State: closed - Opened by jphickey 10 months ago
Labels: CCB:Approved

#62 - Remove dependency on CFE_PLATFORM_TLM_MID_BASE in tests

Issue - State: closed - Opened by jphickey 10 months ago

#61 - Fix #60, Adds HK_ValidateHkCopyTable size check

Pull Request - State: closed - Opened by chillfig 12 months ago
Labels: enhancement, CCB:Approved

#60 - Add check within HK_ValidateHkCopyTable to verify max table/combined packet size

Issue - State: closed - Opened by dmknutsen about 1 year ago
Labels: enhancement

#59 - Fix #58, add memset for uninitialized local

Pull Request - State: closed - Opened by jphickey about 1 year ago
Labels: CCB:Approved

#58 - Compiler warning in HK unit tests

Issue - State: closed - Opened by jphickey about 1 year ago

#57 - Fix #50, Split up config files

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

#56 - Fix #55, Refactor `HK_AppInit()` and `HK_TableInit()` to remove multiple returns

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

#55 - Multiple returns in `HK_AppInit()` and `HK_TableInit()` can be refactored out

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

#54 - Fix #4, Add PacketNotFoundCtr to HK AppData/Tlm

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

#52 - Fix #51, 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

#51 - HK `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

#50 - Split "platform_cfg" into external and internal components

Issue - State: open - Opened by jphickey over 1 year ago
Labels: enhancement, good first issue

#49 - Fix #45, use separate dispatcher for messages

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

#48 - Fix #42, use payload structure

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

#47 - Fix #46, use generated stubs

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

#46 - Use Generated Stubs

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

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

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

#44 - Fix #43, Remove use of 'dummy' in test code

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

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

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

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

#41 - Fix #6, use CFE_MSG_PTR macro

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

#40 - Default InputOffset in HK Copy Table Needs Update for New Tlm Hdr Size

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

#39 - Fix #38, correct uninitialized variable in UT

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

#38 - Uninitialized variable in unit tests

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

#37 - Fix #36, Replace quotes with angle brackets in /inc

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

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

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

#35 - Fix #34, Adds fsw/src to app target

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

#34 - Add fsw/src to app target

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

#33 - Fix #32, Moves interface definition files to inc

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

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

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

#31 - Fix #30, Move variables declared mid-function to the top

Pull Request - State: closed - Opened by thnkslprpt almost 2 years ago
Labels: CCB:Approved, Equuleus-rc1

#30 - Variables declared mid-function

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

#29 - Fix #28, Remove initializations causing Cppcheck failure

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

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

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

#27 - Fix #26, Apply consistent Event ID names to common events

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

#26 - Inconsistent Event ID naming

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

#25 - Fix #24, 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 - 2 comments
Labels: draco-rc4

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

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

#23 - Fix #22, Remove unnecessary parentheses around return values.

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

#22 - Scrub use of () in return statements

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

#21 - Fix #3, change HK_INPUTMID_SUBSCRIBED to 1

Pull Request - State: closed - Opened by havencarlson about 2 years ago - 1 comment

#20 - Fix #18 #19, Remove TODOs and minor cleanup

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

#19 - Simplify HK_SendCombinedHKCmd and remove stray printfs

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

#18 - Remove UT TODOs and clean up related tests

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

#17 - Fix #12, added codeql-build.yml

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

#16 - Fix #15, 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

#15 - Update CLA Information

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

#14 - Fix #13, Remove CFE_PSP_MemSet use for addresses in RAM

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

#13 - Remove CFE_PSP_MemSet use for addresses in RAM

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

#12 - Add CodeQL to repository

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

#11 - Fix #7, Resolve UT static analysis warnings

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

#10 - Fix #9, Resolve strict cppcheck warnings

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

#9 - Static analysis workflow style warnings

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

#8 - Static analysis issues relative to flight code

Issue - State: closed - Opened by skliper over 2 years ago - 1 comment
Labels: invalid

#7 - Resolve static analysis issues relative to unit tests

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

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

#5 - Change HK_UNDEFINED_ENTRY to an actual undefined value

Issue - State: closed - Opened by skliper over 2 years ago - 2 comments
Labels: duplicate

#4 - HK Count track times packet is not found

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

#3 - Change HK_INPUTMID_SUBSCRIBED to 1

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

#2 - Add HK_UNDEFINED_ENTRY check to hk_verify.h

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

#1 - MemPoolHandle should be of type CFE_ES_MemHandle_t, not uint32

Issue - State: closed - Opened by johnphamngc about 4 years ago - 2 comments
Labels: bug