Skip to content

Releases: bihealth/sodar-core

v0.8.3

16 Jun 11:14
Compare
Choose a tag to compare

Maintenance release.

  • Fix issues in remote project synchronization
  • Fix crashes in siteinfo app from exceptions raised by plugins

See changelog for a complete list of updates.

v0.8.2

16 Jun 11:14
Compare
Choose a tag to compare

Minor update and maintenance release.

  • Enable site-wide background jobs
  • Critical bug fixes for project member management
  • Minor fixes and improvements

See changelog for a complete list of updates.

v0.8.1

16 Jun 11:14
Compare
Choose a tag to compare

Maintenance and bug fix release.

  • Fix checking for remote project status in projectroles REST API views
  • Miscellaneous bug fixes

See changelog for a complete list of updates.

v0.8.0

16 Jun 11:14
Compare
Choose a tag to compare

Major update for REST APIs, token management and project management features.

  • Add REST API views for the projectroles and filesfolders apps
  • Add new base view classes and mixins for API/Ajax views
  • Import the tokens API token management app from VarFish
  • Allow assigning roles other than owner for categories
  • Allow category delegates and owners to create sub-categories and projects
  • Allow moving categories and projects under different categories
  • Inherit owner permissions from parent categories
  • Allow displaying project apps in categories
  • Reorganization of views in apps

NOTE: Contains breaking changes, see documentation.

See changelog for a complete list of updates.

v0.7.2

16 Jun 11:14
Compare
Choose a tag to compare

Release for minor features and maintenance.

  • Enforce API versions in remote project sync
  • Separate base API views for SODAR Core API and external SODAR site APIs
  • Redesign user autocomplete field
  • Set issuing user email to reply-to header for role and invite emails
  • Display hidden project app settings to superusers in project update form
  • Allow providing custom keyword arguments for backend plugin get_api()
    through get_backend_api()
  • Enable sorting custom project list columns in plugin definition
  • Minor updates and bug fixes

NOTE: Contains breaking changes, see documentation.

See changelog for a complete list of updates.

v0.7.1

16 Jun 11:14
Compare
Choose a tag to compare

Release for critical role management fixes, minor improvements and maintenance.

  • Project list layout and extra column handling improved
  • Allow customizing widgets in app settings
  • Enable managing global JS/CSS includes in Django settings
  • Initial support for deploying site in kiosk mode
  • Critical bug fixes for category and project owner management
  • Minor updates and fixes

NOTE: Contains breaking changes, see documentation.

See changelog for a complete list of updates.

v0.7.0

16 Jun 11:14
Compare
Choose a tag to compare

Major release primarily for remote project sync and app settings improvements.

  • Sync peer project information for remote target sites
  • Enable revoking access to remote projects
  • Allow defining app settings in site apps
  • "User in project" scope added into app settings
  • Support JSON in app settings
  • Project owner management moved to project member views
  • Numerous minor updates and fixes
  • General upgrade for Python dependencies

NOTE: Contains breaking changes, see documentation.

See changelog for a complete list of updates.

v0.6.2

16 Jun 11:14
Compare
Choose a tag to compare

Minor release for app settings improvements and maintenance.

  • Allow hiding app settings from UI forms
  • Add template tag for retrieving app settings
  • Upgrade project to Django 1.11.21
  • Minor updates and fixes

See changelog for a complete list of updates.

v0.6.1

16 Jun 11:14
Compare
Choose a tag to compare

Release for adding custom project list columns and general maintenance.

  • Add custom project list columns definable in ProjectAppPlugin
  • Add example project list column implementation in the filesfolders app
  • Minor changes and bug fixes

NOTE: Contains breaking changes, see documentation.

See changelog for a complete list of updates.

v0.6.0

16 Jun 11:14
Compare
Choose a tag to compare

Release for introducing user settings and siteinfo app.

  • Add user specific settings
  • Refactor project settings into project/user specific app settings
  • Add siteinfo app
  • Minor updates and fixes

NOTE: Contains breaking changes, see documentation.

See changelog for a complete list of updates.