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

[BE] 코드잽 프로덕션 v1.1.3 배포 #718

Merged
merged 77 commits into from
Oct 8, 2024
Merged

[BE] 코드잽 프로덕션 v1.1.3 배포 #718

merged 77 commits into from
Oct 8, 2024

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    41ee933 View commit details
    Browse the repository at this point in the history
  2. chore(docker): 설정 추가

    zeus6768 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    d0a7585 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    46c0e92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24af44b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8810e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b052311 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4141d05 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c4a3f13 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ae3c196 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c158416 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    97c7c55 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    86d4336 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    02083ee View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    760fa24 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    52d5a54 View commit details
    Browse the repository at this point in the history
  14. refactor(service): template 목록 조회 시 각 template에 해당하는 template tag를 한번…

    …에 조회 후 애플리케이션 단에서 template으로 template tag 재조회
    jminkkk committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    9bdcf8b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    952a590 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d0982d1 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2bfbd27 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    deb779a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    45458c1 View commit details
    Browse the repository at this point in the history
  20. refactor(service): template 목록 조회 시 각 template에 해당하는 thumbnail 한번에 조회…

    … 후 애플리케이션 단에서 template으로 thumbnail 재조회
    jminkkk committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    cda1f3f View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    50f37cc View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    50606e4 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    af374ce View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    9c44936 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    a36aa7a View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    7256a88 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    8cc15a2 View commit details
    Browse the repository at this point in the history
  28. test: displayName 수정

    kyum-q committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    9dd2098 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    fb3d12b View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    f009c44 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    434502e View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    5918abb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a6ffeb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f525fa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    576b094 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #703 from woowacourse-teams/refactor/673-performan…

    …ce-template-search
    
    검색 성능 개선
    kyum-q authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    5d40e4c View commit details
    Browse the repository at this point in the history
  6. refactor(domain): @table 수정

    kyum-q committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    379e913 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    76083a5 View commit details
    Browse the repository at this point in the history
  8. fix: Fake DB 문제 해결

    kyum-q committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    283bdb4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5517efe View commit details
    Browse the repository at this point in the history
  10. Merge pull request #704 from woowacourse-teams/refactor/673-performan…

    …ce-template-find-delete
    
    템플릿 단건 조회/ 템플릿 삭제/ 태그 조회 성능 개선
    jminkkk authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    9ae042e View commit details
    Browse the repository at this point in the history
  11. refactor: Override 제거

    zangsu committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    8280a69 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #715 from woowacourse-teams/refactor/673-performan…

    …ce-template-create-update
    
    �템플릿 생성, 수정 쿼리 성능 개선
    jminkkk authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    523f563 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3d78e75 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1cac725 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    0e65a72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    caecf76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a636ff7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a36c47c View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    5d8c8f7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #719 from woowacourse-teams/refactor/673-performan…

    …ce-full-text
    
    전문 검색 인덱스 적용
    kyum-q authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    5266ddc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bbf1bc2 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    cb40c2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d63946 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ec1ec1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b5e508f View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Merge pull request #730 from woowacourse-teams/refactor/548-swagger-d…

    …ev-server-add
    
    Swagger 개발 서버 IP 추가
    kyum-q authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    4087ccc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ced1170 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3fcd486 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    44b09bb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a33a998 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ed60503 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2024

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

Commits on Oct 6, 2024

  1. test: var 사용 제거

    kyum-q committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    d346da6 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Merge pull request #641 from woowacourse-teams/chore/640-compose

    로컬 환경에서 서버 실행을 위한 도커 컴포즈 스크립트 작성
    jminkkk authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    aea3c51 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #729 from woowacourse-teams/refactor/650-remove-me…

    …mberdto
    
    �사용되지 않는 MemberDto 제거
    HoeSeong123 authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    850cef4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ab2289 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9777474 View commit details
    Browse the repository at this point in the history
  5. refactor: 오타 수정

    HoeSeong123 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    ff5414f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5d93220 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    128a0fa View commit details
    Browse the repository at this point in the history
  8. refactor: 공백 제거

    HoeSeong123 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    b50a95f View commit details
    Browse the repository at this point in the history
  9. Merge pull request #728 from woowacourse-teams/feat/512-category-tag-…

    …length-validate
    
    태그 및 카테고리 생성 시 글자수 검증
    kyum-q authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    37e2665 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #724 from woowacourse-teams/refactor/723-health-ch…

    …eck-log
    
    백엔드 로그 수정
    zangsu authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    3e039d4 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Merge pull request #737 from woowacourse-teams/fix/734-delete-like

    좋아요한 템플릿 삭제 시 좋아요 테이블 삭제 구현
    zangsu authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    e2115dd View commit details
    Browse the repository at this point in the history