-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Remove deprecated_address_id column from shipments #4379
Merged
waiting-for-dev
merged 1 commit into
solidusio:master
from
nebulab:waiting-for-dev/readd_removal_of_deprecated_address_id
Apr 27, 2023
Merged
Remove deprecated_address_id column from shipments #4379
waiting-for-dev
merged 1 commit into
solidusio:master
from
nebulab:waiting-for-dev/readd_removal_of_deprecated_address_id
Apr 27, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
waiting-for-dev
added
the
release:major
Breaking change on hold until next major release
label
May 19, 2022
aldesantis
approved these changes
May 19, 2022
@waiting-for-dev can you try to re-run the CI? |
Done. It's 🟢 now. |
kennyadsl
approved these changes
May 19, 2022
Rebasing to trigger CI |
waiting-for-dev
force-pushed
the
waiting-for-dev/readd_removal_of_deprecated_address_id
branch
from
April 25, 2023 13:25
b814ef2
to
7046254
Compare
3 tasks
waiting-for-dev
force-pushed
the
waiting-for-dev/readd_removal_of_deprecated_address_id
branch
from
April 27, 2023 03:45
7046254
to
f8bd900
Compare
waiting-for-dev
added a commit
that referenced
this pull request
Apr 27, 2023
db88911 set those two tests as `pending` because they were consistently failing. However, 5cdc40b removed the pending status because they started to work without problems. Now it's not clear which situations affect them. When they fail, they do it consistently (for instance, they affected #4379), but then sometimes they're ok. Until we have a better understanding, we'll just skip them, as they only affect the SQLite adapter.
We have not used this column since we removed all references to it in 2016. It was reverted on 039f3ce because of being backward incompatible. We re-add it now targeting next major (v4.0).
waiting-for-dev
force-pushed
the
waiting-for-dev/readd_removal_of_deprecated_address_id
branch
from
April 27, 2023 04:19
f8bd900
to
53eb16f
Compare
waiting-for-dev
deleted the
waiting-for-dev/readd_removal_of_deprecated_address_id
branch
April 27, 2023 04:34
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
changelog:solidus_core
Changes to the solidus_core gem
release:major
Breaking change on hold until next major release
type:enhancement
Proposed or newly added feature
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.
We have not used this column since we removed all references to it in
2016.
It was reverted on 039f3ce because of
being backward incompatible. We re-add it now targeting next major
(v4.0).
Ref #4377.
Thanks again for your understanding, @mamhoff.