Matthew Elwell
Matthew Elwell
Seems like there's still some nasty debugging going on here. I managed to get this to appear by just navigating to project settings.
@kyle-ssg the API is now ready for change requests to include versions. The plan, as such, is for you to create the version (or versions), then attach those to the...
@kyle-ssg as discussed, I think we'll need to add a parameter (POST) to the sign up endpoints (email / password, github, google) to know whether the page was reached via...
Hey @Jaribeau, this should be resolved for you now.
@dabeeeenster have you enabled the flag then?
Re-opening for 2 reasons: 1. The flag on the FE hasn't been enabled yet 2. There seems to be scenarios where it doesn't work correctly, e.g. see the 'Demo' environment...
@zachaysan looking into this, I believe it's because we're using `FeatureState.get_live_feature_states()` which actually (and perhaps confusingly) returns _all_ feature states which are considered 'live' to the engine, but doesn't (as...
@kyle-ssg , I think we can add this to the payload in the case that the environment query parameter is provided.
Related issue: #1535
@kyle-ssg the response to the `/projects/:id/features/` endpoint now returns an attribute of `environment_feature_state` which includes the default environment feature state when the `environment` query parameter is provided.