-
Notifications
You must be signed in to change notification settings - Fork 0
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
NEW FEATURE #29
Commits on Oct 17, 2022
-
pitzzahh committed
Oct 17, 2022 Configuration menu - View commit details
-
Copy full SHA for 7fa3bd7 - Browse repository at this point
Copy the full SHA 7fa3bd7View commit details -
pitzzahh committed
Oct 17, 2022 Configuration menu - View commit details
-
Copy full SHA for f3a1385 - Browse repository at this point
Copy the full SHA f3a1385View commit details -
fix import statements on new util-classes directory
pitzzahh committedOct 17, 2022 Configuration menu - View commit details
-
Copy full SHA for 6484450 - Browse repository at this point
Copy the full SHA 6484450View commit details -
Added setters for Client fields
pitzzahh committedOct 17, 2022 Configuration menu - View commit details
-
Copy full SHA for 884a444 - Browse repository at this point
Copy the full SHA 884a444View commit details -
made Consumer<DataSource> setDataSource() as a default method.
pitzzahh committedOct 17, 2022 Configuration menu - View commit details
-
Copy full SHA for 5ecdf60 - Browse repository at this point
Copy the full SHA 5ecdf60View commit details -
removed accidental 's' letter on getAllLoans() comment
pitzzahh committedOct 17, 2022 Configuration menu - View commit details
-
Copy full SHA for 4bc223f - Browse repository at this point
Copy the full SHA 4bc223fView commit details -
Add custom exception for non-found clients
pitzzahh committedOct 17, 2022 Configuration menu - View commit details
-
Copy full SHA for 2a7d6b0 - Browse repository at this point
Copy the full SHA 2a7d6b0View commit details -
Renamed AtmDAOImplementation class to InDatabase
pitzzahh committedOct 17, 2022 Configuration menu - View commit details
-
Copy full SHA for 44be8a0 - Browse repository at this point
Copy the full SHA 44be8a0View commit details -
Renamed AtmDAOImplementation to InDatabase
pitzzahh committedOct 17, 2022 Configuration menu - View commit details
-
Copy full SHA for 3e0ca02 - Browse repository at this point
Copy the full SHA 3e0ca02View commit details -
Added comments in mutator methods
pitzzahh committedOct 17, 2022 Configuration menu - View commit details
-
Copy full SHA for 2b92ec9 - Browse repository at this point
Copy the full SHA 2b92ec9View commit details -
changed Function<String, Map<String, List<Message>>> getMessage() met…
…hod to default
pitzzahh committedOct 17, 2022 Configuration menu - View commit details
-
Copy full SHA for 0462d00 - Browse repository at this point
Copy the full SHA 0462d00View commit details -
pitzzahh committed
Oct 17, 2022 Configuration menu - View commit details
-
Copy full SHA for 74adde6 - Browse repository at this point
Copy the full SHA 74adde6View commit details -
Removed Function<String, Map<String, List<Message>>> getMessage() fun…
…ction, will rely on the default function in AtmDao
pitzzahh committedOct 17, 2022 Configuration menu - View commit details
-
Copy full SHA for 528dffd - Browse repository at this point
Copy the full SHA 528dffdView commit details -
Added mutator functions for Loan fields.
pitzzahh committedOct 17, 2022 Configuration menu - View commit details
-
Copy full SHA for 88f7a87 - Browse repository at this point
Copy the full SHA 88f7a87View commit details -
Added approve(), decline(), and removeLoan() method implementations
pitzzahh committedOct 17, 2022 Configuration menu - View commit details
-
Copy full SHA for ba15c80 - Browse repository at this point
Copy the full SHA ba15c80View commit details -
pitzzahh committed
Oct 17, 2022 Configuration menu - View commit details
-
Copy full SHA for f20e9ac - Browse repository at this point
Copy the full SHA f20e9acView commit details -
Added empty test for InMemory Database
pitzzahh committedOct 17, 2022 Configuration menu - View commit details
-
Copy full SHA for 436cd8d - Browse repository at this point
Copy the full SHA 436cd8dView commit details -
moved from database folder to dao folder
pitzzahh committedOct 17, 2022 Configuration menu - View commit details
-
Copy full SHA for 5319640 - Browse repository at this point
Copy the full SHA 5319640View commit details -
pitzzahh committed
Oct 17, 2022 Configuration menu - View commit details
-
Copy full SHA for f03a07b - Browse repository at this point
Copy the full SHA f03a07bView commit details -
renamed class from InDatabaseAtmServiceTest to InDatabaseTest
pitzzahh committedOct 17, 2022 Configuration menu - View commit details
-
Copy full SHA for 30b9bc7 - Browse repository at this point
Copy the full SHA 30b9bc7View commit details -
Util class that is used for testing
pitzzahh committedOct 17, 2022 Configuration menu - View commit details
-
Copy full SHA for bc7460e - Browse repository at this point
Copy the full SHA bc7460eView commit details -
pitzzahh committed
Oct 17, 2022 Configuration menu - View commit details
-
Copy full SHA for 9a8a99b - Browse repository at this point
Copy the full SHA 9a8a99bView commit details -
renamed class from InMemoryAtmServiceTest to InMemoryTest
pitzzahh committedOct 17, 2022 Configuration menu - View commit details
-
Copy full SHA for 907507a - Browse repository at this point
Copy the full SHA 907507aView commit details -
pitzzahh committed
Oct 17, 2022 Configuration menu - View commit details
-
Copy full SHA for 31ce31e - Browse repository at this point
Copy the full SHA 31ce31eView commit details -
added postgresql dependency and excluded
pitzzahh committedOct 17, 2022 Configuration menu - View commit details
-
Copy full SHA for e2a6558 - Browse repository at this point
Copy the full SHA e2a6558View commit details -
added custom class LoanDoesNotExist
pitzzahh committedOct 17, 2022 Configuration menu - View commit details
-
Copy full SHA for fbec9cb - Browse repository at this point
Copy the full SHA fbec9cbView commit details -
pitzzahh committed
Oct 17, 2022 Configuration menu - View commit details
-
Copy full SHA for ebb6b0d - Browse repository at this point
Copy the full SHA ebb6b0dView commit details -
refactor else thrown exception
pitzzahh committedOct 17, 2022 Configuration menu - View commit details
-
Copy full SHA for ab3a7e5 - Browse repository at this point
Copy the full SHA ab3a7e5View commit details -
refactor Function<Loan, Status> requestLoan() method body
pitzzahh committedOct 17, 2022 Configuration menu - View commit details
-
Copy full SHA for 026aa83 - Browse repository at this point
Copy the full SHA 026aa83View commit details -
replaced repeated tests with normal test [FAILING TESTS]
pitzzahh committedOct 17, 2022 Configuration menu - View commit details
-
Copy full SHA for a9130eb - Browse repository at this point
Copy the full SHA a9130ebView commit details -
renamed db field to jdbcTemplate and added datasource check
pitzzahh committedOct 17, 2022 Configuration menu - View commit details
-
Copy full SHA for 21171b6 - Browse repository at this point
Copy the full SHA 21171b6View commit details
Commits on Oct 18, 2022
-
re-ordered imports abd changed thrown exception in getClientByAccount…
…Number() method
pitzzahh committedOct 18, 2022 Configuration menu - View commit details
-
Copy full SHA for c2be50a - Browse repository at this point
Copy the full SHA c2be50aView commit details -
refactored test **TEST PASSED**
pitzzahh committedOct 18, 2022 Configuration menu - View commit details
-
Copy full SHA for 379c2ab - Browse repository at this point
Copy the full SHA 379c2abView commit details -
pitzzahh committed
Oct 18, 2022 Configuration menu - View commit details
-
Copy full SHA for 537f60b - Browse repository at this point
Copy the full SHA 537f60bView commit details -
pitzzahh committed
Oct 18, 2022 Configuration menu - View commit details
-
Copy full SHA for 6dc7d74 - Browse repository at this point
Copy the full SHA 6dc7d74View commit details