Skip to content

Releases: ietf-tools/ietf-guides

v1.5.0

14 Oct 21:28
829ed6f
Compare
Choose a tag to compare

✨ New Features

🐛 Bug Fixes

v1.4.2

11 Mar 22:46
faf1701
Compare
Choose a tag to compare

🐛 Bug Fixes

v1.4.1

26 Oct 22:15
2ce6b93
Compare
Choose a tag to compare

🐛 Bug Fixes

  • 2ce6b93 - safer container re-entry. Remove obviated post-deploy script. (PR #68 by @rjsparks)

v1.4.0

26 Oct 19:54
17b1410
Compare
Choose a tag to compare

✨ New Features

(note - there is no v1.3.0 due to a build fumble)

v1.2.2

08 Jul 18:37
d64fbbc
Compare
Choose a tag to compare

🐛 Bug Fixes

🔧 Chores

v1.2.1

03 Mar 16:21
64563b3
Compare
Choose a tag to compare

Bug Fixes

v1.2.0

05 Mar 18:04
70c5769
Compare
Choose a tag to compare

Improved statistics, template changes for IETF 110

Simplify work for matchers by filtering participants who aren't participating in the next meeting

11 Nov 23:38
55fb1a4
Compare
Choose a tag to compare
Merge pull request #32 from hardaker/matcher-attending-view-display

Fix the test suite and code for filtering participants

Add non-attending option

10 Nov 16:15
5c7634b
Compare
Choose a tag to compare

This release adds a "not attending the next ietf meeting" to the Participant model. This is a change in the design of the app, which previously assumed two things:

  1. That participating in the guides program required participating in the next meeting (remotely or otherwise), and
  2. Participant data would be reset after each meeting.

Django 2.2 and template changes to reflect IETF 108

24 Jul 16:00
a83f9eb
Compare
Choose a tag to compare

This release moves the codebase to Django 2.2 and updates the template for email sent when a match is made to match IETF108's conditions.

With the upgrade to Django 2.2, sqlite3 based testing fails. Tests run on mysql (which matches production) succeed. See issue #25.