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

feat(code): added code/trigger API endpoint #374

Merged
merged 4 commits into from
Oct 29, 2024
Merged

feat(code): added code/trigger API endpoint #374

merged 4 commits into from
Oct 29, 2024

Conversation

YuryShkoda
Copy link
Member

@YuryShkoda YuryShkoda commented Oct 29, 2024

Issue

#373

Intent

  • Add code/trigger API endpoint.

Implementation

  • Added the trigger POST route to the code routes at api/src/routes/api/code.ts.
  • Added the triggerCode method to the CodeController class at api/src/controllers/code.ts.
  • Improved the scheduleSessionDestroy method of the Session class at api/src/controllers/internal/Session.ts.
  • Extended Session type at api/src/types/Session.ts.
  • Added triggerCodeValidation to api/src/utils/validation.ts.

Checks

  • Code is formatted correctly (npm run lint:fix).
  • Any new functionality has been unit tested.
  • All unit tests are passing (npm test).
  • All CI checks are green.
  • Reviewer is assigned.

@YuryShkoda YuryShkoda merged commit 441f8b7 into main Oct 29, 2024
3 checks passed
@YuryShkoda YuryShkoda deleted the issue-373 branch October 29, 2024 10:29
Copy link

🎉 This PR is included in version 0.36.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants