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

NEW FEATURE #29

Merged
merged 35 commits into from
Oct 18, 2022
Merged

NEW FEATURE #29

merged 35 commits into from
Oct 18, 2022

Commits on Oct 17, 2022

  1. Update dependencies version

    pitzzahh committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    7fa3bd7 View commit details
    Browse the repository at this point in the history
  2. Exclude junit dependency

    pitzzahh committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    f3a1385 View commit details
    Browse the repository at this point in the history
  3. fix import statements on new util-classes directory

    pitzzahh committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    6484450 View commit details
    Browse the repository at this point in the history
  4. Added setters for Client fields

    pitzzahh committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    884a444 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5ecdf60 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4bc223f View commit details
    Browse the repository at this point in the history
  7. Add custom exception for non-found clients

    pitzzahh committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    2a7d6b0 View commit details
    Browse the repository at this point in the history
  8. Renamed AtmDAOImplementation class to InDatabase

    pitzzahh committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    44be8a0 View commit details
    Browse the repository at this point in the history
  9. Renamed AtmDAOImplementation to InDatabase

    pitzzahh committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    3e0ca02 View commit details
    Browse the repository at this point in the history
  10. Added comments in mutator methods

    pitzzahh committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    2b92ec9 View commit details
    Browse the repository at this point in the history
  11. changed Function<String, Map<String, List<Message>>> getMessage() met…

    …hod to default
    pitzzahh committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    0462d00 View commit details
    Browse the repository at this point in the history
  12. Add InMemory Database

    pitzzahh committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    74adde6 View commit details
    Browse the repository at this point in the history
  13. Removed Function<String, Map<String, List<Message>>> getMessage() fun…

    …ction, will rely on the default function in AtmDao
    pitzzahh committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    528dffd View commit details
    Browse the repository at this point in the history
  14. Added mutator functions for Loan fields.

    pitzzahh committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    88f7a87 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ba15c80 View commit details
    Browse the repository at this point in the history
  16. Added afterAll() method

    pitzzahh committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    f20e9ac View commit details
    Browse the repository at this point in the history
  17. Added empty test for InMemory Database

    pitzzahh committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    436cd8d View commit details
    Browse the repository at this point in the history
  18. moved from database folder to dao folder

    pitzzahh committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    5319640 View commit details
    Browse the repository at this point in the history
  19. moved to same folder dao

    pitzzahh committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    f03a07b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    30b9bc7 View commit details
    Browse the repository at this point in the history
  21. Util class that is used for testing

    pitzzahh committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    bc7460e View commit details
    Browse the repository at this point in the history
  22. renamed Person import to Util

    pitzzahh committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    9a8a99b View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    907507a View commit details
    Browse the repository at this point in the history
  24. removed

    pitzzahh committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    31ce31e View commit details
    Browse the repository at this point in the history
  25. added postgresql dependency and excluded

    pitzzahh committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    e2a6558 View commit details
    Browse the repository at this point in the history
  26. added custom class LoanDoesNotExist

    pitzzahh committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    fbec9cb View commit details
    Browse the repository at this point in the history
  27. removed AtmDao import

    pitzzahh committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    ebb6b0d View commit details
    Browse the repository at this point in the history
  28. refactor else thrown exception

    pitzzahh committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    ab3a7e5 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    026aa83 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    a9130eb View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    21171b6 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. re-ordered imports abd changed thrown exception in getClientByAccount…

    …Number() method
    pitzzahh committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    c2be50a View commit details
    Browse the repository at this point in the history
  2. refactored test **TEST PASSED**

    pitzzahh committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    379c2ab View commit details
    Browse the repository at this point in the history
  3. added comments

    pitzzahh committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    537f60b View commit details
    Browse the repository at this point in the history
  4. refactored **TEST PASSED**

    pitzzahh committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    6dc7d74 View commit details
    Browse the repository at this point in the history