-
Notifications
You must be signed in to change notification settings - Fork 28
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
Merging input files (App) #2799
Conversation
7f1b477
to
67a6eed
Compare
This should have probably been two stacked PRs:
|
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.
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.
ce7478c
to
68e418b
Compare
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.
General comment: please think about how you can keep your PRs smaller.
d5ed96c
to
3032be4
Compare
* no more need to manually manage id strings in a record
* extract log subscription and display into separate component to reduce code duplication in import and merge dialogs
* check relevant file permissions before running opossum-file * assume that all errors happening during opossum-file execution can be interpreted as the input file being invalid
e77b7ed
to
f28baf4
Compare
Summary of changes
Fully integrate merging of input files into OpossumUI.
Context and reason for change
We want users to be able to merge more information from external files into their currently open .opossum file directly from OpossumUI.
How can the changes be tested
Open a file in OpossumUI, then merge a second file into it using the new workflow, check that data from both files made it into the merged file.
closes #2730