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

Implement Confidential message type #99

Merged
merged 10 commits into from
Jun 18, 2024

Commits on May 16, 2024

  1. Problem: A user cannot create a Confidential VM because we don't supp…

    …ort that kind of messages, that have a different schema from Instances and Programs.
    
    Solution: Create a Confidential message schema with concrete fields.
    nesitor committed May 16, 2024
    Configuration menu
    Copy the full SHA
    4aaf12c View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Fix: Removed old implementation and Added new one using a field inste…

    …ad of a new message type.
    Andres D. Molins committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    3ebfc04 View commit details
    Browse the repository at this point in the history
  2. Fix: Solve code quality issues.

    Andres D. Molins committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    20a6e09 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5c1aaa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    44bea47 View commit details
    Browse the repository at this point in the history
  5. Fix: Solve mypy issue on CI.

    nesitor committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    417d070 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    32a3209 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    adccff7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c1c183e View commit details
    Browse the repository at this point in the history
  9. Improve tests

    hoh committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    5220257 View commit details
    Browse the repository at this point in the history