deckhand/deckhand/control/views
Felipe Monteiro af0bfd813d Deckhand postgresql compatibility.
Currently, Deckhand is not fully compatible with postgresql as
it uses sqlite for all of its testing, including functional testing.
Since postgresql will be used in prod, Deckhand obviously must
support it, in addition to sqlite, needed for unit testing.

This commit alters the functional testing script to use postgresql
as well as makes necessary back-end changes to support postgresql.

Included in this commit:

  - alter tools/functional-tests.sh so that it uses postgresql
    as the db connection
  - modifies primary key for Bucket DB model to be an Integer rather
    than a String
  - updates foreign key to point to new primary key
  - updates necessary integration logic so that the bucket name
    is still known by the Document DB model and returned in
    appropriate response bodies

Change-Id: I7bc806fb18f7b47c13978dcd806d422a573a06b3
2017-09-22 19:28:47 +01:00
..
__init__.py Add view abstraction layer for modifying DB data into view data. 2017-07-31 20:08:38 +01:00
document.py Deckhand postgresql compatibility. 2017-09-22 19:28:47 +01:00
revision.py Deckhand postgresql compatibility. 2017-09-22 19:28:47 +01:00
revision_tag.py [feat] DECKHAND-36 Revision tagging API 2017-08-29 15:41:20 +01:00