Skip to content

Releases: ooemperor/CodeGrader

v1.0.2

29 May 12:34
1fe3550
Compare
Choose a tag to compare

What's Changed

  • Performance Tuning and minor bug fixes by @ooemperor in #53
    Performance of the backend API has been improved by tuning the datamodel in sqlalchemy

Full Changelog: v1.0.1...v1.0.2

v1.0.1

29 Apr 10:08
2a44f18
Compare
Choose a tag to compare

What's Changed

  • Chaning the paths in scripts and services to use python virtual environments by @ooemperor in #51
  • Using Python venv, updating documentation for python venv and updating service files for using journalctl by @ooemperor in #52

The core functionality did not have any changes. The changes are only in the way the apllication is deployed in the ansible playbooks and services and the resulting execution.

Full Changelog: v1.0...v1.0.1

v1.0

27 Mar 15:20
1390af5
Compare
Choose a tag to compare

CodeGrader Release 1.0

First official release of the CodeGrader by @ooemperor

Changes to v0.9:

  • Updated documentation with more information
  • Adding ansible playbooks for deployments and redeployments
  • Minor Datamodel Changes in Relationships for Error fixes in Frontend

Full Changelog: v0.9...v1.0

v0.9

13 Mar 15:21
5825daf
Compare
Choose a tag to compare

First release of the CodeGrader Application. The documentation will still be worked on and be complete for the 1.0 release.