Commit Graph

981 Commits

Author SHA1 Message Date
muellerr ee35d04e7b fix test
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-02-28 11:53:39 +01:00
muellerr 0647abc9c6 added new RequestId
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
Rust/sat-rs/pipeline/head There was a failure building this commit
2024-02-28 11:29:08 +01:00
muellerr dca573e8a9 use generic request ID type
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-02-28 11:05:22 +01:00
muellerr 9f82c57a95 actually need to do something with the IDs
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-02-27 16:52:14 +01:00
muellerr a7e614dfb3 it's some sort of reply handler
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-02-27 16:27:36 +01:00
muellerr ff1cac3116 Merge branch 'mode-tree-init' into action-pain
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-02-27 14:54:18 +01:00
muellerr 656229a542 continue the pain 2024-02-27 14:33:14 +01:00
muellerr a47bec7ffe PUS specific action reply 2024-02-27 13:59:54 +01:00
muellerr 300bc660b1 Merge remote-tracking branch 'origin/main' into mode-tree-init
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-02-26 17:28:55 +01:00
muellerr f5acdaeffc this is just REALLY annoying..
Rust/sat-rs/pipeline/head There was a failure building this commit
2024-02-26 17:14:02 +01:00
muellerr 5600aa576c Merge pull request 'use generics for the PUS stack' (#134) from pus-stack-use-generics into main
Rust/sat-rs/pipeline/head This commit looks good
Reviewed-on: #134
2024-02-26 15:46:47 +01:00
muellerr 88793cfa87 add some helper types
Rust/sat-rs/pipeline/head This commit looks good
2024-02-26 15:34:20 +01:00
muellerr 223b637eb8 use generics for the PUS stack
Rust/sat-rs/pipeline/head This commit looks good
2024-02-26 15:18:15 +01:00
muellerr b706dec643 Merge remote-tracking branch 'origin/main' into mode-tree-init
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-02-26 12:09:16 +01:00
muellerr cf9b115e1e Merge pull request 'Refactored Verification Reporter Module' (#132) from refactor-verification-mod into main
Rust/sat-rs/pipeline/head This commit looks good
Reviewed-on: #132
2024-02-26 11:58:57 +01:00
muellerr eea9b11b39 refactored verification reporter
Rust/sat-rs/pipeline/pr-main This commit looks good
- Use generics instead of trait objects where applicable.
2024-02-26 11:41:42 +01:00
muellerr f21ab0017e Merge pull request 'fixed for scheduler' (#133) from scheduler-fixes into main
Rust/sat-rs/pipeline/head This commit looks good
Reviewed-on: #133
2024-02-26 11:15:50 +01:00
muellerr a7ca00317f cargo fmt
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-02-26 11:00:48 +01:00
muellerr 75fda42f4f fixed for scheduler
Rust/sat-rs/pipeline/head There was a failure building this commit
2024-02-26 10:53:33 +01:00
muellerr 07cd370667 cargo fmt
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-02-23 17:45:32 +01:00
muellerr fdcf1146ec fix CI
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-02-23 14:38:22 +01:00
muellerr 2949280c20 Merge remote-tracking branch 'origin/main' into mode-tree-init
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-02-23 14:32:06 +01:00
muellerr faf0f6f6c6 Merge pull request 'refactored event manager' (#131) from refactor-event-man into main
Rust/sat-rs/pipeline/head This commit looks good
Reviewed-on: #131
2024-02-23 14:31:48 +01:00
muellerr a690c7720d Refactored event manager
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-02-23 14:19:30 +01:00
muellerr f088807652 cargo fmt
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-02-23 13:59:15 +01:00
muellerr 0331b04619 this is okay for now
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-02-22 17:45:49 +01:00
muellerr f285095488 move test code to dedicated integration test module 2024-02-22 17:37:18 +01:00
muellerr 508561d791 sync channel now works as well 2024-02-22 17:31:10 +01:00
muellerr a354f8a76c Merge branch 'mode-tree-init' of egit.irs.uni-stuttgart.de:rust/sat-rs into mode-tree-init 2024-02-22 17:20:39 +01:00
muellerr e7c0d33ccb that was hard 2024-02-22 17:19:32 +01:00
muellerr 7967b95553 this is not easy 2024-02-22 15:51:51 +01:00
muellerr 69b441cd39 introducing more generics 2024-02-22 15:36:55 +01:00
muellerr a3bae58ef3 Merge branch 'main' into mode-tree-init
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-02-21 19:17:16 +01:00
muellerr 28523e065f slowly starting to understand this
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-02-21 19:16:25 +01:00
muellerr 0bd492038d lets just push through with one concrete example
Rust/sat-rs/pipeline/head There was a failure building this commit
and work from there
2024-02-21 17:47:15 +01:00
muellerr bfedd9572e as expected, this is hard
Rust/sat-rs/pipeline/head There was a failure building this commit
2024-02-21 15:37:08 +01:00
muellerr b48b5b8caa Merge pull request 'bump example patch version' (#129) from prepare-example-release into main
Rust/sat-rs/pipeline/head This commit looks good
Reviewed-on: #129
satrs-example-v0.1.1
2024-02-21 13:51:49 +01:00
muellerr 238c3a8d43 bump example patch version
Rust/sat-rs/pipeline/head This commit looks good
2024-02-21 11:34:35 +01:00
muellerr de8c0bc13e Merge pull request 'Use released package versions again' (#128) from bump-example into main
Rust/sat-rs/pipeline/head This commit looks good
Reviewed-on: #128
2024-02-21 11:34:07 +01:00
muellerr 012eb82f42 bump example
Rust/sat-rs/pipeline/head This commit looks good
2024-02-21 11:22:16 +01:00
muellerr d26f6cbe27 Merge pull request 'sat-rs v0.2.0-rc.0' (#127) from prepare-satrs-release-candidate into main
Rust/sat-rs/pipeline/head This commit looks good
Reviewed-on: #127
2024-02-21 11:13:05 +01:00
muellerr 82d3215761 changelog
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-02-21 11:08:22 +01:00
muellerr 2b80244636 prepare release candidate
Rust/sat-rs/pipeline/head Build started...
Rust/sat-rs/pipeline/pr-main This commit looks good
satrs-v0.2.0-rc.0
2024-02-21 10:06:58 +01:00
muellerr f1611cd5b8 Merge pull request 'Custom badges' (#125) from try-custom-badges into main
Rust/sat-rs/pipeline/head This commit looks good
Reviewed-on: #125
satrs-mib-v0.1.1
2024-02-20 14:57:10 +01:00
muellerr 808126ee41 better green
Rust/sat-rs/pipeline/head Build queued...
2024-02-20 14:55:52 +01:00
muellerr 05df24447b let's try this
Rust/sat-rs/pipeline/head Build started...
2024-02-20 14:54:58 +01:00
muellerr b229360233 try custom badges
Rust/sat-rs/pipeline/head Build started...
2024-02-20 14:52:01 +01:00
muellerr 52be26829b Merge pull request 'First PUS handler abstractions with request mapping' (#121) from move-some-requests into main
Rust/sat-rs/pipeline/head This commit looks good
Reviewed-on: #121
2024-02-20 14:42:02 +01:00
muellerr ca2c8aa359 update changelog
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-02-20 14:36:34 +01:00
muellerr ba03150178 Added high-level abstraction for some PUS services
Rust/sat-rs/pipeline/pr-main This commit looks good
Introduced high-level abstractions for targetable requests in general.

- PUS Service 3 (HK) abstraction for targetable HK requests
- PUS Service 8 (Action) abstraction for targetable action requests
2024-02-20 14:33:21 +01:00