Skip to content

Releases: CouncilDataProject/cookiecutter-cdp-deployment

Hashing Fix and Frontend UX Cleanup

An Early Release

02 Dec 04:50
Compare
Choose a tag to compare

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.


More soon!

Paper Fixes, Zenodo Fixes, Dependabot Fixes

01 Dec 01:34
Compare
Choose a tag to compare

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

30 Nov 16:27
Compare
Choose a tag to compare

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

07 Oct 06:05
Compare
Choose a tag to compare

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

15 Sep 23:25
12dd71c
Compare
Choose a tag to compare

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

14 Sep 16:23
bbac535
Compare
Choose a tag to compare

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.