Skip to content

Releases: Code-For-Groningen/temmies

🎉 The browser window

12 Feb 17:44
Compare
Choose a tag to compare

Not gonna honor this with a long message. Added browser window to log in. Inflated the dependencies <3.

What's Changed

PR

Full Changelog: v1.2.121...1.2.122

🎉 The submit update

02 Dec 16:13
Compare
Choose a tag to compare

Changelog

  • Fixed accidental overwrite of submit function
  • Brought back polling until case is processed

Full Changelog: 1.2.111...v1.2.121

image

Fixed naming issues 🔧

21 Nov 10:24
Compare
Choose a tag to compare

Changelog

  • Naming issue in year.py has been fixed

Full Changelog: v1.2.1...1.2.111

Official API 🎉

18 Nov 19:20
Compare
Choose a tag to compare

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 and get_files methods in Group.
  • 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 🎉

17 Nov 21:17
Compare
Choose a tag to compare

Full Changelog: v1.0.21...v1.1.1

Documentation

  • Fixed method signatures to align with actual functionality.
  • Updated get_status to properly handle Submission instances.
  • Ensured all class and method examples are consistent with the codebase.

Codebase

  • Prepended get_ to all methods in Submission
  • Created base Group from which Course and ExerciseGroup inherit.
  • Using system keyring to store passwords (Issue #11)

Began work on temmies-cli

v1.0.21

21 Apr 18:39
Compare
Choose a tag to compare

Full Changelog: https://github.com/Code-For-Groningen/temmies/commits/v1.0.21
You may run pip install temmies to install the package.