Skip to content
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

🚢 release: merge to main #470

Merged
merged 23 commits into from
May 8, 2024
Merged

🚢 release: merge to main #470

merged 23 commits into from
May 8, 2024

Conversation

seonghun-dev
Copy link
Collaborator

No description provided.

seonghun-dev and others added 23 commits February 15, 2024 13:14
* ✨ feat: add item content column to item claim

* 📝 test: add itemclaim test case
* ✨ feat(common): improve security using hmac

* 🔥 chore(common): remove HmacUtil

* ✨ feat(notification): authenticate request by using API key

* ✨ chore(notification): take a custom exception

* ➕ config(notification): add spring security gradle dependency

* 🐛 fix(notification): not being registered as a spring bean

* ✅ test(notification): add test
…le (#446)

* ♻️ refactor(notification): combine notification module and batch module

* 🔥 refactor(notification): remove notification module

* 🐛 test(notification): fix test fail

* ♻️ refactor(notification): move notification domain from domain module to batch module

* ♻️ refactor(notification): add space
* 🔥 feat: add user level progress api

* ♻️ refactor: move getNextLevel method into Level policy
* ♻️ refactor(domain): change mongodb -> mysql

* ♻️ refactor(domain): change mongodb -> mysql

* ♻️ refactor(notification): change repository and service code

* ✏️ fix(notification): typo

* ♻️ refactor(notification): manage notification table by Flyway

* ♻️ refactor(notification): remove mongodb dependency

* 🐛 fix(notification): change domain relationship mapping

* ♻️ refactor(notification): remove comment

* ♻️ refactor(notification): add custom ErrorCode

* ♻️ refactor(notification): adjust import statement by changing domain file location

* 🔥 refactor(notification): remove useless config

* 🐛 fix(notification): change domain relationship mapping

* ♻️ refactor(notification): make NotificationAction nullable false

* 🔧 refactor(notification): add flyway config

* ♻️ refactor(notification): use custom ErrorCode

* ♻️ refactor(notification): move notification flyway script from batch module to api module
* 🔨 config: add flyway naming check

* 🔨 config: fix pull request path

* 🔨 config: fix pull request path
* ♻️ refactor(domain): manage flyway scripts in api -> domain

* 🔧 config(domain): move database settings to domain module

* 🔧 config: change the path of flyway scripts

* ♻️ refactor(api, batch): add mysql dependency
@github-actions github-actions bot requested a review from siyeonSon May 8, 2024 05:09
@seonghun-dev seonghun-dev changed the title Merge to main 🚢 release: merge to main May 8, 2024
@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 9.30233% with 117 lines in your changes are missing coverage. Please review.

Project coverage is 30.12%. Comparing base (800f25f) to head (29f4b01).

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##               main     #470      +/-   ##
============================================
- Coverage     33.21%   30.12%   -3.10%     
- Complexity      121      125       +4     
============================================
  Files            66       77      +11     
  Lines           867      996     +129     
  Branches         26       32       +6     
============================================
+ Hits            288      300      +12     
- Misses          574      691     +117     
  Partials          5        5              
Files Coverage Δ
...promeet/domains/item/service/ItemClaimService.java 100.00% <100.00%> (ø)
...romeet/domains/user/controller/UserController.java 38.46% <0.00%> (-7.00%) ⬇️
...meet/domains/level/controller/LevelController.java 0.00% <0.00%> (ø)
.../depromeet/domains/popup/error/PopupErrorCode.java 78.57% <78.57%> (ø)
.../popup/dto/response/popupcontent/PopupContent.java 0.00% <0.00%> (ø)
...meet/domains/popup/controller/PopupController.java 0.00% <0.00%> (ø)
...m/depromeet/domains/popup/data/GuidePopupData.java 0.00% <0.00%> (ø)
...depromeet/domains/popup/data/LevelUpPopupData.java 0.00% <0.00%> (ø)
.../depromeet/domains/level/service/LevelService.java 0.00% <0.00%> (ø)
...promeet/domains/user/service/UserLevelService.java 0.00% <0.00%> (ø)
... and 4 more

@seonghun-dev seonghun-dev merged commit e29c0fb into main May 8, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants