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: integrate deterministic image #545

Closed
wants to merge 9 commits into from

found missing await

7612e57
Select commit
Loading
Failed to load commit list.
Closed

feat: integrate deterministic image #545

found missing await
7612e57
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Sep 20, 2024 in 0s

8 new issues (0 max.) of at least minor severity.

Codacy Here is an overview of what got changed by this pull request:

Issues
======
+ Solved 1
- Added 8
           

Complexity increasing per file
==============================
- test/e2e/commands/separate_node_add_build.test.mjs  1
- test/e2e/commands/separate_node_add_image.test.mjs  1
- test/e2e/test_separate_node_add.mjs  3
- test/e2e/commands/node_delete_build.test.mjs  1
- test/e2e/commands/node_delete_image.test.mjs  1
- test/e2e/commands/relay_image.test.mjs  1
- test/e2e/test_mirror_node.mjs  3
- test/e2e/test_node_delete.mjs  3
- test/e2e/commands/mirror_node_image.test.mjs  1
- test/e2e/commands/mirror_node_build.test.mjs  1
- test/e2e/commands/relay_build.test.mjs  1
- test/e2e/testRelay.mjs  3
- test/e2e/commands/node_update_image.test.mjs  1
- test/e2e/test_node_update.mjs  7
- test/e2e/commands/node_update_build.test.mjs  1
- test/e2e/commands/node_pem_kill_image.test.mjs  1
- test/e2e/commands/node_pem_kill_build.test.mjs  1
- test/e2e/test_node_pem.js  3
- test/e2e/commands/node_add_build.test.mjs  1
- test/e2e/test_add.mjs  4
- test/e2e/commands/node_add_image.test.mjs  1
         

Clones added
============
- test/e2e/test_node_pem.js  2
         

See the complete overview on Codacy

Annotations

Check warning on line 32 in resources/extract-platform.sh

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

resources/extract-platform.sh#L32

Double quote to prevent globbing and word splitting.

Check warning on line 26 in resources/support-zip.sh

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

resources/support-zip.sh#L26

Double quote to prevent globbing and word splitting.

Check warning on line 31 in resources/support-zip.sh

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

resources/support-zip.sh#L31

Double quote to prevent globbing and word splitting.

Check warning on line 54 in resources/support-zip.sh

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

resources/support-zip.sh#L54

Double quote to prevent globbing and word splitting.

Check warning on line 590 in src/core/k8.mjs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/core/k8.mjs#L590

The application dynamically constructs file or path information.

Check warning on line 843 in src/core/k8.mjs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/core/k8.mjs#L843

The application dynamically constructs file or path information.

Check warning on line 97 in test/e2e/test_node_delete.mjs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

test/e2e/test_node_delete.mjs#L97

The application dynamically constructs file or path information.

Check warning on line 154 in test/e2e/test_node_update.mjs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

test/e2e/test_node_update.mjs#L154

The application dynamically constructs file or path information.