mirror of
https://github.com/PostHog/posthog.git
synced 2024-12-01 12:21:02 +01:00
862697ef83
* initial role and role memberships setup
* create role when org is created and role memberships when user joins
* wip for merge
* fix api tests for role
* nest roles under organization route and test fixes
* remove pdb set trace
* fix types
* remove creating default roles and role memberships for orgs and users
* add permission levels to orgs and roles
* bulk create role memberships
* leave role membership as individual api request, handle bulk creation on the frontend instead
* feature flag role access wip and migrations
* fix flag role access tests
* linter
* isort
* temp type ignore
* add access level to plugin tests
* test remove test migration safe
* test license import error fix
* delete old? org license test
* nvm we need these tests
* type ignore
* reset license plans after test
* add organization resource access model and remove access level field from regular organizations
* feat: permission return on feature flag (#12826)
* suggested permission return
* change naming
* add changes
* pass bool
* fix plugin tests
* organization resource access tests and fixes
* update can edit return with new org resource access model from feature flag
* fix tests
* add permissions to feature flag for editing
* more tests
* remove unnecessary spacing
* fix test
* add context for feature flag serializer tests
* add back workflow test step
* add organization to feature flag role access
* fix(spike): why are tests failing (#12858)
* was it because invalid id is provided?
* allow django to touch the db
* a less unexpected way of allowing access to the DB
* Revert "add organization to feature flag role access"
This reverts commit
|
||
---|---|---|
.. | ||
__init__.py | ||
0001_initial.py | ||
0002_hook.py | ||
0003_license_max_users.py | ||
0004_enterpriseeventdefinition_enterprisepropertydefinition.py | ||
0005_project_based_permissioning.py | ||
0006_event_definition_verification.py | ||
0007_dashboard_permissions.py | ||
0008_null_definition_descriptions.py | ||
0009_deprecated_old_tags.py | ||
0010_migrate_definitions_tags.py | ||
0011_add_tags_back.py | ||
0012_migrate_tags_v2.py | ||
0013_silence_deprecated_tags_warnings.py | ||
0014_roles_memberships_and_resource_access.py |