Skip to content

Commit

Permalink
V2/remove feature flag (#795)
Browse files Browse the repository at this point in the history
* removed multi_tenancy_v2 feature flag

* minor additions for v2

* Commit pdm.lock changes

* minor changes to remove variable that only necessory for migration

* Update backend/pyproject.toml

Co-authored-by: Chandrasekharan M <117059509+chandrasekharan-zipstack@users.noreply.github.com>
Signed-off-by: ali <117142933+muhammad-ali-e@users.noreply.github.com>

* Update backend/sample.env

Co-authored-by: Chandrasekharan M <117059509+chandrasekharan-zipstack@users.noreply.github.com>
Signed-off-by: ali <117142933+muhammad-ali-e@users.noreply.github.com>

* minor changes in sample.env

---------

Signed-off-by: ali <117142933+muhammad-ali-e@users.noreply.github.com>
Co-authored-by: muhammad-ali-e <muhammad-ali-e@users.noreply.github.com>
Co-authored-by: Chandrasekharan M <117059509+chandrasekharan-zipstack@users.noreply.github.com>
  • Loading branch information
3 people authored Oct 21, 2024
1 parent f4f51a2 commit 1085364
Show file tree
Hide file tree
Showing 28 changed files with 245 additions and 670 deletions.
2 changes: 1 addition & 1 deletion backend/account_v2/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
</head>
<body>
<h1 id="profileDropDown">Welcome Guest</h1>
<p><a href="{% url 'login' %}" id="qsLoginBtn">Login</a></p>
<p><a href="{% url 'public:login' %}" id="qsLoginBtn">Login</a></p>
</body>
</html>
1 change: 0 additions & 1 deletion backend/backend/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,4 @@ class UrlPathConstants:
class FeatureFlag:
"""Temporary feature flags."""

MULTI_TENANCY_V2 = "multi_tenancy_v2"
APP_DEPLOYMENT = "app_deployment"
Loading

0 comments on commit 1085364

Please sign in to comment.