John McCann Cunniff Jr
John McCann Cunniff Jr
Maybe add an extra page like playgrounds for anubis developers? Just something to make it more clear that you are actually getting a developer IDE.
Add column for new `docker` row column with mui icon to indicate if it is on or off. Column definitions here: https://github.com/AnubisLMS/Anubis/blob/95139fc5492e76fdd20be0a6a65d4bd4f20dd347/web/src/pages/core/super/Playgrounds.jsx#L54-L101
Add endpoints for admin users (TAs/Profs) to be able to manually trigger the functions found here: https://github.com/AnubisLMS/Anubis/blob/main/api/anubis/lms/autograde.py Then add a button to the frontend autograde pages for these endpoints to...
This one will require using [helm integration tests](https://github.com/AnubisLMS/Anubis/issues/395) and kubectl in the cd/ci to determine if a rollout was successful or not, then do a [helm rollback](https://helm.sh/docs/helm/helm_rollback/#helm) to undo the...
Some images may need higher resource requests/limits. We should add this ability. We may want to even add this at a user level. Like superusers or admins can have higher...
The create-react-app web is taking like 80 seconds to build. We should see if we can speed this up.
 We should upgrade the k8s version before the required update hits. This is a patch within 1.21.x, so it may not affect...
I recently ran into a rather complex issue with pdoc and pybind modules. The signature detection peice of code can be very easily broken under specific conditions. ## Problem In...