Skip to content

Conversation

fit2bot
Copy link
Contributor

@fit2bot fit2bot commented May 30, 2025

perf: run it
perf: 跑起来了
stash it
perf: comdn send
perf: 修改结构
perf: change some js import
perf: start to merge dev
perf: update done first

@fit2bot fit2bot requested a review from a team May 30, 2025 06:46
@ibuler ibuler changed the title perf: update done first perf: update to angular 19, remove materia, using ant design May 30, 2025
@@ -68,7 +69,7 @@
return;
}

iframeWindow.postMessage({ name: 'CREATE_FILE_CONNECT_TOKEN', SFTP_Token: newConnectToken.id }, '*');
iframeWindow.postMessage({name: 'CREATE_FILE_CONNECT_TOKEN', SFTP_Token: newConnectToken.id}, '*');

Check failure

Code scanning / SonarCloud

Origins should be verified during cross-origin communications High

Specify a target origin for this message. See more on SonarQube Cloud
@@ -49,7 +44,7 @@
private handleK8sIframeEvent() {
this.ping = setInterval(() => {
this._logger.info(`[Luna] Send K8s PING to: ${this.id}`);
this.iframeRef.nativeElement.contentWindow.postMessage({ name: 'PING', id: this.id }, '*');
this.iframeRef.nativeElement.contentWindow.postMessage({name: 'PING', id: this.id}, '*');

Check failure

Code scanning / SonarCloud

Origins should be verified during cross-origin communications High

Specify a target origin for this message. See more on SonarQube Cloud
@@ -60,7 +55,7 @@
clearInterval(this.ping);
break;
case 'PING':
this.iframeRef.nativeElement.contentWindow.postMessage({ name: 'PING', id: this.id }, '*');
this.iframeRef.nativeElement.contentWindow.postMessage({name: 'PING', id: this.id}, '*');

Check failure

Code scanning / SonarCloud

Origins should be verified during cross-origin communications High

Specify a target origin for this message. See more on SonarQube Cloud
@@ -38,7 +40,7 @@

handleK8sIframeEvent() {
this.ping = setInterval(() => {
this.iframeRef.nativeElement.contentWindow.postMessage({ name: 'PING', id: this.id }, '*');
this.iframeRef.nativeElement.contentWindow.postMessage({name: 'PING', id: this.id}, '*');

Check failure

Code scanning / SonarCloud

Origins should be verified during cross-origin communications High

Specify a target origin for this message. See more on SonarQube Cloud
@@ -49,7 +51,7 @@
clearInterval(this.ping);
break;
case 'PING':
this.iframeRef.nativeElement.contentWindow.postMessage({ name: 'PING', id: this.id }, '*');
this.iframeRef.nativeElement.contentWindow.postMessage({name: 'PING', id: this.id}, '*');

Check failure

Code scanning / SonarCloud

Origins should be verified during cross-origin communications High

Specify a target origin for this message. See more on SonarQube Cloud
}

handleIframeEvent() {
// @ts-ignore
this.ping = setInterval(() => {
this._logger.info(`[Luna] Send PING to: ${this.id}`);
this.iframeWindow.postMessage({name: 'PING', id: this.id, protocol: this.view.protocol}, '*');
this.iframeWindow.postMessage(

Check failure

Code scanning / SonarCloud

Origins should be verified during cross-origin communications High

Specify a target origin for this message. See more on SonarQube Cloud
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
5 Security Hotspots
C Reliability Rating on New Code (required ≥ A)
D Security Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

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

@ibuler ibuler merged commit 50622a1 into dev Jun 13, 2025
2 of 5 checks passed
@ibuler ibuler deleted the pr@dev@perf_web_terminal branch June 13, 2025 02:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants