Skip to content

Releases: GatorIncubator/quizagator

v1.0.2

09 May 18:59
5952279
Compare
Choose a tag to compare

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

@Michionlion

Auto-generated by pr-tag-release

v1.0.1

03 May 01:51
528ec7d
Compare
Choose a tag to compare

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

@JattMones

Auto-generated by pr-tag-release

v1.0.0

02 May 19:37
de56b08
Compare
Choose a tag to compare

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

@Michionlion

Auto-generated by pr-tag-release

v0.2.3

02 May 18:27
79d8194
Compare
Choose a tag to compare

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

@yeej2

Auto-generated by pr-tag-release

v0.2.2

02 May 18:19
dbcdebf
Compare
Choose a tag to compare

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

02 May 18:16
dbcdebf
Compare
Choose a tag to compare

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

02 May 07:38
54e05e1
Compare
Choose a tag to compare

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

@Michionlion, @yeej2

Auto-generated by pr-tag-release

v0.1.0

29 Apr 01:06
81e8f94
Compare
Choose a tag to compare

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
  • 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 at localhost:5000; stopping the container with Ctrl-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

@Michionlion

Auto-generated by pr-tag-release

v0.0.2

28 Apr 20:39
10b8e2a
Compare
Choose a tag to compare

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

@Michionlion

Auto-generated by pr-tag-release

v0.0.1

27 Apr 22:12
d1e87e6
Compare
Choose a tag to compare

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

@Michionlion, @yeej

Auto-generated by pr-tag-release