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

9조 BE 코드리뷰 3회차 #52

Merged
merged 57 commits into from
Oct 16, 2024
Merged

9조 BE 코드리뷰 3회차 #52

merged 57 commits into from
Oct 16, 2024

Commits on Oct 7, 2024

  1. refactor:[#38]- refact ArtistInfo

    수정된 ERD에 맞게 ArtistInfo 수정
    yooonwodyd committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    253a480 View commit details
    Browse the repository at this point in the history
  2. refactor:[#38]- refact BusinessArtist

    수정된 ERD에 맞게 BusinesArtist
    yooonwodyd committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    8f828b8 View commit details
    Browse the repository at this point in the history
  3. refactor:[#38]- refact StudentArtist

    수정된 ERD에 맞게 StudentArtist 변경
    yooonwodyd committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    1d4d9e5 View commit details
    Browse the repository at this point in the history
  4. refactor:[#38]- refact User

    수정된 ERD에 맞게 User 변경
    yooonwodyd committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    e97cc10 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #39 from yooonwodyd/weekly

    유저, 작가 엔티티 변경 #38 #33
    yooonwodyd authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    93fdb7a View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Update main.yml

    donghyuun authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    590a5e1 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    302c85b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6de5081 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6401022 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd0032a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7012a46 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d1983d0 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. Configuration menu
    Copy the full SHA
    6f331ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05a9912 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b4f6d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c878ffe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    605d1ae View commit details
    Browse the repository at this point in the history
  6. feat: [#30] 상품 이미지 업로드 기능

    여러 사진 파일 업로드 기능
    jupyter471 committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    87a5d53 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    de95b07 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a96a0e5 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Merge pull request #41 from kakao-tech-campus-2nd-step3/weekly

    Weekly - 정기 병합
    yooonwodyd authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    e834c8f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #42 from kakao-tech-campus-2nd-step3/develop

    develop - 정기 병합
    yooonwodyd authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    56c3be3 View commit details
    Browse the repository at this point in the history
  3. feat:[#43]- add ArtistController

    작가 페이징 목록 조회를 제외한 작가 조회,등록 기능 추가
    yooonwodyd committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    99e3569 View commit details
    Browse the repository at this point in the history
  4. feat:[#43]- add Artist Dto

    작가관련 Dto 추가 작성
    yooonwodyd committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    d25ba35 View commit details
    Browse the repository at this point in the history
  5. refactor:[#43]- refact ArtistInfo

    ArtistInfo 엔티티 필드 수정
    yooonwodyd committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    d243a67 View commit details
    Browse the repository at this point in the history
  6. refactor:[#43]- refact testController

    간단한 테스트를 위한 Controller 수정
    yooonwodyd committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    fcc4f3d View commit details
    Browse the repository at this point in the history
  7. feat:[#43]- add ArtistService

    작가 서비스 로직 추가
    yooonwodyd committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    5f70d14 View commit details
    Browse the repository at this point in the history
  8. feat:[#43]- add ArtistService

    작가 서비스 로직 추가
    yooonwodyd committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    b7411e5 View commit details
    Browse the repository at this point in the history
  9. feat:[#24]- add User Dto

    유저 관련 Dto 추가
    yooonwodyd committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    4e1b046 View commit details
    Browse the repository at this point in the history
  10. refactor:[#24]- refact ArtistType

    ArtistType에 getter 추가
    yooonwodyd committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    335e7b5 View commit details
    Browse the repository at this point in the history
  11. feat:[#24]- add User logic

    유저 로직 처리를 위한 로직 추가. querydsl과 각종 설정 추가. 추후 변경 여지가 많음.
    yooonwodyd committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    56475fb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5c465f5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    49de4fb View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1b6390f View commit details
    Browse the repository at this point in the history
  15. refactor: [#30] 상품 필드 수정

    uuid와 url 저장
    jupyter471 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    9466671 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    53656ff View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9ab22aa View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. feat:[#24]- add artist Image

    artistImageUrl 필드를 추가
    yooonwodyd committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    d6403cd View commit details
    Browse the repository at this point in the history
  2. refactor:[#24]- Add Cascade

    Artist와 ArtistInfo 사이에 Cascade 추가
    yooonwodyd committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    5e02a60 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #44 from yooonwodyd/weekly

    유저 기본 설정, 작가 CRUD 관련 서비스 로직 추가 #24 #43
    yooonwodyd authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    c46d1b0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #46 from jupyter471/weekly

    상품 이미지 등록 및 수정 기능 #30
    yooonwodyd authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    725bd38 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #47 from kakao-tech-campus-2nd-step3/weekly

    Weekly - 정기 병합 1차
    yooonwodyd authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    39ace41 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #48 from kakao-tech-campus-2nd-step3/develop

    Develop 정기 병합 1차
    yooonwodyd authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    2e367b2 View commit details
    Browse the repository at this point in the history
  7. refactor:[#24]- Add User

    User 도메인 관련 업데이트
    yooonwodyd committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    f370975 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #49 from yooonwodyd/weekly

    유저 기본 설정, 작가 CRUD 관련 서비스 로직 추가 #24 #43
    yooonwodyd authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    a7d4d7c View commit details
    Browse the repository at this point in the history
  9. Merge pull request #50 from kakao-tech-campus-2nd-step3/weekly

    Weekly 병합 2차
    yooonwodyd authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    aeeacb6 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #51 from kakao-tech-campus-2nd-step3/develop

    Develop 병합 2차
    yooonwodyd authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    650ca33 View commit details
    Browse the repository at this point in the history
  11. fix: cicd 파일 수정

    기존에 yaml 파일에 정의된 도커 컨테이너 mysql 과 연결안되던 문제를 해결함
    donghyuun authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    559a539 View commit details
    Browse the repository at this point in the history
  12. feat: cicd 동작 브랜치명 수정

    master -> Master
    donghyuun authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    5e4821f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ec26b1d View commit details
    Browse the repository at this point in the history
  14. refactor:[#24]- swagger UI 추가

    Swagger Ui를 security에 추가
    yooonwodyd committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    b67b3aa View commit details
    Browse the repository at this point in the history
  15. Merge pull request #53 from yooonwodyd/weekly

    refactor:[#24]- swagger UI 추가
    yooonwodyd authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    a43e802 View commit details
    Browse the repository at this point in the history
  16. feat: cors policy allowance

    donghyuun committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    b9f35ef View commit details
    Browse the repository at this point in the history
  17. feat: cors policy allowance

    donghyuun committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    42674d6 View commit details
    Browse the repository at this point in the history
  18. feat: cors policy allowance

    donghyuun committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    955e4ef View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    06079aa View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    1583bb5 View commit details
    Browse the repository at this point in the history