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

karenc / db-migrator / 134

Builds Branch Commit Type Ran Committer Via Coverage
134 super-user Add super user database connections Add super_user() context manager that can be used in migrations when a database super user connection is necessary. Close #38 push 15 Aug 2017 12:26PM UTC karenc travis-ci pending completion   set done
133 master Move logger from __init__.py to utils.py This will avoid circular dependency when we need to import from utils in __init__.py. push 15 Aug 2017 11:57AM UTC karenc travis-ci pending completion   set done
132 move-logger Move logger from __init__.py to utils.py This will avoid circular dependency when we need to import from utils in __init__.py. push 15 Aug 2017 11:52AM UTC karenc travis-ci pending completion   set done
131 master Allow migrations directory and context to be used Previously only migrations directory is used if both migrations directory and context are defined. This change allows db-migrator to look for migrations in migrations directory and context if bot... Pull #42 14 Aug 2017 10:33AM UTC web-flow travis-ci pending completion   set done
130 master Add db-config-ini-key to CLI options This allows us to use the database connection string in a config file that does not use "db-connection-string" as the key. For example in a config file like this: ``` [app:main] postgresql.db-connection-stri... Pull #41 14 Aug 2017 10:32AM UTC web-flow travis-ci pending completion   set done
129 migrations-directory-and-context Allow migrations directory and context to be used Previously only migrations directory is used if both migrations directory and context are defined. This change allows db-migrator to look for migrations in migrations directory and context if bot... push 14 Aug 2017 10:32AM UTC karenc travis-ci pending completion   set done
128 db-config Add db-config-ini-key to CLI options This allows us to use the database connection string in a config file that does not use "db-connection-string" as the key. For example in a config file like this: ``` [app:main] postgresql.db-connection-stri... push 14 Aug 2017 10:31AM UTC karenc travis-ci pending completion   set done
127 db-config Allow migrations directory and context to be used Previously only migrations directory is used if both migrations directory and context are defined. This change allows db-migrator to look for migrations in migrations directory and context if bot... push 14 Aug 2017 10:23AM UTC karenc travis-ci pending completion   set done
126 repeat-migrations Add deferrable migrations When a migration's up function has @deferrable, the migration is automatically set to "deferred". It will run when `migrate --run-defers` is called. Pull #40 11 Aug 2017 10:08PM UTC web-flow travis-ci pending completion   set done
125 deferred-migrations Add deferrable migrations When a migration's up function has @deferrable, the migration is automatically set to "deferred". It will run when `migrate --run-defers` is called. push 11 Aug 2017 10:07PM UTC karenc travis-ci pending completion   set done
124 master Add repeat conditional migrations If the migration file has `should_run` defined, it is considered a repeat migration. `should_run` is called every time `migrate` is run, and if it returns true, `up` is run. Pull #39 11 Aug 2017 09:36PM UTC web-flow travis-ci pending completion   set done
123 repeat-migrations Add repeat conditional migrations If the migration file has `should_run` defined, it is considered a repeat migration. `should_run` is called every time `migrate` is run, and if it returns true, `up` is run. push 11 Aug 2017 09:36PM UTC karenc travis-ci pending completion   set done
122 master Add repeat conditional migrations If the migration file has `should_run` defined, it is considered a repeat migration. `should_run` is called every time `migrate` is run, and if it returns true, `up` is run. Pull #39 10 Aug 2017 01:17PM UTC web-flow travis-ci pending completion   set done
121 repeat-migrations Add repeat conditional migrations If the migration file has `should_run` defined, it is considered a repeat migration. `should_run` is called every time `migrate` is run, and if it returns true, `up` is run. push 10 Aug 2017 01:15PM UTC karenc travis-ci pending completion   set done
119 repeat-migrations Change print statement to logger.debug push 10 Aug 2017 01:04PM UTC karenc travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 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