Skip to content

Releases: City-of-Helsinki/kerrokantasi

kerrokantasi: v1.4.0

07 May 09:39
Compare
Choose a tag to compare

1.4.0 (2024-05-07)

Features

  • Create images/files by reference, remove copy logic (e7117b8)

Bug Fixes

  • Copy files in copy_hearing function (7949619)
  • Return None in get_url if instance has no pk (54f468d)

Dependencies

kerrokantasi: v1.3.0

25 Mar 09:04
Compare
Choose a tag to compare

1.3.0 (2024-03-25)

Features

  • Add util function to get model instances translations (dd1b721)
  • gdpr: Add field translations to gdpr get return data (dea0395)
  • gdpr: Add poll text to poll answers (7c6b3b9)

Bug Fixes

  • Gdpr get user data test fix (11882ad)

kerrokantasi-v1.2.0

20 Mar 10:59
Compare
Choose a tag to compare

What's Changed

  • Enable PR support by @voneiden in #444
  • Update azure-pipelines-build-master.yml by @voneiden in #447
  • Reformat code with black, isort and flake8 by @voneiden in #448
  • Add pre-commit config by @charn in #451
  • KER-257 | Hide author_name on comment endpoint for unfiltered request by @charn in #452
  • KER-278 | Bump packages alerted by snyk by @nicobav in #453
  • KER-273 | Read database password from env by @nicobav in #456
  • KER-280 | GDPR API data export by @charn in #454
  • build: devops pipelines to review, dev and release by @terovirtanen in #460
  • feat: enable helusers back channel logout by @voneiden in #461
  • KER-99 | Don't render author when comment deleted by @nicobav in #459
  • build: remove useless devops pipelines OH-20 by @terovirtanen in #462
  • build: review pipeline remove ref by @terovirtanen in #463
  • refactor: update django-helusers and simplify oidc implementation by @voneiden in #457
  • KER-310: Refactor entrypoint.sh, add APPLY_MIGRATIONS, COMPILE_TRANSLATIONS by @danipran in #466
  • chore: support multiple OIDC tokens by @voneiden in #468
  • build: add commit message format requirements by @danipran in #467
  • chore: dual support tunnistamo/keycloak in authorization field by @voneiden in #470
  • build: add compilemessages in Dockerfile by @danipran in #474
  • ci: add sonar-project.properties by @danipran in #476
  • fix: prevent django from generating unnecessary migrations by @danipran in #475
  • KER-316 | Minor query optimizations for sections and hearings by @nicobav in #479
  • KER-280 | GDPR additions and changes by @nicobav in #480
  • KER-280 | gdpr api data fetch changes by @nicobav in #483

Add include=plugin_data and authorization_code filter to comment endpoints

15 Apr 13:02
Compare
Choose a tag to compare
Merge pull request #168 from City-of-Helsinki/include-plugin-data

Include plugin data in comment serialization, to obtain data for hearing visualization

Update n_comments field and importer

11 Apr 13:58
Compare
Choose a tag to compare
  • Hearing n_comments field updated to display total number of comments, including hearing sections
  • Importers updated to allow partial importing of missed data

First production release

30 Mar 12:34
Compare
Choose a tag to compare
Merge pull request #157 from akx/fix-comment-endpoint

Fix the comments/ endpoint