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

Update project's best execution in a contest when execution is finished #1162

Merged
merged 7 commits into from
Sep 5, 2022

Conversation

petertrr
Copy link
Member

@petertrr petertrr commented Sep 5, 2022

  • Update project's best execution in a contest when execution is finished
  • Move some beans from @Import to @MockBeans

Part of #1115

Copy link

@github-advanced-security github-advanced-security bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Found 11 potential problems in the proposed changes. Check the Files changed tab for more details.

@petertrr petertrr marked this pull request as ready for review September 5, 2022 14:09
@petertrr petertrr requested review from kgevorkyan and nulls September 5, 2022 14:11
Copy link
Member

@kgevorkyan kgevorkyan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@petertrr petertrr enabled auto-merge (squash) September 5, 2022 14:35
@petertrr petertrr merged commit 2fd153f into master Sep 5, 2022
@petertrr petertrr deleted the feature/best-score#1115 branch September 5, 2022 14:49
"[id=${newExecution.id},score=$newScore]"
}
lnkContestProject.bestExecution = newExecution
lnkContestProject.bestScore = newExecution.score
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we need bestScore as separate field on lnkContestProject now? it can be replaced to bestExecution?.score

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