-
Notifications
You must be signed in to change notification settings - Fork 25
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
change planning output to be json compatible #154
Merged
Merged
Conversation
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
fix conflicts
divsan93
pushed a commit
to divsan93/tackle-container-advisor
that referenced
this pull request
Oct 10, 2022
* added single tech_summary input for standardization * fixed test/unit/test_assessment.py * added first version of clustering * fixed new .sql dependencies * sync with main repo * fixed .sql * fixed bug in unit tests * fixed tests * fixed test_standardization.py * added CLI service * planning output json compatible * adjusted planning unit test for new output format Co-authored-by: mmerler <michele@micheles-mbp.watson.ibm.com> Co-authored-by: mmerler <michele@micheles-mbp.myfiosgateway.com> Co-authored-by: mmerler <michele@Micheles-MBP.fritz.box> Signed-off-by: Divya Sankar <divyasankar@divyas-mbp-2.myfiosgateway.com>
mmerler
added a commit
that referenced
this pull request
Oct 10, 2022
* Add a link to Konveyor's CoC (#142) Signed-off-by: Divya Sankar <divyasankar@divyas-mbp-2.myfiosgateway.com> * change planning output to be json compatible (#154) * added single tech_summary input for standardization * fixed test/unit/test_assessment.py * added first version of clustering * fixed new .sql dependencies * sync with main repo * fixed .sql * fixed bug in unit tests * fixed tests * fixed test_standardization.py * added CLI service * planning output json compatible * adjusted planning unit test for new output format Co-authored-by: mmerler <michele@micheles-mbp.watson.ibm.com> Co-authored-by: mmerler <michele@micheles-mbp.myfiosgateway.com> Co-authored-by: mmerler <michele@Micheles-MBP.fritz.box> Signed-off-by: Divya Sankar <divyasankar@divyas-mbp-2.myfiosgateway.com> * latest search script Signed-off-by: lamwassi <lambert.pouguem.wassi@ibm.com> Signed-off-by: Divya Sankar <divyasankar@divyas-mbp-2.myfiosgateway.com> * import path Signed-off-by: lamwassi <lambert.pouguem.wassi@ibm.com> Signed-off-by: Divya Sankar <divyasankar@divyas-mbp-2.myfiosgateway.com> * latest docker verified publisher list Signed-off-by: lamwassi <lambert.pouguem.wassi@ibm.com> Signed-off-by: Divya Sankar <divyasankar@divyas-mbp-2.myfiosgateway.com> * update kg_aug and new version of database Signed-off-by: Divya Sankar <divyasankar@divyas-mbp-2.myfiosgateway.com> * latest image search from the three catalogues Signed-off-by: lamwassi <lambert.pouguem.wassi@ibm.com> Signed-off-by: Divya Sankar <divyasankar@divyas-mbp-2.myfiosgateway.com> * dockerhub search script Signed-off-by: lamwassi <lambert.pouguem.wassi@ibm.com> Signed-off-by: Divya Sankar <divyasankar@divyas-mbp-2.myfiosgateway.com> * Delete operator_images.csv Signed-off-by: Divya Sankar <divyasankar@divyas-mbp-2.myfiosgateway.com> * Delete openshift_images.csv not needed, Signed-off-by: Divya Sankar <divyasankar@divyas-mbp-2.myfiosgateway.com> * Delete docker_images.csv not needed Signed-off-by: Divya Sankar <divyasankar@divyas-mbp-2.myfiosgateway.com> * Delete dockerhub_api.py Signed-off-by: Divya Sankar <divyasankar@divyas-mbp-2.myfiosgateway.com> * Delete load_entities.py Signed-off-by: Divya Sankar <divyasankar@divyas-mbp-2.myfiosgateway.com> * Delete save_to_csv.py Signed-off-by: Divya Sankar <divyasankar@divyas-mbp-2.myfiosgateway.com> * Delete utils.py Signed-off-by: Divya Sankar <divyasankar@divyas-mbp-2.myfiosgateway.com> * dockerhub image search helper script Signed-off-by: lamwassi <lambert.pouguem.wassi@ibm.com> Signed-off-by: Divya Sankar <divyasankar@divyas-mbp-2.myfiosgateway.com> * Load entries from database Signed-off-by: lamwassi <lambert.pouguem.wassi@ibm.com> Signed-off-by: Divya Sankar <divyasankar@divyas-mbp-2.myfiosgateway.com> * operator image search script Signed-off-by: lamwassi <lambert.pouguem.wassi@ibm.com> Signed-off-by: Divya Sankar <divyasankar@divyas-mbp-2.myfiosgateway.com> * Quay.io image search Signed-off-by: lamwassi <lambert.pouguem.wassi@ibm.com> Signed-off-by: Divya Sankar <divyasankar@divyas-mbp-2.myfiosgateway.com> * Save search results to csv Signed-off-by: lamwassi <lambert.pouguem.wassi@ibm.com> Signed-off-by: Divya Sankar <divyasankar@divyas-mbp-2.myfiosgateway.com> * Automatic update of dockerhub verified publisher using selenium Signed-off-by: lamwassi <lambert.pouguem.wassi@ibm.com> Signed-off-by: Divya Sankar <divyasankar@divyas-mbp-2.myfiosgateway.com> * utils for image search Signed-off-by: lamwassi <lambert.pouguem.wassi@ibm.com> Signed-off-by: Divya Sankar <divyasankar@divyas-mbp-2.myfiosgateway.com> * latest sql. Tags removed from operator urls Signed-off-by: lamwassi <lambert.pouguem.wassi@ibm.com> Signed-off-by: Divya Sankar <divyasankar@divyas-mbp-2.myfiosgateway.com> * updated config Signed-off-by: lamwassi <lambert.pouguem.wassi@ibm.com> Signed-off-by: Divya Sankar <divyasankar@divyas-mbp-2.myfiosgateway.com> * search path Signed-off-by: lamwassi <lambert.pouguem.wassi@ibm.com> Signed-off-by: Divya Sankar <divyasankar@divyas-mbp-2.myfiosgateway.com> * changed import path Signed-off-by: lamwassi <lambert.pouguem.wassi@ibm.com> Signed-off-by: Divya Sankar <divyasankar@divyas-mbp-2.myfiosgateway.com> * changed db path Signed-off-by: lamwassi <lambert.pouguem.wassi@ibm.com> Signed-off-by: Divya Sankar <divyasankar@divyas-mbp-2.myfiosgateway.com> * Removed tag from expected output Signed-off-by: lamwassi <lambert.pouguem.wassi@ibm.com> Signed-off-by: Divya Sankar <divyasankar@divyas-mbp-2.myfiosgateway.com> * Proper entity id Signed-off-by: lamwassi <lambert.pouguem.wassi@ibm.com> Signed-off-by: Divya Sankar <divyasankar@divyas-mbp-2.myfiosgateway.com> Signed-off-by: Divya Sankar <divyasankar@divyas-mbp-2.myfiosgateway.com> Signed-off-by: lamwassi <lambert.pouguem.wassi@ibm.com> Signed-off-by: Michele Merler <michele.merler@gmail.com> Co-authored-by: Savitha Raghunathan <6026527+savitharaghunathan@users.noreply.github.com> Co-authored-by: Michele Merler <michele.merler@gmail.com> Co-authored-by: mmerler <michele@micheles-mbp.watson.ibm.com> Co-authored-by: mmerler <michele@micheles-mbp.myfiosgateway.com> Co-authored-by: mmerler <michele@Micheles-MBP.fritz.box> Co-authored-by: Divya Sankar <divyasankar@Divyas-MacBook-Pro-2.local>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
made planning output json compatible