-
Notifications
You must be signed in to change notification settings - Fork 3
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: add batch install biz #29
Merged
Merged
Changes from 2 commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
40840c1
rm runtimeInfoStor
aefe642
feat: add batch install biz
gaosaroma eb0c059
Merge branch 'main' into refactor-vnode
lvjing2 455bffa
update version of arkctl and vk
gaosaroma 5dc449f
Merge remote-tracking branch 'origin/refactor-vnode' into refactor-vnode
gaosaroma 606dca3
fix ut
gaosaroma 7429393
fix suite test
gaosaroma 8e04a46
fix: add defensive checks for resp of error status
gaosaroma 4d85531
fix: update pod status immediately when install biz success
gaosaroma e0eb08b
fix http suite test
gaosaroma ce4aaeb
fix log
gaosaroma File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Codebase verification
Dependency issue confirmed - ArkBatchInstallResponse type not available
The search results show that the code is using
github.com/koupleless/arkctl v0.2.3
, but theArkBatchInstallResponse
type is not found in the current codebase. However, the type is being used in multiple locations:common/model/model.go
: In the struct definitionmodule_tunnels/koupleless_mqtt_tunnel/mqtt_tunnel.go
: Being used to process response dataSince:
This confirms that this PR has an unmet dependency that needs to be resolved first.
Please:
ArkBatchInstallResponse
in your code comments🔗 Analysis chain
Verify dependency and add documentation for batch install response.
The pipeline failure indicates that
ark.ArkBatchInstallResponse
is undefined. This is likely because this PR depends on koupleless/runtime#231.Please ensure:
ArkBatchInstallResponse
Run this script to verify the dependency:
🏁 Scripts executed
The following scripts were executed for the analysis:
Script:
Length of output: 84
Script:
Length of output: 4321
🧰 Tools
🪛 GitHub Check: unit-test
[failure] 42-42:
undefined: ark.ArkBatchInstallResponse
🪛 GitHub Actions: lvjing2 pushed module-controller code
[error] 42-42: undefined: ark.ArkBatchInstallResponse - Type reference not found