Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Releases: hasadna/Open-Knesset

v3.6.0

18 Mar 08:35
Compare
Choose a tag to compare

In This Release

  • #616 - sanitize edit committee details bills mks input
  • #613 - update MKs' facebook links from kikar
  • #614 - add links to equivalent kikar page, for members and parties
  • #598 - In Approved bills per MK - should show only bills from this Knesset
  • 9f8a2b8 - added an option to update existing committee meeting metadata from admin (this allows to fix some meetings which don't have a title)

Post Deployment Steps

  • add a cronjob (nightly) for the management command introduced in #615
  • run the following to update meetings without title (to fix meetings which don't have a title):
    • [[cm.id, cm.update_from_dataservice()] for cm in CommitteeMeeting.objects.filter(topics=None)]

v3.5.5

13 Mar 12:14
Compare
Choose a tag to compare

In This Release

  • prevent error about memcache key length caused by google accessing a url which is too long

v3.5.4

13 Mar 07:10
Compare
Choose a tag to compare

In This Release

Remove some error notifications which repeat a lot preventing us from seeing actual important notifications:

  • Fix a bug preventing display of some committees
  • hide google auth login option using waffle flag
  • error in case committee protocol text is None
  • call to vote api with query param of member_against caused an error

v3.5.3

11 Mar 08:53
Compare
Choose a tag to compare

In This Release

  • #604 kikar issues and improvments
  • improve antiword exceptions handling (used for committee protocols parsing)

v3.5.2

09 Mar 07:01
Compare
Choose a tag to compare

In This Release

  • close #594 (the rest would be separated)
  • close #595
  • misc refactoring / added tests

v3.5.1

08 Mar 11:35
Compare
Choose a tag to compare

In This Release

  • #597 hotfix for missing code in pr (adding removing mk) and more issues

v3.5.0

07 Mar 19:28
Compare
Choose a tag to compare

In This Release

  • #530 - remove the public opinion feature from bills - no one uses it, so it just shows empty values
  • #565 - In a single committee view - should show only 10 meetings in general view
  • #567 - remove by graph
  • added support for Feature Toggles
  • #460 - Bills- add header above the images of the MK's
  • #576 - Improved scrape_committees command to fetch sub-committees
  • #541 - Add feed of Facebook Statuses (from Kikar) to MK page (see screenshots in #575)
  • #591 - Separation of monolithic tests file in mks
  • #391 - problems with adding mk to committee

partially fixes #490 - for committee meetings from now on

all the processes that get details about the protocol and attending members protocol now moved to knesset-data project

  • #448 - remove doctype header in protocol text
  • #432 - committee meeting invited section is confusing
  • #578 - automatic attendance
  • misc refactoring, mostly for committee tests and for scraper base management commands

hid the upcoming meetings as there were too many problem there, it is hidden using waffle flag, to be fixed in #579

v3.4.0

23 Feb 13:17
Compare
Choose a tag to compare

In This Release

  • fixes #546 - make sure vote id is not changed when recreating
  • partially fixes #547 - added options to scrape_votes management command to allow validating and partially fixing invalid votes data (some errors are fixed automagically but others require manual intervention)

v3.3.0

22 Feb 17:38
Compare
Choose a tag to compare

In This Release

  • #553 - Added committees scraper and more (might fix some of the bugs described in #534)
  • #558 -
    • #350 - minor improvements to committee meetings list on tag page
    • #555 - Some coalition members are flagged in votes as "voting against opposition"
    • removed some deprecated features and small other issues
    • also separating laws tests to different files and uncovering lots of hidden tests in the process
  • #554 - Agendas with no voting data show a random list of mks as "most supporting" and "most against"
  • fixed some minor missing translations

Deployment Notes

  • add the committees scraper to crontab

v3.2.0

17 Feb 16:04
Compare
Choose a tag to compare

In This Release

Notes

  • New votes from now won should be OK but old voting data might have bugs. This will be handled in #547