ok
ok copied to clipboard
ok.py supports programming projects by running tests, tracking progress, and assisting in debugging.
With higher version of virtualenv installed, attempting the installation of jsmin==2.2.1 yields error, therefore, updated to 3.0.1. Once updated, in order to make manage.py runs properly, markupsafe and sqlalchemy version...
Hi. I'm part of a student org interested in using okpy to configure autograder for our bootcamp exercises. How do we configure the autograder for assignment in the OK console?...
These models still confuse me. `GET /api/v3/course//enrollment/` ``` $ curl 'http://127.0.0.1:5000/api/v3/course/cal/cs61a/sp16/enrollment/[email protected]?access_token=access1' { "code": 200, "data": { "class_account": "", "role": "staff", "section": "", "user": { "email": "[email protected]", "id": "asdf" } },...
Bumps [bleach](https://github.com/mozilla/bleach) from 2.0.0 to 3.1.4. Changelog Sourced from bleach's changelog. Version 3.1.4 (March 24th, 2020) Security fixes bleach.clean behavior parsing style attributes could result in a regular expression denial...
This pull request is supposed to solve the problem addressed in #1375 This is an updated version of #1068 which takes into account most of the comments for that PR....
A new button located under actions for an assignment where you can now delete that current assignment. When attempting to delete the assignment a warning message asking to confirm will...
This is helpful when trying to calculate slip days. I think this works, but dunno much about okpy. Written based on just reading the code. :)
Fixes #1352 This adds a new "delete" button the submissions view for each student along with backend code. Next steps are to make the button pop an alert first (to...