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: FCM 도입 및 푸시 알림 테스트 구현 #102

Merged
merged 157 commits into from
Aug 9, 2024
Merged

Feat: FCM 도입 및 푸시 알림 테스트 구현 #102

merged 157 commits into from
Aug 9, 2024

Commits on Apr 21, 2024

  1. Merge pull request #3 from Team-Shaka/develop

    ✨  Feat: github issue, PR Template 생성
    HyoBN authored Apr 21, 2024
    Configuration menu
    Copy the full SHA
    26b96a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68ba92f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #7 from Team-Shaka/ci/4

    [CI] 👷 ci/cd 파이프라인 구축
    CYY1007 authored Apr 21, 2024
    Configuration menu
    Copy the full SHA
    9e50da2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f57fba View commit details
    Browse the repository at this point in the history
  5. Merge pull request #9 from Team-Shaka/ci/4

    [CI,BUG] 🐛  Fix : docker 설정 추가
    CYY1007 authored Apr 21, 2024
    Configuration menu
    Copy the full SHA
    fb7763c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    01d08d3 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #10 from Team-Shaka/ci/4

    [CI, Bug] 🐛  Fix : ci/cd 파이프라인 ebextensions 추가
    CYY1007 authored Apr 21, 2024
    Configuration menu
    Copy the full SHA
    dd03dfa View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    abdec89 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11 from Team-Shaka/feat/6

    ✨  Feat : API 응답통일, 에러핸들러 설계
    CYY1007 authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    7760179 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. ✨ Feat: 엔티티 매핑

    HyoBN committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    5003853 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #12 from Team-Shaka/feat/5

    ✨  Feat: 엔티티 매핑
    HyoBN authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    1d4a7d6 View commit details
    Browse the repository at this point in the history
  3. ✨ Feat: 스웨거 세팅

    HyoBN committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    2441899 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #14 from Team-Shaka/feat/13

    ✨  Feat: 스웨거 세팅
    HyoBN authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    164390b View commit details
    Browse the repository at this point in the history
  5. 🐛 Bug: test 삭제

    HyoBN committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    5d45f71 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #15 from Team-Shaka/feat/13

    🐛  Bug: test 삭제
    HyoBN authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    aaa8849 View commit details
    Browse the repository at this point in the history
  7. ✨ Feat : spring security 추가

    jwt 추가
    CYY1007 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    eaa5f93 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #16 from Team-Shaka/feat/2

    ✨  Feat : spring security 추가
    CYY1007 authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    0199d11 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    34f83d3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #18 from Team-Shaka/feat/2

    ✨  Feat : 로그인, 회원가입, 토큰 재발급 API
    CYY1007 authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    b22f699 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

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

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    18c7828 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9980511 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #20 from Team-Shaka/feat/19

    Feat/19 시큐리티 세팅 및 Invitation 관련 로직 추가, 초대장 조회 API 구현
    HyoBN authored May 2, 2024
    Configuration menu
    Copy the full SHA
    5d334af View commit details
    Browse the repository at this point in the history
  4. 🐛 Bug: uri 오타 수정

    HyoBN committed May 2, 2024
    Configuration menu
    Copy the full SHA
    8c5b6dc View commit details
    Browse the repository at this point in the history
  5. Merge pull request #21 from Team-Shaka/feat/19

    🐛 Bug: 초대장 조회 URI 수정
    HyoBN authored May 2, 2024
    Configuration menu
    Copy the full SHA
    889b803 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

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

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    62cc0ba View commit details
    Browse the repository at this point in the history
  2. Merge pull request #26 from Team-Shaka/feat/22

    Feat/22 초대장 관련 API 요청/응답 구현
    HyoBN authored May 8, 2024
    Configuration menu
    Copy the full SHA
    dfac788 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

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

