Skip to content

Release v0.46.0

Choose a tag to compare

@github-actions github-actions released this 20 Jan 02:48
f114d71
release: v0.46.0 (#264)

* feat: Download tests archive (#251)

* feat: Download tests archive

* test: Add test to ensure teachers can download tests archives

* chore: Remove dependabot config

* chore(deps): Bump dependencies

* test: Fix broken tests

The message to be shown when credentials are wrong has been changed in the backend

* feat: Update profile (#254)

* feat: Create profile view and allow users to update their profile

* test: Add tests to ensure users can update their profiles

* feat: Update password (#255)

* feat: Allow users to update their password

* refactor: Rename tab to change password

* feat: Swap the index of two blocks (#256)

* test: Push test to ensure users can change their password

* feat: Allow teachers to swap the index of two blocks

* test: Add tests to ensure teachers can swap the index of two blocks

* feat: List students' grades (#262)

* refactor: Update submission endpoints

* feat: Show students' grades in laboratory

* test: Add test to ensure teachers can list the students' grades

* feat: Grade student (#263)

* feat: Add form to allow teachers to leave a comment in students' grades

* feat: Allow teachers to select criteria from rubric to grade students

* feat(ui): Create component to be shown when no rubric have been chosen

* feat: Add button to allow teachers to go back to the grades table

* feat: Show students' submissions to teachers

* feat: Allow teachers to download students' code

* chore(deps): Remove extra font

A mono-space font was being loaded to display the `stdout` of the tests but it wasn't necessary at all. 

* feat: Allow students to download their code

* test: Add test to ensure students can submit to tests blocks

* test: Add test to ensure teachers can grade students

* test: Add test to ensure teachers can download students' code

* chore(deps): Bump dependencies