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

GBS-44 & GBS-47 & GBS-48 | Port/Adapter Layer Has Been Integrated and Code Refactor #173

Merged
merged 93 commits into from
Oct 20, 2024

Commits on Oct 9, 2024

  1. GBS-44 | refactor: User Save and Read Port Have Been Created and Meth…

    …ods Have Been Implemented in User Adapter Class
    agitrubard committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    3ab34bd View commit details
    Browse the repository at this point in the history
  2. GBS-44 | refactor: Role Application Save and Read Port Have Been Crea…

    …ted and Methods Have Been Implemented in Role Application Adapter Class
    agitrubard committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    7014033 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    276dc28 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a27567a View commit details
    Browse the repository at this point in the history
  5. GBS-44 | refactor: RoleApplicationReadPort, `RoleApplicationSavePor…

    …t` and `UserSavePort` Classes Have Been Integrated to Role Application Service
    agitrubard committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    03935e8 View commit details
    Browse the repository at this point in the history
  6. GBS-44 | refactor: Role Read Port Has Been Created and Methods Have B…

    …een Implemented in Role Adapter Class
    agitrubard committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    5e8993e View commit details
    Browse the repository at this point in the history
  7. GBS-44 | refactor: RoleApplicationReadPort, `RoleApplicationSavePor…

    …t` and `RoleReadPort` Classes Have Been Integrated to Role Application Self Service
    agitrubard committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    a0380f3 View commit details
    Browse the repository at this point in the history
  8. GBS-44 | refactor: Parameter of RoleRepository.findByName() Method …

    …Has Been Changed as `RoleName` Enum
    agitrubard committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    4f224a9 View commit details
    Browse the repository at this point in the history
  9. GBS-44 | refactor: UserReadPort, UserSavePort and RoleReadPort

    …Classes Have Been Integrated to Registration Service
    agitrubard committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    8bf7806 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2b8230d View commit details
    Browse the repository at this point in the history
  11. GBS-44 | refactor: User Verification Save and Read Port Have Been Cre…

    …ated and Methods Have Been Implemented in User Verification Adapter Class
    agitrubard committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    c503a92 View commit details
    Browse the repository at this point in the history
  12. GBS-44 | refactor: UserVerificationReadPort and `UserVerificationSa…

    …vePort` Classes Have Been Integrated to Registration Service
    agitrubard committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    a923069 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b1893d8 View commit details
    Browse the repository at this point in the history
  14. GBS-44 | refactor: User Follow Read, Save and Delete Ports Have Been …

    …Created and Methods Have Been Implemented in User Follow Adapter Class
    agitrubard committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    5e7551a View commit details
    Browse the repository at this point in the history
  15. GBS-44 | refactor: UserFollowReadPort, UserFollowSavePort and `Us…

    …erFollowDeletePort` Classes Have Been Integrated to User Follow Service
    agitrubard committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    1509004 View commit details
    Browse the repository at this point in the history
  16. GBS-44 | feature: user:follow and user:unfollow Permissions Have …

    …Been Created and Related with All Roles
    agitrubard committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    1254d4f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    16e3d16 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    27cd48d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f87dbca View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    1feb67a View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    f58e846 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    6cb1184 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    c2b4773 View commit details
    Browse the repository at this point in the history
  24. GBS-44 | refactor: Interface Has Been Created for Push Notification S…

    …ervice and It Has Been Integrated to `YoutubeNotificationScheduler` Class
    agitrubard committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    c64f92f View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    5d42827 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    eb57848 View commit details
    Browse the repository at this point in the history
  27. GBS-44 | refactor: Notification Token Read Port Has Been Created and …

    …Method Has Been Implemented in Notification Token Adapter Class
    agitrubard committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    0b3ecd5 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    a41552b View commit details
    Browse the repository at this point in the history
  29. GBS-44 | refactor: Invalid Token Read and Save Port Have Been Created…

    … and Interfaces Have Been Integrated to Invalid Token Service
    agitrubard committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    5713277 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    e37df38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b93c0e View commit details
    Browse the repository at this point in the history
  3. GBS-44 | refactor: Ticket Find All and Update Flows Have Been Fixed a…

    …nd Refactored with Port/Adapter Layer
    agitrubard committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    5470dd8 View commit details
    Browse the repository at this point in the history
  4. GBS-44 | refactor: TicketUserController Class Has Been Renamed as `…

    …TicketSelfController`
    agitrubard committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    3c09f1c View commit details
    Browse the repository at this point in the history
  5. GBS-44 | refactor: Ticket Self Service Has Been Separated from Ticket…

    … Service and Integrated to Ticket Self Controller
    agitrubard committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    8e62b78 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3593088 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8343a6b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8e42feb View commit details
    Browse the repository at this point in the history
  9. GBS-44 | feature: Ticket Comment Permissions Have Been Added to `V2__…

    …dml.sql` File and Permissions Related to `ADMIN` Role
    agitrubard committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    e83cc6d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    52770d3 View commit details
    Browse the repository at this point in the history
  11. GBS-44 | feature: Ticket Comment Permissions Have Been Added to `V2__…

    …dml.sql` File and Permissions Have Been Related to `ADMIN` Role
    agitrubard committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    f002a3c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b90a6b1 View commit details
    Browse the repository at this point in the history
  13. GBS-44 | feature: Ticket Comment Permissions Have Been Related to 'MO…

    …DERATOR', `AUTHOR`, 'USER' Roles
    agitrubard committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    b364451 View commit details
    Browse the repository at this point in the history
  14. GBS-44 | feature: Hard Codded User ID Token Claim Has Been Fixed in `…

    …Identity.getUserId()` Method
    agitrubard committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    ff8b6f8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1bedec7 View commit details
    Browse the repository at this point in the history
  16. GBS-44 | feature: validateTicketIdAndCurrentUserPermission() Method…

    … Has Been Added to `findAllByTicketId()` and `add()` Methods in `TicketCommentServiceImpl` Class
    agitrubard committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    4880750 View commit details
    Browse the repository at this point in the history
  17. Merge remote-tracking branch 'origin/refactor/GBS-44/port-adapter' in…

    …to refactor/GBS-44/port-adapter
    
    # Conflicts:
    #	src/main/java/org/gelecekbilimde/scienceplatform/ticket/service/impl/TicketCommentServiceImpl.java
    agitrubard committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    13d0c50 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2f0f13c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    125531e View commit details
    Browse the repository at this point in the history
  20. GBS-44 | feature: Ticket Create Flow and Endpoints Have Been Moved fr…

    …om Ticket Self Service and Controller and `ticket:self:create` Permission Has Been Renamed as `ticket:create`
    agitrubard committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    56e07fd View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    8d5055b View commit details
    Browse the repository at this point in the history
  22. GBS-44 | refactor: @SuperBuilder Annotation Has Been Removed from `…

    …TicketsResponse` Class
    agitrubard committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    47155a9 View commit details
    Browse the repository at this point in the history
  23. GBS-44 | refactor: @SuperBuilder Annotation Has Been Removed from `…

    …TicketCommentResponse` Class
    agitrubard committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    d7d73e5 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    2a0bbe8 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    a6a1157 View commit details
    Browse the repository at this point in the history
  26. GBS-44 | feature: ticket:detail Permission Has Been Added to `gb_pe…

    …rmission` Table and Permission Has Been Related to All Roles
    agitrubard committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    2169043 View commit details
    Browse the repository at this point in the history
  27. GBS-44 | refactor: Permission of Ticket Comments List Endpoint Has Be…

    …en Changed as `ticket:detail`
    agitrubard committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    71206c6 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    8115256 View commit details
    Browse the repository at this point in the history
  29. GBS-44 | refactor: `TicketCommentServiceImpl.validateTicketIdAndCurre…

    …ntUserPermission()` Method Has Been Refactored
    agitrubard committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    60eb125 View commit details
    Browse the repository at this point in the history
  30. GBS-44 | refactor: ticket:self:list Permission Has Been Removed and…

    … Ticket Self List Flow Has Been Merged in Ticket List Flow
    agitrubard committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    a299e62 View commit details
    Browse the repository at this point in the history
  31. GBS-44 | refactor: Relation Scripts of ticket:comment:add Permissio…

    …n with All Roles Have Been Fixed
    agitrubard committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    5e110e5 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    aebabfb View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    75c5f9f View commit details
    Browse the repository at this point in the history
  34. GBS-44 | refactor: final Keyword Has Been Added to `UserCannotFollo…

    …wItselfException` Class
    agitrubard committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    7927029 View commit details
    Browse the repository at this point in the history
  35. GBS-44 | refactor: final Keyword Has Been Added to `UserVerificatio…

    …nIsNotFoundException` Class
    agitrubard committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    375da51 View commit details
    Browse the repository at this point in the history
  36. GBS-44 | refactor: final Keyword Has Been Added to `UserVerificatio…

    …nAlreadyCompletedException` Class
    agitrubard committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    7d00744 View commit details
    Browse the repository at this point in the history
  37. GBS-44 | refactor: final Keyword Has Been Added to `UserPasswordNot…

    …ValidException` Class
    agitrubard committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    f6afada View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    4cb67a9 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    a2ed2e0 View commit details
    Browse the repository at this point in the history
  40. GBS-44 | refactor: final Keyword Has Been Added to `RoleApplication…

    …NotFoundByUserIdAndStatusException` Class
    agitrubard committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    a53ce1d View commit details
    Browse the repository at this point in the history
  41. GBS-44 | refactor: final Keyword Has Been Added to `RoleApplication…

    …NotFoundByIdException` Class
    agitrubard committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    0ed934c View commit details
    Browse the repository at this point in the history
  42. GBS-44 | refactor: final Keyword Has Been Added to `RoleApplication…

    …AlreadyExistException` Class
    agitrubard committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    0223a18 View commit details
    Browse the repository at this point in the history
  43. GBS-44 | refactor: final Keyword Has Been Added to `RoleApplication…

    …AlreadyConcludedException` Class
    agitrubard committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    7a15180 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    3a6207f View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    bf88090 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    c79eb9a View commit details
    Browse the repository at this point in the history
  47. GBS-44 | refactor: AlreadyRegisteredException Class Has Been Rename…

    …d as `UserAlreadyRegisteredException` and Class Has Been Extended from `AbstractConflictException`
    agitrubard committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    071d625 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. Configuration menu
    Copy the full SHA
    a7967ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b8c075 View commit details
    Browse the repository at this point in the history
  3. GBS-44 | refactor: Mail Service and Object Have Been Moved to `common…

    …` Package and Classes Have Been Renamed
    agitrubard committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    1787769 View commit details
    Browse the repository at this point in the history
  4. GBS-44 | refactor: MailSendRequest Class Has Been Moved to `common.…

    …model.request` Package
    agitrubard committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    74265c2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0aef722 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a99013a View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. Merge remote-tracking branch 'origin/main' into refactor/GBS-44/port-…

    …adapter
    
    # Conflicts:
    #	src/main/java/org/gelecekbilimde/scienceplatform/user/model/entity/UserFollowEntity.java
    #	src/main/resources/db/migration/V1__ddl.sql
    #	src/main/resources/db/migration/V2__dml.sql
    agitrubard committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    9fcc13e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e054f03 View commit details
    Browse the repository at this point in the history
  3. GBS-44 | Category Read, Save and Delete Ports Have Been Created and M…

    …ethods Have Been Implemented in Category Adapter Class
    agitrubard committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    d46f1c9 View commit details
    Browse the repository at this point in the history
  4. GBS-44 | CategoryReadPort, CategorySavePort and `CategoryDeletePo…

    …rt` Classes Have Been Integrated to Category Service
    agitrubard committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    314791f View commit details
    Browse the repository at this point in the history
  5. GBS-44 | Images of Package and Layer Architectures Have Been Created …

    …and Images Have Been Added to `README.md` File
    agitrubard committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    becdec6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a9b1a1a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e1e6317 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    82ea454 View commit details
    Browse the repository at this point in the history
  9. GBS-44 | @Slf4j Annotation Has Been Deleted from AuthKeyPairUtil

    …Class Because It's Unused
    agitrubard committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    a9e5df9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0074281 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. Configuration menu
    Copy the full SHA
    06438da View commit details
    Browse the repository at this point in the history