reports.wwdt.me

Wait Wait... Don't Tell Me! Reports Site Version 2

APACHE-2.0 License

Stars
2
reports.wwdt.me - v2.2.3

Published by questionlp over 1 year ago

Version 2.2.3

Component Changes

  • Upgrade Pure CSS from 2.1.0 to 2.2.0

Pull Request(s): #15

Full Changelog: https://github.com/questionlp/reports.wwdt.me_v2/compare/v2.2.2...v2.2.3

reports.wwdt.me - v2.2.2

Published by questionlp over 1 year ago

Version 2.2.2

Application Changes

  • Fix an issue in which adding a new host or scorekeeper entry in the database without a corresponding appearance record would cause the Host or Scorekeeper Appearances Summary reports to throw an error

Pull Request(s): #14

Full Changelog: https://github.com/questionlp/reports.wwdt.me_v2/compare/v2.2.1...v2.2.2

reports.wwdt.me - v2.2.1

Published by questionlp over 1 year ago

Version 2.2.1

Component Changes

  • Upgrade Flask from 2.2.2 to 2.2.3
  • Upgrade Werkzeug from 2.2.2 to 2.2.3 to fix a security vulnerability

Pull Request(s): #12

Full Changelog: https://github.com/questionlp/reports.wwdt.me_v2/compare/v2.2.0...v2.2.1

reports.wwdt.me - v2.2.0

Published by questionlp almost 2 years ago

Version 2.2.0

Application Changes

  • Addition of Not My Job Guests vs Bluff the Listener Win Ratios report
  • Add missing sitemap entry for Panelists First Appearance Wins report
  • Add missing entries into the panelists and shows sitemap template files
  • Fix issues with sitemap generation and XML syntax in shows.xml and sitemap.xml

Pull Request(s): #11

Full Changelog: https://github.com/questionlp/reports.wwdt.me_v2/compare/v2.1.1...v2.2.0

reports.wwdt.me - v2.1.1

Published by questionlp almost 2 years ago

Version 2.1.1

Application Changes

  • Correct spelling of app.shows.reports.search_multiple_panelists module and references
  • Remove unnecessary comments and general formatting clean-up

Pull Request(s): #9

Full Changelog: https://github.com/questionlp/reports.wwdt.me_v2/compare/v2.1.0...v2.1.1

reports.wwdt.me - v2.1.0

Published by questionlp almost 2 years ago

Version 2.1.0

Application Changes

  • Use dict.get(key, default_value) in app/__init__.py to get/set configuration values in order to avoid application startup errors if configuration keys are not set
    • Default value for time_zone is UTC
    • Default values for any URL is an empty string
  • Addition of Panelists First Appearance Wins report
  • Adding mastodon_url and mastodon_user configuration keys in the settings section of the config file
  • If the mastodon_url and mastodon_user keys contain a value, insert a link with rel="me" attribute for profile link validation, in the page footer

Component Changes

  • Upgrade Flask from 2.2.0 to 2.2.2
  • Upgrade Werkzeug from 2.2.1 to 2.2.2
  • Upgrade pytz from 2022.2.1 to 2022.6

Development Changes

  • Upgrade flake8 from 4.0.1 to 5.0.4
  • Upgrade pycodestyle from 2.8.0 to 2.9.1
  • Upgrade pytest from 7.1.2 to 7.2.0
  • Upgrade black from 22.6.0 to 22.10.0

Pull Request(s): #8

Full Changelog: https://github.com/questionlp/reports.wwdt.me_v2/compare/v2.0.6...v2.1.0

reports.wwdt.me - v2.0.6

Published by questionlp about 2 years ago

Version 2.0.6

Application Changes

  • Removed the unused app/templates/core directory and blank HTML files
  • Updated Panelist Debut by Year report to include a list of years as part of a side navigation that appears on medium-sized and larger screens (>= 768 px)

Pull Request(s): #7

Full Changelog: https://github.com/questionlp/reports.wwdt.me_v2/compare/v2.0.5...v2.0.6

reports.wwdt.me - v2.0.5

Published by questionlp about 2 years ago

Version 2.0.5

Bugfix

  • Fix an issue where the time_zone configuration value was being assigned to settings_config twice, instead of being assigned to both settings_config and database_config

Pull request(s): #6

Full Changelog: https://github.com/questionlp/reports.wwdt.me_v2/compare/v2.0.4...v2.0.5

reports.wwdt.me - v2.0.4

Published by questionlp about 2 years ago

Version 2.0.4

Component Changes

  • Upgrade MySQL Connector/Python from 8.0.28 to 8.0.30
  • Upgrade NumPy from 1.22.3 to 1.23.2
  • Upgrade pytz from 2022.1 to 2022.2.1

Application Changes

  • Update SQL queries in panelists and shows reports to be compatible with the MySQL flag ONLY_FULL_GROUP_BY

Pull Request(s): #4, #5

Full Changelog: https://github.com/questionlp/reports.wwdt.me_v2/compare/v2.0.3...v2.0.4

reports.wwdt.me - v2.0.3

Published by questionlp about 2 years ago

Version 2.0.3

Application Changes

  • Made changes to how gender is referenced in the Panel Gender Mix report and update the corresponding test
  • Simplify the logic of the backing function for Panel Gender Mix report and template file

Development Changes

  • Replace use of FLASK_ENV with FLASK_DEBUG in runner.sh

Pull Request: #3

Full Changelog: https://github.com/questionlp/reports.wwdt.me_v2/compare/v2.0.2...v2.0.3

reports.wwdt.me - v2.0.2

Published by questionlp about 2 years ago

Version 2.0.2

Component Changes

  • Upgrade Flask from 2.1.3 to 2.2.0 (PR #2)

Full Changelog: https://github.com/questionlp/reports.wwdt.me_v2/compare/v2.0.1...v2.0.2

reports.wwdt.me - v2.0.1

Published by questionlp about 2 years ago

Version 2.0.1

Content Changes

  • Update blurb on the main index page (PR #1)

Full Changelog: https://github.com/questionlp/reports.wwdt.me_v2/compare/v2.0.0...v2.0.1

reports.wwdt.me - v2.0.0

Published by questionlp about 2 years ago

Version 2.0.0

Initial release of version 2.0 of the Wait Wait Reports web application.

For all of the changes that this version brings over version 1, check out the CHANGELOG.md.

Related Projects