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

[Core] Admin policy enforcement plugin #3966

Merged
merged 67 commits into from
Sep 24, 2024
Merged

[Core] Admin policy enforcement plugin #3966

merged 67 commits into from
Sep 24, 2024

Commits on Sep 19, 2024

  1. support policy hook

    Michaelvll committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    cb28b8d View commit details
    Browse the repository at this point in the history
  2. test task labels

    Michaelvll committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    b64efa0 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

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

    Michaelvll committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    54c93ea View commit details
    Browse the repository at this point in the history
  3. format

    Michaelvll committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    1d1c500 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a0bdb2c View commit details
    Browse the repository at this point in the history
  5. Add config.rst

    Michaelvll committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    543e66a View commit details
    Browse the repository at this point in the history
  6. Fix test

    Michaelvll committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    520a2a1 View commit details
    Browse the repository at this point in the history
  7. fix config rst

    Michaelvll committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    b533351 View commit details
    Browse the repository at this point in the history
  8. Apply policy to service

    Michaelvll committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    466f7fe View commit details
    Browse the repository at this point in the history
  9. add policy for serving

    Michaelvll committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    050dc7a View commit details
    Browse the repository at this point in the history
  10. Add docs

    Michaelvll committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    31e0174 View commit details
    Browse the repository at this point in the history
  11. fix

    Michaelvll committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    0c74f2a View commit details
    Browse the repository at this point in the history
  12. format

    Michaelvll committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    48a6cc9 View commit details
    Browse the repository at this point in the history
  13. Update interface

    Michaelvll committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    1ca5a8a View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. fix

    Michaelvll committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    14b2346 View commit details
    Browse the repository at this point in the history
  2. Fix

    Michaelvll committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    cb39c73 View commit details
    Browse the repository at this point in the history
  3. fix

    Michaelvll committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    1e3ddef View commit details
    Browse the repository at this point in the history
  4. Fix test config

    Michaelvll committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    aa87df7 View commit details
    Browse the repository at this point in the history
  5. Fix mutated config

    Michaelvll committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    28487a4 View commit details
    Browse the repository at this point in the history
  6. fix

    Michaelvll committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    d1f0480 View commit details
    Browse the repository at this point in the history
  7. Add policy doc

    Michaelvll committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    f42ace5 View commit details
    Browse the repository at this point in the history
  8. rename

    Michaelvll committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    c04f3dc View commit details
    Browse the repository at this point in the history
  9. minor

    Michaelvll committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    58f413c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    52053bd View commit details
    Browse the repository at this point in the history
  11. fix mypy

    Michaelvll committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    4a4f682 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. format

    Michaelvll committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    a8d1c44 View commit details
    Browse the repository at this point in the history
  2. rejected message

    Michaelvll committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    6c73d81 View commit details
    Browse the repository at this point in the history
  3. format

    Michaelvll committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    247c0b8 View commit details
    Browse the repository at this point in the history
  4. Update sky/utils/policy_utils.py

    Co-authored-by: Zongheng Yang <zongheng.y@gmail.com>
    Michaelvll and concretevitamin authored Sep 22, 2024
    Configuration menu
    Copy the full SHA
    f8a5a64 View commit details
    Browse the repository at this point in the history
  5. Update sky/utils/policy_utils.py

    Co-authored-by: Zongheng Yang <zongheng.y@gmail.com>
    Michaelvll and concretevitamin authored Sep 22, 2024
    Configuration menu
    Copy the full SHA
    73a4581 View commit details
    Browse the repository at this point in the history
  6. Fix

    Michaelvll committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    d78a822 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8cc963c View commit details
    Browse the repository at this point in the history
  8. Update examples/admin_policy/example_policy/example_policy/__init__.py

    Co-authored-by: Zongheng Yang <zongheng.y@gmail.com>
    Michaelvll and concretevitamin authored Sep 22, 2024
    Configuration menu
    Copy the full SHA
    68275f6 View commit details
    Browse the repository at this point in the history
  9. Update docs/source/reference/config.rst

    Co-authored-by: Zongheng Yang <zongheng.y@gmail.com>
    Michaelvll and concretevitamin authored Sep 22, 2024
    Configuration menu
    Copy the full SHA
    9644622 View commit details
    Browse the repository at this point in the history
  10. Address comments

    Michaelvll committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    17f8fa1 View commit details
    Browse the repository at this point in the history
  11. format

    Michaelvll committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    07c4748 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    15f1062 View commit details
    Browse the repository at this point in the history
  13. changes in examples

    Michaelvll committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    994272b View commit details
    Browse the repository at this point in the history
  14. Fix enforce autostop

    Michaelvll committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    3597dae View commit details
    Browse the repository at this point in the history
  15. Fix autostop enforcement

    Michaelvll committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    43a6088 View commit details
    Browse the repository at this point in the history
  16. fix test

    Michaelvll committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    8770d0b View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Update docs/source/cloud-setup/policy.rst

    Co-authored-by: Zongheng Yang <zongheng.y@gmail.com>
    Michaelvll and concretevitamin authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    7984beb View commit details
    Browse the repository at this point in the history
  2. Update sky/admin_policy.py

    Co-authored-by: Zongheng Yang <zongheng.y@gmail.com>
    Michaelvll and concretevitamin authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    d155d60 View commit details
    Browse the repository at this point in the history
  3. Update sky/admin_policy.py

    Co-authored-by: Zongheng Yang <zongheng.y@gmail.com>
    Michaelvll and concretevitamin authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    6ffa5ae View commit details
    Browse the repository at this point in the history
  4. wip

    Michaelvll committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    a6dd900 View commit details
    Browse the repository at this point in the history
  5. Update docs/source/cloud-setup/policy.rst

    Co-authored-by: Zongheng Yang <zongheng.y@gmail.com>
    Michaelvll and concretevitamin authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    4274287 View commit details
    Browse the repository at this point in the history
  6. Update docs/source/cloud-setup/policy.rst

    Co-authored-by: Zongheng Yang <zongheng.y@gmail.com>
    Michaelvll and concretevitamin authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    0609482 View commit details
    Browse the repository at this point in the history
  7. Update docs/source/cloud-setup/policy.rst

    Co-authored-by: Zongheng Yang <zongheng.y@gmail.com>
    Michaelvll and concretevitamin authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    67552d7 View commit details
    Browse the repository at this point in the history
  8. fix

    Michaelvll committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    7de757e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8443ddc View commit details
    Browse the repository at this point in the history
  10. fix

    Michaelvll committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    7fbc30d View commit details
    Browse the repository at this point in the history
  11. fix

    Michaelvll committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    92b68fc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7d8af9a View commit details
    Browse the repository at this point in the history
  13. update policy

    Michaelvll committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    5b37f47 View commit details
    Browse the repository at this point in the history
  14. Update docs/source/cloud-setup/policy.rst

    Co-authored-by: Zongheng Yang <zongheng.y@gmail.com>
    Michaelvll and concretevitamin authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    c7af310 View commit details
    Browse the repository at this point in the history
  15. fix policy.rst

    Michaelvll committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    cb232a8 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5e9f544 View commit details
    Browse the repository at this point in the history
  17. Add comment

    Michaelvll committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    deb4c92 View commit details
    Browse the repository at this point in the history
  18. Fix logging

    Michaelvll committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    cbff59d View commit details
    Browse the repository at this point in the history
  19. fix CI

    Michaelvll committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    1fe350a View commit details
    Browse the repository at this point in the history
  20. Update docs/source/cloud-setup/policy.rst

    Co-authored-by: Zongheng Yang <zongheng.y@gmail.com>
    Michaelvll and concretevitamin authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    2e8e41c View commit details
    Browse the repository at this point in the history
  21. Use sphnix inline code

    Michaelvll committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    aae42ce View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    73c8fb7 View commit details
    Browse the repository at this point in the history
  23. Add comment

    Michaelvll committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    11bbd5e View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    3630535 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    e020dea View commit details
    Browse the repository at this point in the history