12 Commits

Author SHA1 Message Date
309d0101a0
this might finally work..
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-03-21 13:06:46 +01:00
d5e61090fe its not getting easier..
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-03-20 16:35:55 +01:00
485788adbd reduce the number of generics on request handler
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-03-15 13:58:43 +01:00
5f22a067a5
we need to constrain somewhere..
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-03-14 16:37:34 +01:00
e7cec1d333
continue with reply handler unittesting
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-03-11 12:35:56 +01:00
dbd97c0df6
add more tests
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-03-01 10:23:29 +01:00
7bbbab56d5
more layering improvements
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-02-28 17:20:51 +01:00
0451bbc124
some import fixes
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-02-28 16:16:45 +01:00
0911677a3a
re-introduce layering
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-02-28 16:15:03 +01:00
bfedd9572e as expected, this is hard
Some checks failed
Rust/sat-rs/pipeline/head There was a failure building this commit
2024-02-21 15:37:08 +01:00
ba03150178 Added high-level abstraction for some PUS services
All checks were successful
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
de4e6183b3 Re-structure sat-rs
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good
- Add new shared subcrate satrs-shared to split off some shared
  components not expected to change very often.
- Renmame `satrs-core` to `satrs`. It is expected that sat-rs will remain
  the primary crate, so the core information is superfluous, and core also
  implies stability, which will not be the case for some time.
2024-02-12 15:51:37 +01:00