This repository was archived by the owner on Mar 15, 2025. It is now read-only.
Commit 2159ff2
[FEAT] Batch 서버 랭킹 집계 추가 (#1151)
* [FEAT] 태그 순서 변경 로직 및 UI 추가, 익스텐션과 웹 서비스 상태 동기화 (#1142)
* feat: 태그 이동 api 호출 함수 구현
* feat: cmdk에서 따온 fuzzy 알고리즘 적용
* feat: tag 순서 바꾸는 로직 적용
* refactor: css width를 상수로 관리
* design: drag handler 추가
* fix: 픽 정보 수정 응답 후, invalidateQueries 제거
* fix: tag 삭제 시에 바로 생성할 수 있게 변경
* feat: 익스텐션에서 삭제해도 웹에서 바로 적용되도록 변경
* feat: 익스텐션에 dnd-kit 의존성 추가
* feat: 익스텐션에서도 tag 이동 가능하게 변경
* chore: 익스텐션 버전 업
* Update baguni.test.api.deploy.yml
* chore: postman ci/cd 배포 테스트
* Update baguni.test.api.deploy.yml
* Update baguni.test.api.deploy.yml
* Update baguni.test.api.deploy.yml
* Update baguni.test.api.deploy.yml
* Update baguni.test.api.deploy.yml
* chore: discord webhook 알림 삭제 (#1145)
* [feat] 링크 순위 집계 기능 이전 (Batch) (#1149)
* [REFACTOR] 패키지명 rss 를 blog로 변경 (#1146)
* refactor: 패키지 이름 변경 (rss --> blog)
* chore: 로컬에서 otel 수집 기능 끄기 (otel export 에러 알림 발생 해결)
* [FEAT] 배치 서버에 랭킹 집계 기능 추가 (#1147)
* fix: 배치 랭킹 기능을 위한 큐 추가
* feat: 링크 통계 엔티티 / DB 테이블 추가
* feat: 배치 랭킹 소비자 구현
* fix: (코드 리뷰 반영) - repository를 linkDataHandler로 변경
* hotfix: @bean 추가
* hotfix: 큐 이름 수정
---------
Co-authored-by: dmdgpdi <33450285+dmdgpdi@users.noreply.github.com>
Co-authored-by: Sangwon Yang <sangwonsheep@gmail.com>1 parent 25a9bbc commit 2159ff2
74 files changed
Lines changed: 1594 additions & 284 deletions
File tree
- .github/workflows
- backend
- baguni-api/src/main/java/baguni
- baguni-batch/src/main/java/baguni/batch
- domain/feed/service
- listener
- baguni-common/src/main
- java/baguni/common/config
- resources
- baguni-domain/src/main
- java/baguni/domain
- infrastructure
- blog
- link
- model
- blog
- link
- resources/db/migration
- frontend
- techpick-extension
- src
- apis
- chrome-extension
- components
- constants
- libs/@fuzzyFilter
- stores
- types
- utils
- techpick
- src
- apis
- tag
- app
- components
- PickTagPicker
- SelectedTagItem
- libs/@react-query
- queries
- types
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
| 72 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
| 72 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
| 71 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
| 72 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
| 82 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
| 71 | + | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
Lines changed: 61 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
0 commit comments