summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-01-25Change static factory attrs to dynamicfastjames
2018-12-12Realign specs and solidus versionsfastjames
2018-07-31Update factory_girl to factory_botfastjames
2017-07-24Authorize subscriptions admin sidebar linkBrendan Deere
2017-06-09Support Rails 5.1John Hawthorn
2017-05-23Only load permitted attributes onceBrendan Deere
2017-05-23Ensure user exists when setting CC#default=trueJohn Hawthorn
2017-02-03Add Subscription configuration valuesBrendan Deere
2017-01-12Merge pull request #121 from brendandeere/change_dates_to_date_timesBrendan Deere
2017-01-12Subscription actionable_date is a DateTimeBrendan Deere
2017-01-12Deactivate expired subscriptionsBrendan Deere
2017-01-12Replace max_installments with end_dateBrendan Deere
2017-01-12Subscription ship_address can be updatedBrendan Deere
2017-01-12Process user subs by addressBrendan Deere
2017-01-12Use subscription address for consolidated intallmentBrendan Deere
2017-01-12Merge pull request #119 from brendandeere/speed_up_subscription_processing_jobBrendan Deere
2017-01-09Remove some n+1 queries from processingBrendan Deere
2017-01-09Subs have many subs line itemsBrendan Deere
2017-01-06Merge pull request #113 from brendandeere/remove_root_orderBrendan Deere
2017-01-06Remove root order referencesBrendan Deere
2017-01-06Add user trait to include addressesBrendan Deere
2017-01-06Subscriptions belong to a storeBrendan Deere
2017-01-06Spec against Solidus 2.0Brendan Deere
2016-11-03make_subs_permitted_attriubtes_configurableBrendan Deere
2016-10-20Explicitly capture the default gateway blockBrendan Deere
2016-10-19Installments no longer track their order directlyBrendan Deere
2016-10-17Initialize the gateway with a blockBrendan Deere
2016-10-12Make the dispatchers pluggableBrendan Deere
2016-10-12Merge pull request #89 from brendandeere/skipsBrendan Deere
2016-10-07Add a link to the subscriptions backend areaBrendan Deere
2016-10-06Fix abilitiesBrendan Deere
2016-10-06Reset successive skip countBrendan Deere
2016-10-06Add config options for skipsBrendan Deere
2016-10-05Merge pull request #80 from brendandeere/config_minimum_cancellation_noticeBrendan Deere
2016-10-05Merge pull request #84 from brendandeere/preferred_abilitiesBrendan Deere
2016-10-05Merge pull request #83 from brendandeere/subs_indexBrendan Deere
2016-10-05Prefer hash conditions over blocksBrendan Deere
2016-10-04Allow guests to edit their subss line itemsBrendan Deere
2016-10-04Set the Completed at time for fulfilled installmentsBrendan Deere
2016-10-04Processor cancels subsBrendan Deere
2016-10-04Processor advances actionable datesBrendan Deere
2016-10-04Configurable minimum cancellation noticeBrendan Deere
2016-10-03Usefully qualified names in processor#runBrendan Deere
2016-10-03Remove duplicated lib autoloadBrendan Deere
2016-10-03Correctly specc SolidusBrendan Deere
2016-09-30Merge pull request #68 from brendandeere/subscription_order_promo_ruleBrendan Deere
2016-09-30Require all of solidusBrendan Deere
2016-09-28Hook SubscriptionOrder promo up to solidusBrendan Deere
2016-09-28Merge pull request #67 from brendandeere/promo_ruleBrendan Deere
2016-09-28Merge pull request #47 from brendandeere/rake_task_and_jobBrendan Deere