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

Issue 373 stp #375

Merged
merged 3 commits into from
Oct 29, 2024
Merged

Issue 373 stp #375

merged 3 commits into from
Oct 29, 2024

Conversation

YuryShkoda
Copy link
Member

@YuryShkoda YuryShkoda commented Oct 29, 2024

Issue

Closes #373

Intent

  • Add stp/trigger API endpoint.

Implementation

  • Added trigger POST route to api/src/routes/api/stp.ts.
  • Added triggerProgramValidation to api/src/utils/validation.ts.
  • Added triggerProgram method to STPController class at api/src/controllers/stp.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 a044176 into main Oct 29, 2024
3 checks passed
@YuryShkoda YuryShkoda deleted the issue-373-stp branch October 29, 2024 14:08
Copy link

🎉 This PR is included in version 0.37.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.

New API endpoints required
3 participants