Skip to content

[ivy-ask-statistics]: rename TestResult entity to TestRunResultEntity for Git tracking#424

Merged
rorychatt merged 1 commit intomainfrom
feat/rename-file-and-add
Apr 6, 2026
Merged

[ivy-ask-statistics]: rename TestResult entity to TestRunResultEntity for Git tracking#424
rorychatt merged 1 commit intomainfrom
feat/rename-file-and-add

Conversation

@ArtemLazarchuk
Copy link
Copy Markdown
Collaborator

Summary

Renames the EF entity TestResultEntity / TestResultEntity.cs to TestRunResultEntity / TestRunResultEntity.cs.

Why

The repo root .gitignore contains [Tt]est[Rr]esult*, which matched TestResultEntity.cs and kept the file untracked—breaking Docker/Sliplane builds that clone from Git.

The new filename no longer matches that pattern, so the entity is tracked without a .gitignore exception.

Database

No migration required: [Table("ivy_ask_test_results")] is unchanged; DbSet name TestResults is unchanged.

Files touched

  • Connections/TestRunResultEntity.cs (replaces TestResultEntity.cs)
  • AppDbContext, QuestionEntity, TestRunEntity, RunApp, DashboardApp, QuestionEditSheet

…ltiple components, enhancing data consistency and aligning with the new test run results structure
@ArtemLazarchuk ArtemLazarchuk requested a review from rorychatt April 6, 2026 22:31
@ArtemLazarchuk ArtemLazarchuk self-assigned this Apr 6, 2026
@rorychatt rorychatt merged commit ba87239 into main Apr 6, 2026
85 of 97 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.

2 participants