-
Notifications
You must be signed in to change notification settings - Fork 37
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
👻 Config changes #526
👻 Config changes #526
Conversation
7edf779
to
9b3f41d
Compare
Resolves: konveyor#160 Pending konveyor/kai#526, this change is needed so the kai-rpc-server starts. The initialize call should still override any model configurations in the toml file. Once the kai change to remove config.toml is merged, the TODOs added by this change will need to be resolved. Signed-off-by: Scott J Dickerson <[email protected]>
Resolves: #160 Pending konveyor/kai#526, this change is needed so the kai-rpc-server starts. The initialize call should still override any model configurations in the toml file. Once the kai change to remove `config.toml` is merged, the TODOs added by this change will need to be resolved. Signed-off-by: Scott J Dickerson <[email protected]> Co-authored-by: Radoslaw Szwajkowski <[email protected]>
Signed-off-by: JonahSussman <[email protected]>
Signed-off-by: JonahSussman <[email protected]>
Signed-off-by: JonahSussman <[email protected]>
Signed-off-by: JonahSussman <[email protected]>
Signed-off-by: JonahSussman <[email protected]>
Signed-off-by: JonahSussman <[email protected]>
Signed-off-by: JonahSussman <[email protected]>
Signed-off-by: JonahSussman <[email protected]>
Signed-off-by: JonahSussman <[email protected]>
Signed-off-by: JonahSussman <[email protected]>
59c0863
to
cb64002
Compare
Signed-off-by: JonahSussman <[email protected]>
0258c35
to
f603b9d
Compare
cd0b49c
to
918ac81
Compare
Signed-off-by: JonahSussman <[email protected]>
918ac81
to
bb63cc8
Compare
Signed-off-by: JonahSussman <[email protected]>
Signed-off-by: JonahSussman <[email protected]>
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.
Some minor points on logging otherwise LGTM
Signed-off-by: JonahSussman <[email protected]>
Signed-off-by: JonahSussman <[email protected]>
It is safe to merge this before konveyor/editor-extensions#190 since we don't have scripted download of the workflow generated binaries quite yet. editor-extensions main will use released assets until we switch over. Hopefully this will be ready soon. The ide devs can test 190 by manually downloading the binaries needed. |
Based on changes to the kai runtime configurations in konveyor/kai#526, update the CLI arguments and initialize request object to match. Summary of changes: - Reorder the config field definitions - Use enum values in config definitions where available - Config keys with order 99 probably can be removed as they don't appear to be used - Aligned CLI arguments and initialize request payload types to the updated Kai configuration keys - Dropped config.toml handling since that file is no longer in use Signed-off-by: Scott J Dickerson <[email protected]>
Based on changes to the kai runtime configurations in konveyor/kai#526, update the CLI arguments and initialize request object to match. Summary of changes: - Reorder the config field definitions - Use enum values in config definitions where available - Config keys with order 99 probably can be removed as they don't appear to be used - Aligned CLI arguments and initialize request payload types to the updated Kai configuration keys - Dropped config.toml handling since that file is no longer in use Signed-off-by: Scott J Dickerson <[email protected]>
Update initialize parameters to align with konveyor/kai#526. --------- Signed-off-by: Jonah Sussman <[email protected]>
Based on changes to the kai runtime configurations in konveyor/kai#526, update the CLI arguments and initialize request object to match. Summary of changes: - Reorder the config field definitions - Use enum values in config definitions where available - Config keys with order 99 probably can be removed as they don't appear to be used - Aligned CLI arguments and initialize request payload types to the updated Kai configuration keys - Dropped config.toml handling since that file is no longer in use Signed-off-by: Scott J Dickerson <[email protected]>
Based on changes to the kai runtime configurations in konveyor/kai#526, update the CLI arguments and initialize request object to match. Summary of changes: - Reorder the config field definitions - Use enum values in config definitions where available - Config keys related to analyzer configuration still remain but cannot be passed along to the analyzer, see [kai issue 550](konveyor/kai#550) - Aligned CLI arguments and initialize request payload types to the updated Kai configuration keys - Dropped config.toml handling since that file is no longer in use Prerequisite for: #184 --------- Signed-off-by: Scott J Dickerson <[email protected]>
This pr has the following changes:
config.toml
is outta hereadd_arguments
inkai/rpc_server/main.py
initialize
request (seeKaiRpcApplicationConfig
inkai/rpc_server/server.py
)