Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FDP-2359: command handling reboot #39

Merged
merged 58 commits into from
Sep 10, 2024
Merged

FDP-2359: command handling reboot #39

merged 58 commits into from
Sep 10, 2024

Commits on Aug 26, 2024

  1. FDP-2359: Implement handeling of incoming commands

    Signed-off-by: Jasper Kamerling <[email protected]>
    Signed-off-by: Loes Immens <[email protected]>
    jasperkamerling authored and loesimmens committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    2759c6a View commit details
    Browse the repository at this point in the history
  2. FDP-2359: WIP

    Signed-off-by: Jasper Kamerling <[email protected]>
    Signed-off-by: Loes Immens <[email protected]>
    jasperkamerling authored and loesimmens committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    f43444f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e90b3b0 View commit details
    Browse the repository at this point in the history
  4. FDP-2359: unit tests

    Signed-off-by: Loes Immens <[email protected]>
    loesimmens committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    9607959 View commit details
    Browse the repository at this point in the history
  5. FDP-2359: unit test addition

    Signed-off-by: Loes Immens <[email protected]>
    loesimmens committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    eec4c00 View commit details
    Browse the repository at this point in the history
  6. FDP-2359: single command per downlink

    Signed-off-by: Loes Immens <[email protected]>
    loesimmens committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    f29d7ab View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a133d90 View commit details
    Browse the repository at this point in the history
  8. FDP-2359: handle urcs for commands

    Signed-off-by: Loes Immens <[email protected]>
    loesimmens committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    22f67ee View commit details
    Browse the repository at this point in the history
  9. FDP-2359: refactoring class responsibilities

    Signed-off-by: Loes Immens <[email protected]>
    loesimmens committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    d9c79e9 View commit details
    Browse the repository at this point in the history
  10. FDP-2359: formatting

    Signed-off-by: Loes Immens <[email protected]>
    loesimmens committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    3fc85d1 View commit details
    Browse the repository at this point in the history
  11. FDP-2359: more specific command urc handling

    Signed-off-by: Loes Immens <[email protected]>
    loesimmens committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    d81c38c View commit details
    Browse the repository at this point in the history
  12. FDP-2359: fixing existing integration tests

    Signed-off-by: Loes Immens <[email protected]>
    loesimmens committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    0df4aeb View commit details
    Browse the repository at this point in the history
  13. FDP-2359: create command database table

    Signed-off-by: Loes Immens <[email protected]>
    loesimmens committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    fbd760b View commit details
    Browse the repository at this point in the history
  14. FDP-2359: added command integration tests

    Signed-off-by: Loes Immens <[email protected]>
    loesimmens committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    2c873ef View commit details
    Browse the repository at this point in the history
  15. FDP-2359: fix flakiness in integration test

    Signed-off-by: Loes Immens <[email protected]>
    loesimmens committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    85b06d4 View commit details
    Browse the repository at this point in the history
  16. FDP-2359: correct flyway scripts

    Signed-off-by: Loes Immens <[email protected]>
    loesimmens committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    4133476 View commit details
    Browse the repository at this point in the history
  17. FDP-2359: refactoring

    Signed-off-by: Loes Immens <[email protected]>
    loesimmens committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    8dbc12e View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. FDP-2359: Optional refactoring

    Signed-off-by: Loes Immens <[email protected]>
    loesimmens committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    9d6a55b View commit details
    Browse the repository at this point in the history
  2. FDP-2359: spotless apply

    Signed-off-by: Loes Immens <[email protected]>
    loesimmens committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    de48a23 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. FDP-2359: psk commands

    Signed-off-by: Loes Immens <[email protected]>
    loesimmens committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    d5db9ad View commit details
    Browse the repository at this point in the history
  2. FDP-2359: use ? instead of Optional

    Signed-off-by: Loes Immens <[email protected]>
    loesimmens committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    b1bfee2 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. FDP-2359: using mappers

    Signed-off-by: Loes Immens <[email protected]>
    loesimmens committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    0e2f3a9 View commit details
    Browse the repository at this point in the history
  2. FDP-2359: consistent messages in feedback to maki

    Signed-off-by: Loes Immens <[email protected]>
    loesimmens committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    83145f4 View commit details
    Browse the repository at this point in the history
  3. FDP-2359: commands not waiting for each other

    Signed-off-by: Loes Immens <[email protected]>
    loesimmens committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    62fe534 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. FDP-2359: trying to fix unit tests

    Signed-off-by: Loes Immens <[email protected]>
    loesimmens committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    ef83513 View commit details
    Browse the repository at this point in the history
  2. FDP-2359: fixed UrcServiceTest

    Signed-off-by: Loes Immens <[email protected]>
    loesimmens committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    666215e View commit details
    Browse the repository at this point in the history
  3. FDP-2359: fixed existing unit tests

    Signed-off-by: Loes Immens <[email protected]>
    loesimmens committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    7f7e602 View commit details
    Browse the repository at this point in the history
  4. FDP-2359: fixed integration tests

    Signed-off-by: Loes Immens <[email protected]>
    loesimmens committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    01bdfe9 View commit details
    Browse the repository at this point in the history
  5. FDP-2359: spotless apply

    Signed-off-by: Loes Immens <[email protected]>
    loesimmens committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    b345d70 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. FDP-2359: check commands for size

    Signed-off-by: Loes Immens <[email protected]>
    loesimmens committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    46814c6 View commit details
    Browse the repository at this point in the history
  2. FDP-2359: cleaning up

    Signed-off-by: Loes Immens <[email protected]>
    loesimmens committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    371591b View commit details
    Browse the repository at this point in the history
  3. FDP-2359: commandValue can be null in database

    Signed-off-by: Loes Immens <[email protected]>
    loesimmens committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    5162656 View commit details
    Browse the repository at this point in the history
  4. FDP-2359: fix bug and spotless apply

    Signed-off-by: Loes Immens <[email protected]>
    loesimmens committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    bbc032f View commit details
    Browse the repository at this point in the history
  5. FDP-2359: logging

    Signed-off-by: Loes Immens <[email protected]>
    loesimmens committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    090e960 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. FDP-1968: review comments

    Signed-off-by: Loes Immens <[email protected]>
    loesimmens committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    a5d3228 View commit details
    Browse the repository at this point in the history
  2. FDP-1968: add downlink object

    Signed-off-by: Loes Immens <[email protected]>
    loesimmens committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    417c117 View commit details
    Browse the repository at this point in the history
  3. FDP-1968: fix tests

    Signed-off-by: Loes Immens <[email protected]>
    loesimmens committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    e55e448 View commit details
    Browse the repository at this point in the history
  4. FDP-1968: spotless

    Signed-off-by: Loes Immens <[email protected]>
    loesimmens committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    c34f15b View commit details
    Browse the repository at this point in the history
  5. FDP-2359: generate ready key if changeInitialPsk true

    Signed-off-by: Loes Immens <[email protected]>
    loesimmens committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    283d81a View commit details
    Browse the repository at this point in the history
  6. FDP-2359: consistent spelling of cancelled

    Signed-off-by: Loes Immens <[email protected]>
    loesimmens committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    80a16af View commit details
    Browse the repository at this point in the history
  7. FDP-2359: added mapper tests

    Signed-off-by: Loes Immens <[email protected]>
    loesimmens committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    7426bb4 View commit details
    Browse the repository at this point in the history
  8. FDP-2359: some review comments

    Signed-off-by: Loes Immens <[email protected]>
    loesimmens committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    8e993fe View commit details
    Browse the repository at this point in the history
  9. Update application/src/test/kotlin/org/gxf/crestdeviceservice/command…

    …/service/CommandServiceTest.kt
    
    Co-authored-by: Sander van der Heijden <[email protected]>
    Signed-off-by: Loes Immens <[email protected]>
    loesimmens and smvdheijden authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    a7259cc View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. FDP-2359: Rewrote method to redruce cognitive load

    Signed-off-by: Sander Verbruggen <[email protected]>
    sanderv committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    e4451a0 View commit details
    Browse the repository at this point in the history
  2. FDP-2359: review comments

    Signed-off-by: Loes Immens <[email protected]>
    loesimmens committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    fd69e98 View commit details
    Browse the repository at this point in the history
  3. FDP-1968: using Command entities instead of Avro Commands

    Signed-off-by: Loes Immens <[email protected]>
    loesimmens committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    7460919 View commit details
    Browse the repository at this point in the history
  4. FDP-1968: small refactoring

    Signed-off-by: Loes Immens <[email protected]>
    loesimmens committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    060bda5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f98a839 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    91c28eb View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. FDP-2359: fix existing unit tests

    Signed-off-by: Loes Immens <[email protected]>
    loesimmens committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    9debb95 View commit details
    Browse the repository at this point in the history
  2. FDP-2359: fix existing integration tests

    Signed-off-by: Loes Immens <[email protected]>
    loesimmens committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    ee49658 View commit details
    Browse the repository at this point in the history
  3. FDP-2359: split integration tests

    Signed-off-by: Loes Immens <[email protected]>
    loesimmens committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    186764c View commit details
    Browse the repository at this point in the history
  4. FDP-2359: testing git hook

    Signed-off-by: Loes Immens <[email protected]>
    loesimmens committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    a5ce94b View commit details
    Browse the repository at this point in the history
  5. FDP-2359: testing git hook

    Signed-off-by: Loes Immens <[email protected]>
    loesimmens committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    a4bbeb0 View commit details
    Browse the repository at this point in the history
  6. FDP-2359: fixing integration test

    Signed-off-by: Loes Immens <[email protected]>
    loesimmens committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    aec0371 View commit details
    Browse the repository at this point in the history
  7. FDP-2359: Review comment

    Signed-off-by: Sander Verbruggen <[email protected]>
    sanderv committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    9692258 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Update application/src/test/kotlin/org/gxf/crestdeviceservice/command…

    …/consumer/CommandConsumerTest.kt
    
    Co-authored-by: Sander van der Heijden <[email protected]>
    Signed-off-by: Loes Immens <[email protected]>
    loesimmens and smvdheijden authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    9f43b26 View commit details
    Browse the repository at this point in the history
  2. FDP-2359: review comments

    Signed-off-by: Loes Immens <[email protected]>
    loesimmens committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    6d15d87 View commit details
    Browse the repository at this point in the history