Started 3 yr 6 mo ago
Took 34 sec

Success Build bookkeeper (Oct 7, 2020 7:08:52 PM)

Build Artifacts
bookkeeper-0.1.0-SNAPSHOT.jar46.41 MB view
bookkeeper-0.1.0-SNAPSHOT.pom11.04 KB view
Changes
  1. Change the Quota model: add a name property: (details)
  2. Change the Quota.owner to Quota.subject: (details)
  3. Refactor SQL scripts to update orders schema: (details)
  4. Change membershipId to orderId in the Readme example. (details)
  5. Reorder SQL schema migrations to handle orders change. (details)
  6. Fix minor index bug. (details)
  7. Merge in Subscription fields: (details)
  8. Migrate quota subscriptions to orders: (details)
  9. Migrate the MembershipMapper to an orderMapper: (details)
  10. Don't initialize totalUsage to 0.0. (details)
  11. Fix a typo with Quota.membershipId, now orderId. (details)
  12. Update the order fixture to include new properties. (details)
  13. Remove memberships from the README. (details)
  14. Migrate the QuotaStore from using membershipId to orderId. (details)
  15. Migrate the OrderStore to accommodate quotas: (details)
  16. Migrate the MembershipQuotasReducer to an OrderQuotasReducer: (details)
  17. Update the OrderMapper to accommodate new properties: (details)
  18. Minor formatting changes. (details)
  19. Migrate the QuotaHelper to use create Orders: (details)
  20. Update the OrderHelper to handle new order details: (details)
  21. Change the orders resource to insert quotas with new properties: (details)
  22. Minor Javadoc update. (details)
  23. Remove the call to register the MembershipResource. (details)
  24. Remove the membership model, list, resource, store, and unit test: (details)
  25. Fix reversed test assertion. (details)
  26. Migrate the QuotaStoreTest to produce orders not memberships: (details)
  27. Migrate the UsageStoreTest to produce orders not memberships: (details)
  28. Remove references to memberships. (details)
Test Result (no failures)