Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Purchase and PurchaseItem models with addition of user agent and images #62

Merged
merged 2 commits into from
Aug 22, 2020

Commits on Aug 3, 2020

  1. - Add support for user_agent in Purchase

    - Add support for images in PurchaseItem and centralize the logic of creating a new image entry that exists in Content
    - Minor cosmetic fix to add generic type on tags field
    sbailliez committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    1dd2fb9 View commit details
    Browse the repository at this point in the history
  2. - Update very old dependencies that are least susceptible to cause co…

    …nflict in today's environment
    
    - Update gson to 2.8.6
    - Update httpclient to 4.5.12 and httpcore to 4.4.13
    - Update slf4j to 1.7.30
    - For internal use, update junit to 4.13, mockito to 3.4.6 and all maven plugins
    - Fix unit test to have correct mocking and remove deprecated usages
    sbailliez committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    c3083f4 View commit details
    Browse the repository at this point in the history