John McCann Cunniff Jr

Results 63 issues of 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.

feature
experimental

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

feature
housekeeping
frontend

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...

feature
good first issue

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...

feature
experimental
k8s

https://helm.sh/docs/topics/chart_tests/

feature
k8s

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...

housekeeping
theia-ide

The create-react-app web is taking like 80 seconds to build. We should see if we can speed this up.

housekeeping
frontend

![Screenshot 2022-09-10 at 09-15-16 anubis overview - DigitalOcean](https://user-images.githubusercontent.com/36013983/189485035-78e50fa6-6378-4beb-8da4-69ae8c775094.png) We should upgrade the k8s version before the required update hits. This is a patch within 1.21.x, so it may not affect...

housekeeping

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...