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

Allow storing outputs in database #371

Draft
wants to merge 21 commits into
base: dev-jobqueue-old
Choose a base branch
from

Commits on Aug 12, 2018

  1. Allow storing outputs in database

    Implement functionality for storing output data from run processes in a PostgreSQL or SQLite database
    janpisl committed Aug 12, 2018
    Configuration menu
    Copy the full SHA
    88d4aa0 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2018

  1. data_type is the last parameter

    janpisl committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    3208c76 View commit details
    Browse the repository at this point in the history
  2. fix indent.

    janpisl committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    ef96135 View commit details
    Browse the repository at this point in the history
  3. use lowercase

    janpisl committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    019cb6e View commit details
    Browse the repository at this point in the history
  4. remove redundant import

    janpisl committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    2d1e9f5 View commit details
    Browse the repository at this point in the history
  5. formatting - fix indent, remove whitespaces

    janpisl committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    f642172 View commit details
    Browse the repository at this point in the history
  6. improved formatting

    janpisl committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    9d591ff View commit details
    Browse the repository at this point in the history
  7. fix import

    janpisl committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    4b8c537 View commit details
    Browse the repository at this point in the history
  8. split code to individual classes

    janpisl committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    e2a9580 View commit details
    Browse the repository at this point in the history
  9. improve formatting

    janpisl committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    43f9042 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2018

  1. Use Enum

    Use Enum for DATA_TYPE (if not used and DATA_TYPE is only an object, it throws a TypeError: type "object" is not iterable
    Jan Pišl committed Sep 24, 2018
    Configuration menu
    Copy the full SHA
    8ee29bd View commit details
    Browse the repository at this point in the history
  2. Fix a typo

    Jan Pišl committed Sep 24, 2018
    Configuration menu
    Copy the full SHA
    af7eb31 View commit details
    Browse the repository at this point in the history
  3. Copy vector data to a schema specified in cfg

    Copy vector data to a schema specified in cfg instead of public schema.
    Jan Pišl committed Sep 24, 2018
    Configuration menu
    Copy the full SHA
    be48d1c View commit details
    Browse the repository at this point in the history
  4. FIx a typo

    Jan Pišl committed Sep 24, 2018
    Configuration menu
    Copy the full SHA
    d7ababc View commit details
    Browse the repository at this point in the history
  5. Remvoe whitespaces

    Jan Pišl committed Sep 24, 2018
    Configuration menu
    Copy the full SHA
    ffc3ed3 View commit details
    Browse the repository at this point in the history
  6. Edit comment formatting

    Jan Pišl committed Sep 24, 2018
    Configuration menu
    Copy the full SHA
    b97f7a5 View commit details
    Browse the repository at this point in the history
  7. edit comment formatting

    Jan Pišl committed Sep 24, 2018
    Configuration menu
    Copy the full SHA
    833a68f View commit details
    Browse the repository at this point in the history
  8. Remove redundant imports

    Jan Pišl committed Sep 24, 2018
    Configuration menu
    Copy the full SHA
    5da5a26 View commit details
    Browse the repository at this point in the history
  9. Remove obsolete code

    Jan Pišl committed Sep 24, 2018
    Configuration menu
    Copy the full SHA
    4221874 View commit details
    Browse the repository at this point in the history
  10. Remove obsolete import and whitespaces

    Jan Pišl committed Sep 24, 2018
    Configuration menu
    Copy the full SHA
    6ef813e View commit details
    Browse the repository at this point in the history
  11. Remove whitespaces

    Jan Pišl committed Sep 24, 2018
    Configuration menu
    Copy the full SHA
    6573678 View commit details
    Browse the repository at this point in the history