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

catmaid / CATMAID / 4179
49%
master: 45%

Build:
Build:
LAST BUILD BRANCH: dev
DEFAULT BRANCH: master
Ran 17 Nov 2017 02:53PM UTC
Jobs 4
Files 92
Run time 5min
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
4179

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.

6939 of 14020 relevant lines covered (49.49%)

1.96 hits per line

Jobs
ID Job ID Ran Files Coverage
1 4179.1 17 Nov 2017 02:53PM UTC 0
49.29
Travis Job 4179.1
2 4179.2 17 Nov 2017 02:53PM UTC 0
49.39
Travis Job 4179.2
3 4179.3 17 Nov 2017 02:54PM UTC 0
49.39
Travis Job 4179.3
4 4179.4 17 Nov 2017 02:58PM UTC 0
47.72
Travis Job 4179.4
Source Files on build 4179
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #4179
  • f5a644ea on github
  • Prev Build on features/django-1.11 (#4159)
  • Next Build on features/django-1.11 (#4181)
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