Releases: GatorIncubator/quizagator
v1.0.2
Fix class grade display and invalid links
This small PR fixes a few issues, making the software more ready for production use (although not good by far, still quite a few small issues and features needed)
This PR has:
- Commit messages that are correctly formatted
- Tests for newly introduced code
- Docstrings for newly introduced code
This PR is a bugfix
Developers
Auto-generated by pr-tag-release
v1.0.1
Read me update
Updates csv file format, and adds code symbol to all contributors.
What is the current behavior?
Users have to go into teacher.py and read the comments to know how to format csv correctly. ReadME contains incorrect formatting.
What is the new behavior if this PR is merged?
Users can read the ReadME and know how to format their csv upload files.
Other information
Also added code symbol which links to the respective authors commits.
This PR has:
- Documentation bug fix (csv format)
- Documentation additions (contributor emoji's, short description of csv features)
This PR is a small change.
Developers
Auto-generated by pr-tag-release
v1.0.0
Full release
This release is the first fully-functional release of Quizagator. All the basic functionality works!
Sadly, there are not many test cases, and total coverage is at only 26%.
This PR has:
- Commit messages that are correctly formatted
- Tests for newly introduced code
- Docstrings for newly introduced code
This PR is a major update!
Developers
Auto-generated by pr-tag-release
v0.2.3
Quickfix/update database
Introduces auto-incrementation of primary keys
This PR has:
- Commit messages that are correctly formatted
- Tests for newly introduced code
- Docstrings for newly introduced code
This PR is a bugfix
Developers
Auto-generated by pr-tag-release
v0.2.2
Comments
Commented all coding files
This PR has:
- Commit messages that are correctly formatted
- Tests for newly introduced code
- Docstrings for newly introduced code
This PR is a bugfix
Developers
@karolvargas, @JattMones
Auto-generated by pr-tag-release
v0.2.1
Comments
Commented all coding files
This PR has:
- Commit messages that are correctly formatted
- Tests for newly introduced code
- Docstrings for newly introduced code
This PR is a bugfix
Developers
@karolvargas, @JattMones
Auto-generated by pr-tag-release
v0.2.0
Complete quiz presentation
This PR has a lot of stuff that basically finishes everything except actually grading quizzes.
This PR has:
- Commit messages that are correctly formatted
- Tests for newly introduced code
- Docstrings for newly introduced code
This PR is a big update that fixes #26, fixes #19, and fixes #18.
Developers
Auto-generated by pr-tag-release
v0.1.0
Feature/docker database
This PR adds the ability to use a database mounted in the docker container -- for production use, the database is assumed to be /data/quizagator.db
. The scripts/run-docker-image.sh
contains an example of the run command needed to mount things so that this works.
To test production, the sequence is thus:
- Test the development server with
pipenv run server
during development- The development server does not need to be restarted when code changes,
and can be useful when working with code
- The development server does not need to be restarted when code changes,
- Generate a development docker image with
pipenv run create-image
- Run the development image with
pipenv run image
; this will start up a docker container in the foreground which serves the application atlocalhost:5000
; stopping the container withCtrl-C
will remove the container and completely reset things.
This PR has:
- Commit messages that are correctly formatted
- Tests for newly introduced code
- Docstrings for newly introduced code
This PR is a feature that fixes #7.
Developers
Auto-generated by pr-tag-release
v0.0.2
Add Gunicorn
This adds a production WSGI server, gunicorn
.
This PR has:
- Commit messages that are correctly formatted
- Tests for newly introduced code
- Docstrings for newly introduced code
This PR is a small change.
Developers
Auto-generated by pr-tag-release
v0.0.1
Automated docker builds
This PR sets up the default automated builds for docker and configures things in the repo so that builds work correctly. It is also the first "released" version!
This PR has:
- Commit messages that are correctly formatted
- Tests for newly introduced code
- Docstrings for newly introduced code
This PR is a small change that, among other things, fixes #8.
Developers
Auto-generated by pr-tag-release