-
Notifications
You must be signed in to change notification settings - Fork 19
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
bugfix: S3C-2899 implement v1 format for DelimiterVersions listing #1031
bugfix: S3C-2899 implement v1 format for DelimiterVersions listing #1031
Conversation
Hello jonathan-gramain,My role is to assist you with the merge of this Status report is not available. |
Integration data createdI have created the integration data for the additional destination branches.
The following branches will NOT be impacted:
Follow integration pull requests if you would like to be notified of |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include a mandatory approval from @jonathan-gramain. |
d81a551
to
1bd8038
Compare
History mismatchMerge commit #d81a551b958824c06c4859874d40d6504f984d30 on the integration branch It is likely due to a rebase of the branch Please use the |
1bd8038
to
c089ae4
Compare
@bert-e reset |
Reset completeI have successfully deleted this pull request's integration branches. |
Integration data createdI have created the integration data for the additional destination branches.
The following branches will NOT be impacted:
Follow integration pull requests if you would like to be notified of |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include a mandatory approval from @jonathan-gramain. |
@miniscruff I also implemented what you suggested in #1028 about having an object for mapping format version numbers to method names. It should also (slightly) improve performance by avoiding an explicit comparison on the version number at each call, explicitly for the |
c089ae4
to
c9ba4c1
Compare
History mismatchMerge commit #c089ae41238a102bd121adcc0dbc4fe149a91e90 on the integration branch It is likely due to a rebase of the branch Please use the |
@bert-e reset |
Reset completeI have successfully deleted this pull request's integration branches. |
Integration data createdI have created the integration data for the additional destination branches.
The following branches will NOT be impacted:
Follow integration pull requests if you would like to be notified of |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include a mandatory approval from @jonathan-gramain. |
Implement the v1 versioning key format for DelimiterVersions listing method, in addition to v0. Enhance existing unit tests to check the result of getMDParams()
c9ba4c1
to
d66d924
Compare
History mismatchMerge commit #b431e35857eb1715ad5038b817bad58dd18c94cf on the integration branch It is likely due to a rebase of the branch Please use the |
@bert-e reset |
Reset completeI have successfully deleted this pull request's integration branches. |
Integration data createdI have created the integration data for the additional destination branches.
The following branches will NOT be impacted:
Follow integration pull requests if you would like to be notified of |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include a mandatory approval from @jonathan-gramain. |
Branches have divergedThis pull request's source branch To avoid any integration risks, please re-synchronize them using one of the
Note: If you choose to rebase, you may have to ask me to rebuild |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include a mandatory approval from @jonathan-gramain. |
@bert-e approve |
In the queueThe changeset has received all authorizations and has been added to the The changeset will be merged in:
The following branches will NOT be impacted:
There is no action required on your side. You will be notified here once IMPORTANT Please do not attempt to modify this pull request.
If you need this pull request to be removed from the queue, please contact a The following options are set: approve |
I have successfully merged the changeset of this pull request
The following branches have NOT changed:
Please check the status of the associated issue S3C-2899. Goodbye jonathan-gramain. |
Implement the v1 versioning key format for DelimiterVersions listing
method, in addition to v0.
Enhance existing unit tests to check the result of getMDParams()
Requires merging PR #1018 first.