etsy / kevin-middleware

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

Modify /compiler-info to show both active and inactive compilers #16

Closed azu-b closed 2 years ago

azu-b commented 2 years ago

Why make this change?

We need an endpoint that returns all the compilers, both active and inactive. Before this change, endpoints only show active compilers.

What is the change?

It adds the inactive compilers and their not built status to the compilers list returned by the /compiler-info endpoint.

Testing

Run yarn test and make sure all tests pass.

Questions and additional information for Reviewer

First time contributing to Kevin 👀