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

#93 | Implementation of 'Assignment Listing' API Endpoint #160

Merged
merged 48 commits into from
Sep 8, 2023

Commits on Aug 28, 2023

  1. Configuration menu
    Copy the full SHA
    98646ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    625cc4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    14d0888 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c9b1567 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dbfcbb4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6f28d9a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f9cbacf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    00fe7f6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3813c83 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    13120cd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    db93be9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    08b4f64 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    bae463c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e8054b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cbe3c0c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7871f43 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    21b1836 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cfa373a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e26493b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    62efd39 View commit details
    Browse the repository at this point in the history
  9. Fixed typo

    AhmetAksunger committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    ac64228 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    50adc5b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4260cae View commit details
    Browse the repository at this point in the history
  12. Handled givenAssignmentListRequest_whenAssignmentStatusIsAvailable_th…

    …enReturnAysPageAssignmentResponse
    AhmetAksunger committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    88aebbc View commit details
    Browse the repository at this point in the history
  13. Handled givenAssignmentListRequest_whenPhoneNumberIsAvailable_thenRet…

    …urnAysPageAssignmentResponse & givenAssignmentListRequest_whenAssignmentStatusAndPhoneNumberAvailable_thenReturnAysPageAssignmentResponse
    AhmetAksunger committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    dfe780d View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Add isEmpty check for the fields countryCode & lineNumber in Assignme…

    …ntListRequest - toSpecification
    AhmetAksunger committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    f513901 View commit details
    Browse the repository at this point in the history
  2. Handle givenValidAssignmentListRequest_whenAssignmentsFound_thenRetur…

    …nAysPageResponseOfAssignmentsResponse
    AhmetAksunger committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    9360480 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Handled givenValidAssignmentListRequest_whenUserUnauthorizedForListin…

    …g_thenReturnAccessDeniedException
    AhmetAksunger committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    62d3a53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca3a547 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a4fdc7 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Add End-To-End tests

    AhmetAksunger committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    e9c0e29 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2023

  1. Configuration menu
    Copy the full SHA
    a97a0ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5d18d5 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Merge remote-tracking branch 'origin/main' into feature/93/get-assign…

    …ments
    
    # Conflicts:
    #	src/main/java/com/ays/assignment/controller/AssignmentController.java
    #	src/main/java/com/ays/assignment/model/mapper/AssignmentToAssignmentResponseMapper.java
    #	src/test/java/com/ays/assignment/controller/AssignmentControllerTest.java
    #	src/test/java/com/ays/assignment/controller/AssignmentSystemTest.java
    agitrubard committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    d3052b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    354b5b2 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/feature/93/get-assignments' into…

    … feature/93/get-assignments
    AhmetAksunger committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    67fdbe1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d48210c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bc0b66f View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    0bc891e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5f6040 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d28950b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af7d418 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d738ba7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ddd19ea View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b8704b3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0a00e10 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    46772a8 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Merge remote-tracking branch 'origin/main' into feature/93/get-assign…

    …ments
    
    # Conflicts:
    #	src/main/java/com/ays/assignment/model/mapper/AssignmentToAssignmentResponseMapper.java
    #	src/main/java/com/ays/assignment/service/impl/AssignmentServiceImpl.java
    #	src/test/java/com/ays/assignment/service/impl/AssignmentServiceImplTest.java
    AhmetAksunger committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    64d9b7b View commit details
    Browse the repository at this point in the history