Changes
#36 (Oct 30, 2020 2:08:50 AM)
#35 (Oct 30, 2020 1:33:50 AM)
- Add the bookkeeper-api library as a dependency. — csj / detail
 - Remove the org.dataone.bookkeeper.api package and tests: — csj / detail
 
#34 (Oct 28, 2020 6:53:50 PM)
#33 (Oct 23, 2020 10:23:49 PM)
- Set the Quota.name in the constructor — csj / detail
 - Support Quota.name in the QuotaStore interface: — csj / detail
 - Fix the Quota model unit test: — csj / detail
 - Create quotas correctly in the ProductHelper. — csj / detail
 - Create quotas correctly in the FeatureTest. — csj / detail
 - Reduce the required Order fields: — csj / detail
 - Find orders by a subject list, not a single subject: — csj / detail
 - Update the OrderStoreTest to pass a subject list. — csj / detail
 - Improve calls to listOrders(): — csj / detail
 - Improve the console logging output: — csj / detail
 
#32 (Oct 7, 2020 7:08:52 PM)
- Change the Quota model: add a name property: — csj / detail
 - Change the Quota.owner to Quota.subject: — csj / detail
 - Refactor SQL scripts to update orders schema: — csj / detail
 - Change membershipId to orderId in the Readme example. — csj / detail
 - Reorder SQL schema migrations to handle orders change. — csj / detail
 - Fix minor index bug. — csj / detail
 - Merge in Subscription fields: — csj / detail
 - Migrate quota subscriptions to orders: — csj / detail
 - Migrate the MembershipMapper to an orderMapper: — csj / detail
 - Don't initialize totalUsage to 0.0. — csj / detail
 - Fix a typo with Quota.membershipId, now orderId. — csj / detail
 - Update the order fixture to include new properties. — csj / detail
 - Remove memberships from the README. — csj / detail
 - Migrate the QuotaStore from using membershipId to orderId. — csj / detail
 - Migrate the OrderStore to accommodate quotas: — csj / detail
 - Migrate the MembershipQuotasReducer to an OrderQuotasReducer: — csj / detail
 - Update the OrderMapper to accommodate new properties: — csj / detail
 - Minor formatting changes. — csj / detail
 - Migrate the QuotaHelper to use create Orders: — csj / detail
 - Update the OrderHelper to handle new order details: — csj / detail
 - Change the orders resource to insert quotas with new properties: — csj / detail
 - Minor Javadoc update. — csj / detail
 - Remove the call to register the MembershipResource. — csj / detail
 - Remove the membership model, list, resource, store, and unit test: — csj / detail
 - Fix reversed test assertion. — csj / detail
 - Migrate the QuotaStoreTest to produce orders not memberships: — csj / detail
 - Migrate the UsageStoreTest to produce orders not memberships: — csj / detail
 - Remove references to memberships. — csj / detail