Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Metabase
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Engineering Digital Service
Metabase
Commits
27e32d7f
Unverified
Commit
27e32d7f
authored
3 years ago
by
Cam Saul
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Remove placeholder code for the new 41 premium features (#18126)
parent
2b0a6c79
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/metabase/public_settings/premium_features.clj
+1
-18
1 addition, 18 deletions
src/metabase/public_settings/premium_features.clj
with
1 addition
and
18 deletions
src/metabase/public_settings/premium_features.clj
+
1
−
18
View file @
27e32d7f
...
...
@@ -153,30 +153,13 @@
[]
(
boolean
(
seq
(
token-features
))))
(
def
^
:private
^
:deprecated
PLACEHOLDER-DO-NOT-RELEASE-new-41-features
"The following features are not yet live and thus no actual tokens have them. Until they're live (see
https://github.com/metabase/harbormaster/issues/2006) we will 'simulate' these features by pretending we have them
if we have a token with _any_ other features.
This is temporary code and needs to be removed entirely before the 0.41.0 release.
DO NOT RELEASE 0.41.0 WITH THIS CODE STILL IN PLACE!!!
@camsaul will remove this in the next week or so unless he dies. If he dies, please remove it in memory of him and
bury him with it."
#
{
:advanced-config
:advanced-permissions
:content-management
})
(
defn
has-feature?
"Does this instance's premium token have `feature`?
(has-feature? :sandboxes) ; -> true
(has-feature? :toucan-management) ; -> false"
[
feature
]
(
if
(
PLACEHOLDER-DO-NOT-RELEASE-new-41-features
(
keyword
feature
))
(
has-any-features?
)
(
contains?
(
token-features
)
(
name
feature
))))
(
contains?
(
token-features
)
(
name
feature
)))
(
defn-
default-premium-feature-getter
[
feature
]
(
fn
[]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment