learningequality / ka-lite

KA Lite: lightweight web server for serving core Khan Academy content (videos and exercises) without needing internet connectivity
https://learningequality.org/ka-lite/
Other
456 stars 306 forks source link

0.17.6b10 #5599

Open benjaoming opened 4 years ago

benjaoming commented 4 years ago

Note: 0.17.6 will not be released until the beta version is deployed and tested on KA Lite Central in its clean form.

WARNING! Merging this, merges and closes all PRs contained in this PR, and they may have a separate review process and amendments following. So don't merge this PR!! :)

New release, manually brewing the distributions:

Known issues

See release notes: http://ka-lite.readthedocs.io/en/develop/installguide/release_notes.html

Included PRs

None (it's the current 0.17.x branch with a version bump)

Installer links

PyPi

pip install ka-lite --pre

or

pip install ka-lite-static --pre  # bundled dependencies
benjaoming commented 4 years ago

A small set of changes from 0.17.5 didn't get merged into master as they were supposed to: https://github.com/learningequality/ka-lite/compare/v0.17.5...master

benjaoming commented 4 years ago

Will be needing another beta release once #5611 is in.

codecov[bot] commented 4 years ago

Codecov Report

Merging #5599 into master will decrease coverage by 0.11%. The diff coverage is 37.50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #5599      +/-   ##
==========================================
- Coverage   46.34%   46.22%   -0.12%     
==========================================
  Files         113      113              
  Lines        6508     6516       +8     
==========================================
- Hits         3016     3012       -4     
- Misses       3492     3504      +12     
Impacted Files Coverage Δ
...achreports/management/commands/generaterealdata.py 0.00% <0.00%> (ø)
kalite/distributed/management/commands/setup.py 0.00% <0.00%> (ø)
kalite/distributed/middleware.py 52.08% <0.00%> (-3.48%) :arrow_down:
kalite/topic_tools/content_models.py 56.17% <ø> (ø)
kalite/distributed/views.py 53.01% <50.00%> (-4.92%) :arrow_down:
kalite/main/models.py 65.07% <50.00%> (-0.10%) :arrow_down:
kalite/shared/decorators/auth.py 41.17% <66.66%> (+1.59%) :arrow_up:
kalite/control_panel/views.py 39.88% <80.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 571918e...46d58dc. Read the comment docs.