-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Remove gatekeeper #22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -67,7 +66,7 @@ const FIELD_TYPE = { | |||
'Request Type' : 'String', | |||
'Class' : 'String', | |||
'Event Name' : 'String', | |||
'Dimensions' : check_gatekeeper('explorer_json_scalar') ? 'JSON' : 'String', | |||
'Dimensions' : false ? 'JSON' : 'String', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmm why not just have 'Dimensions' : 'String'
?
The idea is that in-progress features don't have to stop being in-progress. We can't just use gatekeepers anymore, but I want to have some sort of feature flag. Going into the source and changing a |
got it - maybe add some comment/tag to keep track of it and grepability |
sure will do |
7d67762
to
e575600
Compare
@drew-gross updated the pull request. |
No description provided.