Commits on May 10, 2024

  1. Merge pull request #27 from Team-Shaka/feature/25

    Feat: Treehouse 가입 API 구현
    koojun99 authored May 10, 2024
    Configuration menu
    Copy the full SHA
    941261c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d08a51 View commit details
    Browse the repository at this point in the history
  3. 토큰 유효기간 롤백

    koojun99 committed May 10, 2024
    Configuration menu
    Copy the full SHA
    0dabbc6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    853e57a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #28 from Team-Shaka/feature/23

    Feat: 알림 조회 API 구현
    CYY1007 authored May 10, 2024
    Configuration menu
    Copy the full SHA
    3a7666b View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Feat: 게시글 상세조회

    koojun99 committed May 21, 2024
    Configuration menu
    Copy the full SHA
    7a568be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    093836b View commit details
    Browse the repository at this point in the history
  3. Doc: 주석 수정

    koojun99 committed May 21, 2024
    Configuration menu
    Copy the full SHA
    d8bd4fd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    52dd399 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    93dbcf4 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #30 from Team-Shaka/feature/29

    Feature/29 게시글 상세조회 API 구현
    CYY1007 authored May 21, 2024
    Configuration menu
    Copy the full SHA
    c9e90b9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    019a810 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #33 from Team-Shaka/feat/31

    ✨  Feat : 게시글 작성 API 구현
    CYY1007 authored May 21, 2024
    Configuration menu
    Copy the full SHA
    c564158 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    00c3b8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    970e119 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0cff05a View commit details
    Browse the repository at this point in the history
  4. Refactor: 페이징 변경

    koojun99 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    7b03a2c View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    baea671 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #36 from Team-Shaka/feature/35

    Feat: 피드(게시글 목록) 조회 API
    CYY1007 authored May 24, 2024
    Configuration menu
    Copy the full SHA
    d772452 View commit details
    Browse the repository at this point in the history
  3. conflict resolve

    CYY1007 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    1aebd14 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #41 from Team-Shaka/feat/32

    ✨  Feat : Presigned Url 발급 API 구현
    CYY1007 authored May 24, 2024
    Configuration menu
    Copy the full SHA
    d34f6bb View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. Configuration menu
    Copy the full SHA
    069ff93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64569c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f08ff3 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. Configuration menu
    Copy the full SHA
    c0bf91b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #42 from Team-Shaka/feature/37

    Feature/37 - 게시글 수정/삭제 API 구현
    CYY1007 authored May 26, 2024
    Configuration menu
    Copy the full SHA
    a657434 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

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

Commits on Jun 1, 2024

  1. Merge pull request #45 from Team-Shaka/feature/40

    Feat: 전화번호를 이용한 유저 상태 확인 API 구현
    CYY1007 authored Jun 1, 2024
    Configuration menu
    Copy the full SHA
    2686bf3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b51208b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #46 from Team-Shaka/feat/43

    ✨ Feat : 게시글 신고 API 구현
    CYY1007 authored Jun 1, 2024
    Configuration menu
    Copy the full SHA
    03f0a91 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4fbb7a4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #48 from Team-Shaka/feat/47

    ✨  Feat : 댓글 신고 API 구현
    CYY1007 authored Jun 1, 2024
    Configuration menu
    Copy the full SHA
    ee3c9b6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3bdb00f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3ce3da9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    03f38f0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8b51bb3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6fcb076 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #49 from Team-Shaka/feat/39

    ✨ Feat : 댓글 작성, 목록 조회, 삭제 API 구현
    HyoBN authored Jun 1, 2024
    Configuration menu
    Copy the full SHA
    6488b0b View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

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

Commits on Jun 4, 2024

  1. ✨ Feat: 게시글에 감정표현 남기기

    Feat: 게시글에 감정표현 남기기
    koojun99 committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    ac03ad7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    542def8 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    8094da4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15b44a5 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    736ba51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f74bf5f View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Merge pull request #51 from Team-Shaka/refactor/44

    Refactor: 기존 유저 로그인 API 수정
    CYY1007 authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    80566a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca140e4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #55 from Team-Shaka/bug/54

    🐛  Fix : dev application.yml 수정
    CYY1007 authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    4feec79 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    07821b0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    60c3822 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5f8b300 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    d6357f7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #59 from Team-Shaka/fix/58

    🐛 Fix: 토큰 유효기간 변경
    koojun99 authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    351e8da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d58976 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. Merge pull request #56 from Team-Shaka/feature/52

    Feature/52 게시글/댓글에 감정표현을 남기는 API 구현
    CYY1007 authored Jun 15, 2024
    Configuration menu
    Copy the full SHA
    0c022cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47495a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4a76cb View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. ✨ Feat: Branch init

    koojun99 committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    164cdd7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30fc711 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Merge pull request #62 from Team-Shaka/refactor/61

    ♻️ Refactor: Mapper 클래스 구조 변경과 NotificationType enum 추가
    CYY1007 authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    99bc3ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3505218 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #65 from Team-Shaka/feat/64

    ✨ Feat : 초대하기 API 구현
    CYY1007 authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    0df081d View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    3ef7512 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #66 from Team-Shaka/feat/63

    🐛 Bug: InvitationMapper static 설정
    HyoBN authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    2ec929e View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    c5fff1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8bdc66 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #68 from Team-Shaka/feature/branch-legacy

    브랜치 관련 레거시 코드
    koojun99 authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    4451ae5 View commit details
    Browse the repository at this point in the history
  4. ✨ Feat: 알림조회 시 treehouseId 필드 추가

    Feat: 알림조회 시 treehouseId 필드 추가
    koojun99 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    72ce09b View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    80f2580 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #69 from Team-Shaka/feature/67

    ✨ Feat: 알림조회 시 treehouseId 필드 추가
    HyoBN authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    eab6413 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d06e3fa View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Merge pull request #70 from Team-Shaka/develop2

    브랜치 관련 레거시 코드
    CYY1007 authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    8e774e4 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. Configuration menu
    Copy the full SHA
    0e29e96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eeb7cc5 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

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

