MS-941/MS-1058 Update sync configuration to the new structure#1254
Conversation
4f924ac to
551f5aa
Compare
e45f38a to
f09d354
Compare
f09d354 to
a20ae68
Compare
|
|
||
| @Keep | ||
| data class ApiDownSynchronizationConfiguration( | ||
| val simprints: ApiSimprintsDownSynchronizationConfiguration, |
There was a problem hiding this comment.
This is an optional field now, have you not done it because you will let Milen doing it?
There was a problem hiding this comment.
Reading swagger schemas in GDocs is a bit confusing, and I missed the optional part. Anyhow, I will leave this detail to Milen, since making it optional would require a bunch of changes in the business logic across the app that are not directly related to any of the features I am working on. I just needed the configuration parsing in a working state.
FYI this field |
|



JIRA ticket
Will be released in: 2025.3.0
Notable changes
synchronization.downproperties moved to dedicatedsynchronization.down.simprintsobject. All usages are redirected to Simprints' specific config. For now thedown.simprintsis considered non-optional since it is used across modules. @BurningAXE I leave it to you to make it optional when adding co-sync configuration.synchronization.frequencymoved tosynchronization.down.simprints.frequencyandsynchronization.up.simprints.frequency. All usages are defaulted to the "down.simprints" frequency, unless it explicitly requires "up".Testing guidance
Additional work checklist