v6.0.0 #729

Merged
mohr merged 668 commits from development into master 2023-02-23 13:42:49 +01:00
Owner

Pre-Release

  • Create new release section in CHANGELOG.md and add the date in ISO format
  • Bump version in CMakeLists.txt
  • format code
  • Run tests
  • Wait for CI/CD results

Post-Release

  • Create release on EGit (also creates the tag)
  • Close milestone and create next
### Pre-Release - [x] Create new release section in `CHANGELOG.md` and add the date in ISO format - [x] Bump version in `CMakeLists.txt` - [x] format code - [x] Run tests - [x] Wait for CI/CD results ### Post-Release - [x] Create release on EGit (also creates the tag) - [x] Close milestone and create next
muellerr added 599 commits 2023-02-06 14:14:29 +01:00
add space packet creator class
Some checks failed
fsfw/fsfw/pipeline/head There was a failure building this commit
d7a2eada94
additional ctor for space packet creator
All checks were successful
fsfw/fsfw/pipeline/head This commit looks good
0c5f623780
added basic sp creator test
All checks were successful
fsfw/fsfw/pipeline/head This commit looks good
3c72a42ce1
hmm this is problematic
Some checks failed
fsfw/fsfw/pipeline/head There was a failure building this commit
7e2fdc06cd
update changelog
Some checks failed
fsfw/fsfw/pipeline/head There was a failure building this commit
e4d7182d93
Merge remote-tracking branch 'origin/development' into mueller/refactor-tmtc-stack
Some checks failed
fsfw/fsfw/pipeline/head There was a failure building this commit
490a80e49f
apply auto-formatter
All checks were successful
fsfw/fsfw/pipeline/head This commit looks good
ddf38b65c3
finished creator unittests
All checks were successful
fsfw/fsfw/pipeline/head This commit looks good
3d2af203f2
start PUS TC refactoring
Some checks failed
fsfw/fsfw/pipeline/head There was a failure building this commit
5fffbd4a90
a lot of refactoring
Some checks failed
fsfw/fsfw/pipeline/head There was a failure building this commit
6c636661b6
start refactoring PUS TM handling
Some checks failed
fsfw/fsfw/pipeline/head There was a failure building this commit
d80941514f
create new TmSendHelper
Some checks failed
fsfw/fsfw/pipeline/head There was a failure building this commit
9860061fc6
switched to new tmtc stack API
Some checks failed
fsfw/fsfw/pipeline/head There was a failure building this commit
be35bd53a6
various bugfixes and improvements
Some checks failed
fsfw/fsfw/pipeline/head There was a failure building this commit
d8b6cb39ac
some fixes
Some checks failed
fsfw/fsfw/pipeline/head There was a failure building this commit
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
e5ee96259d
delete a few old classes
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
23f264096c
added sp reader unittests
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
08e0b0f1a0
fnished PUS TC creator unittests
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
5af3138e81
delete code which is not used anymore
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
61bc867bed
minor changes, virtual dtors added
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
0981ee6f7e
rename namespace
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
affde6bad5
finished basic TC unittests
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
0dfaba81f9
add empty test files
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
bfee4fd90a
verify successfull TM serialization
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
67776241de
added some missing implementations
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
9275ccb79b
APID getter bugfix
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
f28b9ea61b
PUS TM creator tests done
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
cecaec6007
start TM reader unittests
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
2dfbce6174
completed basic test set
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
b350018cad
completed baseline PUS TM unittests
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
cb05329dd9
add basic CCSDS tests
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
133894f4ba
some renaming
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
f0c8fd2688
replace c include
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
4921527022
added base for tm store test
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
63ee88af17
replace some API components with references
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
832367fb30
fixes for Linux OSAL clock
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
4989bd0f02
using uint32_t as store_address requires explicit cast
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
899d021e00
some more ref replacements
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
973d4ee8a5
more ref replacements
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
e2ad37e3e6
use Be instead of Ne, which could be confused
All checks were successful
fsfw/fsfw/pipeline/head This commit looks good
fsfw/fsfw/pipeline/pr-development This commit looks good
2a34c831b1
Merge branch 'mueller/expand-serialize-if' into mueller/refactor-tmtc-stack
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
ca1e921b94
Merge branch 'development' into mueller/expand-serialize-if
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
180210dc38
finished tm store helper tests
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
36e3956efb
set up new internal error reporter mock
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
1a7d7b172b
remove obsolete returns
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
380f1d0206
add [[nodiscard]] and const specifiers
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
f3af88ae40
run afmt
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
f80be9e9fa
Merge remote-tracking branch 'origin/development' into mueller/refactor-tmtc-stack
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
5fd5d488ff
Merge branch 'development' into mueller/expand-serialize-if
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
8f07133e2c
cleaning up message queue mock and subscription API
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
6d0fa36f8a
normal queue sufficient
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
935e135f1c
all tests running again
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
a88f767cca
completed send helper tests
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
586993c081
some more tests using TM send helper
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
c83f75c515
add old api but mark it deprecated
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
7d87274844
fix memory leak
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
6d00fc65c0
this should fix the mmeory leak
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
c12669fe50
maybe this teardown fixes the leak
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
db33f9cc7e
more leaks
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
747243684d
possible double delete
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
e48b6f1432
add new HasReturnvaluesIF features
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
bdf71d4e66
update HasReturnvaluesIF
Some checks failed
fsfw/fsfw/pipeline/head There was a failure building this commit
b827bd8370
1. Add new retval namespace which contains OK and FAIL returnvalue
2. Also contains makeCode constexpr function
3. Mark HasReturnvaluesIF::makeReturnCode deprecated

