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

First pass at new command line API #63

Merged
merged 10 commits into from
Mar 7, 2024

Commits on Feb 22, 2024

  1. First pass at new command line API

    Only changes the documentation. For discussion.
    andreww authored and abhidg committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    d21eab9 View commit details
    Browse the repository at this point in the history
  2. Refactor output logic into dataclass

    Adds --format option for output formatting, currently
    only JSON is supported
    
    Change sys.stderr.write to logging calls
    
    Fixes: GreenScheduler#67
    abhidg committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    8c048f6 View commit details
    Browse the repository at this point in the history
  3. Allow CATS to launch scheduler

    Adds a -c (--command) parameter to pass the command to the scheduler
    
    Fixes: GreenScheduler#53
    abhidg committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    e304efd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b96316f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    27a0bba View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. Configuration menu
    Copy the full SHA
    6cdfc33 View commit details
    Browse the repository at this point in the history
  2. Update animated GIF

    abhidg committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    ab0409c View commit details
    Browse the repository at this point in the history
  3. docs: remove horizontal rules

    abhidg committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    2ecfa7e View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

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