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
fsfw/fsfw/pipeline/head There was a failure building this commit
d7a2eada94
additional ctor for space packet creator
fsfw/fsfw/pipeline/head This commit looks good
0c5f623780
added basic sp creator test
fsfw/fsfw/pipeline/head This commit looks good
3c72a42ce1
hmm this is problematic
fsfw/fsfw/pipeline/head There was a failure building this commit
7e2fdc06cd
update changelog
fsfw/fsfw/pipeline/head There was a failure building this commit
e4d7182d93
Merge remote-tracking branch 'origin/development' into mueller/refactor-tmtc-stack
fsfw/fsfw/pipeline/head There was a failure building this commit
490a80e49f
apply auto-formatter
fsfw/fsfw/pipeline/head This commit looks good
ddf38b65c3
finished creator unittests
fsfw/fsfw/pipeline/head This commit looks good
3d2af203f2
start PUS TC refactoring
fsfw/fsfw/pipeline/head There was a failure building this commit
5fffbd4a90
a lot of refactoring
fsfw/fsfw/pipeline/head There was a failure building this commit
6c636661b6
start refactoring PUS TM handling
fsfw/fsfw/pipeline/head There was a failure building this commit
d80941514f
create new TmSendHelper
fsfw/fsfw/pipeline/head There was a failure building this commit
9860061fc6
switched to new tmtc stack API
fsfw/fsfw/pipeline/head There was a failure building this commit
be35bd53a6
various bugfixes and improvements
fsfw/fsfw/pipeline/head There was a failure building this commit
d8b6cb39ac
some fixes
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
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
23f264096c
added sp reader unittests
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
08e0b0f1a0
fnished PUS TC creator unittests
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
5af3138e81
delete code which is not used anymore
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
61bc867bed
minor changes, virtual dtors added
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
0981ee6f7e
rename namespace
fsfw/fsfw/pipeline/pr-development This commit looks good
affde6bad5
finished basic TC unittests
fsfw/fsfw/pipeline/pr-development This commit looks good
0dfaba81f9
add empty test files
fsfw/fsfw/pipeline/pr-development This commit looks good
bfee4fd90a
verify successfull TM serialization
fsfw/fsfw/pipeline/pr-development This commit looks good
67776241de
added some missing implementations
fsfw/fsfw/pipeline/pr-development This commit looks good
9275ccb79b
APID getter bugfix
fsfw/fsfw/pipeline/pr-development This commit looks good
f28b9ea61b
PUS TM creator tests done
fsfw/fsfw/pipeline/pr-development This commit looks good
cecaec6007
start TM reader unittests
fsfw/fsfw/pipeline/pr-development This commit looks good
2dfbce6174
completed basic test set
fsfw/fsfw/pipeline/pr-development This commit looks good
b350018cad
completed baseline PUS TM unittests
fsfw/fsfw/pipeline/pr-development This commit looks good
cb05329dd9
add basic CCSDS tests
fsfw/fsfw/pipeline/pr-development This commit looks good
133894f4ba
some renaming
fsfw/fsfw/pipeline/pr-development This commit looks good
f0c8fd2688
replace c include
fsfw/fsfw/pipeline/pr-development This commit looks good
4921527022
added base for tm store test
fsfw/fsfw/pipeline/pr-development This commit looks good
63ee88af17
replace some API components with references
fsfw/fsfw/pipeline/pr-development This commit looks good
832367fb30
fixes for Linux OSAL clock
fsfw/fsfw/pipeline/pr-development This commit looks good
4989bd0f02
using uint32_t as store_address requires explicit cast
fsfw/fsfw/pipeline/pr-development This commit looks good
899d021e00
some more ref replacements
fsfw/fsfw/pipeline/pr-development This commit looks good
973d4ee8a5
more ref replacements
fsfw/fsfw/pipeline/pr-development This commit looks good
e2ad37e3e6
use Be instead of Ne, which could be confused
fsfw/fsfw/pipeline/head This commit looks good
fsfw/fsfw/pipeline/pr-development This commit looks good
2a34c831b1
Merge branch 'development' into mueller/expand-serialize-if
fsfw/fsfw/pipeline/pr-development This commit looks good
180210dc38
finished tm store helper tests
fsfw/fsfw/pipeline/pr-development This commit looks good
36e3956efb
set up new internal error reporter mock
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
1a7d7b172b
remove obsolete returns
fsfw/fsfw/pipeline/pr-development This commit looks good
380f1d0206
add [[nodiscard]] and const specifiers
fsfw/fsfw/pipeline/pr-development This commit looks good
f3af88ae40
run afmt
fsfw/fsfw/pipeline/pr-development This commit looks good
f80be9e9fa
Merge remote-tracking branch 'origin/development' into mueller/refactor-tmtc-stack
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
5fd5d488ff
Merge branch 'development' into mueller/expand-serialize-if
fsfw/fsfw/pipeline/pr-development This commit looks good
8f07133e2c
cleaning up message queue mock and subscription API
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
6d0fa36f8a
normal queue sufficient
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
935e135f1c
all tests running again
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
a88f767cca
completed send helper tests
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
586993c081
some more tests using TM send helper
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
c83f75c515
add old api but mark it deprecated
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
7d87274844
fix memory leak
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
6d00fc65c0
this should fix the mmeory leak
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
c12669fe50
maybe this teardown fixes the leak
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
db33f9cc7e
more leaks
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
747243684d
possible double delete
fsfw/fsfw/pipeline/pr-development This commit looks good
e48b6f1432
add new HasReturnvaluesIF features
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
bdf71d4e66
update HasReturnvaluesIF
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
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
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
4ed028000d
added additional TM store and send helper
fsfw/fsfw/pipeline/pr-development This commit looks good
500a5602bd
some more API improvements and replacements
fsfw/fsfw/pipeline/pr-development This commit looks good
f1c37203a4
add new VerificationReporterIF
fsfw/fsfw/pipeline/pr-development This commit looks good
75c824ec80
created PSB mock
fsfw/fsfw/pipeline/pr-development This commit looks good
146a0e3828
removed some obsolete code
fsfw/fsfw/pipeline/pr-development This commit looks good
f14c812aff
adapt PSB so it can be unittested properly
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
d98b79cf5e
default PUS receiver set automatically now
fsfw/fsfw/pipeline/pr-development This commit looks good
1954ce0ea4
test auto-initializers
fsfw/fsfw/pipeline/pr-development This commit looks good
8bf0fb9885
psb unittests almost complete
fsfw/fsfw/pipeline/pr-development This commit looks good
152c01b2ec
PSB unittests complete
fsfw/fsfw/pipeline/pr-development This commit looks good
681738dcc6
Merge branch 'development' into mueller/expand-serialize-if
fsfw/fsfw/pipeline/pr-development This commit looks good
e7d9979078
some printout fixes
fsfw/fsfw/pipeline/pr-development This commit looks good
9eb652e585
example compiles again
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
18ee2ab903
some of the deprecation warnings run amok
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
064b195c75
this gets rid of some warnings
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
86692e202d
add helper methods to disable crc calculation
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
059fb10558
updates for PusDistributor
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
740644f2c8
switch off debugging switches
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
c5ad9b5fa9
pass timeReader to Pus ZC writer
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
f591b9793c
send time stampers properly now
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
234ccdf764
small bugfix
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
0a38d2e22d
afmt
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
356d778743
some more minor fixes
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
4e571e5082
set queue of tm send helper
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
d641d63531
another bugfix in CSB
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
f03b7cd660
remove nullptr check
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
7e8afcc12f
tests running again
fsfw/fsfw/pipeline/pr-development This commit looks good
93acac02f5
update serialize IF
fsfw/fsfw/pipeline/pr-development This commit looks good
85dbef20b0
improvements for creator API
fsfw/fsfw/pipeline/pr-development This commit looks good
5bb7023ff3
Simple SerializeIF adaptions
fsfw/fsfw/pipeline/pr-development This commit looks good
b485afea57
- Returns serialized or deserialized size
- Returns serialized and deserialized size now
update unittests
fsfw/fsfw/pipeline/pr-development This commit looks good
b11cdf6184
use result instead of retval
fsfw/fsfw/pipeline/pr-development This commit looks good
5355e63711
some more fixes
fsfw/fsfw/pipeline/pr-development This commit looks good
30ba9ab916
completed ZcWriter unittests
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
cb118176a0
test no crc generation
fsfw/fsfw/pipeline/pr-development This commit looks good
1b5fa2a8fa
some more fail tests
fsfw/fsfw/pipeline/pr-development This commit looks good
8f6f0e1d45
set sec header flag and add unit test for it
fsfw/fsfw/pipeline/pr-development This commit looks good
fc3412fa35
do not use TC info for failed TC retrieval
fsfw/fsfw/pipeline/head This commit looks good
fsfw/fsfw/pipeline/pr-development This commit looks good
da106fd96f
some renaming
fsfw/fsfw/pipeline/head This commit looks good
6c5bbfa080
Merge branch 'mueller/expand-serialize-if' into mueller/new-object-id-type
fsfw/fsfw/pipeline/head There was a failure building this commit
c9bec03f00
decoupling
fsfw/fsfw/pipeline/head Build started...
fsfw/fsfw/pipeline/pr-development This commit looks good
47e148af8f
verify correct key behaviour
fsfw/fsfw/pipeline/pr-development This commit looks good
4a4d23573d
type correction
fsfw/fsfw/pipeline/pr-development This commit looks good
96f092ef75
run auto-formatter
fsfw/fsfw/pipeline/head This commit looks good
f4beef8c9f
TMTC Routing Refactoring
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
fsfw/fsfw/pipeline/head There was a failure building this commit
4334106ad1
Fixed cmake variable for tests in README.md
fsfw/fsfw/pipeline/pr-development This commit looks good
52ee50ba8c
unittests for TC and CCSDS distributor
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'
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
fsfw/fsfw/pipeline/pr-development This commit looks good
a426aef7c7
remove some shadowing warnings
fsfw/fsfw/pipeline/pr-development This commit looks good
b0c479cab9
some re-ordering
fsfw/fsfw/pipeline/pr-development This commit looks good
df690b9628
clean up a few tests
fsfw/fsfw/pipeline/pr-development This commit looks good
60ea9a9a7c
use tags properly
fsfw/fsfw/pipeline/pr-development This commit looks good
cc98512caf
some tests for new var len field
fsfw/fsfw/pipeline/pr-development This commit looks good
29bcaee196
continue new cfdp router
fsfw/fsfw/pipeline/pr-development This commit looks good
b20e8a9679
better names for CFDP components
fsfw/fsfw/pipeline/pr-development This commit looks good
7fb9e14555
better names
fsfw/fsfw/pipeline/pr-development This commit looks good
acf5c2a56d
use distributor instead of router
fsfw/fsfw/pipeline/pr-development This commit looks good
c6a7a0fec8
added stubs for source and dest handler
fsfw/fsfw/pipeline/pr-development This commit looks good
269a3052ca
Merge branch 'development' into mueller/expand-serialize-if
fsfw/fsfw/pipeline/pr-development This commit looks good
cc56b00df3
Merge branch 'development' into mueller/expand-retval-if
fsfw/fsfw/pipeline/pr-development This commit looks good
e6957de166
tweaks for CFDP distributor
fsfw/fsfw/pipeline/pr-development This commit looks good
fdb0cc0e44
add distributor test stub
fsfw/fsfw/pipeline/pr-development This commit looks good
65a47c7c57
some tag replacements
fsfw/fsfw/pipeline/pr-development This commit looks good
43fb6ef5cb
add source and dest test stubs
fsfw/fsfw/pipeline/pr-development This commit looks good
37c60d1dd0
add CFDP unit tests
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
202d9341d8
clean up CFDP stack a bit
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
904abfba28
fix unittests
fsfw/fsfw/pipeline/pr-development This commit looks good
4f1fe39182
test inNull and bool operator
fsfw/fsfw/pipeline/pr-development This commit looks good
06bea2f621
move parsing steps into parse function
fsfw/fsfw/pipeline/pr-development This commit looks good
2f8020baac
clean up header test
fsfw/fsfw/pipeline/pr-development This commit looks good
c832bffdb0
continue CFDP distrib unittests
fsfw/fsfw/pipeline/pr-development This commit looks good
1c0b778848
move some storage manager impl to IF
fsfw/fsfw/pipeline/pr-development This commit looks good
bddf5bded1
- Add StorageManagerMock
basic storage manager mock
fsfw/fsfw/pipeline/pr-development This commit looks good
22e1555f50
use new storage manager mock
fsfw/fsfw/pipeline/pr-development This commit looks good
192956c2c7
fnish CFDP distributor unittests
fsfw/fsfw/pipeline/pr-development This commit looks good
0d26a0f54b
Merge branch 'development' into mueller/refactor-tmtc-stack
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
9796abfc7d
add first fault handler base class
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
7fb906a0ac
fnished fault handler base
fsfw/fsfw/pipeline/pr-development This commit looks good
eccb629ba8
add CFDP fault handler mock
fsfw/fsfw/pipeline/pr-development This commit looks good
dba3f9960e
some bugfixes
fsfw/fsfw/pipeline/pr-development This commit looks good
7f9401cf63
finished fault handler unit tests
fsfw/fsfw/pipeline/pr-development This commit looks good
4ee01e395b
add CFDP user base
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
dce1ebcf65
add user base documentation
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
7a20412305
added some documentation
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
bba2d883b6
some doc updates
fsfw/fsfw/pipeline/pr-development This commit looks good
5bea92d2a4
new filesystem module
fsfw/fsfw/pipeline/pr-development This commit looks good
8c059f8f32
add remote config table provider class
fsfw/fsfw/pipeline/pr-development This commit looks good
d45108e3c2
new cfdp mock folder, added additional cfdp mocks
fsfw/fsfw/pipeline/pr-development This commit looks good
0cb15e901e
added some param structs
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
507c6ddff1
added string LV tests
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
96dfe46e25
added const char* test
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
e45a99143c
completed all indication parameters
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
3e1fd15613
add FS mock and improve HasFilesystemIF
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
28c8248f26
fix duplicate naming error
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
a2e0646ed4
Merge branch 'development' into mueller/cfdp-routers
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
c86adf8e10
this should do the job
fsfw/fsfw/pipeline/pr-development This commit looks good
3df1161560
start host FS impl
fsfw/fsfw/pipeline/pr-development This commit looks good
aca8b53a59
finished host FS impl
fsfw/fsfw/pipeline/pr-development This commit looks good
20eee2c469
continue host fs unittests
fsfw/fsfw/pipeline/pr-development This commit looks good
e796e025b6
basic host FS unittests
fsfw/fsfw/pipeline/pr-development This commit looks good
8aaabc5d73
continued host FS test
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
c12492df03
update cmakelists.txt
fsfw/fsfw/pipeline/pr-development This commit looks good
8b4253bc46
group MGM data in local pool vectors
fsfw/fsfw/pipeline/pr-development This commit looks good
b28c26b288
Merge branch 'development' into mueller/new-object-id-class
fsfw/fsfw/pipeline/pr-development This commit looks good
8efe85cb15
afmt
fsfw/fsfw/pipeline/pr-development This commit looks good
d3cabd8984
Reviewed-on: #663
remove implicit machine endianness variants
fsfw/fsfw/pipeline/pr-development This commit looks good
deeeef553b
Merge branch 'development' into mueller/expand-retval-if
fsfw/fsfw/pipeline/pr-development This commit looks good
3b000d924a
update changelog
fsfw/fsfw/pipeline/pr-development This commit looks good
9d64b96e9a
Merge branch 'development' into mueller/new-object-id-class
fsfw/fsfw/pipeline/pr-development This commit looks good
7ac4f1c64d
Merge branch 'development' into mueller/group-mgm-data
fsfw/fsfw/pipeline/pr-development This commit looks good
71ed95b09a
Reviewed-on: #664
Reviewed-on: #656
Reviewed-on: #660
Merge remote-tracking branch 'origin/development' into mueller/refactor-tmtc-stack
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
d7ec04bf4b
Merge branch 'mueller/refactor-tmtc-stack' into mueller/cfdp-routers
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
2339c48756
fix unittests
fsfw/fsfw/pipeline/pr-development This commit looks good
9e064fe800
Merge branch 'mueller/refactor-tmtc-stack' into mueller/cfdp-routers
fsfw/fsfw/pipeline/pr-development This commit looks good
e76e109bdb
bump changelog
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
4224c3d009
fix for def cfg
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
7f9269b387
Merge remote-tracking branch 'origin/development' into mueller/expand-retval-if
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
221361eb9c
merge retval refactoring
fsfw/fsfw/pipeline/head This commit looks good
1037102349
cicd fix
fsfw/fsfw/pipeline/pr-development This commit looks good
fc34d56239
more occurences in comments
fsfw/fsfw/pipeline/head This commit looks good
fsfw/fsfw/pipeline/pr-development This commit looks good
f63f3fa564
some more occurences
fsfw/fsfw/pipeline/pr-development This commit looks good
d2ac3603a5
renamed returnvalue header
fsfw/fsfw/pipeline/pr-development This commit looks good
217276d50c
flip verif reporter ctor arguments
fsfw/fsfw/pipeline/pr-development This commit looks good
8fd8a37f59
better name for global object
fsfw/fsfw/pipeline/pr-development This commit looks good
875174c4ad
update changelog
fsfw/fsfw/pipeline/pr-development This commit looks good
239d053562
Merge branch 'mueller/refactor-tmtc-stack' into mueller/cfdp-routers
fsfw/fsfw/pipeline/pr-development This commit looks good
2e52d7a31d
host filesystem continued
fsfw/fsfw/pipeline/pr-development This commit looks good
23f514039a
finished host FS unittests
fsfw/fsfw/pipeline/pr-development This commit looks good
12c452e7ce
add fs mock feed function
fsfw/fsfw/pipeline/pr-development This commit looks good
0bb82e0da2
added some more basic tests
fsfw/fsfw/pipeline/pr-development This commit looks good
6930656d4e
a list should do the job
fsfw/fsfw/pipeline/pr-development This commit looks good
11a699c3ce
important bugfix for verif reporter
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
ff6de8e378
Merge branch 'mueller/refactor-tmtc-stack' into mueller/cfdp-routers
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
3b33b429e6
Reviewed-on: #659
Merge branch 'mueller/refactor-tmtc-stack' into mueller/refactor-tmtc-stack-with-retval-refactoring
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
fsfw/fsfw/pipeline/head This commit looks good
8c8d1cfa84
apply auto-formatter
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
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
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
52f8c5038b
tests running again
fsfw/fsfw/pipeline/pr-development This commit looks good
ba5c6410d6
Merge branch 'mueller/refactor-tmtc-stack' into mueller/cfdp-routers
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
9e5dddf79c
all retval replacements
fsfw/fsfw/pipeline/pr-development This commit looks good
d12c59c8ac
small changelog update
fsfw/fsfw/pipeline/pr-development This commit looks good
a46d8c34d9
Merge branch 'mueller/refactor-tmtc-stack' into mueller/cfdp-routers
fsfw/fsfw/pipeline/pr-development This commit looks good
95457b1760
continue dest handler
fsfw/fsfw/pipeline/pr-development This commit looks good
9441b4a70e
implemented metadata handler
fsfw/fsfw/pipeline/pr-development This commit looks good
b1bd631322
metadata recvd indication
fsfw/fsfw/pipeline/pr-development This commit looks good
26ea6606bf
some more docs
fsfw/fsfw/pipeline/pr-development This commit looks good
eb29b79467
use const struct ref instead
fsfw/fsfw/pipeline/pr-development This commit looks good
2c730c8632
pass const references to user handler now
fsfw/fsfw/pipeline/pr-development This commit looks good
267466be9d
continued router component
fsfw/fsfw/pipeline/pr-development This commit looks good
81a7c21cd1
improvements for auto-formatter script
fsfw/fsfw/pipeline/pr-development This commit looks good
ff4cbea571
additional safety check
fsfw/fsfw/pipeline/pr-development This commit looks good
fd278e410b
This reverts commit fd278e410b.
Fixing check in Srv 11 Filer
fsfw/fsfw/pipeline/pr-development This commit looks good
6605ffb6b1
Reviewed-on: #666
Reviewed-on: #665
Merge branch 'development' into mueller/refactor-tmtc-stack
fsfw/fsfw/pipeline/pr-development This commit looks good
6bcb208968
remove TODO
fsfw/fsfw/pipeline/pr-development This commit looks good
b499dedd76
default initialization of CDS short struct
fsfw/fsfw/pipeline/pr-development This commit looks good
cb23911ccd
avoid duplicate code
fsfw/fsfw/pipeline/pr-development This commit looks good
2cab73d972
use cfg struct for local pool API
fsfw/fsfw/pipeline/head This commit looks good
fsfw/fsfw/pipeline/pr-development This commit looks good
9fedd03ed8
better name
fsfw/fsfw/pipeline/pr-development This commit looks good
aea9db75cb
Merge branch 'mueller/refactor-local-pool-api' into mueller/cfdp-routers
fsfw/fsfw/pipeline/pr-development This commit looks good
4a06f11582
move data wrapper
fsfw/fsfw/pipeline/pr-development This commit looks good
a9277622ce
add new data wrapper helper type
fsfw/fsfw/pipeline/head Build started...
fsfw/fsfw/pipeline/pr-development This commit looks good
20d42add03
extend data wrapper
fsfw/fsfw/pipeline/pr-development This commit looks good
0f27c7e7e7
data wrapper update
fsfw/fsfw/pipeline/pr-development This commit looks good
c756297e5c
Merge branch 'mueller/data-wrapper' into mueller/refactor-tmtc-stack
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
8e6cee7761
make two helper functions protected
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
9131ca688b
this is annoying
fsfw/fsfw/pipeline/pr-development This commit looks good
64a7fde301
alternative solution
fsfw/fsfw/pipeline/head Build started...
fsfw/fsfw/pipeline/pr-development This commit looks good
ab719a3e59
const correct API
fsfw/fsfw/pipeline/pr-development This commit looks good
158007fa7f
new retval for permission errors
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
0de7b66218
small fix which allows sending action reply immediately
fsfw/fsfw/pipeline/pr-development This commit looks good
7345c18b04
bugfix for SP parser
fsfw/fsfw/pipeline/pr-development This commit looks good
28ecd0e5c6
do not cache previous recipient
fsfw/fsfw/pipeline/pr-development This commit looks good
7ae82a5cb4
update header
fsfw/fsfw/pipeline/pr-development This commit looks good
c7f300671f
more simplfications
fsfw/fsfw/pipeline/pr-development This commit looks good
01651f0521
Reviewed-on: #672
Merge branch 'development' into mueller/fixes-tmtc-server-sp-parser
fsfw/fsfw/pipeline/pr-development This commit looks good
67980cb592
Reviewed-on: #671
one small additional precaution
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
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
5c20cc804e
test fix
fsfw/fsfw/pipeline/pr-development This commit looks good
04bff7a522
Merge branch 'mueller/refactor-tmtc-stack' into mueller/cfdp-routers
fsfw/fsfw/pipeline/pr-development This commit looks good
935f35a40d
provide a weak print char impl
fsfw/fsfw/pipeline/head Build started...
fsfw/fsfw/pipeline/pr-development This commit looks good
ebc02673dd
remove user includes
fsfw/fsfw/pipeline/head This commit looks good
fsfw/fsfw/pipeline/pr-development This commit looks good
1e85cdadfd
another user-level-include
fsfw/fsfw/pipeline/pr-development This commit looks good
04800df31e
better warning
fsfw/fsfw/pipeline/head Build started...
fsfw/fsfw/pipeline/pr-development This commit looks good
80355910ee
afmt
fsfw/fsfw/pipeline/pr-development This commit looks good
db84dcd3ce
delete metadata after processing
fsfw/fsfw/pipeline/pr-development This commit looks good
dc79b7ba00
start file data pdu processing
fsfw/fsfw/pipeline/pr-development This commit looks good
eae75b29e7
continue dest handler impl
fsfw/fsfw/pipeline/pr-development This commit looks good
c90d1c8071
continued dest handler
fsfw/fsfw/pipeline/pr-development This commit looks good
108e7737e2
basic dest handler framework almost complete
fsfw/fsfw/pipeline/pr-development This commit looks good
3147f67fbd
basic impl which allows naked no closure file transfer
fsfw/fsfw/pipeline/pr-development This commit looks good
134d5a1411
stub for creating finished PDU
fsfw/fsfw/pipeline/pr-development This commit looks good
b984128de5
impl finish PDU sending
fsfw/fsfw/pipeline/pr-development This commit looks good
3dfc882226
need an event reporter proxy
fsfw/fsfw/pipeline/pr-development This commit looks good
0dd2b5ddd4
first dest handler unittests
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
fsfw/fsfw/pipeline/pr-development This commit looks good
52802f127b
Reviewed-on: #676
Merge branch 'development' into mueller/provide-weak-print-char
fsfw/fsfw/pipeline/pr-development This commit looks good
26bc80964e
init dest handler unittests
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
5ce1e76723
Some improvements for time stamper API
fsfw/fsfw/pipeline/pr-development This commit looks good
d64ad71529
Merge branch 'development' into mueller/refactor-tmtc-stack
fsfw/fsfw/pipeline/pr-development This commit looks good
ee93f4a4ca
Merge branch 'mueller/refactor-tmtc-stack' into mueller/cfdp-routers
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
fb96250e36
update FSFWCnfig.h
fsfw/fsfw/pipeline/pr-development This commit looks good
b7a1f79d5b
explicit include
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
4c3f9feb93
refactor tm helper
fsfw/fsfw/pipeline/pr-development This commit looks good
f5421e9abd
Merge branch 'mueller/refactor-tmtc-stack' into mueller/cfdp-routers
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
a5d1c38b22
comment out check
fsfw/fsfw/pipeline/pr-development This commit looks good
afc48726b9
set buffer expects const pointer now
fsfw/fsfw/pipeline/pr-development This commit looks good
1e395dc402
Merge branch 'mueller/refactor-tmtc-stack' into mueller/cfdp-routers
fsfw/fsfw/pipeline/pr-development This commit looks good
61db018a74
rename const buf setter
fsfw/fsfw/pipeline/pr-development This commit looks good
3583e30ee6
Merge branch 'mueller/refactor-tmtc-stack' into mueller/cfdp-routers
fsfw/fsfw/pipeline/pr-development This commit looks good
ead22c8bd6
rename setBuffer to setConstBuffer
fsfw/fsfw/pipeline/head Build started...
fsfw/fsfw/pipeline/pr-development Build started...
16688316a8
return struct ref instead of code
fsfw/fsfw/pipeline/pr-development This commit looks good
5a3f05fa79
additional filesystem abstractions
fsfw/fsfw/pipeline/pr-development This commit looks good
2e4cdb7366
continue tests
fsfw/fsfw/pipeline/pr-development This commit looks good
7b97c8a182
check that indication was called
fsfw/fsfw/pipeline/pr-development This commit looks good
806ae9b41a
empty file transfer unittest almost done
fsfw/fsfw/pipeline/pr-development This commit looks good
428da017ba
empty file unittest complete
fsfw/fsfw/pipeline/pr-development This commit looks good
ba046cebd9
refactored out generic metadata part
fsfw/fsfw/pipeline/pr-development This commit looks good
94c9800fae
continue basic small file transfer unittest
fsfw/fsfw/pipeline/pr-development This commit looks good
af851165b4
bump catch2 version
fsfw/fsfw/pipeline/head Build started...
fsfw/fsfw/pipeline/pr-development Build queued...
07ef9a0ec3
refactor away some duplication
fsfw/fsfw/pipeline/pr-development This commit looks good
67439b4285
start segmentes file unittest
fsfw/fsfw/pipeline/pr-development This commit looks good
aebd401d5b
segmented file transfer working
fsfw/fsfw/pipeline/pr-development This commit looks good
c54caf134a
retval replacement
fsfw/fsfw/pipeline/pr-development This commit looks good
8971eb386e
remove bsp specific code
fsfw/fsfw/pipeline/head Build started...
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
282704e0fd
update header as well
fsfw/fsfw/pipeline/pr-development This commit looks good
04b619a15c
remove old code
fsfw/fsfw/pipeline/pr-development This commit looks good
770463e618
allow deferred init
fsfw/fsfw/pipeline/pr-development This commit looks good
11a4b27642
some additional tests
fsfw/fsfw/pipeline/pr-development This commit looks good
683cf8a047
some API improvements
fsfw/fsfw/pipeline/pr-development This commit looks good
c87667c03f
sif::buffer: if disabeld do not print
fsfw/fsfw/pipeline/head This commit looks good
fsfw/fsfw/pipeline/pr-development Build started...
d52f335455
some more returncodes
fsfw/fsfw/pipeline/pr-development This commit looks good
ec1e07b466
implemented basic PDU forwarding
fsfw/fsfw/pipeline/pr-development This commit looks good
b73754dfd6
helper class OneRemoteConfigProvider
fsfw/fsfw/pipeline/pr-development This commit looks good
34dd478848
Merge branch 'development' into mueller/remove-user-includes
fsfw/fsfw/pipeline/pr-development This commit looks good
6ae709acc3
Reviewed-on: #674
Merge branch 'development' into mohr/enableDisable
fsfw/fsfw/pipeline/pr-development Build queued...
6a6aa7fdd6
Reviewed-on: #680
Merge branch 'development' into mueller/refactor-tmtc-stack
fsfw/fsfw/pipeline/pr-development Build queued...
a64a04d7fe
Reviewed-on: #675
Reviewed-on: #679
Reviewed-on: #678
Reviewed-on: #677
Reviewed-on: #655
Reviewed-on: #667
update docs release in conf.py
fsfw/fsfw/pipeline/pr-development This commit looks good
3e9b47d3a2
fix misc def config
fsfw/fsfw/pipeline/pr-development This commit looks good
26b3e5a013
Documentation build tools in docker
fsfw/fsfw/pipeline/head This commit looks good
003a6d00fa
testing Jenkinsfile
fsfw/fsfw/pipeline/head There was a failure building this commit
92e3ab04f3
testing Jenkinsfile
fsfw/fsfw/pipeline/head There was a failure building this commit
d79b5348d8
add jenkins user in docker so that ssh will work
fsfw/fsfw/pipeline/head Something is wrong with the build of this commit
8bbde05413
testing Jenkinsfile
fsfw/fsfw/pipeline/head There was a failure building this commit
ecf51b2913
typo in Dockerfile
fsfw/fsfw/pipeline/head This commit looks good
9c7248e78e
testing Jenkinsfile
fsfw/fsfw/pipeline/head There was a failure building this commit
9bd600c488
testing Jenkinsfile
fsfw/fsfw/pipeline/head Something is wrong with the build of this commit
8e835be55f
header include update
fsfw/fsfw/pipeline/pr-development This commit looks good
a1ea671e2f
testing Jenkinsfile
fsfw/fsfw/pipeline/head There was a failure building this commit
fa5605c959
important bugfix
fsfw/fsfw/pipeline/pr-development This commit looks good
382543fc59
fixing scp command
fsfw/fsfw/pipeline/head There was a failure building this commit
6451a16888
fixing scp command again
fsfw/fsfw/pipeline/head This commit looks good
24ecf125a3
fixing scp yet again
fsfw/fsfw/pipeline/head This commit looks good
f34cf9095d
fixing scp yet again again
fsfw/fsfw/pipeline/head This commit looks good
3257935150
pushing code coverage report to documentation server
fsfw/fsfw/pipeline/head This commit looks good
21a9d89fb3
reverting to only publish development
fsfw/fsfw/pipeline/head This commit looks good
af282c7d3e
small fix in README
fsfw/fsfw/pipeline/head This commit looks good
fsfw/fsfw/pipeline/pr-development This commit looks good
6970068d56
Reviewed-on: #681
add printout capabilities
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
44615c150b
Merge remote-tracking branch 'origin/development' into mueller/cfdp-routers
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
389d804735
fix unittest
fsfw/fsfw/pipeline/pr-development This commit looks good
fsfw/fsfw/pipeline/head This commit looks good
ac7dc55fc1
removed handlers
fsfw/fsfw/pipeline/head Build started...
fsfw/fsfw/pipeline/pr-development This commit looks good
3a52454949
update changelog
fsfw/fsfw/pipeline/pr-development This commit looks good
73f1917c81
finished renaming operation
fsfw/fsfw/pipeline/pr-development This commit looks good
2e27a85c95
bump changelog
fsfw/fsfw/pipeline/pr-development This commit looks good
723f8749d4
include correction
fsfw/fsfw/pipeline/head Build started...
fsfw/fsfw/pipeline/pr-development This commit looks good
9d626e0a5d
all necessary modifications
fsfw/fsfw/pipeline/head Build started...
fsfw/fsfw/pipeline/pr-development This commit looks good
237e29cc59
bump changelog
fsfw/fsfw/pipeline/head Build started...
fsfw/fsfw/pipeline/pr-development This commit looks good
b3c0e24611
add link to PR
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
e063b44899
update changelog
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
1efc0d2855
Merge branch 'mueller/refactor-accepts-tc-tm-if' into mueller/cfdp-update-without-handlers
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
75ddfdc65d
add missing changelog entry
fsfw/fsfw/pipeline/head This commit looks good
37390dfc74
add another missing changelog entry
fsfw/fsfw/pipeline/head This commit looks good
2e310fca8d
another missing changelog entry
fsfw/fsfw/pipeline/head This commit looks good
655c944c0e
another missing changelog entry
fsfw/fsfw/pipeline/head This commit looks good
9a181aa6a8
Merge remote-tracking branch 'origin/development' into mueller/refactor-accepts-tc-tm-if
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
8501477a78
Merge remote-tracking branch 'origin/development' into mueller/local-pool-update
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
1db77753e3
Merge branch 'mueller/refactor-accepts-tc-tm-if' into mueller/cfdp-update-without-handlers
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
36cf59cc8e
added another missing changelog entry
fsfw/fsfw/pipeline/head This commit looks good
5363868120
another missing changelog entry
fsfw/fsfw/pipeline/head This commit looks good
8df6d934d7
another missing changelog entry
fsfw/fsfw/pipeline/head This commit looks good
1a833e2d45
better error printout
fsfw/fsfw/pipeline/pr-development This commit looks good
a681a4a797
printout tweak
fsfw/fsfw/pipeline/pr-development This commit looks good
ce7146e468
doc corrections
fsfw/fsfw/pipeline/head This commit looks good
423a9540ed
Revert "doc corrections"
fsfw/fsfw/pipeline/head This commit looks good
131e3ff1e3
This reverts commit 423a9540ed.
doc corrections
fsfw/fsfw/pipeline/head Build queued...
fsfw/fsfw/pipeline/pr-development This commit looks good
0f027d29d2
update rst file
fsfw/fsfw/pipeline/pr-development This commit looks good
8dea13742f
now that doc server is up, remove markdown files
fsfw/fsfw/pipeline/head Build queued...
fsfw/fsfw/pipeline/pr-development Build started...
0042372cb6
markdown update not required, will be removed
fsfw/fsfw/pipeline/pr-development This commit looks good
bcbbc9763a
additional docs
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
954c749de0
unittest which would have caught this
fsfw/fsfw/pipeline/pr-development This commit looks good
2fee2fdff5
refactoring and condition code to strin converter
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
54762232a4
Merge branch 'development' into mueller/cfdp-update-without-handlers
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
67f1cd0b5f
use singular enum names
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
6f8ccf83e7
update changelog
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
72172a972b
Merge branch 'development' into mueller/smaller-tweaks
fsfw/fsfw/pipeline/pr-development Build queued...
558550ecb9
added impressum and datenschutz in sphinx documentation
fsfw/fsfw/pipeline/head This commit looks good
9a2146fa2d
prepared docker for documentation rsync
fsfw/fsfw/pipeline/head This commit looks good
3b8ca09299
testing deployment of documentation
fsfw/fsfw/pipeline/head Something is wrong with the build of this commit
5488ee715f
testing deployment of both development and master doc
fsfw/fsfw/pipeline/head There was a failure building this commit
c0000a8635
adding Impressum and Datenschutz to lcov output
fsfw/fsfw/pipeline/head There was a failure building this commit
33530f2819
forgot epilog file
fsfw/fsfw/pipeline/head This commit looks good
292fe3e5e4
This reverts commit c0000a8635.
Revert "testing deployment of documentation"
fsfw/fsfw/pipeline/head Build started...
fsfw/fsfw/pipeline/pr-development This commit looks good
12d0c23c13
This reverts commit 5488ee715f.
another ci check
fsfw/fsfw/pipeline/pr-development This commit looks good
fsfw/fsfw/pipeline/head There was a failure building this commit
9e6c1d60e5
another ci check
fsfw/fsfw/pipeline/head There was a failure building this commit
4f3361eb2b
update to ssh connection to doc server
fsfw/fsfw/pipeline/head This commit looks good
775d5632de
Reviewed-on: #683
add some tests
fsfw/fsfw/pipeline/pr-development This commit looks good
c54d9d7ba6
Merge branch 'development' into mueller/doc-corrections
fsfw/fsfw/pipeline/pr-development This commit looks good
0bdd780f82
Reviewed-on: #686
Merge branch 'development' into mueller/doc-corrections
fsfw/fsfw/pipeline/pr-development This commit looks good
e6a877f048
Merge branch 'development' into mueller/smaller-tweaks
fsfw/fsfw/pipeline/pr-development This commit looks good
bd64591f30
Merge pull request 'doc corrections' (#687) from mueller/doc-corrections into development
fsfw/fsfw/pipeline/head There was a failure building this commit
62f638a3d2
Reviewed-on: #687
Merge branch 'development' into mueller/smaller-tweaks
fsfw/fsfw/pipeline/pr-development This commit looks good
95ac53c417
better comment
fsfw/fsfw/pipeline/pr-development This commit looks good
e0c780f21c
DHB bug
fsfw/fsfw/pipeline/pr-development This commit looks good
3de0ae5a48
one last check
fsfw/fsfw/pipeline/head Something is wrong with the build of this commit
7877776e24
Revert "one last check"
fsfw/fsfw/pipeline/head This commit looks good
8e362a000c
This reverts commit 7877776e24.
done?
fsfw/fsfw/pipeline/head This commit looks good
fsfw/fsfw/pipeline/pr-development This commit looks good
7b5ae6a445
Merge branch 'development' into mohr/documentation_ci
fsfw/fsfw/pipeline/pr-development This commit looks good
fsfw/fsfw/pipeline/head This commit looks good
d964fa2107
Reviewed-on: #694
missing retval conv
fsfw/fsfw/pipeline/head This commit looks good
fsfw/fsfw/pipeline/pr-development This commit looks good
6f562e5f3e
Merge branch 'development' into mueller/dhb-countdown-bug
fsfw/fsfw/pipeline/pr-development Build started...
2316728d74
small fix for helper
fsfw/fsfw/pipeline/head Build started...
fsfw/fsfw/pipeline/pr-development This commit looks good
448d20f3bd
okay this is correct
fsfw/fsfw/pipeline/pr-development This commit looks good
c283e0c988
hotfix
fsfw/fsfw/pipeline/pr-development This commit looks good
337cb0d6c9
Merge branch 'development' into windows-tweaks-upstream
fsfw/fsfw/pipeline/pr-development This commit looks good
df06064df0
Merge branch 'development' into mueller/smaller-tweaks
fsfw/fsfw/pipeline/pr-development This commit looks good
6b991045f7
Reviewed-on: #699
Merge branch 'development' into mueller/small-helper-script-fix
fsfw/fsfw/pipeline/pr-development This commit looks good
3e9acf476e
Reviewed-on: #698
Merge branch 'development' into mueller/missing-retval-conversion
fsfw/fsfw/pipeline/pr-development This commit looks good
cd0cb43412
Reviewed-on: #697
Reviewed-on: #693
Merge branch 'development' into mueller/smaller-tweaks
fsfw/fsfw/pipeline/pr-development Build started...
518dcdef4b
Reviewed-on: #688
Reviewed-on: #689
Merge branch 'development' into mueller/refactor-accepts-tc-tm-if
fsfw/fsfw/pipeline/pr-development This commit looks good
f3e9277e59
Merge branch 'development' into windows-tweaks-upstream
fsfw/fsfw/pipeline/pr-development This commit looks good
3349fc36f8
size check bugfix
fsfw/fsfw/pipeline/pr-development This commit looks good
dd636b186b
Merge branch 'development' into mueller/cfdp-update-without-handlers
fsfw/fsfw/pipeline/pr-development This commit looks good
a8041f220f
this should have the same effect
fsfw/fsfw/pipeline/pr-development This commit looks good
bfe120636c
missing validity check
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
652c31a683
important bugfix for i2c device com IF
fsfw/fsfw/pipeline/pr-development This commit looks good
77b1a85b47
iter not a member anymore, more bugfixes
fsfw/fsfw/pipeline/pr-development This commit looks good
1164c21ddd
bump changelog
fsfw/fsfw/pipeline/pr-development This commit looks good
d8a4675842
Merge branch 'development' into mueller/local-pool-update
fsfw/fsfw/pipeline/pr-development This commit looks good
dd2f42d22b
Reviewed-on: #700
Merge branch 'development' into mueller/local-pool-update
fsfw/fsfw/pipeline/pr-development This commit looks good
73e313c35b
Merge branch 'development' into mueller/refactor-accepts-tc-tm-if
fsfw/fsfw/pipeline/pr-development This commit looks good
955579c856
builds
fsfw/fsfw/pipeline/pr-development This commit looks good
d26f230bee
make dtor virtual
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
81a7de2814
Reviewed-on: #684
Merge branch 'development' into windows-tweaks-upstream
fsfw/fsfw/pipeline/pr-development This commit looks good
dc1583c932
defaultconfig did not build anymore
fsfw/fsfw/pipeline/head This commit looks good
fsfw/fsfw/pipeline/pr-development This commit looks good
11a22577be
Merge remote-tracking branch 'origin/development' into mueller/cfdp-update-without-handlers
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
c11af63015
missing include
fsfw/fsfw/pipeline/pr-development This commit looks good
bee33526a1
Reviewed-on: #702
Reviewed-on: #703
tweaks
fsfw/fsfw/pipeline/pr-development This commit looks good
c913fe40bf
fix compiler error for fixed array list copy ctor
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
83c2c4825c
this not crash
fsfw/fsfw/pipeline/pr-development This commit looks good
5c84f12440
replace other memcpy
fsfw/fsfw/pipeline/pr-development This commit looks good
16246d6ece
refactoring of serial drivers for linux
fsfw/fsfw/pipeline/pr-development This commit looks good
819a298b19
rename cookie class
fsfw/fsfw/pipeline/pr-development This commit looks good
5b352978c5
smaller include tweaks
fsfw/fsfw/pipeline/pr-development This commit looks good
b6a3c206cc
remove leftover debugging code
fsfw/fsfw/pipeline/pr-development This commit looks good
a9c6c088f2
reenable setup function call
fsfw/fsfw/pipeline/pr-development This commit looks good
83a6f0b5f8
Merge branch 'development' into windows-tweaks-upstream
fsfw/fsfw/pipeline/pr-development This commit looks good
6021d897b8
Reviewed-on: #691
remove using declaraction
fsfw/fsfw/pipeline/pr-development This commit looks good
1bea2344f6
Merge branch 'development' into mueller/fixed_array_list_copy_ctor
fsfw/fsfw/pipeline/pr-development This commit looks good
1d084ee22f
Merge remote-tracking branch 'origin/development' into mueller/cfdp-update-without-handlers
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
b48e0fdc0d
Reviewed-on: #704
Merge branch 'development' into mueller/refactor_serial_linux
fsfw/fsfw/pipeline/pr-development This commit looks good
7b0db08962
Reviewed-on: #705
Reviewed-on: #701
Merge remote-tracking branch 'origin/development' into mueller/cfdp-update-without-handlers
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
ab9b6c8c89
updates for storage manager mock
fsfw/fsfw/pipeline/pr-development This commit looks good
72d7c43445
Reviewed-on: #682
move container retvals to namespace
fsfw/fsfw/pipeline/pr-development This commit looks good
c013fcc1f5
SP reader getPacketData is const now
fsfw/fsfw/pipeline/pr-development This commit looks good
2a842666d5
uio able to resolve symlinks now
fsfw/fsfw/pipeline/pr-development This commit looks good
fe3d6bd432
DLE parser
fsfw/fsfw/pipeline/pr-development This commit looks good
9483c2809d
only delete table if not nullptr
fsfw/fsfw/pipeline/pr-development This commit looks good
8fe8d810e9
fix mock
fsfw/fsfw/pipeline/pr-development This commit looks good
d31a5306f0
update changelog
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
cbc8dbcdd4
bump changelog
fsfw/fsfw/pipeline/pr-development This commit looks good
8199b8f359
update changelog
fsfw/fsfw/pipeline/pr-development This commit looks good
f8c07ec9cf
update changelog
fsfw/fsfw/pipeline/pr-development This commit looks good
3bc3da5a8d
update changelog
fsfw/fsfw/pipeline/pr-development This commit looks good
b85ca64690
small fix to allow teardown handling
fsfw/fsfw/pipeline/pr-development This commit looks good
f05295bada
Reviewed-on: #707
Merge branch 'development' into mueller/sp_reader_const_get_data
fsfw/fsfw/pipeline/pr-development This commit looks good
0129783e34
move free call
fsfw/fsfw/pipeline/pr-development This commit looks good
65a5abab49
this is actually important
fsfw/fsfw/pipeline/pr-development This commit looks good
23d3812fe3
Merge branch 'development' into mueller/uio_mapper_handle_symlinks
fsfw/fsfw/pipeline/pr-development This commit looks good
3b0fed733f
Reviewed-on: #708
Merge branch 'development' into mueller/health_helper_bugfix
fsfw/fsfw/pipeline/pr-development This commit looks good
0958c3a00e
Merge branch 'development' into mueller/uio_mapper_handle_symlinks
fsfw/fsfw/pipeline/pr-development This commit looks good
14c681c93a
Merge branch 'development' into mueller/dle_parser
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
16ffa00155
Merge branch 'development' into mueller/accepts_tm_if_adaptions
fsfw/fsfw/pipeline/pr-development This commit looks good
742152b28e
Reviewed-on: #709
Reviewed-on: #710
Reviewed-on: #712
updates for source sequence counter
fsfw/fsfw/pipeline/pr-development Build started...
ecde164f68
printout handling improvements
fsfw/fsfw/pipeline/pr-development This commit looks good
d0e322d7e2
vec getter, reset for content
fsfw/fsfw/pipeline/pr-development This commit looks good
b13453f46b
Reviewed-on: #711
Reviewed-on: #713
Merge branch 'development' into get_cmd_exec_read_buf
fsfw/fsfw/pipeline/pr-development This commit looks good
fc24c9b5d8
Merge branch 'development' into i2c_printout_improvements
fsfw/fsfw/pipeline/pr-development This commit looks good
5557d95994
Reviewed-on: #717
Reviewed-on: #716
make get const
fsfw/fsfw/pipeline/pr-development Build queued...
ca80589233
Reviewed-on: #714
update changelog
fsfw/fsfw/pipeline/head This commit looks good
97c629ad84
typo
fsfw/fsfw/pipeline/head This commit looks good
fsfw/fsfw/pipeline/pr-development This commit looks good
a4531e4ced
small include improvement
fsfw/fsfw/pipeline/pr-development This commit looks good
fsfw/fsfw/pipeline/head Build queued...
d16c5024dc
Reviewed-on: #720
changelog update
fsfw/fsfw/pipeline/pr-development This commit looks good
0f811777a7
Merge pull request 'Bugfix PUS packet creators Sequence flags' (#727) from eive/fsfw:bugfix_pus_packets_seq_flags into development
fsfw/fsfw/pipeline/head This commit looks good
fsfw/fsfw/pipeline/pr-master This commit looks good
e300490b93
Reviewed-on: #727
gaisser added 2 commits 2023-02-06 14:37:28 +01:00
improve srv20 error messages
fsfw/fsfw/pipeline/pr-development Build started...
fe71978467
Reviewed-on: #723
gaisser added 3 commits 2023-02-06 16:30:40 +01:00
mohr added 2 commits 2023-02-09 11:39:56 +01:00
mohr added 4 commits 2023-02-09 12:15:49 +01:00
bump changelog
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
000df85556
add PR link
fsfw/fsfw/pipeline/pr-development This commit looks good
f1b0ca7cff
Reviewed-on: #737
mohr added 5 commits 2023-02-09 15:29:51 +01:00
correction for printout, add prefix
fsfw/fsfw/pipeline/pr-development This commit looks good
0a23f2c85a
suppress error if ETL is not found
fsfw/fsfw/pipeline/pr-development This commit looks good
539d7aac9e
Making fetch Catch2 quiet as well.
fsfw/fsfw/pipeline/pr-development This commit looks good
8c712441ab
removed unneeded find_package parameter for etl
fsfw/fsfw/pipeline/pr-development This commit looks good
010509efb4
Reviewed-on: #731
mohr added 3 commits 2023-02-09 15:37:38 +01:00
1000 is a bit much
fsfw/fsfw/pipeline/pr-development This commit looks good
40a9e12416
Reviewed-on: #734
mohr added 6 commits 2023-02-09 15:56:29 +01:00
bump changelog
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
6445debfa1
Merge remote-tracking branch 'upstream/development' into mode_service_fixes
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
a419806a05
Merge branch 'development' into mode_service_fixes
fsfw/fsfw/pipeline/pr-development Something is wrong with the build of this commit
dfb1633f00
more style
fsfw/fsfw/pipeline/pr-development This commit looks good
3a2393885f
Reviewed-on: #736
mohr added 3 commits 2023-02-10 11:08:20 +01:00
CHANGELOG update
fsfw/fsfw/pipeline/pr-master This commit looks good
3562bf11b9
mohr added 2 commits 2023-02-20 13:40:57 +01:00
add allowed subservice
fsfw/fsfw/pipeline/pr-development This commit looks good
94e5f62331
Reviewed-on: #739
mohr added 1 commit 2023-02-23 13:38:20 +01:00
Version bump, CHANGELOG update, format
fsfw/fsfw/pipeline/pr-master This commit looks good
fsfw/fsfw/pipeline/head There was a failure building this commit
dc7afc5415
mohr merged commit e73b9ff72c into master 2023-02-23 13:42:49 +01:00
Sign in to join this conversation.