Xabaril / Esquio

Esquio is a Feature Toggle Library for .NET Developers.
Apache License 2.0
428 stars 49 forks source link

Allow to modify default deployment #145

Closed unaizorrilla closed 4 years ago

unaizorrilla commented 4 years ago

At this momment, default deployment is Tests and this value can't be modified, the UI don't allow it and there are some parts of the code using Test constant!

Could be interesting for users to allow change default deployment on some products and preserve Tests for others!

unaizorrilla commented 4 years ago

Hi @gkfischer

Merged on master (to Esquio V4 ) a new commit that allow specify default deployment from the UI or API. You can set your default deployment for each product and this can be different on each product from the UI or HTTP API.

Related with #144