Skip to content
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

Open
wants to merge 9 commits into
base: dev
Choose a base branch
from

Conversation

anjalimukundan
Copy link
Contributor

No description provided.

@CLAassistant
Copy link

CLAassistant commented Oct 10, 2024

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

✅ anjalimukundan
❌ Ibrahim S


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.

@anjalimukundan anjalimukundan changed the base branch from main to dev October 10, 2024 15:51
Copy link

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.

@neeradanelxsi
Copy link
Collaborator

Closing PR as it was created against main branch of FCS

@anjalimukundan anjalimukundan changed the title Module certification issues fix: Module certification issues Oct 10, 2024
neeradanelxsi
neeradanelxsi previously approved these changes Oct 15, 2024
jbigel
jbigel previously approved these changes Oct 17, 2024
Copy link

Issue with linting detected.
Linting failed with the following errors:

yarn run v1.22.22
$ eslint .

/home/runner/work/firebolt-certification-suite/firebolt-certification-suite/cypress/fixtures/fireboltCalls/discovery.js
  693:25  error  Parsing error: Unexpected token ,

✖ 1 problem (1 error, 0 warnings)

info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

For more information on our linting policies, please see our Linting-Guide.

Copy link

Build error occurred while running sample test with the following errors:

Error: Build failed with 1 error:
cypress/fixtures/fireboltCalls/discovery.js:693:24: ERROR: Expected identifier but found ","
    at failureErrorWithLog (/home/runner/work/firebolt-certification-suite/firebolt-certification-suite/node_modules/esbuild/lib/main.js:1636:15)
    at /home/runner/work/firebolt-certification-suite/firebolt-certification-suite/node_modules/esbuild/lib/main.js:1048:25
    at runOnEndCallbacks (/home/runner/work/firebolt-certification-suite/firebolt-certification-suite/node_modules/esbuild/lib/main.js:1471:45)
    at buildResponseToResult (/home/runner/work/firebolt-certification-suite/firebolt-certification-suite/node_modules/esbuild/lib/main.js:1046:7)

For more information on our testing policies, please see our Testing-Guide.

@@ -10,5 +10,9 @@
},
"INVALID_TYPE_PARAMS": {
"type": "schemaOnly"
Copy link
Collaborator

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

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>'
Copy link
Contributor

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'

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 = {
Copy link
Contributor

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.

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 |
Copy link
Collaborator

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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

review comment addresed

Copy link

Issue with linting detected.
Linting failed with the following errors:

yarn run v1.22.22
$ eslint .

/home/runner/work/firebolt-certification-suite/firebolt-certification-suite/cypress/fixtures/fireboltCalls/discovery.js
  693:25  error  Parsing error: Unexpected token ,

✖ 1 problem (1 error, 0 warnings)

info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

For more information on our linting policies, please see our Linting-Guide.

Copy link

Build error occurred while running sample test with the following errors:

Error: Build failed with 1 error:
cypress/fixtures/fireboltCalls/discovery.js:693:24: ERROR: Expected identifier but found ","
    at failureErrorWithLog (/home/runner/work/firebolt-certification-suite/firebolt-certification-suite/node_modules/esbuild/lib/main.js:1636:15)
    at /home/runner/work/firebolt-certification-suite/firebolt-certification-suite/node_modules/esbuild/lib/main.js:1048:25
    at runOnEndCallbacks (/home/runner/work/firebolt-certification-suite/firebolt-certification-suite/node_modules/esbuild/lib/main.js:1471:45)
    at buildResponseToResult (/home/runner/work/firebolt-certification-suite/firebolt-certification-suite/node_modules/esbuild/lib/main.js:1046:7)

For more information on our testing policies, please see our Testing-Guide.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants