Skip to content

Conversation

@mroki58
Copy link
Collaborator

@mroki58 mroki58 commented Oct 1, 2025

I DON'T have JIRA ticket

  • explain what this PR does
  • if it is new feature explain how plan to use it
  • test are added
  • documentation is changed or added
  • FLP integration tests were ran successful

I have JIRA issue created

  • branch and/or PR name(s) includes JIRA ID
  • issue has "Fix version" assigned
  • issue "Status" is set to "In review"
  • PR labels are selected
  • FLP integration tests were ran successful

OmegaCreations and others added 30 commits June 8, 2025 20:40
The most important changes:
- header with changing label using context API
- sidebar for whole app
- navbar element for different pages.
…liceO2Group/WebUi into feature/TKN/OGUI-1703/basic-typescript-interfaces
…liceO2Group/WebUi into feature/TKN/OGUI-1703/basic-typescript-interfaces
…ithub.com:AliceO2Group/WebUi into feature/TKN/OGUI-1704/data-serialization-utils
…ub.com:AliceO2Group/WebUi into feature/TKN/OGUI-1705/client-central-basic-stream
OmegaCreations and others added 25 commits September 2, 2025 19:05
…t, function or class

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
…ithub.com:AliceO2Group/WebUi into feature/TKN/OGUI-1755/secure-connections-with-certificates
…t, function or class

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
…en-validation-for-p2p-connections' into feature/TKN/OGUI-1779/github-actions-for-backend
…r linting and testing wrapper directory code
@mroki58 mroki58 requested a review from graduta as a code owner October 1, 2025 17:00
DuplexMessageEvent,
} from "../../models/message.model";
import { ConnectionStatus } from "../../models/connection.model";
import * as fs from "fs";

Check notice

Code scanning / CodeQL

Unused variable, import, function or class Note

Unused import fs.

Copilot Autofix

AI 3 months ago

The optimal way to fix this issue is to remove the unused import statement for fs from the code. This will improve code readability and potentially reduce overhead by not importing a module that is not referenced anywhere. To apply the fix, simply delete the line import * as fs from "fs"; (line 27 in the provided code) from Tokenization/backend/wrapper/src/client/ConnectionManager/ConnectionManager.ts. No further changes or additional dependencies are required.

Suggested changeset 1
Tokenization/backend/wrapper/src/client/ConnectionManager/ConnectionManager.ts

Autofix patch

Autofix patch
Run the following command in your local git repository to apply this patch
cat << 'EOF' | git apply
diff --git a/Tokenization/backend/wrapper/src/client/ConnectionManager/ConnectionManager.ts b/Tokenization/backend/wrapper/src/client/ConnectionManager/ConnectionManager.ts
--- a/Tokenization/backend/wrapper/src/client/ConnectionManager/ConnectionManager.ts
+++ b/Tokenization/backend/wrapper/src/client/ConnectionManager/ConnectionManager.ts
@@ -24,7 +24,6 @@
   DuplexMessageEvent,
 } from "../../models/message.model";
 import { ConnectionStatus } from "../../models/connection.model";
-import * as fs from "fs";
 import { gRPCAuthInterceptor } from "./Interceptors/grpc.auth.interceptor";
 import { SecurityContext } from "../../utils/security/SecurityContext";
 
EOF
@@ -24,7 +24,6 @@
DuplexMessageEvent,
} from "../../models/message.model";
import { ConnectionStatus } from "../../models/connection.model";
import * as fs from "fs";
import { gRPCAuthInterceptor } from "./Interceptors/grpc.auth.interceptor";
import { SecurityContext } from "../../utils/security/SecurityContext";

Copilot is powered by AI and may make mistakes. Always verify output.
@mroki58 mroki58 changed the title Linting for backend [OGUI-1779] Linting for backend Oct 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

4 participants