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

hypothesis / h / 8280
67%
master: 97%

Build:
Build:
LAST BUILD BRANCH: realtime-update-v1-h-only-1
DEFAULT BRANCH: master
Ran 30 Sep 2015 01:31PM UTC
Jobs 1
Files 84
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
8280

push

travis-ci

nickstenning
Make activation created_by/valid_until fields nullable

We don't use these fields at all -- they are a hangover from when we
used horus for our accounts system -- and we'd like to remove them.
Unfortunately removing them in one step isn't possible with our current
stage/prod setup, because when we run the migration (in order to make
stage work) prod will break, because the fields are non-nullable and
thus will always be sent by sqlalchemy.

We can work around this by removing them in two stages:

1. Make the fields nullable. This code can be deployed to stage and the
   migration run without breaking prod. When we deploy the code to prod,
   it will then stop sending values to the database with every INSERT.

2. Remove the fields. Again, we can do this in stage and run the
   migration (to remove the columns in the database) without breaking
   prod.

This commit represents step 1.

2 of 2 new or added lines in 1 file covered. (100.0%)

2330 of 3498 relevant lines covered (66.61%)

0.67 hits per line

Jobs
ID Job ID Ran Files Coverage
1 8280.1 30 Sep 2015 01:31PM UTC 0
66.61
Travis Job 8280.1
Source Files on build 8280
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #8280
  • 25ae1550 on github
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

© 2026 Coveralls, Inc