Skip to content

Conversation

@asere
Copy link
Collaborator

@asere asere commented Mar 22, 2022

This PR will sanitize lots of code from express routes/controllers.

Here is the tests I have done and work

  • Creating a new user
  • Deleting an user (from itself or from an admin)
  • Creating a new server
  • Managing a server (adding an archive exercises.zip, creating groups)
  • Launching a Learn-OCaml instance server
  • Checking if the instance actually work
  • Deleting a server

These tests will be done from an user and from an admin:

  • Changing a password
  • Disable / activate an user
  • Authorize an user
  • Stopping a server
  • Downloading a server
  • Generate and retrieving a teacher token

asere added 3 commits January 25, 2022 22:18
update typescript to 4.5.4
update all eslint packages
adding nodejs debugger !
better utils/Data file
updating to abstract class CloudService
cleaning upload controller
partial lint of src/controllers/upload.ts
removed useless variable in server-settings in Frontend
removing packages:
 - archiver
 - child_process
 - express-session & @types
 - fs-readdir-recursive
 - fs-extra
 - rimraf
 - unzipper
fix most of express response sendStatus call followed by json
@asere asere force-pushed the master branch 2 times, most recently from 5999f09 to 1235199 Compare August 29, 2023 08:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

remove fs-extra package, write a recursive copyDir function instead Sending an archive create a temporary global ".zip" file

2 participants