v3.2-0.7.0 #462
napulen
announced in
Announcements
v3.2-0.7.0
#462
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is the first release of Cantus Ultimus in 2022 (coincidentally, exactly one year after the last release, as noted by @dchiller!)
There have been major changes in the structure of the code.
These improvements are the work of @dchiller, @eliwaksbaum, and @napulen.
Migration to
dockerdjango==3.2patch (special thanks to @eliwaksbaum!)django==4.0, which will be helpful when the nextLTSversion (4.2) is out on Summer 2023 (special thanks to @dchiller!)Vagrantis no longer the containerization solution of the project. Any trace ofVagrantis gone from the codebase as of now.dockercontainers (special thanks to @eliwaksbaum!)nginxpostgressolrapp(the Cantus Ultimus django app)docker-compose.yamlfile located at the root of the repositoryREADMEhas been updated accordingly with the newdockerization(special thanks to @eliwaksbaum!)solrsignals have been modified to mitigate concurrency issues (special thanks to @dchiller!)sessions(python contexts) to perform operations onsolr, so two concurrent operations (e.g., importing chants for two manuscripts) will each one result in a Solrsessionthat will update the index accordingly. This is not the optimal solution for dealing with concurrency but it is much better than our previous approachimport_folio_mappingwas fixed (special thanks to @dchiller!)optionsandarguments) was done on the majormanagementscripts (special thanks to @dchiller!)refresh_solrimport_folio_mappingmanagementcommands has started Modernize command structure #405 (WIP) (special thanks to @dchiller!)Other general fixes and improvements not listed here include.
Full list of merged pull requests
dockerandmainbranch by @napulen in Mergedockerandmainbranch #421wait-for-itinapp/Dockerfileby @eliwaksbaum in Removing reference towait-for-itinapp/Dockerfile#454Full Changelog: v0.6.0...v3.2-0.7.0
This discussion was created from the release v3.2-0.7.0.
Beta Was this translation helpful? Give feedback.
All reactions