Updated metadata cherry-pick and management commands for learning activity and duration defaults#3408
Merged
rtibbles merged 17 commits intolearningequality:hotfixesfrom Jun 9, 2022
Conversation
Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.2.0 to 8.3.2. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst) - [Commits](python-pillow/Pillow@8.2.0...8.3.2) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [django](https://github.com/django/django) from 3.2.4 to 3.2.5. - [Release notes](https://github.com/django/django/releases) - [Commits](django/django@3.2.4...3.2.5) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [django](https://github.com/django/django) from 3.2.5 to 3.2.13. - [Release notes](https://github.com/django/django/releases) - [Commits](django/django@3.2.5...3.2.13) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
31933cd to
5d6711a
Compare
bjester
approved these changes
Jun 9, 2022
Member
bjester
left a comment
There was a problem hiding this comment.
Looks good! One idea for the ffprobe duration extraction, but it may not work any better. We should test these on hotfixes post-deploy
contentcuration/contentcuration/management/commands/set_file_duration.py
Show resolved
Hide resolved
This was referenced Jun 9, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cherry-picks and copies model updates, dependency updates and migrations to hotfixes needed to launch DB schema updates for metadata changes in advance of production launch.
Adds default setting for new content nodes of learning activity based on kind.
Adds a management command to back fill default values for learning activities based on their kind.
Example output of management command:
Fixes #3400
Re-adds ffmpeg to dockerfile dependencies.
Adds management command to read files and set duration on all media files.
Example output of management command:
Fixes #3401