Skip to content
This repository has been archived by the owner on Sep 16, 2022. It is now read-only.

Release Candidate v0.10.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@hannu40k hannu40k released this 03 Jun 10:55
9513328
  • CSCMETAX-551: [FIX] RPC api bugs
    • add init.py files to rpc api tests so that they are propely included when executing all tests
    • fix method signature in permissions/permissions.py
    • fix dataset rpc api test case. was broken probably due to to not being noticed due to rpc api tests not being included when executing all tests
  • CSCMETAX-61: [ADD|FIX|REM] Misc tiny fixes
  • CSCMETAX-61: [ADD] Docs: Update file docs
  • CSCMETAX-61: [REM] Docs: Remove mention about fairdataid account linking
  • CSCMETAX-61: [FIX] Use yaml.FullLoader with yaml.load due to api deprecation
  • CSCMETAX-61: [FIX] Request logging: Get end user username from field CSCUserName instead of sub
  • CSCMETAX-61: [ADD] Request logging: Log ip also on 'end of request' log, to make related lines easier to read. Log also requestor type (service or end_user)
  • CSCMETAX-61: [REM] Remove obsolete code
  • CSCMETAX-61: [FIX] When end user updates a record, service_modified field is cleared
  • CSCMETAX-552: [ADD] Make API permissions more fine grained, by adding read, create, update, delete permissions per service or user group (end users), instead of only read or write