Skip to content

Deploy recent hotfixes to master - #2851

Merged
aronasorman merged 31 commits into
masterfrom
hotfixes
Jan 21, 2021
Merged

Deploy recent hotfixes to master#2851
aronasorman merged 31 commits into
masterfrom
hotfixes

Conversation

@rtibbles

Copy link
Copy Markdown
Member

Description

Deploys fixes for #2836, #2822, #2798, #2796, #2849, and an update to hopefully properly fix complete value setting on exercises.

marcellamakiand others added 30 commits December 10, 2020 16:54
Add localhost to minio allowed origins
…opic
remove autofilled title value from contentNode
# Conflicts:
#	contentcuration/contentcuration/frontend/channelEdit/vuex/contentNode/actions.js
Added mark_incomplete to setup command
Added deleted filter to settings channels
Add chunking for operations that might otherwise hold a long table lock.
Make sure actions on resource panel don't get pushed offscreen
Don't overwrite extra_fields data on updateContentNode
Update for fix exercise complete to not skip nodes
Ensure that dropped connections do not disrupt task execution or signal handling.
@codecov

codecovBot commented Jan 21, 2021

Copy link
Copy Markdown

Codecov Report

Merging #2851 (fe73455) into master (2dbf36d) will increase coverage by 0.02%.
The diff coverage is 79.22%.

Impacted file tree graph

@@ Coverage Diff @@## master #2851 +/- ##
==========================================
+ Coverage 84.85% 84.87% +0.02% 
==========================================
Files 292 292 Lines 15338 15407 +69 ==========================================
+ Hits 13015 13077 +62 - Misses 2323 2330 +7 
Impacted FilesCoverage Δ
contentcuration/contentcuration/utils/db_tools.py69.75% <ø> (ø)
contentcuration/contentcuration/views/nodes.py68.75% <0.00%> (ø)
contentcuration/contentcuration/views/settings.py73.14% <0.00%> (ø)
...ntcuration/contentcuration/tests/test_asynctask.py93.47% <75.67%> (-6.53%)⬇️
contentcuration/contentcuration/tasks_test.py100.00% <100.00%> (ø)
...ntcuration/contentcuration/utils/celery_signals.py84.61% <100.00%> (+9.10%)⬆️
...ntcuration/contentcuration/viewsets/contentnode.py83.38% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update aa33ca2...fe73455. Read the comment docs.

@aronasorman
aronasorman merged commit eaedcab into masterJan 21, 2021
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.

6 participants

@rtibbles@aronasorman@jayoshih@marcellamaki@MisRob@micahscopes