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

Introduce SqlAlchemy as ORM #3

Closed
wants to merge 28 commits into from
Closed

Commits on Nov 23, 2014

  1. First prototype

    georg-rath committed Nov 23, 2014
    Configuration menu
    Copy the full SHA
    9f71be8 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2014

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

Commits on Dec 14, 2014

  1. first working prototype.

    fixed a lot of mistakes and converted the whole of XALTdb to the orm.
    georg-rath committed Dec 14, 2014
    Configuration menu
    Copy the full SHA
    4cb5e2e View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2014

  1. cleanup and tests added.

    georg-rath committed Dec 24, 2014
    Configuration menu
    Copy the full SHA
    24dfbed View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2015

  1. First prototype

    georg-rath committed Jan 8, 2015
    Configuration menu
    Copy the full SHA
    4374ac8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e4fea1 View commit details
    Browse the repository at this point in the history
  3. first working prototype.

    fixed a lot of mistakes and converted the whole of XALTdb to the orm.
    georg-rath committed Jan 8, 2015
    Configuration menu
    Copy the full SHA
    b2f5a73 View commit details
    Browse the repository at this point in the history
  4. cleanup and tests added.

    georg-rath committed Jan 8, 2015
    Configuration menu
    Copy the full SHA
    c17e1ea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a930717 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/orm' into orm

    Conflicts:
    	src/XALTdb.py
    	src/xalt_db_model.py
    georg-rath committed Jan 8, 2015
    Configuration menu
    Copy the full SHA
    d5b366c View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2015

  1. nolonger need xalt_remove_from_path

    Robert McLay authored and georg-rath committed Jan 9, 2015
    Configuration menu
    Copy the full SHA
    0a56e95 View commit details
    Browse the repository at this point in the history
  2. remove temp file requirement when using xalt_which_mpi and testing fo…

    …r OpenMPI
    Robert McLay authored and georg-rath committed Jan 9, 2015
    Configuration menu
    Copy the full SHA
    c58db55 View commit details
    Browse the repository at this point in the history
  3. break when necessary

    Robert McLay authored and georg-rath committed Jan 9, 2015
    Configuration menu
    Copy the full SHA
    c932be7 View commit details
    Browse the repository at this point in the history
  4. first working prototype.

    fixed a lot of mistakes and converted the whole of XALTdb to the orm.
    georg-rath committed Jan 9, 2015
    Configuration menu
    Copy the full SHA
    3753a30 View commit details
    Browse the repository at this point in the history
  5. First prototype

    georg-rath committed Jan 9, 2015
    Configuration menu
    Copy the full SHA
    45f89ce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fed94f5 View commit details
    Browse the repository at this point in the history
  7. first working prototype.

    fixed a lot of mistakes and converted the whole of XALTdb to the orm.
    georg-rath committed Jan 9, 2015
    Configuration menu
    Copy the full SHA
    27d2f10 View commit details
    Browse the repository at this point in the history
  8. cleanup and tests added.

    georg-rath committed Jan 9, 2015
    Configuration menu
    Copy the full SHA
    6901c61 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    30fa0ef View commit details
    Browse the repository at this point in the history
  10. Another rebase...

    georg-rath committed Jan 9, 2015
    Configuration menu
    Copy the full SHA
    f44cfd9 View commit details
    Browse the repository at this point in the history
  11. Merge remote-tracking branch 'upstream/master' into orm

    Conflicts:
    	src/XALTdb.py
    georg-rath committed Jan 9, 2015
    Configuration menu
    Copy the full SHA
    b4f14b9 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2015

  1. Configuration menu
    Copy the full SHA
    4e3e2d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eac7930 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2015

  1. Configuration menu
    Copy the full SHA
    f25cab3 View commit details
    Browse the repository at this point in the history
  2. Remove initialize schema, and destroy schema.

    Initialize schema is done implicitly and removal of the database should happen on the db server.
    georg-rath committed Feb 11, 2015
    Configuration menu
    Copy the full SHA
    99be850 View commit details
    Browse the repository at this point in the history
  3. Add a README for the ORM.

    georg-rath committed Feb 11, 2015
    Configuration menu
    Copy the full SHA
    f375fe0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    36b7cc7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    45d043d View commit details
    Browse the repository at this point in the history