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 : 첫 화면인기 마감임박 보여주기 구현 #40

Merged

Commits on Jul 31, 2024

  1. Feat : Home 화면 Init

    손명진 authored and 손명진 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    38f47ac View commit details
    Browse the repository at this point in the history
  2. feat : DTO 추가

    손명진 authored and 손명진 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    19463b5 View commit details
    Browse the repository at this point in the history
  3. feat : 서버 확인

    jsilver01 authored and 손명진 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    e1d6f19 View commit details
    Browse the repository at this point in the history
  4. feat : 서버 확인

    jsilver01 authored and 손명진 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    98aa19c View commit details
    Browse the repository at this point in the history
  5. feat : 서버 확인

    jsilver01 authored and 손명진 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    df68a7c View commit details
    Browse the repository at this point in the history
  6. feat : 서버 확인

    jsilver01 authored and 손명진 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    a188533 View commit details
    Browse the repository at this point in the history
  7. feat : 코드 원상복구

    jsilver01 authored and 손명진 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    453c739 View commit details
    Browse the repository at this point in the history
  8. feat : application.yml 에 리다이렉트주소 추가

    jsilver01 authored and 손명진 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    215b076 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ce83481 View commit details
    Browse the repository at this point in the history
  10. Feat : Home 화면 Init

    손명진 authored and 손명진 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    a53819c View commit details
    Browse the repository at this point in the history
  11. feat : DTO 변경 및 레퍼지토리, 서비스 추가

    손명진 authored and 손명진 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    b1ea6c8 View commit details
    Browse the repository at this point in the history
  12. feat : DTO 변경 및 레퍼지토리, 서비스 추가

    손명진 authored and 손명진 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    55db601 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. feat : Service 구현

    손명진 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    e0dc668 View commit details
    Browse the repository at this point in the history
  2. feat : 서버 확인

    jsilver01 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    f123f1b View commit details
    Browse the repository at this point in the history
  3. fix : 어노테이션 수정

    jsilver01 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    9dc985b View commit details
    Browse the repository at this point in the history
  4. chore : 다시 localhost 로 수정

    jsilver01 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    70e8e50 View commit details
    Browse the repository at this point in the history
  5. chore : .gradle/ 파일 무시하도록 gitignore 수정

    jsilver01 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    21313a4 View commit details
    Browse the repository at this point in the history
  6. feat : 캐시 삭제

    jsilver01 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    04ec476 View commit details
    Browse the repository at this point in the history
  7. feat : exercise 관련 exception 클래스 작성

    jsilver01 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    4dc9077 View commit details
    Browse the repository at this point in the history
  8. feat : PostSignupRequest dto 작성

    jsilver01 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    1261c08 View commit details
    Browse the repository at this point in the history
  9. feat : PostSignupResponse dto 작성

    jsilver01 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    c5ffe26 View commit details
    Browse the repository at this point in the history
  10. feat : MemberController.signUp 작성

    jsilver01 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    e24b31a View commit details
    Browse the repository at this point in the history
  11. feat : MemberService.signUp 작성

    jsilver01 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    4973c2b View commit details
    Browse the repository at this point in the history
  12. feat : SecurityConfig에 회원가입 uri 추가

    jsilver01 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    9d2c6b1 View commit details
    Browse the repository at this point in the history
  13. feat : 트랜잭션 어노테이션 추가

    jsilver01 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    61b0f9c View commit details
    Browse the repository at this point in the history
  14. fix : Jwt 관련 수정

    jsilver01 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    75ff900 View commit details
    Browse the repository at this point in the history
  15. feat : 서버 확인

    jsilver01 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    c5d0ada View commit details
    Browse the repository at this point in the history
  16. fix : final,autowired 수정

    손명진 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    a70c108 View commit details
    Browse the repository at this point in the history
  17. feat : 서버 확인

    jsilver01 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    68e4a6f View commit details
    Browse the repository at this point in the history
  18. feat : 캐시 삭제

    jsilver01 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    28bd089 View commit details
    Browse the repository at this point in the history
  19. feat : 크루등록 dto 작성

    jsilver01 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    f2e7ac1 View commit details
    Browse the repository at this point in the history
  20. feat : CrewController.createCrew 작성

    jsilver01 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    8a09f19 View commit details
    Browse the repository at this point in the history
  21. feat : crew 관련 exception 클래스 작성

    jsilver01 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    9ff3f9a View commit details
    Browse the repository at this point in the history
  22. feat : dto에 어노테이션 추가

    jsilver01 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    8bc041b View commit details
    Browse the repository at this point in the history
  23. feat : activityRegion exception 클래스 작성

    jsilver01 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    44533c1 View commit details
    Browse the repository at this point in the history
  24. feat : facility exception 클래스 작성

    jsilver01 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    c2ef98c View commit details
    Browse the repository at this point in the history
  25. feat : 필요한 레포지토리들 생성

    jsilver01 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    d91382e View commit details
    Browse the repository at this point in the history
  26. feat : 크루 생성자 추가

    jsilver01 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    0d73233 View commit details
    Browse the repository at this point in the history
  27. feat : 크루 만들기 구현

    jsilver01 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    e3b35a3 View commit details
    Browse the repository at this point in the history
  28. feat : 레포지토리 작성

    jsilver01 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    b63ea0e View commit details
    Browse the repository at this point in the history
  29. feat : 의존성 추가

    jsilver01 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    318963b View commit details
    Browse the repository at this point in the history
  30. feat : 생성자에 status 추가

    jsilver01 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    6b048b2 View commit details
    Browse the repository at this point in the history
  31. fix : MemberCrew 생성자에 status 추가

    jsilver01 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    0066578 View commit details
    Browse the repository at this point in the history
  32. feat : 크루 등록 구현

    jsilver01 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    447e475 View commit details
    Browse the repository at this point in the history
  33. fix : 충돌 해결

    jsilver01 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    7173dae View commit details
    Browse the repository at this point in the history
  34. feat : gender 추가

    jsilver01 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    81625ec View commit details
    Browse the repository at this point in the history
  35. feat : gender 추가

    jsilver01 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    386d162 View commit details
    Browse the repository at this point in the history
  36. feat : level enum 클래스 추가

    jsilver01 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    7f759a8 View commit details
    Browse the repository at this point in the history
  37. feat : pr 템플릿 추가

    jsilver01 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    f013aeb View commit details
    Browse the repository at this point in the history
  38. feat : pr 템플릿 추가

    jsilver01 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    241e9e4 View commit details
    Browse the repository at this point in the history
  39. feat : Jwt Token 관련 클래스 생성

    jsilver01 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    98f6caa View commit details
    Browse the repository at this point in the history
  40. feat : 서버 확인

    jsilver01 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    227a3e0 View commit details
    Browse the repository at this point in the history
  41. feat : 코드 원상복구

    jsilver01 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    f8eaba4 View commit details
    Browse the repository at this point in the history
  42. fix : jwtToken 오류 수정

    jsilver01 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    fcc1d30 View commit details
    Browse the repository at this point in the history
  43. Remove .gradle directory from git tracking

    jsilver01 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    bba69da View commit details
    Browse the repository at this point in the history
  44. feat : Service 구현

    손명진 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    f3345bd View commit details
    Browse the repository at this point in the history
  45. feat : 캐시 삭제

    jsilver01 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    e78a10d View commit details
    Browse the repository at this point in the history
  46. feat : securityConfig에 헤더에 auth필요없도록 /main 추가

    손명진 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    9e3d01a View commit details
    Browse the repository at this point in the history
  47. feat : 캐시 삭제

    jsilver01 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    aa29de6 View commit details
    Browse the repository at this point in the history
  48. feat : 서버 확인

    jsilver01 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    a7db1a5 View commit details
    Browse the repository at this point in the history
  49. feat : 필요한 레포지토리들 생성

    jsilver01 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    bb5e317 View commit details
    Browse the repository at this point in the history
  50. fix : 충돌 해결

    jsilver01 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    7050dee View commit details
    Browse the repository at this point in the history
  51. feat : DTO 추가

    손명진 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    49705ff View commit details
    Browse the repository at this point in the history
  52. feat : 서버 확인

    jsilver01 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    8ad1297 View commit details
    Browse the repository at this point in the history
  53. Feat : Home 화면 Init

    손명진 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    7894727 View commit details
    Browse the repository at this point in the history
  54. feat : DTO 변경 및 레퍼지토리, 서비스 추가

    손명진 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    442784d View commit details
    Browse the repository at this point in the history
  55. feat : DTO 변경 및 레퍼지토리, 서비스 추가

    손명진 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    9bf2454 View commit details
    Browse the repository at this point in the history
  56. feat : Service 구현

    손명진 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    79f8fbd View commit details
    Browse the repository at this point in the history
  57. feat : 서버 확인

    jsilver01 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    a8b9f6f View commit details
    Browse the repository at this point in the history
  58. chore : .gradle/ 파일 무시하도록 gitignore 수정

    jsilver01 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    07f4042 View commit details
    Browse the repository at this point in the history
  59. feat : 캐시 삭제

    jsilver01 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    06d8ec0 View commit details
    Browse the repository at this point in the history
  60. feat : 서버 확인

    jsilver01 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    5206f0d View commit details
    Browse the repository at this point in the history
  61. fix : final,autowired 수정

    손명진 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    515ea25 View commit details
    Browse the repository at this point in the history
  62. feat : 서버 확인

    jsilver01 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    6daf05f View commit details
    Browse the repository at this point in the history
  63. feat : 캐시 삭제

    jsilver01 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    06ae221 View commit details
    Browse the repository at this point in the history
  64. feat : 필요한 레포지토리들 생성

    jsilver01 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    b7e3fb8 View commit details
    Browse the repository at this point in the history
  65. fix : 충돌 해결

    jsilver01 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    6948034 View commit details
    Browse the repository at this point in the history
  66. Remove .gradle directory from git tracking

    jsilver01 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    d70de4b View commit details
    Browse the repository at this point in the history
  67. feat : 캐시 삭제

    jsilver01 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    64d88c5 View commit details
    Browse the repository at this point in the history
  68. feat : securityConfig에 헤더에 auth필요없도록 /main 추가

    손명진 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    4c3bd78 View commit details
    Browse the repository at this point in the history
  69. feat : 캐시 삭제

    jsilver01 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    69b4c5d View commit details
    Browse the repository at this point in the history
  70. feat : 서버 확인

    jsilver01 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    d877adc View commit details
    Browse the repository at this point in the history
  71. feat : 필요한 레포지토리들 생성

    jsilver01 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    2744d8f View commit details
    Browse the repository at this point in the history
  72. fix : 충돌 해결

    jsilver01 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    fd5c4e0 View commit details
    Browse the repository at this point in the history
  73. Merge remote-tracking branch 'origin/10-be-첫-화면인기-마감임박-보여주기-구현' into …

    …10-be-첫-화면인기-마감임박-보여주기-구현
    
    # Conflicts:
    #	src/main/java/com/example/likelion12/common/exception/ExerciseException.java
    #	src/main/java/com/example/likelion12/common/exception_handler/ExerciseExceptionControllerAdvice.java
    #	src/main/java/com/example/likelion12/repository/CrewRepository.java
    손명진 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    36ab7a8 View commit details
    Browse the repository at this point in the history
  74. fix : Optional 감싸기 마지막 수정

    손명진 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    a4c5923 View commit details
    Browse the repository at this point in the history
  75. fix : id 값 추가 및 area_id -> area_name 변경

    손명진 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    af4674f View commit details
    Browse the repository at this point in the history
  76. fix : @transactional 추가

    손명진 authored and 손명진 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    24e3886 View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    497d64b View commit details
    Browse the repository at this point in the history