v2024.07.01
krishnans2006
released this
02 Jul 03:11
·
22 commits
to master
since this release
What's Changed
- Start adding (better) docs to Tin by @JasonGrace2282 in #42
- Fix incorrect docstring refs+descriptions for fixtures by @JasonGrace2282 in #48
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #49
- Move Installation/Backing Up info to Website by @JasonGrace2282 in #51
- Prevent error 500 for listing files without grader by @JasonGrace2282 in #50
- Add tests for the
assignments
app by @JasonGrace2282 in #40 - fix being able to see submissions after course is archived by @JasonGrace2282 in #53
- Implement multithreading of tests by @JasonGrace2282 in #55
- Remove old linting configs by @JasonGrace2282 in #57
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #58
- Update docs reference and improve makefile by @JasonGrace2282 in #56
Full Changelog: v2024.06.07...v2024.07.01
This release, with a whopping 21 commits, includes many changes, most of which are non-production (docs, docstrings, tests, coverage, etc.). The real production changes include:
- A dependency bump in 090d035
- Fixing an obscure scenario in 1715111 (adding and then viewing assignment files before uploading a grader)
- Fixing archived course permissions in 2981967
- Krishnan Shankar (@krishnans2006)