index
:
solidus_subscriptions.git
dependabot/add-v2-config-file
master
nirebu/associate-first-order-to-subscription
subscription-email-reminder
Add subscriptions to Solidus stores.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
spec
Age
Commit message (
Expand
)
Author
2020-06-17
Group subscriptions by billing and shipping addresses for scheduling
Alessandro Desantis
2020-06-17
Copy order billing address when generating subscriptions
Alessandro Desantis
2020-06-17
Respect subscription billing address when processing a subscription
Alessandro Desantis
2020-06-17
Respect subscription billing address in dummy line item
Alessandro Desantis
2020-06-17
Create :with_shipping_address and :with_billing_address traits
Alessandro Desantis
2020-06-17
Remove unused factories file
Alessandro Desantis
2020-06-17
Allow setting a subscription's billing address via the API
Alessandro Desantis
2020-06-16
Use subscription's `end_date` in `Subscription#can_be_deactivated?`
Alessandro Desantis
2020-06-16
Move service object specs to `spec/services`
Alessandro Desantis
2020-06-15
Redirect admins to subscription edit page after creation/update
Alessandro Desantis
2020-06-14
Fix wrong decorator spec path
Alessandro Desantis
2020-06-13
Fix unsupported `around(:all)` RSpec configuration
Alessandro Desantis
2020-06-13
Update decorator namespaces to be compliant with Zeitwerk
Alessandro Desantis
2020-06-13
Update to the latest solidus_dev_support
Alessandro Desantis
2020-01-20
Update extension structure using dev_support
Mattia Roccoberton
2020-01-17
Change solidus_extension_dev_tools references to solidus_dev_support
Mattia Roccoberton
2019-11-22
Use update instead of the deprecated update_attributes
Alessandro Desantis
2019-11-22
Configure RSpec via solidus_extension_dev_tools
Alessandro Desantis
2019-09-12
Fix comparisons in LineItem#as_json test
Alessandro Desantis
2019-02-07
Set FactoryBot.use_parent_strategy to false
Angel Perez
2018-12-13
Set forgery protection to false on subscriptions controller spec
Angel Perez
2018-12-13
Fix all deprecations warnings
Angel Perez
2018-12-12
Realign specs and solidus versions
fastjames
2018-12-12
Makes checkout spec work using the wallet rather than default credit card
Joel Jackson
2018-07-31
Update factory_girl to factory_bot
fastjames
2017-07-24
Merge pull request #20 from brendandeere/fix/the_broken_admin
Brendan Deere
2017-07-24
Refactor Admin Subs Controller spec
Brendan Deere
2017-07-24
Subscriptions with many line items can be edited
Brendan Deere
2017-07-24
Exclude solidus 1.3 down from extra checkout tests
Joel Jackson
2017-07-24
Don't test versions lower than 1.3 for checkout step rearrangement.
Joel Jackson
2017-07-24
Fix rubocop warnings, restore checkout flow after checkout flow spec and actu...
Joel Jackson
2017-07-24
Allows for subscription chekout to accommodate a more flexible checkout flow.
Joel Jackson
2017-06-14
Reload details in checkout spec instead of using true in the association.
Joel Jackson
2017-06-14
Reload line_items in spec instead of using true in the association.
Joel Jackson
2017-06-09
Support Rails 5.1
John Hawthorn
2017-05-23
Ensure user exists when setting CC#default=true
John Hawthorn
2017-02-03
Merge pull request #4 from solidusio-contrib/allow_retries_to_be_disabled
Brendan Deere
2017-02-03
Allow Failed installments to not be reprocessed
Brendan
2017-02-03
Checkout multiple subscription_line_items
Brendan
2017-02-03
Rename consolidated_installment => checkout
Brendan
2017-02-03
Subscriptions have knowledge of intervals
Brendan Deere
2017-02-03
Persist subscription configuration values
Brendan Deere
2017-02-03
SubscriptionGenerator#group
Brendan Deere
2017-02-03
Add Subscription configuration values
Brendan Deere
2017-01-12
Rename ConsolidatedInstalment as Checkout
Brendan Deere
2017-01-12
Merge pull request #121 from brendandeere/change_dates_to_date_times
Brendan Deere
2017-01-12
Installment#actionable_date is a DateTime
Brendan Deere
2017-01-12
Subscription actionable_date is a DateTime
Brendan Deere
2017-01-12
Deactivate expired subscriptions
Brendan Deere
2017-01-12
Replace max_installments with end_date
Brendan Deere
[next]