Skip to content
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 unused columns from spree_promotion_rules #4881

Merged

Conversation

mamhoff
Copy link
Contributor

@mamhoff mamhoff commented Jan 26, 2023

Summary

product_group_id refers to something that was removed from Spree in version 1.1 (see https://github.com/spree-contrib/spree_product_groups).

code refers to nothing.

Checklist

Check out our PR guidelines for more details.

The following are mandatory for all PRs:

  • I have written a thorough PR description.
  • I have kept my commits small and atomic.
  • I have used clear, explanatory commit messages.
  • I have documented new code with YARD.

The following are not always needed (cross them out if they are not):

  • I have added automated tests to cover my changes.
  • I have attached screenshots to demo visual changes.
  • I have opened a PR to update the guides.
  • I have updated the README to account for my changes.

@mamhoff mamhoff requested a review from a team as a code owner January 26, 2023 13:38
@github-actions github-actions bot added the changelog:solidus_core Changes to the solidus_core gem label Jan 26, 2023
@mamhoff mamhoff force-pushed the drop-unused-promotion-rule-product-group branch from 8c2fbe0 to a1316e5 Compare January 26, 2023 16:21
@waiting-for-dev waiting-for-dev added the release:major Breaking change on hold until next major release label Jan 27, 2023
@codecov
Copy link

codecov bot commented Jan 27, 2023

Codecov Report

Merging #4881 (a1316e5) into master (4259562) will increase coverage by 0.36%.
The diff coverage is n/a.

❗ Current head a1316e5 differs from pull request most recent head 2af41c2. Consider uploading reports for the commit 2af41c2 to get more accurate results

@@            Coverage Diff             @@
##           master    #4881      +/-   ##
==========================================
+ Coverage   85.88%   86.25%   +0.36%     
==========================================
  Files         533      577      +44     
  Lines       13225    14678    +1453     
==========================================
+ Hits        11358    12660    +1302     
- Misses       1867     2018     +151     

see 79 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Contributor

@waiting-for-dev waiting-for-dev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Flagging for the next major.

@kennyadsl kennyadsl added this to the 4.0 milestone Feb 22, 2023
product_group_id refers to something that was removed from Spree in
version 1.1 (see https://github.com/spree-contrib/spree_product_groups).

code refers to nothing.
@mamhoff mamhoff force-pushed the drop-unused-promotion-rule-product-group branch from a1316e5 to 2af41c2 Compare April 25, 2023 12:39
@mamhoff
Copy link
Contributor Author

mamhoff commented Apr 25, 2023

Rebased from master

@kennyadsl kennyadsl merged commit 76e241e into solidusio:master Apr 26, 2023
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants