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

Client script for uploading tasks #209

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Apr 14, 2023

  1. Client script for uploading tasks

    This changes the ingestion process for tasks. Rather than parsing the CLI specs
    on the server, the client can use a script to parse them locally and send up the
    output to the server.
    zachmullen committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    cfcf82d View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

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

Commits on Apr 18, 2023

  1. Configuration menu
    Copy the full SHA
    b191428 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    568525c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68bd462 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Decode spec string

    zachmullen committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    cf20e1b View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

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