-
Notifications
You must be signed in to change notification settings - Fork 1
feat: 경매장 거래내역 적재 다음날 새벽 통계 집계 스케쥴러 추가 #85
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
Merged
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
fbe6da7
chore: statics table create flyway script 추가
dev-ant daa0f5b
feat: stauction history atics entity 구현
dev-ant 24d67bc
feat: statics 배치 및 조회 api 구현
dev-ant 8521e5f
feat: 기존의 item min price table 제거
dev-ant 66afcda
fix: auction history, statics cron 수정
dev-ant 4f944a1
fix: 기존 item min price 조회 api 제거
dev-ant 275a7c5
feat: statics test 코드 추가
dev-ant 0e5036d
fix: min price cron 설정 docker-compose에서 제거
dev-ant 434baec
feat: statics api security permit all 설정
dev-ant 98f2041
feat: item statics table subcategory, topcategory 추가
dev-ant 5855c46
feat: docker-compose-local root 사용자가 아닌 사용자로 접속하게 설정
dev-ant b73f671
feat: gitignore application.yml 제거
dev-ant c5343fb
feat: application.yml commit
dev-ant 85562e8
fix: V13 flyway script 오타 수정
dev-ant 5659972
feat: item statics query에 sub category, top category 추가
dev-ant 95c83dd
Fix: auction history UTC+9 시간대로 변경
dev-ant 7bcc3a1
fix: flyway V13 script charset 설정 제거
dev-ant b6807c9
fix: 불필요한 로그 파일 삭제
dev-ant ee71052
fix: auction history statics query date 기준 변경
dev-ant 7ad53f3
Feat: 경매장 거래내역 적재 다음날 새벽 통계 집계 스케쥴러 추가
dev-ant c724711
fix: docker-compose-dev.yml 오타 수정
dev-ant 2a6452e
fix: 도커 컴포즈에 STATISTICS_PREVIOUS_DAY_CRON 추가
dev-ant ba0243d
fix: subcategory weekly statics query inner join 조건 수정
dev-ant File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Empty file.
Empty file.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing the environment variable STATISTICS_PREVIOUS_DAY_CRON in the docker-compose configuration. The application.yml uses this property with a default value, but for consistency and explicit configuration in production, it should be added to the environment variables list.