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
/
lib
/
solidus_subscriptions
/
processor.rb
Age
Commit message (
Expand
)
Author
2021-02-26
Move subscription processing to background jobs
Nicolò€ Rebughini
2021-01-30
Resume processing installments for cancelled subscriptions
Alessandro Desantis
2021-01-30
Process one installment at a time in background jobs
Alessandro Desantis
2021-01-20
Streamline and simplify `SolidusSubscriptions::Processor`
Alessandro Desantis
2020-12-16
Avoid processing installments with cancelled subscriptions
Sean
2020-11-16
Add config to ignore past unfulfilled installments
Nicolò€ Rebughini
2020-09-25
Fix coding style violations
Alessandro Desantis
2020-07-29
Use Spree.user_class instead of Spree::User to allow for custom user classes....
Marc Rohloff
2020-06-17
Group subscriptions by billing and shipping addresses for scheduling
Alessandro Desantis
2020-06-13
Update decorator namespaces to be compliant with Zeitwerk
Alessandro Desantis
2017-01-12
Deactivate expired subscriptions
Brendan Deere
2017-01-12
Process user subs by address
Brendan Deere
2017-01-09
Remove some n+1 queries from processing
Brendan Deere
2016-10-06
Reset successive skip count
Brendan Deere
2016-10-05
Merge pull request #80 from brendandeere/config_minimum_cancellation_notice
Brendan Deere
2016-10-04
Processor cancels subs
Brendan Deere
2016-10-04
Processor advances actionable dates
Brendan Deere
2016-10-03
Usefully qualified names in processor#run
Brendan Deere
2016-09-27
Add Processor
Brendan Deere