Skip to content

Release v2023.07.05 - Kolibri 0.16 support - #4187

Merged
rtibbles merged 464 commits into
masterfrom
hotfixes
Jul 5, 2023
Merged

Release v2023.07.05 - Kolibri 0.16 support#4187
rtibbles merged 464 commits into
masterfrom
hotfixes

Conversation

@bjester

@bjesterbjester commented Jul 5, 2023

Copy link
Copy Markdown
Member

Summary

This is a major release, containing a number of bug fixes and enhancements.

Enhancements

  • Adds support for the upcoming Kolibri 0.16 release, allowing remote browsing of content
  • Improves the performance of import search, reducing likelihood of request timeouts
  • Adds ability to soft-delete users to prevent immediate data loss
  • Allows anonymous users to change the UI language
  • Adds missing metadata to resource preview, including completion criteria and audio captioning metadata
  • Updates the deploy of a cheffed channel to occur within asynchronous task processing
  • Adds Ricecooker API support allowing chef scripts to curate existing content
  • Includes other miscellaneous UX improvements and UI clarifications

Major bug fixes

  • Improves the performance of import search, reducing likelihood of request timeouts
  • The content_id of an imported/copied resource now changes when the resource is modified
  • Resolves missing link to a cheffed channel's staging tree in the UI
  • Reduces likelihood of unsynced changes that could result in loss of channel edits

Pull requests

PRIssuesCategory
#3721#3150Enhancement
#3726#1990Enhancement
#3737#3560Enhancement
#3891#3148Enhancement
#3895#3834Enhancement
#3939N/AEnhancement
#3990#3877Enhancement
#3996#3808Enhancement
#3997#3884, #3380, #2928Enhancement / Performance
#3999#3876Enhancement
#4016#3986Enhancement
#4018#4017Enhancement
#4038#4014Enhancement
#4050N/AEnhancement
#4059#3873Enhancement
#4109N/AEnhancement
#4126#4100Enhancement
#4137#4104, #4102, #4101Enhancement
#4139N/AEnhancement
#4178#4177Enhancement
#4182#4180Enhancement
#3399#3186, #2934Performance
#4045N/AStrings
#4061N/AStrings
#4069#4068Strings
#4095N/AStrings
#4065N/AStrings
#4066N/AStrings
#3712#3701 (comment)Bug fix
#3803#1055, #3112Bug fix / Tech debt
#3813N/ABug fix
#3843#3833Bug fix
#3851#3226Bug fix
#3854#3384Bug fix
#3881#3786Bug fix
#3958#3905Bug fix
#3975#3965Bug fix
#3984#3968Bug fix
#3988#3915Bug fix
#4003#3842Bug fix
#4005#3900Bug fix
#4009#3940Bug fix
#4022N/ABug fix
#4027#3818Bug fix
#4032#4021Bug fix
#4035#4026Bug fix
#4036#3910Bug fix
#4039#2797Bug fix
#4057N/ABug fix
#4070#3992Bug fix
#4099#3956Bug fix
#4106#3499Bug fix
#4108, #4119#4103Bug fix
#4113#3508, #2548Bug fix
#4146#4141Bug fix
#4149#4116Bug fix
#4152#4006Bug fix
#4153#4155, #4136, #4135Bug fix
#4156#4137 (comment)Bug fix
#4158N/ABug fix
#4174#4163Bug fix
#4175#4168Bug fix
#3654N/ADev Ops
#3665N/ADev Ops
#4029#4023Dev Ops
#4037N/ADev Ops
#4049N/ADev Ops
#4097N/ADev Ops
#3901N/ATech debt
#3924#3890Tech debt
#3938N/ATech debt
#4033N/ATech debt
#4034#4021Tech debt
Other dependency, merge, and QA pull requests
PRIssuesCategory
#3691N/ADependency
#3675N/ADependency
#3719N/ADependency
#3720N/ADependency
#3774N/ADependency
#3785N/ADependency
#3805N/ADependency
#3819N/ADependency
#3838N/ADependency
#3844N/ADependency
#3847N/ADependency
#3848N/ADependency
#3853N/ADependency
#3858N/ADependency
#3868N/ADependency
#3886N/ADependency
#3899N/ADependency
#3904N/ADependency
#3918N/ADependency
#3923#3922Dependency
#3933N/ADependency
#3943N/ADependency
#3944N/ADependency
#3948N/ADependency
#3953N/ADependency
#3963N/ADependency
#3967N/ADependency
#3976N/ADependency
#3977N/ADependency
#3978N/ADependency
#3989N/ADependency
#4008N/ADependency
#4019#3885Dependency
#4048N/ADependency
#4052N/ADependency
#4053N/ADependency
#4054N/ADependency
#4055N/ADependency
#4056N/ADependency
#4058N/ADependency
#4062N/ADependency
#4098N/ADependency
#4105N/ADependency
#4120N/ADependency
#4110N/ADependency
#4122N/ADependency
#3734N/AMerge
#3747N/AMerge
#3812N/AMerge
#3883N/AMerge
#3936#3893Merge
#3991N/AMerge
#4001N/AMerge
#4002N/AMerge
#4071N/AMerge
#4046N/AQA
#4084N/AQA

rtibblesand others added 30 commits March 15, 2023 11:59
Run configuration for the devserver supported by Jetbrains/Intellij IDEs
Migrate channel databases before import to guarantee compatible schema.
Updates mp3 resource previewer metadata to include has captions and s…
Updates nested folder order in breadcrumb
Bumps [redis](https://github.com/redis/redis-py) from 4.5.1 to 4.5.4.
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](redis/redis-py@v4.5.1...v4.5.4)
---
updated-dependencies:
- dependency-name: redis
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Initialize postgres docker container with developer defined SQL
rtibblesand others added 24 commits June 20, 2023 11:27
Resolve issues with public API migration
Fix publish regression and prevent superfluous data export
Finalize public API integration with import search
Fix broken 'Go to location' link in Import Search
Add ancestor annotation to kolibri_public export mapper.
Skip broken exercises and properly report exceptions
…ns to be in utils.js, and make the default data visible in the resource panel
…data
Refactor the default completion and duration content completion optio…
@bjester
bjester marked this pull request as ready for review July 5, 2023 18:09

@radinamaticradinamatic left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Exciting!!! With this Studio release Kolibri 0.16 is one step closer 👏🏽 💯 :shipit:

@rtibbles
rtibbles merged commit 84bec71 into masterJul 5, 2023
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

15 participants

@bjester@radinamatic@rtibbles@vkWeb@AlexVelezLl@ozer550@LianaHarris360@marcellamaki@akolson@akash5100@manavagr1108@Pursottam6003@MisRob@jamalex@nucleogenesis