etsy / kevin-middleware

This is an Express middleware that makes developing javascript in a monorepo easier.
MIT License
110 stars 5 forks source link

Add a start and stop compiler endpoints #18

Closed azu-b closed 2 years ago

azu-b commented 2 years ago

Description

It adds two new endpoints: /start-compiler and stop-compiler. They can be used to manually start and stop a specific compiler.

Context / Why are we making this change?

These endpoints will give users more control of the things they have compiled.

Testing and QA Plan

  1. Pull this branch: abarraza_WEBPLAT-4421_start-and-stop-compiler-endpoints
  2. Use the local copy of Kevin middleware using yarnpkg link
  3. Run your server.
  4. Use the new endpoints to start and stop a compiler.

Impact

This change adds new functionality to Kevin. It doesn't affect what existed before these commits.