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

feat: handle ArenaParticipant account state with diff poller #481

Merged
merged 24 commits into from
Nov 18, 2024

Conversation

boscohyun
Copy link
Contributor

@boscohyun boscohyun commented Nov 12, 2024

This resolves #472.

  • Implement Lib9c.Models.ArenaParticipant.
  • Introduce UnsupportedModelVersionException.
  • Implement ArenaParticipantDocument.
  • Implement ArenaParticipantDocumentConverter.
  • Implement and register ArenaParticipantHandler
  • Use Newtonsoft's Json library in Mimir.MongoDB project.
  • Add InsertionDate when it needed.

@boscohyun boscohyun requested review from moreal, Atralupus and a team November 12, 2024 11:01
@boscohyun boscohyun self-assigned this Nov 12, 2024
moreal
moreal previously approved these changes Nov 15, 2024
Mimir.Worker/Services/MongoDbService.cs Outdated Show resolved Hide resolved
@boscohyun boscohyun force-pushed the feat/handle-arena-participant branch from 06516b8 to cb94cec Compare November 18, 2024 01:44
@boscohyun boscohyun enabled auto-merge November 18, 2024 01:46
@boscohyun
Copy link
Contributor Author

@moreal Could you review again? I've rebased this branch with new main branch head.

@boscohyun boscohyun requested a review from moreal November 18, 2024 02:47
@boscohyun boscohyun added this pull request to the merge queue Nov 18, 2024
Merged via the queue into planetarium:main with commit f480e04 Nov 18, 2024
7 checks passed
@boscohyun boscohyun deleted the feat/handle-arena-participant branch November 18, 2024 04:36
Copy link

sentry-io bot commented Nov 21, 2024

Suspect Issues

This pull request was deployed and Sentry observed the following issues:

Did you find this useful? React with a 👍 or 👎

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Handle and store the ArenaParticipant account state
2 participants