Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
WebBack
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
websystem
WebBack
Commits
You need to sign in or sign up before continuing.
82f600bca8c9e8c950d6fe7307cb3daa5d9e75ff
Select Git revision
Branches
3
master
default
protected
deploy
develop
3 results
webback
services
Author
Search by author
Any Author
authors
심재엽
Simzard
조대희
JDH
석찬 윤
Yoonseokchan
세현 임
sehyunlim
4 authors
Nov 25, 2024
feature: 초대 관련 서비스로직,라우터,컨트롤러 추가(
#16
)
· 82f600bc
tpgus2603
authored
3 months ago
82f600bc
refactor: 미팅방 인원제한,현재인원 컬럼 추가 및 관련로직추가(
#16
)
· 76d78806
tpgus2603
authored
3 months ago
76d78806
Nov 23, 2024
test: 미팅서비스 테스트완료(
#13
)
· 799bdae6
tpgus2603
authored
3 months ago
799bdae6
test/refactor : 서비스코드 리펙토링(
#13
)
· e0c7ec1c
tpgus2603
authored
3 months ago
e0c7ec1c
test: 미팅서비스 코드 및 dto 개선(
#13
)
· c3666785
tpgus2603
authored
3 months ago
c3666785
test: 미팅테스트 임시(
#13
)
· 45c683c7
tpgus2603
authored
3 months ago
45c683c7
Nov 22, 2024
test: 바뀐 스케쥴 서비스로직 테스트 완료(
#13
)
· 1abb4eea
tpgus2603
authored
3 months ago
1abb4eea
refactor: 스케쥴 모델,서비스코드 대폭수정(
#13
)
· b6719c5f
tpgus2603
authored
3 months ago
b6719c5f
refator: 프렌드 컨트롤러 수정(
#13
)
· ce8ae990
tpgus2603
authored
3 months ago
ce8ae990
Nov 21, 2024
refactor 모델연관관계 중앙화(
#13
)
· 7e0fe4e0
tpgus2603
authored
3 months ago
7e0fe4e0
refactor,feature: 트랜잭션 적용 로직 및 검증로직 보강(
#12
)
· b3bea64d
tpgus2603
authored
3 months ago
b3bea64d
refactor: 연관관계 수정(
#12
)
· a8df7a09
tpgus2603
authored
3 months ago
a8df7a09
Nov 20, 2024
refactor 주석 수정(
#11
)
· ab57d120
tpgus2603
authored
3 months ago
ab57d120
refactor 주석 수정(
#11
)
· c739b2c2
tpgus2603
authored
3 months ago
c739b2c2
rename: DTO이름 변경(
#11
)
· 385eea78
tpgus2603
authored
3 months ago
385eea78
refactor: 간단한 주석수정
· 398060dc
tpgus2603
authored
3 months ago
398060dc
test,refactor 서비스로직 관련 테스트 및 리팩토링
· 490d41b6
tpgus2603
authored
3 months ago
490d41b6
feat: 스케쥴관련 dto생성(
#11
)
· fd2daa22
tpgus2603
authored
3 months ago
fd2daa22
refactor 스케쥴dto및 엔티티모델 수정/
#11
· 03c8c812
tpgus2603
authored
3 months ago
03c8c812
Nov 19, 2024
feat: 번개모임 서비스 로직 작성 (
#9
)
· ffbac726
심재엽
authored
3 months ago
ffbac726
feat: 채팅 서비스 로직 작성 (
#9
)
· 6c685f5f
심재엽
authored
3 months ago
6c685f5f
refact: 친구 추가 로직,데이터모델 변경(
#7
)
· ed6661f5
tpgus2603
authored
3 months ago
ed6661f5
Nov 16, 2024
fix: reqeustId -> friendId로 변경 및 파라미터 순서 변경 (
#8
)
· f220cfc5
조대희
authored
3 months ago
f220cfc5
refactor: 오타 수정 (
#8
)
· d223a47a
조대희
authored
3 months ago
d223a47a
feat: 사용자 존재 유효성 검사 (
#7
)
· 059ea81f
조대희
authored
4 months ago
059ea81f
refactor: 오타 수정 (
#7
)
· aa60d98a
조대희
authored
4 months ago
aa60d98a
feat: 친구 삭제 (
#7
)
· 11e08540
조대희
authored
4 months ago
11e08540
feat: 친구 목록 조회 (
#7
)
· 108b1b25
조대희
authored
4 months ago
108b1b25
feat: 보낸 친구 요청 목록 조회 (
#7
)
· 76e9c1dd
조대희
authored
4 months ago
76e9c1dd
feat: 친구 요청 거절 (
#7
)
· f2c31984
조대희
authored
4 months ago
f2c31984
feat: 친구 요청 수락 (
#7
)
· dbdce549
조대희
authored
4 months ago
dbdce549
feat: 받은 친구 목록 조회 (
#7
)
· a3718bfe
조대희
authored
4 months ago
a3718bfe
Nov 15, 2024
feat: 친구 요청 보내기 (
#7
)
· 0fc2b8ee
조대희
authored
4 months ago
0fc2b8ee
fix: 스케줄 수정 & 만료일 구하기 수정 (
#6
)
· ecbb6dbe
조대희
authored
4 months ago
ecbb6dbe
style: 오타 수정 (
#6
)
· c2f15613
조대희
authored
4 months ago
c2f15613
Nov 14, 2024
refactor: 스케줄 서비스 중복 코드 함수화 (
#5
)
· 58234d3c
조대희
authored
4 months ago
58234d3c
refactor: 스케줄 생성/수정/삭제 시 transaction 적용 (
#5
)
· 387f65ca
조대희
authored
4 months ago
387f65ca
style: 스케줄 서비스 오타 변경 (
#5
)
· 57bc299c
조대희
authored
4 months ago
57bc299c
feat: 스케줄 시간 유효성 검사 (
#5
)
· cbd630dd
조대희
authored
4 months ago
cbd630dd
feat: 유동 스케줄 자동 정리 (
#5
)
· 3defd9a6
조대희
authored
4 months ago
3defd9a6
Loading