This prevents from having to implement an interface just to use a shorter
version of the general returnvalues. A namespace is better suited for this
I think
fix deprecation warnings
Some checks are pending
fsfw/fsfw/pipeline/head Build started...
fsfw/fsfw/pipeline/pr-development This commit looks good
88ebb67c8d
Merge branch 'mueller/expand-retval-if' into mueller/refactor-tmtc-stack
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
4ed028000d
added additional TM store and send helper
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
500a5602bd
some more API improvements and replacements
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
f1c37203a4
add new VerificationReporterIF
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
75c824ec80
created PSB mock
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
146a0e3828
removed some obsolete code
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
f14c812aff
adapt PSB so it can be unittested properly
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
d98b79cf5e
default PUS receiver set automatically now
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
1954ce0ea4
test auto-initializers
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
8bf0fb9885
psb unittests almost complete
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
152c01b2ec
PSB unittests complete
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
681738dcc6
Merge branch 'development' into mueller/expand-serialize-if
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
e7d9979078
some printout fixes
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
9eb652e585
example compiles again
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
18ee2ab903
some of the deprecation warnings run amok
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
064b195c75
this gets rid of some warnings
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
86692e202d
add helper methods to disable crc calculation
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
059fb10558
updates for PusDistributor
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
740644f2c8
switch off debugging switches
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
c5ad9b5fa9
pass timeReader to Pus ZC writer
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
f591b9793c
send time stampers properly now
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
234ccdf764
small bugfix
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
0a38d2e22d
afmt
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
356d778743
some more minor fixes
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
4e571e5082
set queue of tm send helper
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
d641d63531
another bugfix in CSB
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
f03b7cd660
remove nullptr check
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
7e8afcc12f
tests running again
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
93acac02f5
update serialize IF
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
85dbef20b0
improvements for creator API
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
5bb7023ff3
Simple SerializeIF adaptions
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
b485afea57
- Returns serialized or deserialized size
- Returns serialized and deserialized size now
update unittests
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
b11cdf6184
use result instead of retval
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
5355e63711
some more fixes
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
30ba9ab916
completed ZcWriter unittests
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
cb118176a0
test no crc generation
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
1b5fa2a8fa
some more fail tests
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
8f6f0e1d45
set sec header flag and add unit test for it
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
fc3412fa35
do not use TC info for failed TC retrieval
All checks were successful
fsfw/fsfw/pipeline/head This commit looks good
fsfw/fsfw/pipeline/pr-development This commit looks good
da106fd96f
some renaming
All checks were successful
fsfw/fsfw/pipeline/head This commit looks good
6c5bbfa080
Merge branch 'mueller/expand-serialize-if' into mueller/new-object-id-type
Some checks failed
fsfw/fsfw/pipeline/head There was a failure building this commit
c9bec03f00
decoupling
Some checks are pending
fsfw/fsfw/pipeline/head Build started...
fsfw/fsfw/pipeline/pr-development This commit looks good
47e148af8f
Merge branch 'mueller/new-object-id-class' into mueller/cfdp-routers
All checks were successful
fsfw/fsfw/pipeline/head This commit looks good
cd4d92b12c
verify correct key behaviour
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
4a4d23573d
Merge branch 'mueller/new-object-id-class' into mueller/cfdp-routers
All checks were successful
fsfw/fsfw/pipeline/head This commit looks good
f75379fceb
type correction
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
96f092ef75
run auto-formatter
All checks were successful
fsfw/fsfw/pipeline/head This commit looks good
f4beef8c9f
TMTC Routing Refactoring
Some checks failed
fsfw/fsfw/pipeline/head There was a failure building this commit
458fe460eb
1. Make TcDistributor less powerful / more flexible and rename it to TcDistributorBase
2. Require AcceptsTelecommandsIF to have an abstract function returning the name
3. Allows the CCSDS distributor to remove the CCSDS header before rerouting. This is useful
for protocols like CFDP which are CCSDS agnostic.

