Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: emmao-pd/PDRTechnicalTest
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: gerab/PDRTechnicalTest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 22 files changed
  • 2 contributors

Commits on Nov 1, 2020

  1. Bugfix/ticket 0001 (#1)

    * TICKET-0001 AddDoctorRequestValidator: do not Stop On First Failure
    
    * TICKET-0001 DoctorServiceTest creation time expectation added
    
    * TICKET-0001 DoctorServiceTest message interpolation fixed
    
    * TICKET-0001
    - add doctor/patient validators fixed;
    - email helper created;
    - validators code refactored
    
    * TICKET-0001 PatientServiceTest creation time expectation added
    
    Co-authored-by: Andrii Horda <[email protected]>
    gerab and AndrijGorda authored Nov 1, 2020
    Configuration menu
    Copy the full SHA
    f9804a1 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2020

  1. Feature/ticket 0002 (#3)

    * TICKET-0002 small code cleanup
    
    * TICKET-0002
    - booking service added
    - request/response models added/moved
    - empty validator draft
    - flexible status code switch from service in controller with DomainException
    - service registration
    
    * TICKET-0002 AddBooking logic moved to service
    
    * TICKET-0002 AddBooking validator implemented
    
    * TICKET-0002 AddBooking validator tests and fixes
    
    * TICKET-0002 Booking service tests
    
    Co-authored-by: Andrii Horda <[email protected]>
    gerab and AndrijGorda authored Nov 3, 2020
    Configuration menu
    Copy the full SHA
    318e985 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2a4c00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9be4946 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    73395a1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8048741 View commit details
    Browse the repository at this point in the history
  6. Feature/ticket 0003 (#4)

    * TICKET-0003 Oreder entity model updated with IsCancelled property
    
    * TICKET-0003 Booking service order cancellation method implemented
    
    * TICKET-0003 Booking cancellation endpoint added
    
    * TICKET-0003 Booking service order cancellation tests
    
    Co-authored-by: Andrii Horda <[email protected]>
    gerab and AndrijGorda authored Nov 3, 2020
    Configuration menu
    Copy the full SHA
    e5d95ef View commit details
    Browse the repository at this point in the history
  7. Merge pull request #5 from gerab/release/release-november-0.01

    Release/release november 0.01
    gerab authored Nov 3, 2020
    Configuration menu
    Copy the full SHA
    8d01d4e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5610137 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'release/release-november-0.01' into feature/TICKET-0003

    # Conflicts:
    #	PDR.PatientBooking.Service.Tests/BookingServices/BookingServiceTests.cs
    AndrijGorda committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    7cd139e View commit details
    Browse the repository at this point in the history
  10. Merge pull request #6 from gerab/feature/TICKET-0003

    Feature/ticket 0003
    gerab authored Nov 3, 2020
    Configuration menu
    Copy the full SHA
    57c7cf9 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #7 from gerab/release/release-november-0.01

    Release/release november 0.01
    gerab authored Nov 3, 2020
    Configuration menu
    Copy the full SHA
    b667961 View commit details
    Browse the repository at this point in the history
Loading