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

release sdk-v0.2.1 #454

Merged
merged 39 commits into from
Oct 16, 2023
Merged

release sdk-v0.2.1 #454

merged 39 commits into from
Oct 16, 2023

Conversation

hatemhosny
Copy link
Collaborator

hatemhosny and others added 30 commits October 2, 2023 23:16
@cloudflare-workers-and-pages
Copy link

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: eea5d73
Status: ✅  Deploy successful!
Preview URL: https://3584f26e.livecodes.pages.dev
Branch Preview URL: https://develop.livecodes.pages.dev

View logs

/* eslint-disable import/no-internal-modules */
import { rubyWasmBaseUrl } from '../../vendors';

parent.postMessage({ type: 'loading', payload: true }, '*');

Check failure

Code scanning / SonarCloud

Origins should be verified during cross-origin communications

<!--SONAR_ISSUE_KEY:AYsL9NqRBx6PFK236MV4-->Specify a target origin for this message. <p>See more on <a href="https://sonarcloud.io/project/issues?id=live-codes_livecodes&issues=AYsL9NqRBx6PFK236MV4&open=AYsL9NqRBx6PFK236MV4">SonarCloud</a></p>
livecodes.rubyWasm.run =
livecodes.rubyWasm.run ||
(async () => {
parent.postMessage({ type: 'loading', payload: true }, '*');

Check failure

Code scanning / SonarCloud

Origins should be verified during cross-origin communications

<!--SONAR_ISSUE_KEY:AYsL9NqRBx6PFK236MV5-->Specify a target origin for this message. <p>See more on <a href="https://sonarcloud.io/project/issues?id=live-codes_livecodes&issues=AYsL9NqRBx6PFK236MV5&open=AYsL9NqRBx6PFK236MV5">SonarCloud</a></p>
const { DefaultRubyVM } = (window as any)['ruby-wasm-wasi'];
const { vm } = await DefaultRubyVM(livecodes.rubyWasm.module);
vm.eval(code);
parent.postMessage({ type: 'loading', payload: false }, '*');

Check failure

Code scanning / SonarCloud

Origins should be verified during cross-origin communications

<!--SONAR_ISSUE_KEY:AYsL9NqRBx6PFK236MV6-->Specify a target origin for this message. <p>See more on <a href="https://sonarcloud.io/project/issues?id=live-codes_livecodes&issues=AYsL9NqRBx6PFK236MV6&open=AYsL9NqRBx6PFK236MV6">SonarCloud</a></p>

addEventListener('load', () => livecodes.rubyWasm.run?.());

parent.postMessage({ type: 'loading', payload: false }, '*');

Check failure

Code scanning / SonarCloud

Origins should be verified during cross-origin communications

<!--SONAR_ISSUE_KEY:AYsL9NqRBx6PFK236MV7-->Specify a target origin for this message. <p>See more on <a href="https://sonarcloud.io/project/issues?id=live-codes_livecodes&issues=AYsL9NqRBx6PFK236MV7&open=AYsL9NqRBx6PFK236MV7">SonarCloud</a></p>
@netlify
Copy link

netlify bot commented Oct 16, 2023

Deploy Preview for livecodes ready!

Name Link
🔨 Latest commit eea5d73
🔍 Latest deploy log https://app.netlify.com/sites/livecodes/deploys/652d53ce1592210008410592
😎 Deploy Preview https://deploy-preview-454--livecodes.netlify.app/docs
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@sonarqubecloud
Copy link

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
7.7% 7.7% Duplication

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint

@hatemhosny hatemhosny merged commit 45acbcd into main Oct 16, 2023
13 of 15 checks passed
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.

1 participant