summaryrefslogtreecommitdiff
path: root/lib/solidus_subscriptions/processor.rb
AgeCommit message (Expand)Author
2021-02-26Move subscription processing to background jobsNicolò€ Rebughini
2021-01-30Resume processing installments for cancelled subscriptionsAlessandro Desantis
2021-01-30Process one installment at a time in background jobsAlessandro Desantis
2021-01-20Streamline and simplify `SolidusSubscriptions::Processor`Alessandro Desantis
2020-12-16Avoid processing installments with cancelled subscriptionsSean
2020-11-16Add config to ignore past unfulfilled installmentsNicolò€ Rebughini
2020-09-25Fix coding style violationsAlessandro Desantis
2020-07-29Use Spree.user_class instead of Spree::User to allow for custom user classes....Marc Rohloff
2020-06-17Group subscriptions by billing and shipping addresses for schedulingAlessandro Desantis
2020-06-13Update decorator namespaces to be compliant with ZeitwerkAlessandro Desantis
2017-01-12Deactivate expired subscriptionsBrendan Deere
2017-01-12Process user subs by addressBrendan Deere
2017-01-09Remove some n+1 queries from processingBrendan Deere
2016-10-06Reset successive skip countBrendan Deere
2016-10-05Merge pull request #80 from brendandeere/config_minimum_cancellation_noticeBrendan Deere
2016-10-04Processor cancels subsBrendan Deere
2016-10-04Processor advances actionable datesBrendan Deere
2016-10-03Usefully qualified names in processor#runBrendan Deere
2016-09-27Add ProcessorBrendan Deere