Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: solidusio/solidus Loading
base: v4.3.4
Choose a base ref
...
head repository: solidusio/solidus Loading
compare: v4.3.5
Choose a head ref
  • 14 commits
  • 10 files changed
  • 4 contributors

Commits on Apr 5, 2024

  1. Post-release chores after having released Solidus v4.3.4

    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.3.4
    - [ ] The corresponding patch branch exists. See https://github.com/solidusio/solidus/tree/v4.3
    - [ ] The corresponding backport-v4.3 label exists. See https://github.com/solidusio/solidus/labels
    tvdeyen committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    582d6d8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5713 from solidusio/github-actions/8568173115-1-1…

    …712311747
    
    Post-release chores after having released Solidus v4.3.4
    tvdeyen committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    f80793d View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. fix(CI): Set ESLINT_USE_FLAT_CONFIG=false

    In ESLint v9 the flat config is default, but we can change the
    default back to the old one.
    
    See: eslint/eslint#18287
    (cherry picked from commit 2d5296f)
    tvdeyen committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    67f9219 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5725 from solidusio/backport/v4.3/pr-5721

    [v4.3] fix(CI): Set ESLINT_USE_FLAT_CONFIG=false
    tvdeyen committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    5dbd82c View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Restrict sqlite3 gem to '~> 1.3', like ActiveRecord

    They just released sqlite3 2.0.0, but ActiveRecord's sqlite3 adapter
    doesn't know about this yet, leading to conflicting sqlite3 gems in
    specs.
    
    This is probably a temporary fix until ActiveRecord learns the news.
    
    (cherry picked from commit 4319e17)
    mamhoff committed May 8, 2024
    Configuration menu
    Copy the full SHA
    3572a18 View commit details
    Browse the repository at this point in the history
  2. Restrict sqlite3 for the extension generator

    The task itself is fine, as it inherits from
    Rails' app generator, which has the sqlite3 restriction:
    https://github.com/rails/rails/blob/main/railties/lib/rails/generators/database.rb#L19.
    
    (cherry picked from commit e85fd4c)
    mamhoff committed May 8, 2024
    Configuration menu
    Copy the full SHA
    ab0cdf8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5747 from solidusio/backport/v4.3/pr-5727

    [v4.3] Restrict sqlite3 gem to '~> 1.3', like ActiveRecord
    tvdeyen committed May 8, 2024
    Configuration menu
    Copy the full SHA
    14904d4 View commit details
    Browse the repository at this point in the history
  4. fix(StoreCredit): Add display_number method

    display_number is used by many partials and templates
    displaying the payment source identifier to users
    or admins.
    
    StoreCredit was missing this metho, leading to errors
    if a store credit is used as payment source.
    
    (cherry picked from commit 89aaf70)
    tvdeyen committed May 8, 2024
    Configuration menu
    Copy the full SHA
    7b5cef7 View commit details
    Browse the repository at this point in the history
  5. Products that are not available shouldn't show Available status

    Currently if a product has the `available_on` date in the future, it
    will still show a status of Available, even though it is not available
    for purchase on the store. This change proposes a new status of
    `Unavailable` for scheduled products.
    
    Co-authored-by: Harmony Bouvier <[email protected]>
    (cherry picked from commit e404e44)
    forkata authored and tvdeyen committed May 8, 2024
    Configuration menu
    Copy the full SHA
    956319a View commit details
    Browse the repository at this point in the history
  6. Provide formatted date values to field component

    This change fixes an issue where certain browsers (namely Firefox) will
    not render the date field correctly when it contains the full date and
    time format as the value. This change just truncates the available_on
    and discontinue_on values to match the precision expected, rather switch
    to the datetime-local input which is not fully supported in all
    browsers, but also maintains the old admin behaviour.
    
    Co-authored-by: Andrew Stewart <[email protected]>
    (cherry picked from commit 1fdb686)
    forkata authored and tvdeyen committed May 8, 2024
    Configuration menu
    Copy the full SHA
    ba3b251 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #5745 from solidusio/backport/v4.3/pr-5741

    [v4.3] fix(StoreCredit): Add display_number method
    tvdeyen committed May 8, 2024
    Configuration menu
    Copy the full SHA
    de92fa4 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #5743 from solidusio/backport/v4.3/pr-5734

    [v4.3] Show "Unavailable" status for products with a future `Available On` date
    tvdeyen committed May 8, 2024
    Configuration menu
    Copy the full SHA
    7afa10e View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Prepare release for Solidus v4.3.5

    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 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    349e36e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5758 from solidusio/github-actions/9219668574-1-1…

    …716532156
    
    Prepare release for Solidus v4.3.5
    tvdeyen committed May 24, 2024
    Configuration menu
    Copy the full SHA
    92e9bb5 View commit details
    Browse the repository at this point in the history
Loading