WIP: Still need to implement the removal of the CCSDS header
applied auto-formatter
Some checks failed
fsfw/fsfw/pipeline/head There was a failure building this commit
4334106ad1
Fixed cmake variable for tests in README.md
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
52ee50ba8c
unittests for TC and CCSDS distributor
All checks were successful
fsfw/fsfw/pipeline/head This commit looks good
fsfw/fsfw/pipeline/pr-development This commit looks good
902a4bfa9c
Update for new recommended build folder and cmake define name
Update 'docs/getting_started.rst'
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
19817bd3a5
Actually, this version still uses old folder names
Reviewed-on: #661
add some more tests for CCSDS distributor
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
a426aef7c7
remove some shadowing warnings
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
b0c479cab9
some re-ordering
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
df690b9628
clean up a few tests
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
60ea9a9a7c
use tags properly
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
cc98512caf
some tests for new var len field
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
29bcaee196
continue new cfdp router
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
b20e8a9679
better names for CFDP components
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
7fb9e14555
better names
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
acf5c2a56d
use distributor instead of router
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
c6a7a0fec8
added stubs for source and dest handler
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
269a3052ca
Merge branch 'development' into mueller/expand-serialize-if
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
cc56b00df3
Merge branch 'development' into mueller/expand-retval-if
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
e6957de166
tweaks for CFDP distributor
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
fdb0cc0e44
add distributor test stub
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
65a47c7c57
some tag replacements
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
43fb6ef5cb
add source and dest test stubs
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
37c60d1dd0
add CFDP unit tests
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
202d9341d8
clean up CFDP stack a bit
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
904abfba28
fix unittests
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
4f1fe39182
test inNull and bool operator
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
06bea2f621
move parsing steps into parse function
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
2f8020baac
clean up header test
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
c832bffdb0
continue CFDP distrib unittests
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
1c0b778848
move some storage manager impl to IF
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
bddf5bded1
- Add StorageManagerMock
basic storage manager mock
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
22e1555f50
use new storage manager mock
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
192956c2c7
fnish CFDP distributor unittests
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
0d26a0f54b
Merge branch 'development' into mueller/refactor-tmtc-stack
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
9796abfc7d
add first fault handler base class
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
7fb906a0ac
fnished fault handler base
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
eccb629ba8
add CFDP fault handler mock
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
dba3f9960e
some bugfixes
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
7f9401cf63
finished fault handler unit tests
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
4ee01e395b
add CFDP user base
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
dce1ebcf65
add user base documentation
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
7a20412305
added some documentation
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
bba2d883b6
some doc updates
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
5bea92d2a4
new filesystem module
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
8c059f8f32
add remote config table provider class
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
d45108e3c2
new cfdp mock folder, added additional cfdp mocks
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
0cb15e901e
added some param structs
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
507c6ddff1
added string LV tests
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
96dfe46e25
added const char* test
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
e45a99143c
completed all indication parameters
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
3e1fd15613
add FS mock and improve HasFilesystemIF
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
28c8248f26
fix duplicate naming error
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
a2e0646ed4
Merge branch 'development' into mueller/cfdp-routers
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
c86adf8e10
this should do the job
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
3df1161560
start host FS impl
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
aca8b53a59
finished host FS impl
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
20eee2c469
continue host fs unittests
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
e796e025b6
basic host FS unittests
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
8aaabc5d73
continued host FS test
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
c12492df03
update cmakelists.txt
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
8b4253bc46
group MGM data in local pool vectors
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
b28c26b288
Merge branch 'development' into mueller/new-object-id-class
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
8efe85cb15
afmt
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
d3cabd8984
Reviewed-on: #663
remove implicit machine endianness variants
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
deeeef553b
Merge branch 'development' into mueller/expand-retval-if
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
3b000d924a
update changelog
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
9d64b96e9a
Merge branch 'development' into mueller/new-object-id-class
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
7ac4f1c64d
Merge branch 'development' into mueller/group-mgm-data
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
71ed95b09a
Reviewed-on: #664
Merge pull request 'Expand SerializeIF' (#656) from mueller/expand-serialize-if into development
All checks were successful
fsfw/fsfw/pipeline/head This commit looks good
57ce5d1f34
Reviewed-on: #656
Merge remote-tracking branch 'origin/development' into mueller/new-object-id-class
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
4a10f76784
Merge remote-tracking branch 'origin/development' into mueller/expand-retval-if
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
94a718ff19
Reviewed-on: #660
Merge remote-tracking branch 'origin/development' into mueller/refactor-tmtc-stack
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
d7ec04bf4b
Merge branch 'mueller/refactor-tmtc-stack' into mueller/cfdp-routers
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
2339c48756
fix unittests
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
9e064fe800
Merge branch 'mueller/refactor-tmtc-stack' into mueller/cfdp-routers
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
e76e109bdb
bump changelog
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
4224c3d009
fix for def cfg
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
7f9269b387
Merge remote-tracking branch 'origin/development' into mueller/expand-retval-if
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
221361eb9c
merge retval refactoring
All checks were successful
fsfw/fsfw/pipeline/head This commit looks good
1037102349
cicd fix
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
fc34d56239
more occurences in comments
All checks were successful
fsfw/fsfw/pipeline/head This commit looks good
fsfw/fsfw/pipeline/pr-development This commit looks good
f63f3fa564
some more occurences
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
d2ac3603a5
renamed returnvalue header
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
217276d50c
flip verif reporter ctor arguments
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
8fd8a37f59
better name for global object
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
875174c4ad
update changelog
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
239d053562
Merge branch 'mueller/refactor-tmtc-stack' into mueller/cfdp-routers
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
2e52d7a31d
host filesystem continued
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
23f514039a
finished host FS unittests
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
12c452e7ce
add fs mock feed function
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
0bb82e0da2
added some more basic tests
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
6930656d4e
a list should do the job
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
11a699c3ce
important bugfix for verif reporter
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
ff6de8e378
Merge branch 'mueller/refactor-tmtc-stack' into mueller/cfdp-routers
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
3b33b429e6
Merge pull request 'returnvalue namespace' (#659) from mueller/expand-retval-if into development
All checks were successful
fsfw/fsfw/pipeline/head This commit looks good
7c59df3f1c
Reviewed-on: #659
Merge branch 'mueller/refactor-tmtc-stack' into mueller/refactor-tmtc-stack-with-retval-refactoring
Some checks failed
fsfw/fsfw/pipeline/head There was a failure building this commit
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
2a4ab0af7b
apply auto-formatter
All checks were successful
fsfw/fsfw/pipeline/head This commit looks good
8c8d1cfa84
apply auto-formatter
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
fsfw/fsfw/pipeline/head There was a failure building this commit
dab1b1d067
Merge remote-tracking branch 'origin/development' into mueller/refactor-tmtc-stack-with-retval-refactoring
Some checks failed
fsfw/fsfw/pipeline/head There was a failure building this commit
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
10f34e5a48
Merge branch 'mueller/refactor-tmtc-stack' into mueller/cfdp-routers
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
52f8c5038b
tests running again
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
ba5c6410d6
Merge branch 'mueller/refactor-tmtc-stack' into mueller/cfdp-routers
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
9e5dddf79c
all retval replacements
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
d12c59c8ac
small changelog update
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
a46d8c34d9
Merge branch 'mueller/refactor-tmtc-stack' into mueller/cfdp-routers
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
95457b1760
continue dest handler
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
9441b4a70e
implemented metadata handler
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
b1bd631322
metadata recvd indication
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
26ea6606bf
some more docs
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
eb29b79467
use const struct ref instead
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
2c730c8632
pass const references to user handler now
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
267466be9d
continued router component
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
81a7c21cd1
improvements for auto-formatter script
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
ff4cbea571
additional safety check
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
fd278e410b
This reverts commit fd278e410b.
Fixing check in Srv 11 Filer
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
6605ffb6b1
Reviewed-on: #666
Reviewed-on: #665
Merge branch 'development' into mueller/refactor-tmtc-stack
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
6bcb208968
remove TODO
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
b499dedd76
default initialization of CDS short struct
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
cb23911ccd
avoid duplicate code
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
2cab73d972
use cfg struct for local pool API
All checks were successful
fsfw/fsfw/pipeline/head This commit looks good
fsfw/fsfw/pipeline/pr-development This commit looks good
9fedd03ed8
better name
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
aea9db75cb
Merge branch 'mueller/refactor-local-pool-api' into mueller/cfdp-routers
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
4a06f11582
move data wrapper
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
a9277622ce
add new data wrapper helper type
Some checks are pending
fsfw/fsfw/pipeline/head Build started...
fsfw/fsfw/pipeline/pr-development This commit looks good
20d42add03
extend data wrapper
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
0f27c7e7e7
data wrapper update
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
c756297e5c
Merge branch 'mueller/data-wrapper' into mueller/refactor-tmtc-stack
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
8e6cee7761
make two helper functions protected
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
9131ca688b
this is annoying
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
64a7fde301
alternative solution
Some checks are pending
fsfw/fsfw/pipeline/head Build started...
fsfw/fsfw/pipeline/pr-development This commit looks good
ab719a3e59
const correct API
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
158007fa7f
new retval for permission errors
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
0de7b66218
small fix which allows sending action reply immediately
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
7345c18b04
bugfix for SP parser
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
28ecd0e5c6
do not cache previous recipient
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
7ae82a5cb4
update header
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
c7f300671f
more simplfications
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
01651f0521
Reviewed-on: #672
Merge branch 'development' into mueller/fixes-tmtc-server-sp-parser
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
67980cb592
Reviewed-on: #671
one small additional precaution
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
2b01e86f9c
Reviewed-on: #670
Reviewed-on: #673
Merge remote-tracking branch 'origin/development' into mueller/refactor-tmtc-stack
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
5c20cc804e
test fix
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
04bff7a522
Merge branch 'mueller/refactor-tmtc-stack' into mueller/refactor-local-pool-api
Some checks are pending
fsfw/fsfw/pipeline/pr-development Build queued...
9202c6c17f
Merge branch 'mueller/refactor-tmtc-stack' into mueller/cfdp-routers
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
935f35a40d
provide a weak print char impl
Some checks are pending
fsfw/fsfw/pipeline/head Build started...
fsfw/fsfw/pipeline/pr-development This commit looks good
ebc02673dd
remove user includes
All checks were successful
fsfw/fsfw/pipeline/head This commit looks good
fsfw/fsfw/pipeline/pr-development This commit looks good
1e85cdadfd
another user-level-include
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
04800df31e
better warning
Some checks are pending
fsfw/fsfw/pipeline/head Build started...
fsfw/fsfw/pipeline/pr-development This commit looks good
80355910ee
afmt
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
db84dcd3ce
delete metadata after processing
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
dc79b7ba00
start file data pdu processing
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
eae75b29e7
continue dest handler impl
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
c90d1c8071
continued dest handler
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
108e7737e2
basic dest handler framework almost complete
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
3147f67fbd
basic impl which allows naked no closure file transfer
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
134d5a1411
stub for creating finished PDU
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
b984128de5
impl finish PDU sending
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
3dfc882226
need an event reporter proxy
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
0dd2b5ddd4
first dest handler unittests
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
d2c4d546c3
- Add new mock class for event reporting proxies
- Add basic setup for unittesting the CFDP destination handler
basic test stubs
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
52802f127b
Reviewed-on: #676
Merge branch 'development' into mueller/provide-weak-print-char
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
26bc80964e
init dest handler unittests
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
5ce1e76723
Some improvements for time stamper API
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
d64ad71529
Merge branch 'development' into mueller/refactor-tmtc-stack
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
ee93f4a4ca
Merge branch 'mueller/refactor-tmtc-stack' into mueller/cfdp-routers
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
fb96250e36
update FSFWCnfig.h
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
b7a1f79d5b
Merge branch 'mueller/refactor-tmtc-stack' of https://egit.irs.uni-stuttgart.de/fsfw/fsfw into mueller/refactor-tmtc-stack
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
b7ed8ff390
explicit include
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
4c3f9feb93
refactor tm helper
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
f5421e9abd
Merge branch 'mueller/refactor-tmtc-stack' into mueller/cfdp-routers
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
a5d1c38b22
comment out check
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
afc48726b9
set buffer expects const pointer now
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
1e395dc402
Merge branch 'mueller/refactor-tmtc-stack' into mueller/cfdp-routers
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
61db018a74
rename const buf setter
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
3583e30ee6
Merge branch 'mueller/refactor-tmtc-stack' into mueller/cfdp-routers
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
ead22c8bd6
rename setBuffer to setConstBuffer
Some checks are pending
fsfw/fsfw/pipeline/head Build started...
fsfw/fsfw/pipeline/pr-development Build started...
16688316a8
Merge branch 'mueller/refactor-serial-buffer-adapter' into mueller/refactor-tmtc-stack
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
80464f2a81
return struct ref instead of code
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
5a3f05fa79
additional filesystem abstractions
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
2e4cdb7366
continue tests
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
7b97c8a182
check that indication was called
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
806ae9b41a
empty file transfer unittest almost done
All checks were successful