-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: 좌표타입 geometry으로 변경 및 기반작업 (#457)
* refactor: update cron task names and add key-based filtering in getCronLogs - getCronLogs 메소드에 key 파라미터를 추가하여 taskName을 기준으로 필터링 가능하도록 수정 - Cron 작업의 로그 태스크 이름을 간결하게 변경 * refactor: update cron task names and add key-based filtering in getCronLogs - getCronLogs 메소드에 key 파라미터를 추가하여 taskName을 기준으로 필터링 가능하도록 수정 - Cron 작업의 로그 태스크 이름을 간결하게 변경 * feat: store database implementation * feat: theme crud * feat: item crud * feat: view and purchase themes * feat: view and purchase items * feat: activate themes and items * feat: Add layout information to user basic information and modify caching * doc: swagger update * doc: swagger update * doc: swagger update * fix: problem with published posts not being viewed properly due to paging issues * test: Added console log to resolve issues that occur when using rt * test: Added console log to resolve issues that occur when using rt * feat: middleware is added to add request request identifier for testing. * feat: middleware is added to add request request identifier for testing. * fix: replace app.enableCors with express cors middleware for custom headers * fix: replace app.enableCors with express cors middleware for custom headers * fix: add X-Access-Token to Access-Control-Expose-Headers * feat: Add basic theme creation logic * refactor: guard refactoring and improving duplicate handling logic * fix: remove tag limit * refactor: item and theme purchase logic by applying Redis distributed locks and transactions * refactor: Add retry logic to method * refactor: Added name duplication check logic when saving and updating stories * fix: 키워드 타입 검사 추가 * fix: 키워드 타입 검사 추가 * chore: Update dependency package versions to latest * chore: 의존성 패키지 업데이트 * chore: 의존성 패키지 업데이트 * chore: 의존성 패키지 업데이트 * chore: eslint updated * fix: redis connection settings in redlock * fix: 에세이 조회 분산락에 지수 백오프 적용 * doc: edit readme * chore: edit eslint config * fix: 땅에 묻기 기능 추가로 인한 기존 로직 변경 * fix: 땅에묻기 필수 좌표 분기 추가 * refactor: geometry 타입 변경 밑작업 * fix: 에세이 작성시 위도,경도 데이터 geometry로 변환
- Loading branch information
1 parent
67d39f8
commit 3b381e3
Showing
27 changed files
with
332 additions
and
208 deletions.
There are no files selected for viewing
This file contains 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 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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 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
Oops, something went wrong.