Skip to content

Tags: workindia/flagsmith

Tags

v2.9.4

Toggle v2.9.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: update django-admin-sso to support django 2.1+ authenticate (Fla…

…gsmith#381)

v2.9.3

Toggle v2.9.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Hotfix/trait (Flagsmith#374)

* revert trait/models

* fix tests

* fixup! remove mock args

v2.9.2

Toggle v2.9.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
re-run tests on main push (Flagsmith#369)

v2.9.1

Toggle v2.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update Front end env vars to have better naming convention (Flagsmith…

…#297)

* Update envs vars

* Remove logs

* Corrected STATIC_ASSET_CDN_URL

* InfluxDB options

* updated API url

* Dont promote appengine

Co-authored-by: Ben Rometsch <[email protected]>
Co-authored-by: Ben Rometsch <[email protected]>

2.9.0

Toggle 2.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Invite links fix (Flagsmith#278)

v2.8.9

Toggle v2.8.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Dont run CI on draft pull requests (Flagsmith#264)

v2.8.8

Toggle v2.8.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
improvement/search identities with exact match (Flagsmith#245)

* Added functionality - now write a test ben

* wrote a test

* Better test

v2.8.7

Toggle v2.8.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix "false" mv value (Flagsmith#246)

v2.8.6

Toggle v2.8.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add an API endpoint to support cloning of environment (Flagsmith#203)

* feat(env_clone): Add an api to support environment cloning

* fixup! feat(env_clone): Add an api to support environment cloning

* docs(env_clone): fix swagger docs

* squash! feat(env_clone): Add an api to support environment cloning

* test(integration): Create a fixture to return env dict response

* test(clone_env): Add integration test to check 200

* test: remove environment_dict fixture

* refactor(clone-env): move clonning logic to serializer

* fix: Add permission check for env clone action

* refactor(clone-env): move permission check to has_permission

* fixup! refactor(clone-env): move permission check to has_permission

* squash! refactor permission for clone

* test(env_clone): Add test to check sourece state env after clone

* wip: permission changes

* use Q objects to generate filter

v2.8.5

Toggle v2.8.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(github-179): Force the API to only render json (Flagsmith#209)

The issue was cause by the accept header from client being set to html
which fails because don't have queryset/get_queryset defined on the class

fixes: Flagsmith#179