Commits on Jul 8, 2024

  1. ✨ Feat: Treehouse 생성

    koojun99 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    04d85c1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #73 from Team-Shaka/feature/72

    ✨ Feat: 내 프로필 조회, 내 프로필 수정, 트리하우스 생성 기능 구현
    CYY1007 authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    ff8ec49 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Merge pull request #76 from Team-Shaka/feat/71

    Feat/71 Comment 관련 Request, Response 관련 수정 및 변경
    HyoBN authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    86a3a3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4da490 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab9ec0d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    82b0d6f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #77 from Team-Shaka/feat/71

    Feat/71 대댓글 관련 로직 및 조회, 작성 API 구현
    HyoBN authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    d7b1714 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    f589d30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c5c17e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #78 from Team-Shaka/feat/71

    Feat/71 댓글 작성, 삭제 관련 예외 처리 추가
    HyoBN authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    406f985 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    49617d7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ea2a053 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d70e56a View commit details
    Browse the repository at this point in the history
  7. Merge pull request #80 from Team-Shaka/feat/79

    Feat/79 트리하우스 멤버 프로필, 멤버가 작성한 게시글 조회 API 구현, 댓글 시각 형식 변경
    HyoBN authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    b4e3a8e View commit details
    Browse the repository at this point in the history
  8. 📝 Docs: API 명세 보완

    HyoBN committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    3c39c47 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #81 from Team-Shaka/feat/79

    📝 Docs: API 명세 보완
    HyoBN authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    bbab9ad View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9cb1995 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7813405 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #82 from Team-Shaka/feat/79

    📝 Docs: 스웨거 명세 수정
    HyoBN authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    8fc8bad View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    88a41b5 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    a94da53 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #83 from Team-Shaka/feature/75

    Feature/75 - 트리하우스 정보 조회 API 및 하드코딩으로 채워뒀던 코드들 수정
    HyoBN authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    7fdfeac View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2024

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

Commits on Jul 23, 2024

  1. Merge pull request #85 from Team-Shaka/feature/84

    ✨ Feat: 알림 조회 문구의 구체화 및 읽음 처리 기능
    HyoBN authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    617bb61 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    52d43d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a03291f View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. Configuration menu
    Copy the full SHA
    2fb85b1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #87 from Team-Shaka/feature/86

    ✨ Feat: 내가 가입한 트리하우스 목록 조회
    koojun99 authored Jul 28, 2024
    Configuration menu
    Copy the full SHA
    55035f6 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    47430b2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #89 from Team-Shaka/feature/88

    📝 DOCS: 트리하우스 생성 - 이름 관련 유효성 검사
    koojun99 authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    cee5122 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    1dc51c3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #91 from Team-Shaka/refactor/90

    ♻️ Refactor: 트리하우스 회원가입 API 수정
    HyoBN authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    e28f187 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    aee5da0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #93 from Team-Shaka/refactor/92

    ♻️ Refactor: 알림 조회 시 반환 필드 수정
    koojun99 authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    4c3c3a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a58d421 View commit details
    Browse the repository at this point in the history
  4. 📝 시간대 설정

    koojun99 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    991acf7 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #94 from Team-Shaka/refactor/92

    Refactor/92
    koojun99 authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    d2f3d39 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0945323 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #95 from Team-Shaka/refactor/92

    📝 Dockerfile에 시간대 설정 추가
    koojun99 authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    e290f63 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. ➕ Feat: FCM 의존성 주입

    HyoBN committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    35de93f View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    d42216a View commit details
    Browse the repository at this point in the history
  2. ✨ Feat: fcm init 세팅

    HyoBN committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    edd2975 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf1fc4a View commit details
    Browse the repository at this point in the history
  4. ✨ Feat: FCM exception 추가

    HyoBN committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    2e177db View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d1998d0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    388bbf5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fdfad21 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0dcf550 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dea39f8 View commit details
    Browse the repository at this point in the history
  10. 🐛 Bug: git 에러 해결

    HyoBN committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    dc7c74b View commit details
    Browse the repository at this point in the history
  11. 🐛 Bug: gitignore 수정

    HyoBN committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    316b7b3 View commit details
    Browse the repository at this point in the history
  12. 🐛 Bug: ignore 수정

    HyoBN committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    c46ca66 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    751c449 View commit details
    Browse the repository at this point in the history