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
/
app
/
models
Age
Commit message (
Expand
)
Author
2020-06-22
Fix coding style issues
Alessandro Desantis
2020-06-18
Store payment method and source on subscriptions
Alessandro Desantis
2020-06-17
Remove unused LineItem#dummy_subscription method
Alessandro Desantis
2020-06-17
Move actionable_date update logic from LineItem to Subscription
Alessandro Desantis
2020-06-17
Remove delegated methods from LineItem
Alessandro Desantis
2020-06-17
Remove references to single line item from Subscription
Alessandro Desantis
2020-06-17
Respect subscription billing address in dummy line item
Alessandro Desantis
2020-06-17
Add billing_address association to subscription
Alessandro Desantis
2020-06-16
Use subscription's `end_date` in `Subscription#can_be_deactivated?`
Alessandro Desantis
2020-06-16
Move service objects to `app/services`
Alessandro Desantis
2020-06-16
Add installments list to subscription edit page
Alessandro Desantis
2020-06-15
Reject subscription line items if quantity is not provided
Alessandro Desantis
2020-06-14
Remove checks on unsupported Solidus versions
Alessandro Desantis
2020-06-13
Fix syntax error in `solidus_gem_version` call
Alessandro Desantis
2020-06-13
Fix deprecated call to `SolidusSupport.solidus_gem_version`
Alessandro Desantis
2020-06-13
Update decorator namespaces to be compliant with Zeitwerk
Alessandro Desantis
2019-09-12
Fix missing `optional: true` for belongs_to associations
Alessandro Desantis
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-12-12
Uses the wallet instead of credit cards for checkout on subscription orders.
Joel Jackson
2017-09-11
Fix typos in comments
swcraig
2017-07-24
Remove Delegated Subscription Methods
Brendan Deere
2017-07-24
Merge pull request #20 from brendandeere/fix/the_broken_admin
Brendan Deere
2017-07-24
Merge pull request #18 from isaacfreeman/feature/delete_nested_line_items
Brendan Deere
2017-07-24
Do not perform validations in the Interval mixin
Brendan Deere
2017-07-24
Allow destroying nested line items
Isaac Freeman
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
Removes commented out code.
Joel Jackson
2017-06-14
Only update actionable date on subscriptons on line_item change
Joel Jackson
2017-05-23
Use order.update! instead of update_totals
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
Subscriptions have knowledge of intervals
Brendan Deere
2017-02-03
Persist subscription configuration values
Brendan Deere
2017-02-03
SubscriptionGenerator#group
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
2017-01-12
The dummy order uses best address available
Brendan Deere
2017-01-12
Subscription ship_address can be updated
Brendan Deere
2017-01-12
Use subscription address for consolidated intallment
Brendan Deere
2017-01-12
Set default subscription shipping address
Brendan Deere
2017-01-12
Subscriptions have their own shipping methods
Brendan Deere
2017-01-09
Dont delegate quantity and subscribable
Brendan Deere
2017-01-09
Subs have many subs line items
Brendan Deere
2017-01-09
Line item builder accepts a collection of line items
Brendan Deere
[next]