Skip to content

6.6.1

Compare
Choose a tag to compare
@NGPixel NGPixel released this 16 Mar 22:45
· 9771 commits to main since this release

Release Date: Mon, October 19, 2015 at 4:26 PM UTC
Release Author: Henrik Levkowetz


This is a combined bugfix and feature maintenance release:

  • Updated the code to use version 4.0.1 of coverage.py for code coverage
    measurements. Moved the code which starts coverage measurements to
    settings_sqlitetest.py to avoid coverage measurements running when not
    doing tests. Did some additional coveage measurement refactoring.

  • Changed to use a gzipped release coverage JSON file, instead of a plain
    JSON file, if the name given in settings.py ends in .gz. Reduces the
    current release coverage file size from ~1.6MB to ~200kB. This is a
    preparation for saving more information in the release coverage file than
    we currently do.

  • Merged in [10220] from rjsparks@nostrum.com:
    Preserve linefeeds (using class pasted) when viewing nomcom feedback
    messages.

  • Merged in [10219] from rjsparks@nostrum.com:
    Recognize and remove duplicate addresses while gathering. Fixes bug
    #1815.

  • Removed support for perma_fixtures, using the global test fixtures
    instead.

  • Merged in [10218] from rjsparks@nostrum.com:
    Fixed an initialization problem for the new work message for recharters.

  • Merged in [10206] from rcross@amsl.com:
    Cleaned up bluesheets upload page. Added display of uploaded files.


Coverage

chart