Docs | Support

toonarmycaptain/dionysus

database
5 years, 1 month ago
@toonarmycaptain Complete implementing of class.id, student.id throughout application. Implement in Class/Student _
No dependencies with known security vulnerabilities.
development
5 years, 1 month ago
@toonarmycaptain Merge pull request #330 Bump pytest from 5.4.3 to 6.0.0
No dependencies with known security vulnerabilities.
dependabot/pip/pytest-6.0.0
5 years, 1 month ago
@dependabot-preview[bot] Bump pytest from 5.4.3 to 6.0.0 Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.4.3 to
No dependencies with known security vulnerabilities.
database
5 years, 1 month ago
@toonarmycaptain Unimplemented SQLiteDatabase methods now raise instead of return error. Add test for unimplemented
No dependencies with known security vulnerabilities.
database
5 years, 1 month ago
@toonarmycaptain Unimplemented SQLiteDatabase methods now raise instead of return error. Add test for unimplemented
No dependencies with known security vulnerabilities.
database
5 years, 1 month ago
@toonarmycaptain Add support for storing avatar images as blobs in SQLiteDatabase. Add 'avatar' table to schema, wit
No dependencies with known security vulnerabilities.
database
5 years, 1 month ago
@toonarmycaptain Fix typo in test_load_class function name (was test_create_class). Signed-off-by: David Antonini <t
No dependencies with known security vulnerabilities.
database
5 years, 1 month ago
@toonarmycaptain Switch from in-memory to in tmpdir test db, fixes Win tests on appveyor. Signed-off-by: David Anton
No dependencies with known security vulnerabilities.
database
5 years, 1 month ago
@toonarmycaptain Remove special chars in test_class_name_only that break tests. If user enters these characters, the
No dependencies with known security vulnerabilities.
development
5 years, 1 month ago
@toonarmycaptain Merge pull request #329 from toonarmycaptain/dependabot/pip/coverage-5.2.1 Bump coverage from 5.2 t
No dependencies with known security vulnerabilities.
database
5 years, 1 month ago
@toonarmycaptain Remove special chars in test_class_name_only that break tests. If user enters these characters, the
No dependencies with known security vulnerabilities.
dependabot/pip/coverage-5.2.1
5 years, 1 month ago
@dependabot-preview[bot] Bump coverage from 5.2 to 5.2.1 Bumps [coverage](https://github.com/nedbat/coveragepy) from 5.2 to
No dependencies with known security vulnerabilities.
database
5 years, 1 month ago
@toonarmycaptain Use plain tmpdir database rather than in-memory/cached. Fixes appveyor. Change test data to avoid p
No dependencies with known security vulnerabilities.
database
5 years, 1 month ago
@toonarmycaptain Use plain tmpdir database rather than in-memory/cached. Fixes appveyor. Signed-off-by: David Antoni
No dependencies with known security vulnerabilities.
database
5 years, 1 month ago
@toonarmycaptain Implement Class.id/Student.id/Student.class_id in those objects, tests. All ids are implemented as
No dependencies with known security vulnerabilities.