112 Commits (main)
 

Author SHA1 Message Date
Imron 10a0a85390 Merge remote-tracking branch 'origin/dev' 2 years ago
JenkinsSonaImron fda030cbd5 Merge commit '92b8141bd63863c2294269dc0689d2b087480e40' into HEAD 2 years ago
Sona Markosyan 92b8141bd6 search all flights by criteria 2 years ago
Sona Markosyan 5767a0df24 refactor make payment 2 years ago
Sona Markosyan ab409115b0 refactor make reservation 2 years ago
Sona Markosyan e4f7c68e2a implemented flight reservation repository 2 years ago
Sona Markosyan 89a20474f5 should not make reservation when passenger birthdate is null 2 years ago
Sona Markosyan dac5318ef9 should not make reservation when passenger passport number is invalid 2 years ago
Sona Markosyan 37804111a5 should not make reservation when passenger name is blank 2 years ago
Sona Markosyan 6ab9545d1a refactor Person 2 years ago
JenkinsSonaImron 96f1326326 Merge commit '92b1faa9c3ea4778e1c29f062e6019bcf75ef2b9' into HEAD 2 years ago
Imron 92b1faa9c3 cash transaction 2 years ago
Imron 10f5c98486 bank transaction validation 2 years ago
Imron 368a7679bd credit card validation 2 years ago
Imron 442036d542 bank transaction 2 years ago
JenkinsSonaImron 756291d776 Merge commit '252216de6bc9104ea8884120eb727267a8ec8f2f' into HEAD 2 years ago
Imron 252216de6b flight cancellation 2 years ago
Imron 12668db408 add flight schedule 2 years ago
JenkinsSonaImron 82813a62ad Merge commit '38cdbc8fbb2753edb07ebd58b1d01be5882d7ae7' into HEAD 2 years ago
Imron 38cdbc8fbb refactor tests 2 years ago
Imron e5dcacd334 sms validation for false number 2 years ago
Imron f4c587cf42 sms validation 2 years ago
Imron 7abce6392e sms notification 2 years ago
Imron 0801e2e8aa email validation 2 years ago
Imron 5f23abf6fe email validation 2 years ago
Imron 8277f7fb60 email notification 2 years ago
JenkinsSonaImron 4c15e8db9a Merge commit '3779ae81792cc848f0a52ab0ad9309542b67a033' into HEAD 2 years ago
Imron 3779ae8179 credit card payment 2 years ago
JenkinsSonaImron 584b5b4791 Merge commit '0ebcc656f863464819bae23b464a86de2050f9e4' into HEAD 2 years ago
Sona Markosyan 0ebcc656f8 verify create account 2 years ago
Sona Markosyan 43029d27be should Not Create Account when Status is null 2 years ago
Sona Markosyan 79024b0504 Should Not Create Account when Password is blank or null 2 years ago
Sona Markosyan 36e9726d97 Should Not Create Account when Id is null 2 years ago
Sona Markosyan 646a6a0342 account should be invalid for invalid password 2 years ago
Sona Markosyan ed3a1b7252 account should be invalid for disabled user 2 years ago
Sona Markosyan 66f1b64938 account should be invalid for invalid credentials 2 years ago
Sona Markosyan 73d5b205e8 account should be valid for valid credentials 2 years ago
Sona Markosyan 2d27fc1d5e create Account Repository for AccountServiceTest mocked 2 years ago
Sona Markosyan 4661e9c4f6 create PasswordEncoder for AccountServiceTest mocked 2 years ago
JenkinsSonaImron 12b42029ad Merge commit 'cf44c6aeeb7e07d4cbccf33a17d26d989d8aee31' into HEAD 2 years ago
Sona Markosyan cf44c6aeeb search Aircraft by name 2 years ago
Sona Markosyan 3bf3e0dda8 add aircraft parameters should not be null or negative 2 years ago
Sona Markosyan 7e364c71b9 add aircraft throws exception mockito test 2 years ago
Sona Markosyan 02dce958b4 add aircraft as an admin 2 years ago
Sona Markosyan 1b9bbe383c implemented AircraftRepository methods 2 years ago
Sona Markosyan f41c71f31f search flight should not be null 2 years ago
Sona Markosyan 90078e129a search flight as an admin 2 years ago
Sona Markosyan 72e15e81e5 add flight throws RuntimeException when null or negative duration 2 years ago
Sona Markosyan 3dc39408ea add flight throws exception mockito test 2 years ago
Sona Markosyan 7debdccde6 add flight as an admin mockito test 2 years ago