Skip to content

7.4.0

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

Summary: Test suite and OpenID improvements
Release Date: Mon, June 22, 2020 at 1:58 PM UTC
Release Author: Henrik Levkowetz


  • In the OpenID registration scope handler, look for registration matches
    by email if no person link is available, in order to handle the case
    where somebody registered with a new email and only added it to the
    datatracker later.

  • Added a test suite switch to optionally show logging output. Normally
    this is suppressed while running tests. In production, it goes to
    syslog's user facility. With --show-logging, it will go to the console
    when running tests.

  • The registration system creates separate records for hackathon and
    session registration, but we want just one consolidated record.
    Changed the handling of notifications from the registration system to
    aggregate reg_type and ticket_type information in one record.

  • With the draft submission cutoff date before a meeting set to the
    meeting start date (with the intention to have no blackout), the fact
    that submission re-open time is midnight local time led to a blackout
    period of a few hours after midnight UTC for meeting timezones with
    midnight later than UTC. Changed this to give no blackout time when
    cutoff-date==meeting.date.

  • Merged in [18016] from rjsparks@nostrum.com:
    Ensure UTC time is shown throughout the interim request, approval, and
    announcement workflow. Fixes issue #2974.

  • Merged in [18020] from rjsparks@nostrum.com:
    Construct Faker objects used for person name generation only once.
    Results in a roughly 20% speedup of the test-suite.

  • Merged in [18021] from rjsparks@nostrum.com:
    Refactoring for a little less waste creating meeting/interim test data.


Coverage

chart