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

Add support for device dehydration v2 #12316

Merged
merged 22 commits into from
Apr 15, 2024
Merged

Commits on Feb 16, 2024

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

Commits on Feb 23, 2024

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

Commits on Mar 5, 2024

  1. some fixes

    uhoreg committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    bef714c View commit details
    Browse the repository at this point in the history
  2. schedule dehydration

    uhoreg committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    bdff188 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b79b6e View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

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

Commits on Mar 16, 2024

  1. some UI tweaks

    uhoreg committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    685926d View commit details
    Browse the repository at this point in the history
  2. reorder strings

    uhoreg committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    91a8d81 View commit details
    Browse the repository at this point in the history
  3. lint

    uhoreg committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    861ab63 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    a325e3f View commit details
    Browse the repository at this point in the history
  2. remove statement for testing

    uhoreg committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    b0b0662 View commit details
    Browse the repository at this point in the history
  3. add playwright test

    uhoreg committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    aeac5c7 View commit details
    Browse the repository at this point in the history
  4. lint and fix broken test

    uhoreg committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    18da268 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

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

Commits on Apr 10, 2024

  1. update to new dehydration API

    uhoreg committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    1269c76 View commit details
    Browse the repository at this point in the history
  2. some fixes from review

    uhoreg committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    8ff1e8c View commit details
    Browse the repository at this point in the history
  3. try to fix test error

    uhoreg committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    93da280 View commit details
    Browse the repository at this point in the history
  4. remove unneeded debug line

    uhoreg committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    b456185 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. apply changes from review

    uhoreg committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    ac6bb3a View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. add Jest tests

    uhoreg committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    3d51646 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. fix typo

    Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
    uhoreg and richvdh committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    a974159 View commit details
    Browse the repository at this point in the history
  2. don't need Object.assign

    Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
    uhoreg and richvdh committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    e1a19d9 View commit details
    Browse the repository at this point in the history