Skip to content
This repository has been archived by the owner on Jun 30, 2024. It is now read-only.

Releases: RunestoneInteractive/RunestoneServer

6.0.2

18 Feb 22:54
Compare
Choose a tag to compare
Add tag

RunestoneServer 6.0.1

04 Feb 23:41
Compare
Choose a tag to compare

Big Changes to the 6.x series

  1. The main function of the RunestoneServer is as the Instructor Interface
  2. Version 6.x requires runestone > 6.x
  3. Version 6.x is designed to run in tandem with bookserver which now handles APIs from the books
  4. Version 6.x requires Docker - use docker-tools to build a container and docker compose to launch.
  5. All book apis in ajax.py are deprecated. All of books.py is deprecated. Database migrations are now handled by alembic in bookserver
  6. The RunestoneServer can be built in 3 modes
    • --single - good for a single course production setup
    • --single-dev - good for development work
    • --multi - Good for running multiple Containers with a single database server and a load balancer

Timed Exam Rewrite

16 Dec 23:23
Compare
Choose a tag to compare

Lots of internals have been re-rewitten on the components side. This release requires runestone>=5.5.3

  • AB Testing using the new select question
  • Many selectquestion bug fixes
  • Timed Exams now save student work as they navigate from question to question.

5.0.0

25 Jun 12:34
Compare
Choose a tag to compare

This is release 5.0, it is required for use with the runestone components >= 5.0

Sync this release with 4.1.0 of Runestone Components

28 Aug 20:48
Compare
Choose a tag to compare

Tag a release at 4.1.0 before we do a big code formatting run. After this release code formatting will be handled by the black tool.