Releases: CouncilDataProject/cookiecutter-cdp-deployment
Hashing Fix and Frontend UX Cleanup
See cdp-backend notes: https://github.com/CouncilDataProject/cdp-backend/releases/tag/v3.0.1
See cdp-frontend notes: https://github.com/CouncilDataProject/cdp-frontend/releases/tag/v3.0.1
An Early Release
This is an early release of v3!
This release is the culmination of multiple years of work in expanding and making our tools and infrastructure more easily deployable and ship with more features.
While not everything is completed yet (v3.0.1 just around the corner) this release has everything needed to get an instance up-and-running and generally usable for archival and event discovery.
Notably the features this release is shipping with are:
- Full infrastructure setup and management through
cdp-backend
- Pipeline for scraping and processing events (with option of providing custom datetime to GitHub)
- Pipeline for indexing processed events
- Pipeline for processing a special event such as a debate or forum (with option of providing custom datetime to GitHub)
- A web application for searching and browsing of events with attached minutes items and voting record
And all of this is wrapped up into this cookiecutter for easy deployment and management.
Thanks to everyone who has contributed to the project along the way.
- @JacksonMaxfield
- @tohuynh
- @isaacna
- @nniiicc
- @hawkticehurst
- @BrianL3
- @sarahjliu
- @dphoria
- @Shak2000
- Melanie White
- Neha Singh
- Steve Stremsterfer
- @zmbc
- @andrewlubrino
- @trungvngo
- @isometimescode
- @dhanya-shraddha
- Emily Gilles
- Katlyn M. F. Greene
- Madeleine Farrer
- All the many previous volunteers from DemocracyLab Hackathons, Open Seattle, and Textio
More soon!
Paper Fixes, Zenodo Fixes, Dependabot Fixes
Fixes the titles of papers referenced in the paper bibliography, fixes the Zenodo integration by adding the authors from the paper as contributors, fixes the dependabot for generated repositories to include monitoring for infra deps.
Full Changelog: v0.0.4...v0.0.5
Better Dependabot, Frontend Updates, and Paper Release
This release includes fixes for dependabot autofixes for generated instance repositories, minor frontend updates, and the inclusion of the JOSS paper!
What's Changed
- admin/fix-og-metadata by @JacksonMaxfield in #64
- bugfix/quickstart-readme-after-model-change by @JacksonMaxfield in #63
- admin/joss-paper by @JacksonMaxfield in #59
- admin/resolve-joss-reviewer-comments by @JacksonMaxfield in #67
- admin/explicit-version-pin-for-dependabot by @isaacna in #70
- admin/update-acknowledgements-in-joss-paper by @JacksonMaxfield in #68
Full Changelog: v0.0.3...v0.0.4
Web App In-Place
The web app from https://github.com/CouncilDataProject/cdp-frontend is now imported and used in the generated repository!
There are very few dependencies listed in the web/package.json
to get this to work which was the original goal.
Minor bugs remain but a large checkpoint has been reached in cdp v3!
Infra Update: Set Default Object Access Control
Updates the min infrastructure cdp-backend
version to pull in the addition of default object access control.
Because of the above and with changes here to the deployment process we now also have a section on the generated README for Python API access to data and storage.
Relatively Stable Backend
All major backend processing pipelines and features have made it into cdp-backend
and have implementations of the pipelines have been added to this release.