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

catmaid / CATMAID / 4179 / 3
49%
master: 45%

Build:
Build:
LAST BUILD BRANCH: dev
DEFAULT BRANCH: master
Ran 17 Nov 2017 02:54PM UTC
Files 92
Run time 3s
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

17 Nov 2017 02:44PM UTC coverage: 49.39% (+0.9%) from 48.513%
4179.3

push

travis-ci

tomka
Upgrade Django from v1.10.8 to v1.11.7

While we are unlikely to use many of the new Django features, v1.11 is
the first release with Python 3.6 support, which can be beneficial to
us. Python 3.6 contains many performance improvements.

- GDAL mock removed, the version parsing is fixed in Django 1.11
- GDAL was added as a requirement for the GeoDjango parts, which we use
  to a small extend. Therefore this is now also a dependency of CATMAID.
- CI: tests are now also run with Python 3.6
- Tests are now run with -Wall to show warnings, which are by default
  disabled by Django 1.11.
- The <p class="help"> elements in Django's admin templates have been
  replaced with <div class="help> elements. The few templates where we
  use this (e.g. import) have been updated.
- Replace old widget and form definitions with new template based forms
  (e.g. RGBAWidget).
- Django-rest-swagger monkey patches are removed, they are not needed
  anymore. All swagger settings and templates have been updated to the
  most recent version. This required explicit field specification on
  ModelSerializer instances as well.

Intersting feature:

QuerySet.iterator() now uses server-side cursors on PostgreSQL. This
feature transfers some of the worker memory load (used to hold query
results) to the database and might increase database memory usage. This
might however need some testing for connection pooling setups:

  https://docs.djangoproject.com/en/1.11/ref/databases/#transaction-pooling-server-side-cursors

This feature is disabled by default.

6924 of 14019 relevant lines covered (49.39%)

0.49 hits per line

Source Files on job 4179.3
  • Tree
  • List 0
  • Changed 19
  • Source Changed 8
  • Coverage Changed 19
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 4179
  • Travis Job 4179.3
  • f5a644ea on github
  • Prev Job for on features/django-1.11 (#4159.4)
  • Next Job for on features/django-1.11 (#4181.1)
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