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

[API design] Install software and run setup script when Macs boot #22650

Open
wants to merge 45 commits into
base: main
Choose a base branch
from

Commits on Sep 4, 2024

  1. API design: Add "Fedora Linux" label to GET /host_summary (#21733)

    For #21409
    
    ---------
    
    Co-authored-by: mostlikelee <[email protected]>
    Co-authored-by: Tim Lee <[email protected]>
    3 people authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    716a3da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9e603a View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    2647fbb View commit details
    Browse the repository at this point in the history
  2. #20537 Documentation changes (#22042)

    Update the supported file types in "Add package" API docs
    
    FOLLOW UP: Check "Edit package" docs once they're merged in, in case
    they need updates
    rachaelshaw authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    51ca219 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

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

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    bdbb3b3 View commit details
    Browse the repository at this point in the history
  2. Add API docs for script execution on policy failure (#22395)

    There were a few payloads that hadn't been updated for software install
    policy automation, so I included those tweaks here.
    iansltx authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    8fe01c8 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

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

Commits on Sep 30, 2024

  1. Clarify how to remove software installer and script run automations f…

    …or a policy (#22497)
    
    #17129
    
    "null" won't do it due to disambiguation issues on the backend between
    "they omitted the field when PATCHing" and "they provided a null value
    when PATCHing".
    
    This reflects existing behavior on the software installer side, and
    upcoming behavior (consistent with installer behavior) on the script
    side.
    
    ---------
    
    Co-authored-by: Rachael Shaw <[email protected]>
    iansltx and rachaelshaw authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    44b659b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65f9b78 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Add note on which command we're using for (un)installs on Linux distr…

    …ibutions, including caveat for CentOS 7 (#22549)
    
    #22475
    iansltx authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    8d15a6f View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Add run_script policy action, note that global policies can't run scr…

    …ipts or install software (#22567)
    
    Another bit of documentation for #22116
    iansltx authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    494f9b6 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Update rest-api.md

    API design for: #19372
    marko-lisica authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    fee2697 View commit details
    Browse the repository at this point in the history
  2. Update rest-api.md

    marko-lisica authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    ddfe9fd View commit details
    Browse the repository at this point in the history
  3. Update rest-api.md

    marko-lisica authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    701277b View commit details
    Browse the repository at this point in the history
  4. Update rest-api.md

    marko-lisica authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    ff1d71d View commit details
    Browse the repository at this point in the history
  5. Update rest-api.md

    marko-lisica authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    0cc2b92 View commit details
    Browse the repository at this point in the history
  6. Update rest-api.md

    marko-lisica authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    0949c75 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2835556 View commit details
    Browse the repository at this point in the history
  8. Update docs/REST API/rest-api.md

    Co-authored-by: Dante Catalfamo <[email protected]>
    marko-lisica and dantecatalfamo authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    8e79dc2 View commit details
    Browse the repository at this point in the history
  9. Update rest-api.md

    marko-lisica authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    93f227f View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Update rest-api.md

    marko-lisica authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    52a2c51 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Update docs/Contributing/API-for-contributors.md

    Co-authored-by: Rachael Shaw <[email protected]>
    marko-lisica and rachaelshaw authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    8c9a97d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87946b9 View commit details
    Browse the repository at this point in the history
  3. Update docs/REST API/rest-api.md

    Co-authored-by: Rachael Shaw <[email protected]>
    marko-lisica and rachaelshaw authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    f3255b1 View commit details
    Browse the repository at this point in the history
  4. Update docs/REST API/rest-api.md

    Co-authored-by: Rachael Shaw <[email protected]>
    marko-lisica and rachaelshaw authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    940607e View commit details
    Browse the repository at this point in the history
  5. Update docs/REST API/rest-api.md

    Co-authored-by: Rachael Shaw <[email protected]>
    marko-lisica and rachaelshaw authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    13eb685 View commit details
    Browse the repository at this point in the history
  6. Update docs/REST API/rest-api.md

    Co-authored-by: Rachael Shaw <[email protected]>
    marko-lisica and rachaelshaw authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    f9f7898 View commit details
    Browse the repository at this point in the history
  7. Update rest-api.md

    marko-lisica authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    384449f View commit details
    Browse the repository at this point in the history
  8. Update docs/REST API/rest-api.md

    Co-authored-by: Rachael Shaw <[email protected]>
    marko-lisica and rachaelshaw authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    c199a89 View commit details
    Browse the repository at this point in the history
  9. Update docs/REST API/rest-api.md

    Co-authored-by: Rachael Shaw <[email protected]>
    marko-lisica and rachaelshaw authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    9748d5a View commit details
    Browse the repository at this point in the history
  10. Update docs/REST API/rest-api.md

    Co-authored-by: Rachael Shaw <[email protected]>
    marko-lisica and rachaelshaw authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    0ccf32e View commit details
    Browse the repository at this point in the history
  11. Update docs/REST API/rest-api.md

    Co-authored-by: Rachael Shaw <[email protected]>
    marko-lisica and rachaelshaw authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    5a79b3a View commit details
    Browse the repository at this point in the history
  12. Update rest-api.md

    marko-lisica authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    0348bd8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    97ef9d6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8a5d90b View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

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

Commits on Oct 22, 2024

  1. Update rest-api.md

    marko-lisica authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    c353891 View commit details
    Browse the repository at this point in the history
  2. Update rest-api.md

    marko-lisica authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    bc16971 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    69256d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d71f46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be865d8 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

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

Commits on Oct 28, 2024

  1. Update rest-api.md

    marko-lisica authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    7fd1686 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e49522 View commit details
    Browse the repository at this point in the history