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

karenc / db-migrator / 204

Builds Branch Commit Type Ran Committer Via Coverage
204 mark-multiple Allow mark to accept multiple timestamps If there is a list of migrations that needs to be marked as completed (or not completed or deferred), we currently have to do: ``` dbmigrator mark -t 20160228212456 dbmigrator mark -t 20160228202637 ``` ... push 16 Nov 2017 10:32PM UTC karenc travis-ci pending completion   set done
202 list-by-applied Add `--sort` (version or applied) to `dbmigrator list` `dbmigrator list` only shows migrations in the order of migration filenames at the moment. It works well for when users are trying to migrate. When users are trying to rollback however, it ... push 16 Nov 2017 10:22PM UTC karenc travis-ci pending completion   set done
201 master Add quiet switch As is, dbmigrator is a bit chatty. I will take advantage of this in cnx-db/script/ci_test_migrations.sh to make non-CI invocation almost completely silent, so migration failures stand out. push 27 Oct 2017 01:26PM UTC karenc travis-ci pending completion   set done
199 master Add tests for no migrations to rollback There were no tests covering cases for when migrations are not found or if there are no migrations to rollback. Pull #52 27 Oct 2017 01:23PM UTC web-flow travis-ci pending completion   set done
200 master Add quiet switch As is, dbmigrator is a bit chatty. I will take advantage of this in cnx-db/script/ci_test_migrations.sh to make non-CI invocation almost completely silent, so migration failures stand out. Pull #52 27 Oct 2017 01:22PM UTC web-flow travis-ci pending completion   set done
198 master Add quiet switch As is, dbmigrator is a bit chatty. I will take advantage of this in cnx-db/script/ci_test_migrations.sh to make non-CI invocation almost completely silent, so migration failures stand out. Pull #52 27 Oct 2017 12:54PM UTC web-flow travis-ci pending completion   set done
197 master Convert most output to logging Instead of using print to output debug or warning messages, use the dbmigrator logger instead. That way, it is possible to customize the output by using `setLevel` etc. Pull #52 27 Oct 2017 01:23PM UTC web-flow travis-ci pending completion   set done
196 master Convert most output to logging Instead of using print to output debug or warning messages, use the dbmigrator logger instead. That way, it is possible to customize the output by using `setLevel` etc. Pull #52 27 Oct 2017 12:29PM UTC web-flow travis-ci pending completion   set done
195 master Explicitly close all postgres db connections The psycopg2 db connection `with` statement does not actually close the database connection causing lots of idle postgres connections on the production servers. An idle postgres connection can be foun... push 26 Oct 2017 04:22PM UTC pumazi travis-ci pending completion   set done
194 master Explicitly close all postgres db connections The psycopg2 db connection `with` statement does not actually close the database connection causing lots of idle postgres connections on the production servers. An idle postgres connection can be foun... Pull #50 26 Oct 2017 02:39PM UTC web-flow travis-ci pending completion   set done
193 close-db-connections Explicitly close all postgres db connections The psycopg2 db connection `with` statement does not actually close the database connection causing lots of idle postgres connections on the production servers. An idle postgres connection can be foun... push 26 Oct 2017 02:38PM UTC karenc travis-ci pending completion   set done
188 list-by-applied Add `--sort` (version or applied) to `dbmigrator list` `dbmigrator list` only shows migrations in the order of migration filenames at the moment. It works well for when users are trying to migrate. When users are trying to rollback however, it ... push 20 Oct 2017 05:33PM UTC karenc travis-ci pending completion   set done
185 close-db-connections Update version to 1.0.2 push 20 Oct 2017 03:25PM UTC karenc travis-ci pending completion   set done
184 1.0.2 Update version to 1.0.2 push 25 Sep 2017 05:18PM UTC karenc travis-ci pending completion   set done
183 master Update version to 1.0.2 push 25 Sep 2017 05:18PM 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