Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Update test block without sending a new test archive #135

Merged
merged 2 commits into from
Jan 2, 2024

Conversation

PedroChaparro
Copy link
Member

Includes 📋

  • Teachers are now able to update the information of tests blocks such as the name and language without needing to send a new test archive.

Related Issues 🔎

Fixes #134

@PedroChaparro PedroChaparro added the bug 🐞 Something isn't working label Jan 2, 2024
@PedroChaparro PedroChaparro self-assigned this Jan 2, 2024
@PedroChaparro PedroChaparro merged commit 63266f0 into dev Jan 2, 2024
3 checks passed
@PedroChaparro PedroChaparro deleted the fix/#134-udpate-test-block-without-test-archive branch January 2, 2024 18:36
@PedroChaparro PedroChaparro mentioned this pull request Jan 7, 2024
PedroChaparro added a commit that referenced this pull request Jan 7, 2024
* fix: Update test block without sending a new test archive (#135)

* fix(blocks): Update test block without sending a new test archive

* feat: Submit archive to test block (#137)

* chore: Add rabbitMQ instance to docker-compose file

* refactor: Create utility function to get a base multipart form writer

* feat(submissions): Update database when a new submit is received

* feat(submissions): Submit metadata to submissions queue

* chore: Show logs in the console to check connections

* refactor: Create `submissions_work_metadata` view

* fix(submissions): Submit work to queue after the submission data is saved

* test(submissions): Add test to ensure students can submit archives to test blocks

* chore: Update java test template

* docs(http): Update insomnia collection

* feat: Real time submission status (#138)

* chore: Remove unnecessary environment variable

Production mode can be enabled by the `GIN_MODE` environment variable

* chore: Add new micro-services to docker compose file

* feat(submissions): Create SSE implementation to send real time updates to students

* feat: Attach gateway instance queue to real time updates exchange

* feat(submissions): Listen for messages in the gateway instance queue

* docs(): Update insomnia collection

Add new SSE endpoint

* fix: Add submissions limits (#140)

* fix(submissions): Rate limit students submissions

* refactor: Remove files deletion error logs table

* fix(submissions): Validate if the laboratory is open

* test(submissions): Add test to ensure students can receive real time updates about their submissions

* refactor: Create static files repository implementation (#141)

* Manage request to static files micro-service from a single repository implementation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐞 Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant