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

Changed the REST API layer to initiate Tasks #454

Merged
merged 7 commits into from
Aug 7, 2020

Commits on Aug 5, 2020

  1. Changed the package dependencies [comixed#432]

     * comixed-services no longer depends on comixed-tass.
     * comixed-rest-api depends on comixed-tasks directly.
     * comixed-tasks depends on comixed-services directly.
    mcpierce committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    cc619d4 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2020

  1. Configuration menu
    Copy the full SHA
    6163767 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e372b45 View commit details
    Browse the repository at this point in the history
  3. Changed the names for worker tasks and encoders [comixed#432]

     * All task class names end with "WorkerTask'.
     * All encoder class names include "WorkerTask".
    mcpierce committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    08d7db8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7bb2b3d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e731e57 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f9648c1 View commit details
    Browse the repository at this point in the history