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

feat#109/ 멀티 모듈 구성 #110

Merged
merged 28 commits into from
Aug 22, 2024
Merged

feat#109/ 멀티 모듈 구성 #110

merged 28 commits into from
Aug 22, 2024

Commits on Aug 21, 2024

  1. feat: 멀티 모듈 구성

    kkyu0718 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    3a16300 View commit details
    Browse the repository at this point in the history
  2. feat: 공통 build.gradle 파일 분리

    jacoco, rest-docs 등 공통적인 것은 root 에서 관리하고 모듈별로 의존성 따로 관리하도록 분리
    kkyu0718 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    100391e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aae4012 View commit details
    Browse the repository at this point in the history
  4. feat: queue-server application 메인 클래스명 수정

    Main.class -> QueueApplication.class
    kkyu0718 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    3a84a68 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    72f3686 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dbe73f8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    da29364 View commit details
    Browse the repository at this point in the history
  8. feat: queue-server 테스트 코드 추가

    jacoco 리포트 생성 위해 추가
    kkyu0718 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    e8db0d7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0fbee00 View commit details
    Browse the repository at this point in the history
  10. fix: jacoco-report 한번에 두개의 report 를 하도록 수정

    두개의 Job 으로 각각 요청하면 토큰 유효성 에러가 나기 때문에 한번에 올리도록 수정
    kkyu0718 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    06c3beb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8ebbd1d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6c98d01 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    63a2d97 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d3dae0f View commit details
    Browse the repository at this point in the history
  15. feat: jacocoTest id 수정

    kkyu0718 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    f037559 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    46e7430 View commit details
    Browse the repository at this point in the history
  17. feat: build.gradle 원복

    kkyu0718 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    deabef2 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    550570b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    de90f46 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    b95c3bf View commit details
    Browse the repository at this point in the history
  21. feat: path 수정

    kkyu0718 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    7253977 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    4551a97 View commit details
    Browse the repository at this point in the history
  23. feat: jacoco-version

    kkyu0718 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    eb3b1ae View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. feat: 샘플테스트 제거

    kkyu0718 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    fc9a46d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d5f0ce View commit details
    Browse the repository at this point in the history
  3. feat: jacoco-rule 버젼업

    kkyu0718 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    904eb02 View commit details
    Browse the repository at this point in the history
  4. Revert "feat: 샘플테스트 제거"

    This reverts commit fc9a46d.
    kkyu0718 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    7845fea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    efb25b8 View commit details
    Browse the repository at this point in the history