-
Notifications
You must be signed in to change notification settings - Fork 28
Feat: added SDKkey and environmentKey in datafile #281
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
@@ -38,6 +38,8 @@ class DatafileProjectConfig < ProjectConfig | |||
attr_reader :anonymize_ip | |||
attr_reader :bot_filtering | |||
attr_reader :revision | |||
attr_reader :sdk_key |
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.
update header.
@@ -194,6 +198,26 @@ def experiment_running?(experiment) | |||
RUNNING_EXPERIMENT_STATUS.include?(experiment['status']) | |||
end | |||
|
|||
def get_sdk_key() |
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.
why create these getters when you have already declared read only attributes and using those directly?
changes are made but zeeshan is OFF
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.
lgtm
Summary
Test plan
All unit tests and FSC tests should pass