Skip to content

Releases: comses/comses.net

improved OGP rich previews + plumbing

03 Mar 06:44
Compare
Choose a tag to compare

What's Changed

  • feat: add rich previews by @CharlesSheelam in #676
  • build(deps): bump django from 4.2.5 to 4.2.7 in /django by @dependabot in #680
  • fixes for profile page models tab and curator_statistics by @sgfost in #683
  • build(deps): upgrade to debian bookworm node-lts by @alee in #684
  • build(deps): bump @cypress/request and cypress in /e2e by @dependabot in #687
  • build(deps): bump jinja2 from 3.1.2 to 3.1.3 in /django by @dependabot in #692
  • fix: display correct image for codebases in ogp tags by @CharlesSheelam in #681
  • fix: adjust CSP settings for GA by @alee in #689
  • build refactor: replace config.ini with environment variables (via single .env file) and fix templating issues by @sgfost in #696

Full Changelog: v2023.10...v2024.03

updated peer review workflow

19 Oct 23:54
81a53bd
Compare
Choose a tag to compare

What's Changed

Major changes include an overhauled peer review workflow, and the beginnings of an ML-supported tag clustering curator workflow from @hwelsters

various refactoring of the backend and system upgrades including a major version bump to Django 4.2 LTS

Relevant PRs

  • Refactor core/home app views and serializers by @sgfost in #663
  • feat: tag clustering using ML by @hwelsters in #673
  • peer review: draft workflow, closing, invitation expirations by @sgfost in #667
  • build(deps): upgrade to django 4.2 LTS by @alee in #670

New Contributors

Full Changelog: v2023.08...v2023.10

critical fixes to codebase metadata form

09 Aug 02:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2023.07...v2023.08

metrics page + upgrade to vue 3

14 Jul 21:44
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2023.03...v2023.07

minor updates and bug fixes

12 Mar 03:55
Compare
Choose a tag to compare
  • CSP fixes and socialauth connection improvements
  • improve new developer onboarding with make restore command

(slightly more) Accessible Arno

16 Feb 08:15
Compare
Choose a tag to compare
  • minor spam mitigation
  • upgrade to wagtail 4.2
  • support for frontend linting + ignore style changes in git blame via .git-blame-ignore-revs
  • build refactor
  • CSP support

revamp education page

19 Dec 23:38
Compare
Choose a tag to compare
  • update education page UI/UX from @sgfost
  • updated dependencies

capture demographic data in downloads

07 Nov 21:08
f607298
Compare
Choose a tag to compare

add demographic survey interstitial form in download with ROR id (research organization registry) integration from @sgfost #595

user profiles now use affiliations instead of Institutions, with a django management command to make a best effort lookup against the ROR API (to be run later in a cleanup phase) from @sgfost e995aa9

added borg.prune command to remove old borg backups 80c7705

upgrade to wagtail 3

21 Sep 20:33
Compare
Choose a tag to compare
  • dependency upgrades including major upgrade to wagtail 3
  • early stage educational materials and training modules updates
  • add summer 2022 comses digest (must be done manually now due to transition from mailchimp to Salesforce 🙈

minor fixes

31 Mar 05:19
Compare
Choose a tag to compare
  • make social auth login requests POSTs in fdb442b (regression since upgrading to django-allauth 0.47)
  • add management commands to adjust site hierarchy
  • replace easymde rich text markdown components with basic textareas for the time being