Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
71 commits
Select commit Hold shift + click to select a range
512fc62
Fix autoload issue on Solidus v3.1.0
Jul 26, 2022
ddf33cf
Release v2.5.8
kennyadsl May 4, 2023
fde22eb
Ensure the admin sign in root path fallback is '/admin'
elia May 31, 2023
7bd486f
Fix some rubocop issues
elia Jun 27, 2023
cdfa866
Merge pull request #246 from solidusio/elia/admin-root-path
elia Jun 28, 2023
e82adb5
Merge tag 'v2.5.8'
elia Jun 28, 2023
d46e342
Adapt to the new default branch name of `main`
waiting-for-dev Aug 29, 2023
6bcc8d1
Merge pull request #247 from solidusio/waiting-for-dev/rename_to_main
waiting-for-dev Aug 29, 2023
3f2a2fd
Fix admin logout feature spec
rainerdema Oct 4, 2023
3534fd0
Fix RuboCop offense in warden initializer
rainerdema Oct 4, 2023
89c8d1b
Merge pull request #249 from solidusio/rainerd/fix-logout-test-post-n…
rainerdema Oct 5, 2023
4faf85b
Add empty :new action to Spree::UsersController
mamhoff Jan 25, 2024
1ffd9de
Rubocop fix
mamhoff Jan 25, 2024
e7863f6
Merge pull request #250 from mamhoff/fix-rails-7-1-specs
kennyadsl Jan 30, 2024
9f25007
Release v2.5.9
spaghetticode Jan 30, 2024
6957f68
CI: Lint with Ruby 3.1
tvdeyen Dec 16, 2024
7bedc87
CI: Pin sqlite to v1.4
tvdeyen Dec 16, 2024
6b31e00
Merge pull request #253 from solidusio/lint-3.1
tvdeyen Dec 16, 2024
14d176f
Set User Class on Boot
mamhoff Nov 30, 2024
2b5c3d2
Spec setup: Set user class to `Spree::User`
mamhoff Dec 17, 2024
361b739
Merge pull request #252 from mamhoff/set-user-class-early
tvdeyen Dec 17, 2024
faa2ccf
Do not reload routes before application startup
mamhoff Dec 21, 2024
2b2e0de
Remove unused authentication_token column
mamhoff Dec 2, 2022
1c3ee46
Merge pull request #255 from mamhoff/do-not-reload-routes
kennyadsl Jan 7, 2025
f535321
Merge pull request #236 from mamhoff/remove-unused-columns
tvdeyen Jan 8, 2025
3234e49
Use flickwerk-style patches
mamhoff Dec 16, 2024
15818b0
Move Patches out of Spree namespace
mamhoff Dec 17, 2024
e6dface
Convert AuthenticationHelpers module to a patch
mamhoff Dec 21, 2024
1a46686
Merge pull request #254 from mamhoff/flickwerk-patches
tvdeyen May 16, 2025
3f7cc79
Use email regexp configured on Solidus
senemsoy Apr 30, 2025
ab21201
Fix default configuration for `Devise.secret_key`
senemsoy May 1, 2025
3eadb06
Rename Devise initializer template
senemsoy May 7, 2025
2a16e36
Address checkout spec race conditions
senemsoy Jun 6, 2025
6b00723
Merge pull request #257 from SuperGoodSoft/senem/change-init-email-re…
jarednorman Jun 6, 2025
5ddc1ac
Merge pull request #259 from SuperGoodSoft/senem/fix-flakey-checkout-…
jarednorman Jun 6, 2025
b68d80d
Fix SQLite version depending on Rails version
mamhoff May 15, 2025
b56e759
Use standard rubocop configuration
mamhoff May 15, 2025
eaba0e4
standardrb --fix
mamhoff May 15, 2025
888feee
Ignore syntax fixing commit
mamhoff May 15, 2025
b4f178a
Pin state_machines to 0.6.0
mamhoff Aug 1, 2025
4c9e49e
Feature specs: Navigate via links rather than visits
mamhoff Aug 1, 2025
fa0b6c2
Checkout spec: Wait for mail delivery
mamhoff Aug 1, 2025
778cc59
Add rspec binstub
tvdeyen Jan 2, 2026
2d8c1cc
fix(order_spec): Expect to be logged in
tvdeyen Jan 2, 2026
ae21f74
chore: Fix linting
tvdeyen Jan 2, 2026
aba81b2
Merge pull request #258 from mamhoff/fix-build-2025
tvdeyen Jan 2, 2026
9247cb6
CI: Run tests on GH actions
tvdeyen Jan 2, 2026
14b9b7b
test: Harden feature specs
tvdeyen Jan 2, 2026
2ec4a45
CI: Run feature tests with Firefox
tvdeyen Jan 2, 2026
046cbcf
chore: Update Test badge on README
tvdeyen Jan 2, 2026
9042939
test: Fix admin signout spec
tvdeyen Jan 2, 2026
5a8d695
Merge pull request #264 from solidusio/gh-actions
tvdeyen Jan 3, 2026
3c2f235
Use ActiveRecord::Migration instead of SolidusSupport::Migration
mamhoff Jul 31, 2025
cd13355
Merge branch 'main' into chore/solidus-v.3.1.0-fix
tvdeyen Jan 3, 2026
3fb1685
Merge pull request #223 from jtapia/chore/solidus-v.3.1.0-fix
tvdeyen Jan 3, 2026
8e6280a
Merge pull request #261 from mamhoff/remove-support-migrations
tvdeyen Jan 3, 2026
0801c7d
CI: Setup database services
tvdeyen Jan 4, 2026
5932e0c
fix(Gemfile): Make sure we install latest patch level of Rails
tvdeyen Jan 5, 2026
b0e101a
CI: Test Rails 8.0 and mysql again
tvdeyen Jan 5, 2026
640f2c3
Merge pull request #267 from solidusio/fix-db-env
tvdeyen Jan 5, 2026
fea426a
CI: Use Solidus' reusable GH workflow for testing
tvdeyen Jan 4, 2026
c73f10f
Merge pull request #269 from solidusio/use-reusable-workflow-for-ci
tvdeyen Jan 5, 2026
3696346
Allow Ruby 4.0
tvdeyen Jan 2, 2026
f4816a1
CI: Test latest Ruby versions
tvdeyen Jan 2, 2026
7c66bec
chore: Add benchmark gem locally
tvdeyen Jan 2, 2026
cb0ff84
Merge pull request #265 from solidusio/ruby-4.0
tvdeyen Jan 5, 2026
8d9387a
Relax Devise version constraint
jarednorman Jan 21, 2026
d21941c
Merge pull request #270 from SuperGoodSoft/jared/devise-5
jarednorman Jan 21, 2026
7aaf780
fix: update mailer mock to use deliver_now for Devise 5 compatibility
BenAkroyd Apr 7, 2026
0032349
Merge pull request #272 from tvdeyen/adjust-tests-for-devise-5
tvdeyen Apr 8, 2026
2359b80
Bump SolidusAuthDevise to 2.6.0
tvdeyen Apr 8, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
73 changes: 0 additions & 73 deletions .circleci/config.yml

This file was deleted.

2 changes: 2 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Ignore standardrb --fix commit
eaba0e4370a03d10a6064466a9197c330bb92c64
22 changes: 22 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Test

on:
push:
branches:
- main
pull_request:
schedule:
- cron: "0 0 * * 4" # every Thursday

concurrency:
group: test-${{ github.ref_name }}
cancel-in-progress: ${{ github.ref_name != 'main' }}

permissions:
contents: read

jobs:
Test:
uses: solidusio/test-solidus-extension/.github/workflows/test.yml@v1
with:
ruby_versions: "['3.4', '4.0']"
8 changes: 0 additions & 8 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,2 @@
inherit_from: .rubocop_todo.yml

require:
- solidus_dev_support/rubocop

AllCops:
NewCops: disable

Gemspec/RequiredRubyVersion:
Enabled: false
Loading