Releases: zzuda/zuda-backend
Releases · zzuda/zuda-backend
파일 목록 가져오는 API 구현
Merge pull request #19 from zzuda/feature/fileList 해당 방(roomId) 의 파일 리스트를 조회하는 기능 추가
방 도메인 API 및 소켓 추가
#ZUDA-55
#ZUDA-56
#ZUDA-60
#ZUDA-63
1.0.3-beta
chore(jenkins): 문법 오류 수정
1.0.2-beta
chore(jenkins): add post step
1.0.1-beta: test: 테스트 코드 작성 #ZUDA-59 (#14)
* chore: add faker dependency and fix jest config * test: 유저 생성 관련 테스트 코드 추가 * test: implement test code about user * test: implement test code about exists and find function * test: 불필요한 테스트 코드 삭제 * test: 유저 수정, 삭제 테스트코드 작성 및 유틸 함수 구현 - Add test code about updating and deleting user. - Implement createUserMock() function to create user mockup. * fix: fix typo * HOTFIX: change column type in Room model from User to string * feat: create test.util.ts for test code * style: 함수 순서 정렬 * test: implement test code of RoomService * chore(jenkins): add test script into Jenkinsfile * test: create test code for AuthService
1.0.0-beta: fix: RoomService 추가 기능 구현 및 개선 (#13)
* fix: add owner into roommember when create room * fix: 방 참여 유저 데이터 구조 변경 게스트 이름, 방장 여부 추가 * fix: 방 입장시 게스트 이름을 설정할 수 있도록 변경 * fix: 퇴장시 유저 확인 로직 간소화 * fix: 방장은 방을 퇴장할 수 없도록 변경 * fix: 게스트ID를 uuid가 아닌 랜덤 문자로 변경 * feat: 게스트 이름 바꾸는 기능 구현