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

[REFACTOR] 게시글 도메인 리팩터링 #549

Merged
merged 49 commits into from
Sep 19, 2023
Merged

[REFACTOR] 게시글 도메인 리팩터링 #549

merged 49 commits into from
Sep 19, 2023

Commits on Sep 5, 2023

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

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    9532248 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d6999e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d1ca69 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    81e6844 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e7d0086 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Configuration menu
    Copy the full SHA
    faef4bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ff5833 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

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

Commits on Sep 10, 2023

  1. Configuration menu
    Copy the full SHA
    72b3da2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6991b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65af6c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2402ea2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3d5a1de View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    73bda7c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6fe7a98 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0e6704b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6d19f77 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d1664a4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c434481 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    d9268f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3d94b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b39825 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    295f94d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1ecd08d View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. Configuration menu
    Copy the full SHA
    6d1d394 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f92607e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8f52bb View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. Configuration menu
    Copy the full SHA
    5ce0e1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fb3e1b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a38b2a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e42394 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6521e92 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b94ee8e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    82d3bcc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dd83cdc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    776f051 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    46db22d View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Configuration menu
    Copy the full SHA
    0ea2280 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc7c107 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16bbcb9 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'dev' into #512

    # Conflicts:
    #	backend/src/main/java/com/votogether/domain/post/controller/PostController.java
    #	backend/src/main/java/com/votogether/domain/post/controller/PostControllerDocs.java
    #	backend/src/main/java/com/votogether/domain/post/entity/comment/Content.java
    #	backend/src/main/java/com/votogether/domain/post/repository/PostRepository.java
    #	backend/src/main/java/com/votogether/domain/post/service/PostService.java
    #	backend/src/main/java/com/votogether/domain/report/repository/ReportRepository.java
    #	backend/src/main/java/com/votogether/domain/report/service/ReportService.java
    #	backend/src/main/java/com/votogether/domain/vote/repository/VoteRepository.java
    #	backend/src/main/resources/application.yml
    #	backend/src/test/java/com/votogether/domain/post/controller/PostControllerTest.java
    #	backend/src/test/java/com/votogether/domain/post/repository/CommentRepositoryTest.java
    #	backend/src/test/java/com/votogether/domain/post/service/PostServiceTest.java
    #	backend/src/test/java/com/votogether/domain/report/repository/ReportRepositoryTest.java
    #	backend/src/test/java/com/votogether/domain/report/service/ReportCommandServiceTest.java
    #	backend/src/test/java/com/votogether/domain/vote/repository/VoteRepositoryTest.java
    #	backend/src/test/java/com/votogether/test/persister/CommentTestPersister.java
    #	backend/src/test/java/com/votogether/test/persister/ReportTestPersister.java
    #	backend/src/test/resources/application.yml
    woo-chang committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    69b9c4d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e58ac1f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e7e05ab View commit details
    Browse the repository at this point in the history
  7. Merge branch 'dev' into #512

    woo-chang committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    f971cbe View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5c0e7eb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6f0589a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bd78629 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'dev' into #512

    woo-chang committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    443b151 View commit details
    Browse the repository at this point in the history