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.
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: Packaging import through producers platform #8207
feat: Packaging import through producers platform #8207
Changes from 48 commits
226573c
49c8455
b6000d7
50fc0c5
203e03a
88959ae
cc1c9b9
2c60d1e
dd2359e
0cc5211
a2d83e6
3d1cafa
4bc3c61
bba0882
d265a4f
53e0e13
5604e21
818f62a
7c0649a
b96129c
b2f9194
71c0001
ac3124a
0a21954
cafd818
da6ea3e
9cd9e96
7945397
e232f81
2cd5b98
d61c6bc
37c8cb6
106d6a3
04f1fd4
696ab58
38b3473
74517d5
3f73d7a
a1743af
2cd4143
0e24de6
ddef3c8
0ec0f12
36bfced
8ad279b
2f03201
750cd8c
0d9faef
1469dd6
6a7f91f
dd211f2
00522ca
829d8f6
9cc4d5e
c2a2934
57e2e25
6a0a7eb
c0f3543
cdb9f55
ff0fcdd
f38baa3
7c7d259
1dd6508
2f5053f
8bfd76a
d69e5cf
f04ba04
67c0951
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Good idea
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.
$data_is_complete only tells that you have at least one complete line. Is this enough to consider complete ?
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.
Merging packaging data is very tricky and very likely to generate duplicates, so if we have weights from the producer, for at least one component, I think it's better to replace the whole structure.
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.
really cool.