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

New command line tool for working with tasks #732

Merged
merged 2 commits into from
Sep 30, 2019

Commits on Sep 24, 2019

  1. Adding new command line tool for performing common task related

    operations (create, list, delete, etc.)
    telenachos committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    92b309a View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2019

  1. Addressing code review changes for PR cvat-ai#732:

    * Replaced @exception decorator with try/except in main()
    * Replaced optional --name with positional name and removed default
    * Added license text to files
    * Added django units to cover future API changes
    * Refactored into submodules to better support tests
    telenachos committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    f271d2a View commit details
    Browse the repository at this point in the history