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

Feature/async shadows #57

Merged
merged 26 commits into from
Sep 25, 2024
Merged

Feature/async shadows #57

merged 26 commits into from
Sep 25, 2024

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    0c1103c View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Configuration menu
    Copy the full SHA
    ec10b37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    218ac20 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    adc9d3d View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    e4a745f View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    cff8bee View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    1e414a8 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Fix: Async shadow (#60)

    * fix asyunc shadow
    
    * renaming of handle message and some linting
    
    * shadows error fix and handle delta should wait for connected
    
    * fmt
    KennethKnudsen97 authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    04ac157 View commit details
    Browse the repository at this point in the history
  2. Merge

    MathiasKoch committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    f00e24e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    687290a View commit details
    Browse the repository at this point in the history
  4. Rebase

    MathiasKoch committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    fb8f981 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Fix/async shadow (#61)

    * fix asyunc shadow
    
    * renaming of handle message and some linting
    
    * shadows error fix and handle delta should wait for connected
    
    * fmt
    
    * subscribe to get shadow and do not overwrite desired state
    
    * Get shadow should deserialize patchState
    
    * wait for accepted and rejected for delete and update as well
    KennethKnudsen97 authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    cfe6543 View commit details
    Browse the repository at this point in the history
  2. Make sure OTA job documents can be deserialized with no codesigning p…

    …roperties in the document (#62)
    MathiasKoch authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    c8667e5 View commit details
    Browse the repository at this point in the history
  3. Dont blindly copy serde attrs in ShadowPatch derive, but rather intro…

    …duce patch attr that specifies attrs to copy
    MathiasKoch committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    37469e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e88969 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c311554 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f3827b9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0c787d7 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'feature/async-shadows' of github.com:BlackbirdHQ/rustot…

    … into feature/async-shadows
    KennethKnudsen97 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    2034741 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    a0cbbc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3da5b05 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Bump embedded-mqtt

    MathiasKoch committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    4beaa56 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Fix all tests

    MathiasKoch committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    9d0cd1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ee9d43 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Bump embedded-mqtt

    MathiasKoch committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    8b4a21a View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Enhancement(async): Mutex shadow to borrow as immutable (#63)

    * Use mutex to borrow shadow as immutable
    
    * remove .git in embedded-mqtt dependency
    KennethKnudsen97 authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    e930770 View commit details
    Browse the repository at this point in the history