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

Server/release/#0.5.6 aws 배포 #279

Merged
merged 40 commits into from
Mar 10, 2024
Merged
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
86520a7
[Server] 개발환경 세팅 (#4)
pminsung12 Nov 9, 2023
8fe9ba6
Server/feature/#13 (#25)
pminsung12 Nov 14, 2023
2d84f75
테스트용 유저 API 구현 (#30)
yangdongsuk Nov 15, 2023
2b6fb53
[Server] 유닛 테스트 환경 세팅 (#32)
yangdongsuk Nov 15, 2023
112d9ba
[Server] Users resource 이름 변경 (#34)
yangdongsuk Nov 15, 2023
375e785
feature: usersService 테스트 코드 작성 (#39)
yangdongsuk Nov 16, 2023
5b230ec
[Server] Folder entity 생성 및 crud 구현 (#42)
pminsung12 Nov 16, 2023
da9f6d3
feature: docker파일 수정 (#57)
yangdongsuk Nov 20, 2023
e4936cb
feat: private checklist entity 생성 및 crud 구현 (#61)
pminsung12 Nov 21, 2023
5cfdb02
feat: checklist 폴더 분리 & dto 빈문자열 검증 추가 (#66)
yangdongsuk Nov 22, 2023
de6b5f3
[Server] Winston으로 로그 관리 (#70)
pminsung12 Nov 23, 2023
f795888
feat: jwt access, refresh token 기반 인가 구현
yangdongsuk Nov 23, 2023
304ea79
[Server] shared-checklist 소켓 구현 (#78)
yangdongsuk Nov 23, 2023
ff9598d
[Server] apple oauth api 구현 (#86)
pminsung12 Nov 26, 2023
4616d27
[Server] access 토큰 재발급시 유저 정보 없는 버그 수정 (#83)
yangdongsuk Nov 26, 2023
7091fad
[Server] privateChecklist의 내용 저장 api 구현 (#88)
yangdongsuk Nov 27, 2023
7f88671
[Server] apple oauth 로그인 로직 수정 (#118)
pminsung12 Nov 27, 2023
fd3703c
[Server] Clova Studio api 구현 (#126)
pminsung12 Nov 29, 2023
ac8ab73
feat: AccessTokenGuard 구현 및 적용 (#129)
yangdongsuk Nov 29, 2023
70043ff
Server/feature/#128 (#139)
pminsung12 Nov 29, 2023
2b1eaf8
feat: 공유 체크리스트 API 및 소켓 작업 구현 (#140)
yangdongsuk Nov 30, 2023
283e6fa
🔐feat: 개발용 임시로 액세스,리프레시 토큰들 만료기한 일주일로 설정 (#142)
pminsung12 Nov 30, 2023
5e5fd4e
feat: 공유 체크리스트 아이템 권한 문제 및 uuid 문제 해결 (#146)
yangdongsuk Nov 30, 2023
adc3269
feat: 소켓 다중 서버 지원 (#159)
yangdongsuk Dec 4, 2023
347cb90
feat: 소켓 editing 이벤트 추가 (#164)
yangdongsuk Dec 4, 2023
620c06d
fix: 레디스 연결 수정 (#168)
yangdongsuk Dec 4, 2023
9240dde
[Server] object 형태가 들어오면 redis에 저장 안되는 문제 수정 (#171)
pminsung12 Dec 4, 2023
7ae37bb
feat: 웹소켓 히스토리 버그 수정 및 콘솔 로그 추가 (#175)
yangdongsuk Dec 4, 2023
d047b41
[Server] 로거 기능 확대 (#176)
pminsung12 Dec 4, 2023
55ade94
🐛fix: redis module password 부분 주석처리 (#180)
pminsung12 Dec 4, 2023
0014655
[Server] 피드화면 api 구현 (#196)
pminsung12 Dec 6, 2023
5c2f20a
feat: 관리 페이지와 api 구현 (#197)
yangdongsuk Dec 7, 2023
462fe15
[Server] 클라이언트와 api 연동 작업 (login, socket history) (#209)
yangdongsuk Dec 7, 2023
6f0b7a8
[Server] ai와 관련한 db 구조 개선 (#220)
pminsung12 Dec 10, 2023
256d38f
feat: admin 페이지 항목 자동 추가 , 시스템 상태 그래프 추가 (#223)
yangdongsuk Dec 10, 2023
9d5ff29
[Server] 카테고리별 아이템 개수 확인 및 개수로 item 생성 로직 (#228)
pminsung12 Dec 11, 2023
db19afb
[Server] 카테고리 api db 방식으로 업데이트, 인공지능 응답 api db 캐싱 구조로 개선 (#240)
pminsung12 Dec 12, 2023
402dc19
refactor: jwt toekn 만료 시간 환경변수로 변경 (#250)
yangdongsuk Dec 13, 2023
d10f5fd
feat: 어드민 페이지 ai관련 뷰 추가 및 관련 api 추가 (#260)
yangdongsuk Dec 14, 2023
f62b10a
Merge branch 'server/release/#0.5.5' into server/develop
yangdongsuk Dec 14, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@

/.idea

/ai/generate-server/node_modules

ai/generate-server/.env
=======
# 디폴트 무시된 파일
/.idea/shelf/
/.idea/workspace.xml
Expand Down
Loading