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

feat: check image checksum #739

Merged
merged 22 commits into from
Feb 8, 2024
Merged

feat: check image checksum #739

merged 22 commits into from
Feb 8, 2024

Commits on Feb 8, 2024

  1. chore: update protobuf

    Signed-off-by: SdgJlbl <sarah.diot-girard@owkin.com>
    SdgJlbl authored and ThibaultFy committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    71769f3 View commit details
    Browse the repository at this point in the history
  2. chore: rename function.function to archive

    Signed-off-by: SdgJlbl <sarah.diot-girard@owkin.com>
    SdgJlbl authored and ThibaultFy committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    e59b11b View commit details
    Browse the repository at this point in the history
  3. feat: send function image checksum to orchestrator

    Signed-off-by: SdgJlbl <sarah.diot-girard@owkin.com>
    SdgJlbl authored and ThibaultFy committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    aeca68c View commit details
    Browse the repository at this point in the history
  4. chore: restore checksum check for image

    Signed-off-by: SdgJlbl <sarah.diot-girard@owkin.com>
    SdgJlbl authored and ThibaultFy committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    32e4b51 View commit details
    Browse the repository at this point in the history
  5. chore: rename API Function function_ fields to archive_

    Signed-off-by: SdgJlbl <sarah.diot-girard@owkin.com>
    SdgJlbl authored and ThibaultFy committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    597dda3 View commit details
    Browse the repository at this point in the history
  6. chore: add function image to ApiFunction

    Signed-off-by: SdgJlbl <sarah.diot-girard@owkin.com>
    SdgJlbl authored and ThibaultFy committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    946f129 View commit details
    Browse the repository at this point in the history
  7. chore: refactor function image download

    Signed-off-by: SdgJlbl <sarah.diot-girard@owkin.com>
    SdgJlbl authored and ThibaultFy committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    c46cc29 View commit details
    Browse the repository at this point in the history
  8. chore: update protobuf for UpdateFunctionParam

    Signed-off-by: SdgJlbl <sarah.diot-girard@owkin.com>
    SdgJlbl authored and ThibaultFy committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    f7bf490 View commit details
    Browse the repository at this point in the history
  9. fix: update properly APIFunction object with built image

    Signed-off-by: SdgJlbl <sarah.diot-girard@owkin.com>
    SdgJlbl authored and ThibaultFy committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    469cba1 View commit details
    Browse the repository at this point in the history
  10. fix: workaround for updating function image URI

    Signed-off-by: SdgJlbl <sarah.diot-girard@owkin.com>
    SdgJlbl authored and ThibaultFy committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    b44426b View commit details
    Browse the repository at this point in the history
  11. fix: workaround for function name

    Signed-off-by: SdgJlbl <sarah.diot-girard@owkin.com>
    SdgJlbl authored and ThibaultFy committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    0c8b3cd View commit details
    Browse the repository at this point in the history
  12. revert fix

    Signed-off-by: SdgJlbl <sarah.diot-girard@owkin.com>
    SdgJlbl authored and ThibaultFy committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    481ef6c View commit details
    Browse the repository at this point in the history
  13. WIP fix Failure report handling when errors during remote function do…

    …wnload
    
    Signed-off-by: SdgJlbl <sarah.diot-girard@owkin.com>
    SdgJlbl authored and ThibaultFy committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    07bec36 View commit details
    Browse the repository at this point in the history
  14. fix: rebase migrations

    Signed-off-by: SdgJlbl <sarah.diot-girard@owkin.com>
    SdgJlbl authored and ThibaultFy committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    27470c2 View commit details
    Browse the repository at this point in the history
  15. fix: linter

    Signed-off-by: SdgJlbl <sarah.diot-girard@owkin.com>
    SdgJlbl authored and ThibaultFy committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    7f30b8a View commit details
    Browse the repository at this point in the history
  16. chore: make proto orc

    Signed-off-by: ThibaultFy <thibault.fouqueray@gmail.com>
    ThibaultFy committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    cd93b41 View commit details
    Browse the repository at this point in the history
  17. test: rename in tests

    Signed-off-by: ThibaultFy <thibault.fouqueray@gmail.com>
    ThibaultFy committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    0738a25 View commit details
    Browse the repository at this point in the history
  18. chore: update from thibault

    Signed-off-by: ThibaultFy <thibault.fouqueray@gmail.com>
    ThibaultFy committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    b089e39 View commit details
    Browse the repository at this point in the history
  19. chore: guilhem review

    Signed-off-by: ThibaultFy <thibault.fouqueray@gmail.com>
    ThibaultFy committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    20dded4 View commit details
    Browse the repository at this point in the history
  20. chore: changelog

    Signed-off-by: ThibaultFy <thibault.fouqueray@gmail.com>
    ThibaultFy committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    efcd12d View commit details
    Browse the repository at this point in the history
  21. chore: use save image task output to update orc function

    Signed-off-by: ThibaultFy <thibault.fouqueray@gmail.com>
    ThibaultFy committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    188d056 View commit details
    Browse the repository at this point in the history
  22. chore: mypy + comment

    Signed-off-by: ThibaultFy <thibault.fouqueray@gmail.com>
    ThibaultFy committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    502503e View commit details
    Browse the repository at this point in the history