Conversation
…to to v1.7.0-alpha
|
cc @jhalliday - let me know what you think of the changes I made to the profile serialization logic to reflect the changes |
| */ | ||
| public static ProfilesRequestMarshaler create(Collection<ProfileData> profileList) { | ||
| return new ProfilesRequestMarshaler(ResourceProfilesMarshaler.create(profileList)); | ||
| // Verify all profiles in batch have identical dictionary |
There was a problem hiding this comment.
This is interesting.. The shared lookup tables were promoted from the profile level to the ExportProfilesServiceRequest.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7362 +/- ##
============================================
- Coverage 89.87% 89.83% -0.04%
+ Complexity 6899 6895 -4
============================================
Files 786 786
Lines 20793 20793
Branches 2026 2026
============================================
- Hits 18687 18679 -8
- Misses 1465 1469 +4
- Partials 641 645 +4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
|
@jack-berg ahh, you've been busy whilst I've been on vacation. I did have some time earmarked for this later in the week after I get caught up. Looks like I owe you a beer instead. |
This PR contains the following updates:
1.5.0-alpha->1.7.0-alphaWarning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.