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
fsfw/fsfw/pipeline/pr-development This commit looks good
428da017ba
empty file unittest complete
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
ba046cebd9
refactored out generic metadata part
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
94c9800fae
continue basic small file transfer unittest
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
af851165b4
bump catch2 version
Some checks are pending
fsfw/fsfw/pipeline/head Build started...
fsfw/fsfw/pipeline/pr-development Build queued...
07ef9a0ec3
refactor away some duplication
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
67439b4285
start segmentes file unittest
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
aebd401d5b
segmented file transfer working
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
c54caf134a
retval replacement
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
8971eb386e
remove bsp specific code
Some checks failed
fsfw/fsfw/pipeline/head Build started...
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
282704e0fd
update header as well
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
04b619a15c
remove old code
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
770463e618
allow deferred init
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
11a4b27642
some additional tests
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
683cf8a047
some API improvements
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
c87667c03f
sif::buffer: if disabeld do not print
Some checks are pending
fsfw/fsfw/pipeline/head This commit looks good
fsfw/fsfw/pipeline/pr-development Build started...
d52f335455
some more returncodes
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
ec1e07b466
implemented basic PDU forwarding
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
b73754dfd6
helper class OneRemoteConfigProvider
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
34dd478848
Merge branch 'development' into mueller/remove-user-includes
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
6ae709acc3
Reviewed-on: #674
Merge branch 'development' into mohr/enableDisable
Some checks are pending
fsfw/fsfw/pipeline/pr-development Build queued...
6a6aa7fdd6
Reviewed-on: #680
Merge branch 'development' into mueller/refactor-tmtc-stack
Some checks are pending
fsfw/fsfw/pipeline/pr-development Build queued...
a64a04d7fe
Reviewed-on: #675
Reviewed-on: #679
Merge pull request 'bump catch2 version' (#678) from mueller/bump-catch2 into development
All checks were successful
fsfw/fsfw/pipeline/head This commit looks good
278ed36db8
Reviewed-on: #678
Reviewed-on: #677
Reviewed-on: #655
Reviewed-on: #667
update docs release in conf.py
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
3e9b47d3a2
fix misc def config
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
26b3e5a013
Documentation build tools in docker
All checks were successful
fsfw/fsfw/pipeline/head This commit looks good
003a6d00fa
testing Jenkinsfile
Some checks failed
fsfw/fsfw/pipeline/head There was a failure building this commit
92e3ab04f3
testing Jenkinsfile
Some checks failed
fsfw/fsfw/pipeline/head There was a failure building this commit
d79b5348d8
add jenkins user in docker so that ssh will work
Some checks reported errors
fsfw/fsfw/pipeline/head Something is wrong with the build of this commit
8bbde05413
testing Jenkinsfile
Some checks failed
fsfw/fsfw/pipeline/head There was a failure building this commit
ecf51b2913
typo in Dockerfile
All checks were successful
fsfw/fsfw/pipeline/head This commit looks good
9c7248e78e
testing Jenkinsfile
Some checks failed
fsfw/fsfw/pipeline/head There was a failure building this commit
9bd600c488
testing Jenkinsfile
Some checks reported errors
fsfw/fsfw/pipeline/head Something is wrong with the build of this commit
8e835be55f
header include update
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
a1ea671e2f
testing Jenkinsfile
Some checks failed
fsfw/fsfw/pipeline/head There was a failure building this commit
fa5605c959
important bugfix
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
382543fc59
Merge remote-tracking branch 'origin/development' into mueller/cfdp-routers
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
4dadef34fd
fixing scp command
Some checks failed
fsfw/fsfw/pipeline/head There was a failure building this commit
6451a16888
fixing scp command again
All checks were successful
fsfw/fsfw/pipeline/head This commit looks good
24ecf125a3
fixing scp yet again
All checks were successful
fsfw/fsfw/pipeline/head This commit looks good
f34cf9095d
fixing scp yet again again
All checks were successful
fsfw/fsfw/pipeline/head This commit looks good
3257935150
pushing code coverage report to documentation server
All checks were successful
fsfw/fsfw/pipeline/head This commit looks good
21a9d89fb3
reverting to only publish development
All checks were successful
fsfw/fsfw/pipeline/head This commit looks good
af282c7d3e
small fix in README
All checks were successful
fsfw/fsfw/pipeline/head This commit looks good
fsfw/fsfw/pipeline/pr-development This commit looks good
6970068d56
Reviewed-on: #681
add printout capabilities
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
44615c150b
Merge remote-tracking branch 'origin/development' into mueller/cfdp-routers
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
389d804735
fix unittest
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
fsfw/fsfw/pipeline/head This commit looks good
ac7dc55fc1
removed handlers
Some checks are pending
fsfw/fsfw/pipeline/head Build started...
fsfw/fsfw/pipeline/pr-development This commit looks good
3a52454949
update changelog
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
73f1917c81
finished renaming operation
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
2e27a85c95
bump changelog
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
723f8749d4
include correction
Some checks are pending
fsfw/fsfw/pipeline/head Build started...
fsfw/fsfw/pipeline/pr-development This commit looks good
9d626e0a5d
all necessary modifications
Some checks are pending
fsfw/fsfw/pipeline/head Build started...
fsfw/fsfw/pipeline/pr-development This commit looks good
237e29cc59
bump changelog
Some checks are pending
fsfw/fsfw/pipeline/head Build started...
fsfw/fsfw/pipeline/pr-development This commit looks good
b3c0e24611
add link to PR
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
e063b44899
update changelog
Some checks failed
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
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
75ddfdc65d
add missing changelog entry
All checks were successful
fsfw/fsfw/pipeline/head This commit looks good
37390dfc74
add another missing changelog entry
All checks were successful
fsfw/fsfw/pipeline/head This commit looks good
2e310fca8d
another missing changelog entry
All checks were successful
fsfw/fsfw/pipeline/head This commit looks good
655c944c0e
another missing changelog entry
All checks were successful
fsfw/fsfw/pipeline/head This commit looks good
9a181aa6a8
Merge branch 'development' into mueller/service-interface-include-correction
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
6eea711d9f
Merge remote-tracking branch 'origin/development' into mueller/refactor-accepts-tc-tm-if
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
8501477a78
Merge remote-tracking branch 'origin/development' into mueller/local-pool-update
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
1db77753e3
Merge branch 'mueller/local-pool-update' into mueller/cfdp-update-without-handlers
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
97fec909f2
Merge branch 'mueller/refactor-accepts-tc-tm-if' into mueller/cfdp-update-without-handlers
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
36cf59cc8e
added another missing changelog entry
All checks were successful
fsfw/fsfw/pipeline/head This commit looks good
5363868120
another missing changelog entry
All checks were successful
fsfw/fsfw/pipeline/head This commit looks good
8df6d934d7
another missing changelog entry
All checks were successful
fsfw/fsfw/pipeline/head This commit looks good
1a833e2d45
Merge remote-tracking branch 'origin/development' into mueller/local-pool-update
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
4f7f8310c9
Merge branch 'development' into mueller/service-interface-include-correction
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
4002b74ea2
Merge remote-tracking branch 'origin/development' into mueller/refactor-accepts-tc-tm-if
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
83b7b8707c
Merge remote-tracking branch 'origin/development' into mueller/cfdp-update-without-handlers
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
e585c1d84a
better error printout
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
a681a4a797
printout tweak
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
ce7146e468
doc corrections
All checks were successful
fsfw/fsfw/pipeline/head This commit looks good
423a9540ed
Revert "doc corrections"
All checks were successful
fsfw/fsfw/pipeline/head This commit looks good
131e3ff1e3
This reverts commit 423a9540ed.
doc corrections
Some checks are pending
fsfw/fsfw/pipeline/head Build queued...
fsfw/fsfw/pipeline/pr-development This commit looks good
0f027d29d2
update rst file
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
8dea13742f
now that doc server is up, remove markdown files
Some checks are pending
fsfw/fsfw/pipeline/head Build queued...
fsfw/fsfw/pipeline/pr-development Build started...
0042372cb6
markdown update not required, will be removed
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
bcbbc9763a
additional docs
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
954c749de0
unittest which would have caught this
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
2fee2fdff5
refactoring and condition code to strin converter
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
54762232a4
Merge branch 'development' into mueller/cfdp-update-without-handlers
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
67f1cd0b5f
use singular enum names
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
6f8ccf83e7
update changelog
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
72172a972b
Merge branch 'development' into mueller/smaller-tweaks
Some checks are pending
fsfw/fsfw/pipeline/pr-development Build queued...
558550ecb9
added impressum and datenschutz in sphinx documentation
All checks were successful
fsfw/fsfw/pipeline/head This commit looks good
9a2146fa2d
prepared docker for documentation rsync
All checks were successful
fsfw/fsfw/pipeline/head This commit looks good
3b8ca09299
testing deployment of documentation
Some checks reported errors
fsfw/fsfw/pipeline/head Something is wrong with the build of this commit
5488ee715f
testing deployment of both development and master doc
Some checks failed
fsfw/fsfw/pipeline/head There was a failure building this commit
c0000a8635
adding Impressum and Datenschutz to lcov output
Some checks failed
fsfw/fsfw/pipeline/head There was a failure building this commit
33530f2819
forgot epilog file
All checks were successful
fsfw/fsfw/pipeline/head This commit looks good
292fe3e5e4
This reverts commit c0000a8635.
Revert "testing deployment of documentation"
Some checks are pending
fsfw/fsfw/pipeline/head Build started...
fsfw/fsfw/pipeline/pr-development This commit looks good
12d0c23c13
This reverts commit 5488ee715f.
another ci check
Some checks failed
fsfw/fsfw/pipeline/pr-development This commit looks good
fsfw/fsfw/pipeline/head There was a failure building this commit
9e6c1d60e5
another ci check
Some checks failed
fsfw/fsfw/pipeline/head There was a failure building this commit
4f3361eb2b
update to ssh connection to doc server
All checks were successful
fsfw/fsfw/pipeline/head This commit looks good
775d5632de
Merge branch 'development' into mueller/service-interface-include-correction
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
c7b5309dcb
Merge branch 'development' into mueller/local-pool-obj-base-better-warning
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
69f1be263a
Merge pull request 'include correction' (#683) from mueller/service-interface-include-correction into development
Some checks failed
fsfw/fsfw/pipeline/head There was a failure building this commit
30c03c110c
Reviewed-on: #683
add some tests
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
c54d9d7ba6
Merge branch 'development' into mueller/local-pool-obj-base-better-warning
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
9ec397c8b7
Merge branch 'development' into mueller/doc-corrections
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
0bdd780f82
Reviewed-on: #686
Merge branch 'development' into mueller/doc-corrections
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
e6a877f048
Merge branch 'development' into mueller/smaller-tweaks
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
bd64591f30
Merge pull request 'doc corrections' (#687) from mueller/doc-corrections into development
Some checks failed
fsfw/fsfw/pipeline/head There was a failure building this commit
62f638a3d2
Reviewed-on: #687
Merge branch 'development' into mueller/smaller-tweaks
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
95ac53c417
Merge remote-tracking branch 'origin/development' into mueller/cfdp-update-without-handlers
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
fe03da6def
better comment
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
e0c780f21c
DHB bug
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
3de0ae5a48
one last check
Some checks reported errors
fsfw/fsfw/pipeline/head Something is wrong with the build of this commit
7877776e24
Revert "one last check"
All checks were successful
fsfw/fsfw/pipeline/head This commit looks good
8e362a000c
This reverts commit 7877776e24.
done?
All checks were successful
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
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
fsfw/fsfw/pipeline/head This commit looks good
d964fa2107
Reviewed-on: #694
missing retval conv
All checks were successful
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
Some checks are pending
fsfw/fsfw/pipeline/pr-development Build started...
2316728d74
small fix for helper
Some checks are pending
fsfw/fsfw/pipeline/head Build started...
fsfw/fsfw/pipeline/pr-development This commit looks good
448d20f3bd
okay this is correct
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
c283e0c988
hotfix
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
337cb0d6c9
Merge branch 'development' into windows-tweaks-upstream
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
df06064df0
Merge branch 'development' into mueller/smaller-tweaks
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
6b991045f7
Merge pull request 'hotfix' (#699) from eive/fsfw:mueller/dhb-some-more-fixes into development
All checks were successful
fsfw/fsfw/pipeline/head This commit looks good
99101ce2bf
Reviewed-on: #699
Merge branch 'development' into mueller/small-helper-script-fix
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
3e9acf476e
Reviewed-on: #698
Merge branch 'development' into mueller/missing-retval-conversion
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
cd0cb43412
Reviewed-on: #697
Reviewed-on: #693
Merge branch 'development' into mueller/smaller-tweaks
Some checks are pending
fsfw/fsfw/pipeline/pr-development Build started...
518dcdef4b
Reviewed-on: #688
Merge pull request 'Minor API tweak' (#689) from eive/fsfw:mueller/smaller-tweaks into development
All checks were successful
fsfw/fsfw/pipeline/head This commit looks good
d592f1ecbc
Reviewed-on: #689
Merge branch 'development' into mueller/refactor-accepts-tc-tm-if
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
f3e9277e59
Merge branch 'development' into windows-tweaks-upstream
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
3349fc36f8
size check bugfix
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
dd636b186b
Merge branch 'development' into mueller/cfdp-update-without-handlers
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
a8041f220f
this should have the same effect
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
bfe120636c
missing validity check
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
652c31a683
important bugfix for i2c device com IF
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
77b1a85b47
iter not a member anymore, more bugfixes
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
1164c21ddd
bump changelog
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
d8a4675842
Merge branch 'development' into mueller/local-pool-update
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
dd2f42d22b
Reviewed-on: #700
Merge branch 'development' into mueller/local-pool-update
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
73e313c35b
Merge branch 'mueller/local-pool-update' of https://egit.irs.uni-stuttgart.de/fsfw/fsfw into mueller/local-pool-update
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
2df66c9304
Merge branch 'development' into mueller/refactor-accepts-tc-tm-if
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
955579c856
builds
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
d26f230bee
make dtor virtual
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
81a7de2814
Reviewed-on: #684
Merge branch 'development' into windows-tweaks-upstream
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
dc1583c932
defaultconfig did not build anymore
All checks were successful
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
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
c11af63015
Merge remote-tracking branch 'upstream/development' into mueller/local-pool-update-remove-ignore-fault-arg
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
f715b65d6e
missing include
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
bee33526a1
Reviewed-on: #702
Reviewed-on: #703
tweaks
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
c913fe40bf
fix compiler error for fixed array list copy ctor
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
83c2c4825c
this not crash
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
5c84f12440
replace other memcpy
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
16246d6ece
refactoring of serial drivers for linux
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
819a298b19
rename cookie class
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
5b352978c5
smaller include tweaks
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
b6a3c206cc
remove leftover debugging code
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
a9c6c088f2
reenable setup function call
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
83a6f0b5f8
Merge branch 'development' into windows-tweaks-upstream
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
6021d897b8
Merge pull request 'Windows Tweaks' (#691) from eive/fsfw:windows-tweaks-upstream into development
All checks were successful
fsfw/fsfw/pipeline/head This commit looks good
d7e16a67a7
Reviewed-on: #691
remove using declaraction
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
1bea2344f6
Merge branch 'development' into mueller/fixed_array_list_copy_ctor
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
1d084ee22f
Merge remote-tracking branch 'origin/development' into mueller/cfdp-update-without-handlers
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
b48e0fdc0d
Reviewed-on: #704
Merge branch 'development' into mueller/refactor_serial_linux
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
7b0db08962
Reviewed-on: #705
Merge branch 'development' into mueller/local-pool-update-remove-ignore-fault-arg
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
68223869d5
Reviewed-on: #701
Merge remote-tracking branch 'origin/development' into mueller/cfdp-update-without-handlers
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
ab9b6c8c89
updates for storage manager mock
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
72d7c43445
Merge pull request 'CFDP Update' (#682) from mueller/cfdp-update-without-handlers into development
All checks were successful
fsfw/fsfw/pipeline/head This commit looks good
1b8fc2af19
Reviewed-on: #682
move container retvals to namespace
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
c013fcc1f5
SP reader getPacketData is const now
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
2a842666d5
uio able to resolve symlinks now
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
fe3d6bd432
DLE parser
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
9483c2809d
only delete table if not nullptr
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
8fe8d810e9
fix mock
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
d31a5306f0
update changelog
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
cbc8dbcdd4
bump changelog
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
8199b8f359
update changelog
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
f8c07ec9cf
update changelog
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
3bc3da5a8d
update changelog
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
b85ca64690
small fix to allow teardown handling
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
f05295bada
Reviewed-on: #707
Merge branch 'development' into mueller/sp_reader_const_get_data
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
0129783e34
move free call
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
65a5abab49
Merge remote-tracking branch 'upstream/development' into mueller/accepts_tm_if_adaptions
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
dec7db3ae2
this is actually important
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
23d3812fe3
Merge branch 'development' into mueller/uio_mapper_handle_symlinks
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
3b0fed733f
Reviewed-on: #708
Merge branch 'development' into mueller/health_helper_bugfix
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
0958c3a00e
Merge branch 'development' into mueller/uio_mapper_handle_symlinks
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
14c681c93a
Merge branch 'development' into mueller/dle_parser
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
16ffa00155
Merge branch 'development' into mueller/shutdown_for_failed_to_on_transition
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
bf4ca56658
Merge branch 'development' into mueller/accepts_tm_if_adaptions
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
742152b28e
Reviewed-on: #709
Reviewed-on: #710
Reviewed-on: #712
Merge remote-tracking branch 'upstream/development' into mueller/dle_parser
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
50930b41ba
updates for source sequence counter
Some checks are pending
fsfw/fsfw/pipeline/pr-development Build started...
ecde164f68
printout handling improvements
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
d0e322d7e2
vec getter, reset for content
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
b13453f46b
Merge pull request 'DLE parser' (#711) from eive/fsfw:mueller/dle_parser into development
All checks were successful
fsfw/fsfw/pipeline/head This commit looks good
9b798d798e
Reviewed-on: #711
Reviewed-on: #713
Merge branch 'development' into get_cmd_exec_read_buf
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
fc24c9b5d8
Merge branch 'development' into i2c_printout_improvements
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
5557d95994
Reviewed-on: #717
Reviewed-on: #716
make get const
Some checks are pending
fsfw/fsfw/pipeline/pr-development Build queued...
ca80589233
Reviewed-on: #714
update changelog
All checks were successful
fsfw/fsfw/pipeline/head This commit looks good
97c629ad84
typo
All checks were successful
fsfw/fsfw/pipeline/head This commit looks good
fsfw/fsfw/pipeline/pr-development This commit looks good
a4531e4ced
small include improvement
Some checks are pending
fsfw/fsfw/pipeline/pr-development This commit looks good
fsfw/fsfw/pipeline/head Build queued...
d16c5024dc
Reviewed-on: #720
changelog update
All checks were successful
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
All checks were successful
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
Some checks are pending
fsfw/fsfw/pipeline/pr-development Build started...
fe71978467
Merge pull request 'improve srv20 error messages' (#723) from eive/fsfw:srv20_error_msgs into development
All checks were successful
fsfw/fsfw/pipeline/pr-master This commit looks good
cc9e54ea6b
Reviewed-on: #723
gaisser added 3 commits 2023-02-06 16:30:40 +01:00
adding linux ci and fixing problems
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
ba62c28b64
Merge branch 'development' into unittest_fix_semaphore
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
c3d1000cd5
Reviewed-on: #715
mohr added 2 commits 2023-02-09 11:39:56 +01:00
comment tweak to event parser can read everything
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
c8e065a713
Reviewed-on: #732
mohr added 4 commits 2023-02-09 12:15:49 +01:00
bump changelog
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
000df85556
add PR link
All checks were successful
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
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
0a23f2c85a
suppress error if ETL is not found
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
539d7aac9e
Making fetch Catch2 quiet as well.
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
8c712441ab
removed unneeded find_package parameter for etl
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
010509efb4
Merge pull request 'CMakeLists file updates' (#731) from eive/fsfw:cmakelists_update into development
All checks were successful
fsfw/fsfw/pipeline/pr-master This commit looks good
b676040c7c
Reviewed-on: #731
mohr added 3 commits 2023-02-09 15:37:38 +01:00
1000 is a bit much
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
40a9e12416
Merge pull request 'Generic TMTC Bridge Update' (#734) from eive/fsfw:tmtcbridge_tweaks into development
All checks were successful
fsfw/fsfw/pipeline/pr-master This commit looks good
c752b6d143
Reviewed-on: #734
mohr added 6 commits 2023-02-09 15:56:29 +01:00
bump changelog
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
6445debfa1
Merge remote-tracking branch 'upstream/development' into mode_service_fixes
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
a419806a05
Merge branch 'development' into mode_service_fixes
Some checks reported errors
fsfw/fsfw/pipeline/pr-development Something is wrong with the build of this commit
dfb1633f00
more style
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
3a2393885f
Merge pull request 'Mode Service Bugfixes' (#736) from eive/fsfw:mode_service_fixes into development
All checks were successful
fsfw/fsfw/pipeline/pr-master This commit looks good
fa7675897d
Reviewed-on: #736
mohr added 3 commits 2023-02-10 11:08:20 +01:00
CHANGELOG update
All checks were successful
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
All checks were successful
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
Some checks failed
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.
No description provided.