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

[Admin][Product] fix properties edit action in admin panel part of the issue #5857 #5885

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    c05d55a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc26130 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Improve solidus_promotions/MIGRATING.md

    This commit adds an introductory section telling the reader how the
    migration process works.
    
    It also adds a last section telling the reader to remove any ineligible
    adjustments from their database.
    
    Lastly, it corrects the location of Spree configuration from the
    `solidus_promotions` initializer to the `spree.rb` initializer.
    mamhoff authored and Astr0surf3r committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    d5ab5d9 View commit details
    Browse the repository at this point in the history
  2. Update return_reasons.rb

    fthobe authored and Astr0surf3r committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    48432d0 View commit details
    Browse the repository at this point in the history
  3. Include solidus_promotions in release tasks

    We don't want to include `solidus_promotions` as a dependency in
    `solidus` yet, but we do want to release the gem, so it should appear in
    the all the lists of Solidus sub-gems.
    mamhoff authored and Astr0surf3r committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    d7188a0 View commit details
    Browse the repository at this point in the history
  4. Prepare release for Solidus v4.4.0

    This code has been automatically generated by our 'Prepare release' GitHub
    action.
    
    The actual release is not part of the automation, and it still needs to be manually done by a maintainer.
    tvdeyen authored and Astr0surf3r committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    2c191d9 View commit details
    Browse the repository at this point in the history
  5. Fix release task

    Due to the top level constant in testing.rake the release
    task was also trying to release frontend. Using a local
    variable instead.
    tvdeyen authored and Astr0surf3r committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    98a5bb3 View commit details
    Browse the repository at this point in the history
  6. Post-release chores after having released Solidus v4.4.0

    This code has been automatically generated by our 'Prepare post-release' GitHub
    action.
    
    Make sure that:
    
    - [ ] The new release has been published, along with its tag. See https://github.com/solidusio/solidus/releases/tag/v4.4.0
    - [ ] The corresponding patch branch exists. See https://github.com/solidusio/solidus/tree/v4.4
    - [ ] The corresponding backport-v4.4 label exists. See https://github.com/solidusio/solidus/labels
    tvdeyen authored and Astr0surf3r committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    4929dbb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c8f23a7 View commit details
    Browse the repository at this point in the history