This repository has been archived by the owner on Apr 25, 2023. It is now read-only.
Releases: hasadna/Open-Knesset
Releases · hasadna/Open-Knesset
v3.6.0
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
v3.5.4
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
v3.5.2
v3.5.1
v3.5.0
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
v3.3.0
In This Release
- #553 - Added committees scraper and more (might fix some of the bugs described in #534)
- #558 -
- #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
In This Release
- #540 - close #438 (and some minor issues)
- #515 - refactored css definitions for kikar into a less file.
- #506 - some votes show None in for/against/abstain counts
- #449 - minor improvents to the voting scraper, adding facilities to allow bulk recreating of votes
- Added DevOps documentation (see https://oknesset-devel.readthedocs.org/en/latest/devops.html)
Notes
- New votes from now won should be OK but old voting data might have bugs. This will be handled in #547