• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

karenc / db-migrator / 182

Builds Branch Commit Type Ran Committer Via Coverage
182 master Add __version__ to dbmigrator There is currently no way of finding the version of the installed dbmigrator unless the version number is in the path (`dbmigrator.__path__`). Include the version number as `__version__` in `__init__.py` and use thi... push 25 Sep 2017 04:30PM UTC pumazi travis-ci pending completion   set done
181 master create a savepoint around should_run - rollback on false, to restore db state push 25 Sep 2017 12:59PM UTC karenc travis-ci pending completion   set done
180 master Fix python3 schema diff to output as str When running migrations in python3, the schema diff is displayed: ``` Running migration 20170810093842 create_a_table b"--- \n+++ \n@@ -38,20 +38,31 @@\n $$;\n \n \n ALTER FUNCTION public.karen_trigger() ... Pull #49 25 Sep 2017 12:58PM UTC web-flow travis-ci pending completion   set done
179 py3-schema-diff Fix python3 schema diff to output as str When running migrations in python3, the schema diff is displayed: ``` Running migration 20170810093842 create_a_table b"--- \n+++ \n@@ -38,20 +38,31 @@\n $$;\n \n \n ALTER FUNCTION public.karen_trigger() ... push 25 Sep 2017 12:57PM UTC karenc travis-ci pending completion   set done
178 master Add __version__ to dbmigrator There is currently no way of finding the version of the installed dbmigrator unless the version number is in the path (`dbmigrator.__path__`). Include the version number as `__version__` in `__init__.py` and use thi... Pull #48 25 Sep 2017 10:45AM UTC web-flow travis-ci pending completion   set done
177 version Add __version__ to dbmigrator There is currently no way of finding the version of the installed dbmigrator unless the version number is in the path (`dbmigrator.__path__`). Include the version number as `__version__` in `__init__.py` and use thi... push 25 Sep 2017 10:44AM UTC karenc travis-ci pending completion   set done
176 master create a savepoint around should_run - rollback on false, to restore db state Pull #47 22 Sep 2017 05:18PM UTC web-flow travis-ci pending completion   set done
175 1.0.1 Update version to 1.0.1 push 14 Sep 2017 09:16PM UTC karenc travis-ci pending completion   set done
174 master Update version to 1.0.1 push 14 Sep 2017 09:16PM UTC karenc travis-ci pending completion   set done
173 master Update minimum version of psycopg2 required For the `super_user` context manager, we are doing something like: ``` db_conn = psycopg2.connect('user=tester dbname=testing', user='postgres') ``` This was not supported by psycopg2 < 2.7: ``` Trac... push 14 Sep 2017 09:13PM UTC karenc travis-ci pending completion   set done
172 master Update minimum version of psycopg2 required For the `super_user` context manager, we are doing something like: ``` db_conn = psycopg2.connect('user=tester dbname=testing', user='postgres') ``` This was not supported by psycopg2 < 2.7: ``` Trac... Pull #45 14 Sep 2017 09:07PM UTC web-flow travis-ci pending completion   set done
171 update-psycopg2 Update minimum version of psycopg2 required For the `super_user` context manager, we are doing something like: ``` db_conn = psycopg2.connect('user=tester dbname=testing', user='postgres') ``` This was not supported by psycopg2 < 2.7: ``` Trac... push 14 Sep 2017 09:07PM UTC karenc travis-ci pending completion   set done
170 1.0.0 Update version to 1.0.0 push 11 Sep 2017 09:03AM UTC karenc travis-ci pending completion   set done
169 master document how to use super_user Pull #44 05 Sep 2017 07:40PM UTC web-flow travis-ci pending completion   set done
168 master Update version to 1.0.0 push 24 Aug 2017 02:36PM UTC karenc travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • …
  • 12
  • 13
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc