Skip to content

Patch release v2022.11.10#3811

Merged
bjester merged 12 commits intomasterfrom
hotfixes
Nov 14, 2022
Merged

Patch release v2022.11.10#3811
bjester merged 12 commits intomasterfrom
hotfixes

Conversation

@bjester
Copy link
Copy Markdown
Member

@bjester bjester commented Nov 10, 2022

Summary

PR Category QA Focus
#3809 Bug fixes No changes to UX-- View channel details from public catalog
#3810 Infrastructure enhancement No changes to UX-- Perform various editing ops on resources for a channel

Code for manual execution

#3809 requires us to clear the cache for the channel/contentnode details, which was tested successfully on hotfixes with the following code

from django.core.cache import cache
cache.delete_many(keys=cache.keys('details_*'))

@bjester bjester marked this pull request as ready for review November 11, 2022 16:04
@bjester bjester requested a review from radinamatic November 11, 2022 16:08
@pcenov
Copy link
Copy Markdown
Member

pcenov commented Nov 14, 2022

@radinamatic - I went through the main critical workflows and everything is functioning correctly.

Copy link
Copy Markdown
Member

@radinamatic radinamatic left a comment

Choose a reason for hiding this comment

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

Manual QA passed, good to go! 💯 :shipit:

@bjester bjester merged commit 517a965 into master Nov 14, 2022
Sign up for free to 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.

4 participants