Releases: Code-For-Groningen/temmies
Releases · Code-For-Groningen/temmies
🎉 The browser window
Not gonna honor this with a long message. Added browser window to log in. Inflated the dependencies <3.
What's Changed
- Update README.md by @confestim in #16
PR
- @confestim made their first contribution in #16
Full Changelog: v1.2.121...1.2.122
🎉 The submit update
Changelog
- Fixed accidental overwrite of submit function
- Brought back polling until case is processed
Full Changelog: 1.2.111...v1.2.121
Fixed naming issues 🔧
Official API 🎉
Version 1.2.1
Major refactoring due to the discovery of the API.
Codebase
- Moved all methods related to downloading files (including test cases) to
Group
. - Created
get_test_cases
andget_files
methods inGroup
. - We are now using the API (which mysteriously appeared) to get the year/course structure.
Full Changelog: v1.1.1...v1.2.1
No cleartext password 🎉
Full Changelog: v1.0.21...v1.1.1
Documentation
- Fixed method signatures to align with actual functionality.
- Updated
get_status
to properly handleSubmission
instances. - Ensured all class and method examples are consistent with the codebase.
Codebase
- Prepended
get_
to all methods inSubmission
- Created base
Group
from whichCourse
andExerciseGroup
inherit. - Using system keyring to store passwords (Issue #11)
Began work on temmies-cli
v1.0.21
Full Changelog: https://github.com/Code-For-Groningen/temmies/commits/v1.0.21
You may run pip install temmies
to install the package.