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