-
Notifications
You must be signed in to change notification settings - Fork 3
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
fix: Module certification issues #231
base: dev
Are you sure you want to change the base?
Conversation
Ibrahim S seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
Invalid PR title. It must start with feat: or fix: or BREAKING CHANGE: or feat(): or fix(): or BREAKING CHANGE():. Please see our Contributing-Guide. |
Closing PR as it was created against main branch of FCS |
c075ef3
Issue with linting detected.
For more information on our linting policies, please see our Linting-Guide. |
Build error occurred while running sample test with the following errors:
For more information on our testing policies, please see our Testing-Guide. |
@@ -10,5 +10,9 @@ | |||
}, | |||
"INVALID_TYPE_PARAMS": { | |||
"type": "schemaOnly" |
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.
you can remove INVALID_TYPE_PARAMS
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.
review comment addresed
Then 'Firebolt' platform responds to '1st party app' with '<MANAGE_API_Key>' | ||
When '3rd party app' invokes the 'Firebolt' API to '<CORE_API_Key>' | ||
And '3rd party app' invokes the 'Firebolt' API to '<CORE_API_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.
This should be 'When' keyword. Do. not understand why it was changed to 'And'
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.
review comment addresed
@@ -27,3 +27,6 @@ exports.NOT_AVAILABLE = { | |||
exports.INVALID_TYPE_PARAMS = { |
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.
If we removed 'INVALID_TYPE_PARAMS' We can probably remove this Export Also.
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.
review comment addresed
| Set fontOpacity-test | fontOpacity | test | INVALID_PARAMS | | ||
| Set fontOpacity-true | fontOpacity | true | INVALID_PARAMS | | ||
| Set backgroundOpacity-120 | backgroundOpacity | 120 | INVALID_PARAMS | | ||
| Set backgroundOpacity-test | backgroundOpacity | test | INVALID_PARAMS | |
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.
if all of the values are same, why do we need a separate column here
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.
review comment addresed
Issue with linting detected.
For more information on our linting policies, please see our Linting-Guide. |
Build error occurred while running sample test with the following errors:
For more information on our testing policies, please see our Testing-Guide. |
No description provided.