You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add feature flipping models to Projects, plus example feature flip
Also, use a new pattern for API instance objects
* Refactoring the make_api_* calls into the API models
* Add migrations for proxy models
* Add some admin features
* Bump setuptools version.
* Add feature flip for setuptools latest version
Also, add a convenience method on the Project model for feature flag dependent
values.
* Add feature flip for build endpoints
Returns 403 if the project doesn't have the build endpoint enabled.
* Rework feature relationship, add default true value based on date
This allows for features on deprecated code, where we can say the feature is
true historically.
* Fix some issues, more tests
* Add data migration adding feature to database
* Fix migration
* Fix tests
* Rename Feature.feature -> Feature.feature_id, other cleanup
* Drop setuptools pinning
* Update field name
* Fix migration as well
* Use semver for setuptools version
* Missed merge conflict
* Rename function, also go private function
0 commit comments