{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":95114723,"defaultBranch":"devel","name":"fprime","ownerLogin":"nasa","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2017-06-22T12:45:27.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/848102?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1726781713.0","currentOid":""},"activityList":{"items":[{"before":"48a2597df9279b012c9c032aec06c34910955b5c","after":"68e1e497e40d2add1d96a3125e35bceb3547b1de","ref":"refs/heads/fix-tut","pushedAt":"2024-09-19T23:25:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"kevin-f-ortega","name":null,"path":"/kevin-f-ortega","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1224603?s=80&v=4"},"commit":{"message":"making comment consistent","shortMessageHtmlLink":"making comment consistent"}},{"before":"506a7de506be1292abf7c997cbd841a2012977e5","after":"48a2597df9279b012c9c032aec06c34910955b5c","ref":"refs/heads/fix-tut","pushedAt":"2024-09-19T22:02:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"kevin-f-ortega","name":null,"path":"/kevin-f-ortega","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1224603?s=80&v=4"},"commit":{"message":"updated based on pr review","shortMessageHtmlLink":"updated based on pr review"}},{"before":null,"after":"506a7de506be1292abf7c997cbd841a2012977e5","ref":"refs/heads/fix-tut","pushedAt":"2024-09-19T21:35:13.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kevin-f-ortega","name":null,"path":"/kevin-f-ortega","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1224603?s=80&v=4"},"commit":{"message":"fixing paths since build-artifacts are now placed into the root of the project and not in the deployment directory","shortMessageHtmlLink":"fixing paths since build-artifacts are now placed into the root of th…"}},{"before":"7c4c382cf26423ec18dc8afb0b45c5d85db03913","after":"0dd1fefb9dbf7219423fa685dcb27de296b9cf8d","ref":"refs/heads/docs/auto-documentation","pushedAt":"2024-09-19T21:13:25.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Autodoc on Thu Sep 19 21:13:24 UTC 2024","shortMessageHtmlLink":"Autodoc on Thu Sep 19 21:13:24 UTC 2024"}},{"before":"d2bcd0e97c2712922d0d33fc6943dede4341095c","after":"dfc655f7892802e5ecfcd9e9a9c133c76ef2aa59","ref":"refs/heads/devel","pushedAt":"2024-09-19T21:09:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"LeStarch","name":"M Starch","path":"/LeStarch","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/995330?s=80&v=4"},"commit":{"message":"Adding FppTest for overflow: drop, assert, hook (#2842)\n\n* Adding FppTest for overflow: drop, assert, hook\r\n\r\n* Fixing test file header\r\n\r\n* Adding newline at end of file\r\n\r\n* Newlines","shortMessageHtmlLink":"Adding FppTest for overflow: drop, assert, hook (#2842)"}},{"before":"cef5f5c910419f0b6a02e7340aa0a4723a31bfef","after":"7c4c382cf26423ec18dc8afb0b45c5d85db03913","ref":"refs/heads/docs/auto-documentation","pushedAt":"2024-09-19T19:22:31.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Autodoc on Thu Sep 19 19:22:29 UTC 2024","shortMessageHtmlLink":"Autodoc on Thu Sep 19 19:22:29 UTC 2024"}},{"before":"3f8830b38beb3429b9f4b97c5b3fba929475617f","after":"d2bcd0e97c2712922d0d33fc6943dede4341095c","ref":"refs/heads/devel","pushedAt":"2024-09-19T19:19:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"LeStarch","name":"M Starch","path":"/LeStarch","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/995330?s=80&v=4"},"commit":{"message":"Phase 1 state machines (#2829)\n\n* Add a state machine unit test under FppTest\r\n\r\n* Updated the base class and unit tests work\r\n\r\n* Remove the sendEvent function as it did not allow for data to be passed\r\n\r\n* Add state machine in SmTest.fpp\r\n\r\n* Add dependency in SmTest.fpp\r\n\r\n* state machine unit test passes with new fpp phase 1\r\n\r\n* Makefile for state machines don't use special switch\r\n\r\n* Rebase DeviceSm.hpp\r\n\r\n* Update on SMEvents inclusion\r\n\r\n* Use latest phase1 fpp and STARS which uses _Interface\r\n\r\n* Change SMEvents to SMSignals\r\n\r\n* Use SMSignals instead of SMEvents\r\n\r\n* Update test for state machine instance priority and full queue behavior\r\n\r\n* Update requirements to use new fpp version\r\n\r\n* Removed unneeded files\r\n\r\n* update FppTest for new autocoder changes\r\n\r\n* Get unit tests updated and working for fpp state machines phase 1 delivery\r\n\r\n* Rename Fw/SMTest to Fw/Sm\r\n\r\n* Update STARS to use FW_ASSERT\r\n\r\n* Rename SMSignalBuffer to SmSignalBuffer\r\n\r\n* Fix spelling issues with CI\r\n\r\n* Update requirements to the FPP alpha release v2.2.0a3\r\n\r\n* Fix requirements.txt\r\n\r\n* Fix requirements.txt\r\n\r\n* Initialize data in the constructor of SmSignalBuffer\r\n\r\n* Add constructor list to all the constructors in SmSignalBuffer\r\n\r\n* Fixes for reserved word state and address review comments\r\n\r\n* Fix other review issues pertaining to unit tests and argument checks in the SmSignalBuffer constructors\r\n\r\n* Add a cast to NATIVE_UINT_TYPE in SmSignalBuffer\r\n\r\n* Fixing type\r\n\r\n* Fixing size type in cpp\r\n\r\n---------\r\n\r\nCo-authored-by: watney \r\nCo-authored-by: Rob Bocchino \r\nCo-authored-by: M Starch ","shortMessageHtmlLink":"Phase 1 state machines (#2829)"}},{"before":null,"after":"f13714fbedd1a3bda85aa1ce8bdaf6bf485cd523","ref":"refs/heads/fix/state","pushedAt":"2024-09-19T17:24:05.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"LeStarch","name":"M Starch","path":"/LeStarch","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/995330?s=80&v=4"},"commit":{"message":"Update SeqDispatcherEvents.fppi","shortMessageHtmlLink":"Update SeqDispatcherEvents.fppi"}},{"before":"27d5e3f07dcd37b073ac6d9c6d8a1ee7204b683c","after":"cef5f5c910419f0b6a02e7340aa0a4723a31bfef","ref":"refs/heads/docs/auto-documentation","pushedAt":"2024-09-18T17:51:23.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Autodoc on Wed Sep 18 17:51:23 UTC 2024","shortMessageHtmlLink":"Autodoc on Wed Sep 18 17:51:23 UTC 2024"}},{"before":"6a921a1ef1df30d16874aff549ba5672029b7484","after":"3f8830b38beb3429b9f4b97c5b3fba929475617f","ref":"refs/heads/devel","pushedAt":"2024-09-18T17:47:59.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"LeStarch","name":"M Starch","path":"/LeStarch","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/995330?s=80&v=4"},"commit":{"message":"Fix random UT failures on PosixFile (#2862)\n\n* Fix Random UT Failure: PosixFile (#2835)\r\n * Fix UT failing FinalizeCrc test when crc calculation miss match.\r\n Miss match due to file crc and shadow being out of sync when\r\n both are not reinialized at the same time.\r\n\r\n * Update File::open in File.ccp to match shadow operation in\r\n FileRules.cpp to only reset crc when status is OP_OK.\r\n\r\n * Update FileRules.cpp to print out rule name during test.\r\n\r\n * Remove changing file mode in shadow_open() in FileRules.cpp to\r\n OPEN_NO_MODE when status is not OP_OK.\r\n\r\n* Fix Random UT Failure: PosixFile (#2835)\r\n * Fix additional issue where randomly generate file name may be\r\n too large for POSIX.\r\n\r\n* Fix Random UT Failure: PosixFile (#2835)\r\n * Fix preallocate test from picking 0 for length, which causes\r\n unintentional error in preallocate cmd.\r\n * Fix seek() in SyntheticFileSystem and assert_file_seek() to allow\r\n for offset being 0.","shortMessageHtmlLink":"Fix random UT failures on PosixFile (#2862)"}},{"before":"5736c4f141f311453a00ff110cddd6b5f87fdcaa","after":"27d5e3f07dcd37b073ac6d9c6d8a1ee7204b683c","ref":"refs/heads/docs/auto-documentation","pushedAt":"2024-09-18T01:21:23.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Autodoc on Wed Sep 18 01:21:22 UTC 2024","shortMessageHtmlLink":"Autodoc on Wed Sep 18 01:21:22 UTC 2024"}},{"before":"39920aab4fa80bcb80ba60fe4aefa06811319f3f","after":"5736c4f141f311453a00ff110cddd6b5f87fdcaa","ref":"refs/heads/docs/auto-documentation","pushedAt":"2024-09-18T01:10:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Autodoc on Wed Sep 18 01:10:26 UTC 2024","shortMessageHtmlLink":"Autodoc on Wed Sep 18 01:10:26 UTC 2024"}},{"before":"3b6e3c5d5b97541a41d8024f4803b7a5d5c33017","after":"6a921a1ef1df30d16874aff549ba5672029b7484","ref":"refs/heads/devel","pushedAt":"2024-09-18T01:09:32.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"LeStarch","name":"M Starch","path":"/LeStarch","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/995330?s=80&v=4"},"commit":{"message":"Fix ComQueue Does Not Deallocate Buffers on Overflow (#2853)\n\n* Added Fw.BufferSend deallocate port to `ComQueue`\r\n\r\n* Updated FPP to v2.2.0a2\r\n\r\n* Change `buffQueueIn` port from `drop` to `hook`\r\n\r\n* Added queue overflow hook method implementation\r\n\r\n* Added return status to `ComQueue::enqueue()`\r\n\r\n* `Fw::Buffer` is now deallocated on queue overflow\r\n\r\n* Enabled `UT_AUTO_HELPERS` in `ComQueue` UT build\r\n\r\n* Updated `ComQueue` UTs\r\n\r\n* Explicitly discard `enqueue()` return status\r\n\r\n* Replaced `overflowhook()` call with `deallocate()`\r\n\r\n* Fixed comment style\r\n\r\n* Renamed UT test case\r\n\r\n* Added internal queue overflow UT\r\n\r\n* Added assertion on `overflowHook()` argument","shortMessageHtmlLink":"Fix ComQueue Does Not Deallocate Buffers on Overflow (#2853)"}},{"before":"18c02fb564137cc3bf9ab21bcafa4980a236bdab","after":"39920aab4fa80bcb80ba60fe4aefa06811319f3f","ref":"refs/heads/docs/auto-documentation","pushedAt":"2024-09-18T01:05:44.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Autodoc on Wed Sep 18 01:05:42 UTC 2024","shortMessageHtmlLink":"Autodoc on Wed Sep 18 01:05:42 UTC 2024"}},{"before":"17879e56acd6b8100f9cd1d00cb56bff7b040de3","after":"3b6e3c5d5b97541a41d8024f4803b7a5d5c33017","ref":"refs/heads/devel","pushedAt":"2024-09-18T01:02:20.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"LeStarch","name":"M Starch","path":"/LeStarch","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/995330?s=80&v=4"},"commit":{"message":"Improvement of Doxycomments in the CCSDS FDP checksum class (#2855)\n\n* White: Reinstated a formerly broken link in the contributions readme with the new URL\r\n\r\n* White: Updated several Doxycomments for clarity in the CFDP Checksum class.\r\n\r\n* whitej: Switched block comment to collection line comments in CFDP Checksum Doxycomments\r\n\r\n---------\r\n\r\nCo-authored-by: Jack White ","shortMessageHtmlLink":"Improvement of Doxycomments in the CCSDS FDP checksum class (#2855)"}},{"before":"b0716ad6059371e8c4023dde5abb2f66ea403ef1","after":"17879e56acd6b8100f9cd1d00cb56bff7b040de3","ref":"refs/heads/devel","pushedAt":"2024-09-18T01:00:34.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"LeStarch","name":"M Starch","path":"/LeStarch","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/995330?s=80&v=4"},"commit":{"message":"Remove versions from SystemResources and updates to Version component (#2866)\n\n* FP-2826: Remove version features from SystemResources\r\n\r\n* FP-2826: When version custom command is sent, regardless of verbosity at minimum events are sent\r\n\r\n* FP-2826: Update comments for clarification\r\n\r\n* FP-2826: Fixed spell check issues\r\n\r\n* FP-2826: Update SDD to reflect verbosity implementational change\r\n\r\n* FP-2826: Fixes based on git check failures","shortMessageHtmlLink":"Remove versions from SystemResources and updates to Version component ("}},{"before":"e0bfc0dcdd4cf28ef1bbefa64c096793a51742e6","after":"18c02fb564137cc3bf9ab21bcafa4980a236bdab","ref":"refs/heads/docs/auto-documentation","pushedAt":"2024-09-18T00:59:08.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Autodoc on Wed Sep 18 00:59:05 UTC 2024","shortMessageHtmlLink":"Autodoc on Wed Sep 18 00:59:05 UTC 2024"}},{"before":"672538de32d4546005c3f8c2e84aa795209b1319","after":"b0716ad6059371e8c4023dde5abb2f66ea403ef1","ref":"refs/heads/devel","pushedAt":"2024-09-18T00:55:09.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"LeStarch","name":"M Starch","path":"/LeStarch","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/995330?s=80&v=4"},"commit":{"message":"Add sequence dispatcher component (#2731)\n\n* Add sequence dispatcher component\r\n\r\n* Add seq start port to cmd sequencer\r\n\r\n* Update author names and some include paths\r\n\r\n* Get fully compiling, move consts/enums to correct places, check for connections on init\r\n\r\n* Add spelling exceptions\r\n\r\n* Get unit tests almost compiling...\r\n\r\n* Fix string type in port, call component init in test\r\n\r\n* Fix unit test compilation errors and assertions\r\n\r\n* Switch back to using StringBase\r\n\r\n* Switch to FwIndexType, remove textLogIn\r\n\r\n* UpperCamel events, add warning for unexpected seq start\r\n\r\n* remove init method, add check for connected to getNextAvailableIdx\r\n\r\n* Update sdd, change event from low to high, static cast a portnum\r\n\r\n* Add state diagram, add more warnings, fix wrong header types, use assert instead of warning for runSeq\r\n\r\n---------\r\n\r\nCo-authored-by: Zimri Leisher ","shortMessageHtmlLink":"Add sequence dispatcher component (#2731)"}},{"before":"721d9428f3eb03757ba67e90b53fe2f29423275f","after":null,"ref":"refs/heads/test/integration-test-wait","pushedAt":"2024-09-09T18:42:34.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"thomas-bc","name":"Thomas Boyer-Chammard","path":"/thomas-bc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/49786685?s=80&v=4"}},{"before":"24e798ea27434288f8b7fa7b135fd6d8a62d525a","after":null,"ref":"refs/heads/fix/missing-posix-console-flush","pushedAt":"2024-09-09T18:41:56.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"thomas-bc","name":"Thomas Boyer-Chammard","path":"/thomas-bc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/49786685?s=80&v=4"}},{"before":"da145a7a41fb8a6ba30bd755ef171a0a4363ce6a","after":"e0bfc0dcdd4cf28ef1bbefa64c096793a51742e6","ref":"refs/heads/docs/auto-documentation","pushedAt":"2024-09-04T21:53:51.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Autodoc on Wed Sep 4 21:53:50 UTC 2024","shortMessageHtmlLink":"Autodoc on Wed Sep 4 21:53:50 UTC 2024"}},{"before":"66d5128c718543c773939ca711b513b88904628a","after":"672538de32d4546005c3f8c2e84aa795209b1319","ref":"refs/heads/devel","pushedAt":"2024-09-04T21:48:25.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"LeStarch","name":"M Starch","path":"/LeStarch","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/995330?s=80&v=4"},"commit":{"message":"Update Ref and RPI for compatibility with FPP #349 (fully qualified component instance names) (#2823)\n\n* updated ref and rpi integration tests\r\n\r\n* fix component qualifiers\r\n\r\n* FPP v2.2.0a1\r\n\r\n* fix py file formatting\r\n\r\n* add new line\r\n\r\n* remove newline\r\n\r\n* file py file formatting\r\n\r\n* fprime-gds v3.4.4a3\r\n\r\n* fix typo in integration test command name\r\n\r\n---------\r\n\r\nCo-authored-by: jawest ","shortMessageHtmlLink":"Update Ref and RPI for compatibility with FPP #349 (fully qualified c…"}},{"before":"d0dfe55e164b7ffe5b0e0e23e81aca24017ce115","after":"da145a7a41fb8a6ba30bd755ef171a0a4363ce6a","ref":"refs/heads/docs/auto-documentation","pushedAt":"2024-09-04T21:35:37.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Autodoc on Wed Sep 4 21:35:35 UTC 2024","shortMessageHtmlLink":"Autodoc on Wed Sep 4 21:35:35 UTC 2024"}},{"before":"7a7f116c272c2bd253b33b85e9c038ed70180459","after":"66d5128c718543c773939ca711b513b88904628a","ref":"refs/heads/devel","pushedAt":"2024-09-04T21:31:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"LeStarch","name":"M Starch","path":"/LeStarch","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/995330?s=80&v=4"},"commit":{"message":"Fix Random UT Failure: PosixFile (#2835) (#2860)\n\n* Fix UT failing FinalizeCrc test when crc calculation miss match.\r\n Miss match due to file crc and shadow being out of sync when\r\n both are not reinialized at the same time.\r\n\r\n * Update File::open in File.ccp to match shadow operation in\r\n FileRules.cpp to only reset crc when status is OP_OK.\r\n\r\n * Update FileRules.cpp to print out rule name during test.\r\n\r\n * Remove changing file mode in shadow_open() in FileRules.cpp to\r\n OPEN_NO_MODE when status is not OP_OK.","shortMessageHtmlLink":"Fix Random UT Failure: PosixFile (#2835) (#2860)"}},{"before":"880e91baf78e77d4e8efccbba3f3a929c3304df3","after":"754bf7137473fcf74f406a020949a4bf00128461","ref":"refs/heads/fix/unxport-order-gpio","pushedAt":"2024-09-04T01:24:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"LeStarch","name":"M Starch","path":"/LeStarch","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/995330?s=80&v=4"},"commit":{"message":"Attempting graceful shutdown","shortMessageHtmlLink":"Attempting graceful shutdown"}},{"before":"9cb52b3b896f9cb51fce65664ada12b5effa8553","after":"880e91baf78e77d4e8efccbba3f3a929c3304df3","ref":"refs/heads/fix/unxport-order-gpio","pushedAt":"2024-09-03T23:51:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"LeStarch","name":"M Starch","path":"/LeStarch","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/995330?s=80&v=4"},"commit":{"message":"Fixing vaargs usahe","shortMessageHtmlLink":"Fixing vaargs usahe"}},{"before":"c84108fb1089642584aecad36283859c074fde54","after":"9cb52b3b896f9cb51fce65664ada12b5effa8553","ref":"refs/heads/fix/unxport-order-gpio","pushedAt":"2024-09-03T23:48:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"LeStarch","name":"M Starch","path":"/LeStarch","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/995330?s=80&v=4"},"commit":{"message":"Error in logger use","shortMessageHtmlLink":"Error in logger use"}},{"before":"462c69ea0df8bbda256622c1dfcaf60130412170","after":"d0dfe55e164b7ffe5b0e0e23e81aca24017ce115","ref":"refs/heads/docs/auto-documentation","pushedAt":"2024-09-03T23:42:51.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Autodoc on Tue Sep 3 23:42:50 UTC 2024","shortMessageHtmlLink":"Autodoc on Tue Sep 3 23:42:50 UTC 2024"}},{"before":"2046cd0042eb9018a3c292edc3b291c37d319b22","after":"c84108fb1089642584aecad36283859c074fde54","ref":"refs/heads/fix/unxport-order-gpio","pushedAt":"2024-09-03T23:40:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"LeStarch","name":"M Starch","path":"/LeStarch","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/995330?s=80&v=4"},"commit":{"message":"Debug output on","shortMessageHtmlLink":"Debug output on"}},{"before":"4476828cb388a4a240ae7c56e37d76443f85ab15","after":"7a7f116c272c2bd253b33b85e9c038ed70180459","ref":"refs/heads/devel","pushedAt":"2024-09-03T23:39:26.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"LeStarch","name":"M Starch","path":"/LeStarch","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/995330?s=80&v=4"},"commit":{"message":"Adding `fflush` call to posix console (#2857)","shortMessageHtmlLink":"Adding fflush call to posix console (#2857)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xOVQyMzoyNTozNy4wMDAwMDBazwAAAAS7Zp_e","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xOVQyMzoyNTozNy4wMDAwMDBazwAAAAS7Zp_e","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0wM1QyMzozOToyNi4wMDAwMDBazwAAAASsHXHv"}},"title":"Activity · nasa/fprime"}