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

Feat/Python code editor version 0.1 #1076

Closed
wants to merge 58 commits into from
Closed

Conversation

jschanker
Copy link
Collaborator

Which issue does this refer to ?
Robert's Python code editor

Brief description of the changes done
A brief step by step changes made. Example :

  1. Upgraded packages
  2. Added extra state to handle clicks
  3. ...

People to loop in / review from
Use @ key to tag people to review from

RTC-13 and others added 30 commits March 3, 2023 21:03
Implementation of Code Editor
Added user input handling for Code Editor
Feat/code editor - Added worker scripts from `react-py`
Feat/React-py added Python code execution
Initial commit for Code Editor Styling
Conditional rendering
Fixes / Refactoring Code Editor
possible solution
Co-authored-by: jschanker <jschanker@molloy.edu>
feat: Quick hack to allow input at beginning of Python code
Copy link

vercel bot commented Nov 28, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
bhanwari-devi ❌ Failed (Inspect) Jun 18, 2024 6:43am
bhanwari-devi-old ❌ Failed (Inspect) Jun 18, 2024 6:43am
meraki-dev ❌ Failed (Inspect) Jun 18, 2024 6:43am

Copy link

sonarcloud bot commented Nov 28, 2023

SonarCloud Quality Gate failed.    Quality Gate failed

Bug D 9 Bugs
Vulnerability D 2 Vulnerabilities
Security Hotspot E 3 Security Hotspots
Code Smell A 318 Code Smells

No Coverage information No Coverage information
62.4% 62.4% Duplication

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

@jschanker jschanker changed the title Feat/code editor version 0.1 Feat/Python code editor version 0.1 Nov 28, 2023
return false;
}
function expose(obj, ep = globalThis, allowedOrigins = ["*"]) {
ep.addEventListener("message", function callback(ev) {

Check failure

Code scanning / SonarCloud

Origins should be verified during cross-origin communications

<!--SONAR_ISSUE_KEY:AZAUvfzIpEhabR8OgSRb-->Verify the origin of the received message. <p>See more on <a href="https://sonarcloud.io/project/issues?id=navgurukul_bhanwari-devi&issues=AZAUvfzIpEhabR8OgSRb&open=AZAUvfzIpEhabR8OgSRb&pullRequest=1076">SonarCloud</a></p>
return false;
}
function expose(obj, ep = globalThis, allowedOrigins = ["*"]) {
ep.addEventListener("message", function callback(ev) {

Check failure

Code scanning / SonarCloud

Origins should be verified during cross-origin communications

<!--SONAR_ISSUE_KEY:AZAUvfzSpEhabR8OgSSW-->Verify the origin of the received message. <p>See more on <a href="https://sonarcloud.io/project/issues?id=navgurukul_bhanwari-devi&issues=AZAUvfzSpEhabR8OgSSW&open=AZAUvfzSpEhabR8OgSSW&pullRequest=1076">SonarCloud</a></p>
return false;
}
function expose(obj, ep = globalThis, allowedOrigins = ["*"]) {
ep.addEventListener("message", function callback(ev) {

Check failure

Code scanning / SonarCloud

Origins should be verified during cross-origin communications

<!--SONAR_ISSUE_KEY:AZAUvhwz5NAGpKZYQhbw-->Verify the origin of the received message. <p>See more on <a href="https://sonarcloud.io/project/issues?id=navgurukul_bhanwari-devi&issues=AZAUvhwz5NAGpKZYQhbw&open=AZAUvhwz5NAGpKZYQhbw&pullRequest=924">SonarCloud</a></p>
return false;
}
function expose(obj, ep = globalThis, allowedOrigins = ["*"]) {
ep.addEventListener("message", function callback(ev) {

Check failure

Code scanning / SonarCloud

Origins should be verified during cross-origin communications

<!--SONAR_ISSUE_KEY:AZAUvhxB5NAGpKZYQhcr-->Verify the origin of the received message. <p>See more on <a href="https://sonarcloud.io/project/issues?id=navgurukul_bhanwari-devi&issues=AZAUvhxB5NAGpKZYQhcr&open=AZAUvhxB5NAGpKZYQhcr&pullRequest=924">SonarCloud</a></p>
Copy link

sonarcloud bot commented Jun 18, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
3 Security Hotspots
62.0% Duplication on New Code (required ≤ 3%)
D Security Rating on New Code (required ≥ A)
D Reliability Rating on New Code (required ≥ A)

See analysis details on SonarCloud

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

return false;
}
function expose(obj, ep = globalThis, allowedOrigins = ["*"]) {
ep.addEventListener("message", function callback(ev) {

Check failure

Code scanning / SonarCloud

Origins should be verified during cross-origin communications High

Verify the origin of the received message. See more on SonarCloud
return false;
}
function expose(obj, ep = globalThis, allowedOrigins = ["*"]) {
ep.addEventListener("message", function callback(ev) {

Check failure

Code scanning / SonarCloud

Origins should be verified during cross-origin communications High

Verify the origin of the received message. See more on SonarCloud
@jschanker
Copy link
Collaborator Author

jschanker commented Jun 18, 2024

Closing for #1116 instead

@jschanker jschanker closed this Jun 18, 2024
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.

3 participants