• Joined on 2026-01-10
trent merged pull request FA/FA#97 2026-02-07 10:52:44 +00:00
* Removed not needed tests
trent created pull request FA/FA#97 2026-02-07 10:52:35 +00:00
* Removed not needed tests
trent pushed to feature/PipelineAgent at FA/FA 2026-02-07 10:50:27 +00:00
fd309858cf * Removed not needed tests
trent pushed to master at FA/FA 2026-02-07 10:40:35 +00:00
8d2add8bfb Merge pull request 'feature/PipelineAgent' (#96) from feature/PipelineAgent into master
2476e81bea * Added missing files
be66b16671 * Update HeartBeatServer to not set EmailSent to false
12f7a79daf Merge pull request 'LLM: Code review suggestions: (*) In ResultModelTests, the test Constructor_ShouldSetProperties expects EmailSent to be false despite setting true in the constructor; this hints mismatch between constructor parameter and property initialization which s…' (#95) from code-review_7f4d6a3c into feature/PipelineAgent
99bb20b1e0 LLM: Code review suggestions: (*) In ResultModelTests, the test Constructor_ShouldSetProperties expects EmailSent to be false despite setting true in the constructor; this hints mismatch between constructor parameter and property initialization which should be clarified or fixed in the model class to avoid confusion. (*) In EmailGeneratorServiceTests, the test SendEmail_ShouldSendEmail_WithValidParameters lacks implementation and includes a TODO about mocking SmtpClient; to improve testability, refactor EmailGeneratorService to support dependency injection for SmtpClient, thus enabling proper unit testing without sending real emails. (*) In EmailGeneratorServiceTests, consider adding asserts or completing tests that verify attachment handling, CC, BCC, and error scenarios to ensure full coverage. (*) No inconsistencies found in project files or test csproj file.
Compare 6 commits »
trent merged pull request FA/FA#96 2026-02-07 10:40:34 +00:00
feature/PipelineAgent
trent created pull request FA/FA#96 2026-02-07 10:40:27 +00:00
feature/PipelineAgent
trent pushed to feature/PipelineAgent at FA/FA 2026-02-07 10:38:46 +00:00
2476e81bea * Added missing files
trent pushed to feature/PipelineAgent at FA/FA 2026-02-07 10:38:19 +00:00
be66b16671 * Update HeartBeatServer to not set EmailSent to false
trent pushed to feature/PipelineAgent at FA/FA 2026-01-25 12:18:47 +00:00
12f7a79daf Merge pull request 'LLM: Code review suggestions: (*) In ResultModelTests, the test Constructor_ShouldSetProperties expects EmailSent to be false despite setting true in the constructor; this hints mismatch between constructor parameter and property initialization which s…' (#95) from code-review_7f4d6a3c into feature/PipelineAgent
99bb20b1e0 LLM: Code review suggestions: (*) In ResultModelTests, the test Constructor_ShouldSetProperties expects EmailSent to be false despite setting true in the constructor; this hints mismatch between constructor parameter and property initialization which should be clarified or fixed in the model class to avoid confusion. (*) In EmailGeneratorServiceTests, the test SendEmail_ShouldSendEmail_WithValidParameters lacks implementation and includes a TODO about mocking SmtpClient; to improve testability, refactor EmailGeneratorService to support dependency injection for SmtpClient, thus enabling proper unit testing without sending real emails. (*) In EmailGeneratorServiceTests, consider adding asserts or completing tests that verify attachment handling, CC, BCC, and error scenarios to ensure full coverage. (*) No inconsistencies found in project files or test csproj file.
Compare 2 commits »
trent merged pull request FA/FA#95 2026-01-25 12:18:45 +00:00
LLM: Code review suggestions: (*) In ResultModelTests, the test Constructor_ShouldSetProperties expects EmailSent to be false despite setting true in the constructor; this hints mismatch between constructor parameter and property initialization which s…
trent created pull request FA/FA#95 2026-01-25 12:18:35 +00:00
LLM: Code review suggestions: (*) In ResultModelTests, the test Constructor_ShouldSetProperties expects EmailSent to be false despite setting true in the constructor; this hints mismatch between constructor parameter and property initialization which s…
trent pushed to code-review_7f4d6a3c at FA/FA 2026-01-25 12:14:55 +00:00
99bb20b1e0 LLM: Code review suggestions: (*) In ResultModelTests, the test Constructor_ShouldSetProperties expects EmailSent to be false despite setting true in the constructor; this hints mismatch between constructor parameter and property initialization which should be clarified or fixed in the model class to avoid confusion. (*) In EmailGeneratorServiceTests, the test SendEmail_ShouldSendEmail_WithValidParameters lacks implementation and includes a TODO about mocking SmtpClient; to improve testability, refactor EmailGeneratorService to support dependency injection for SmtpClient, thus enabling proper unit testing without sending real emails. (*) In EmailGeneratorServiceTests, consider adding asserts or completing tests that verify attachment handling, CC, BCC, and error scenarios to ensure full coverage. (*) No inconsistencies found in project files or test csproj file.
trent created branch code-review_7f4d6a3c in FA/FA 2026-01-25 12:14:55 +00:00
trent pushed to feature/PipelineAgent at FA/FA 2026-01-25 12:13:56 +00:00
dd44689f29 * Added test project for HeartBeatServer
3797459037 Merge pull request 'code-review_q7xjk3h2' (#94) from code-review_q7xjk3h2 into master
0a5b383329 Update PipelineAgent/ChangesChecker/ChangesCheckerAgent.cs
f353f1d5a7 * Changed approach to use specific branch in ChangesChecker as a base for code review branch and not master one
fd8be556ec LLM: The tests are generally well-structured and use Moq and Xunit appropriately. However, there are some points to improve for better clarity, maintainability and best practices:
Compare 10 commits »
trent deleted branch DelforSender from FA/FA 2026-01-25 11:46:37 +00:00
trent deleted branch code-review_9f4b8a2d from FA/FA 2026-01-25 11:46:30 +00:00
trent deleted branch code-review_q7xjk3h2 from FA/FA 2026-01-25 11:46:27 +00:00
trent pushed to master at FA/FA 2026-01-25 11:36:51 +00:00
3797459037 Merge pull request 'code-review_q7xjk3h2' (#94) from code-review_q7xjk3h2 into master
f353f1d5a7 * Changed approach to use specific branch in ChangesChecker as a base for code review branch and not master one
fd8be556ec LLM: The tests are generally well-structured and use Moq and Xunit appropriately. However, there are some points to improve for better clarity, maintainability and best practices:
a1c9006e77 * Added BroseCUmulativeReport.Tests project to cover UnitTests for BroseCumulativeReport project
a8ddaff131 * Added lastUpdatedBranch name to get changes from specific branch instead of master
Compare 5 commits »
trent merged pull request FA/FA#94 2026-01-25 11:36:50 +00:00
code-review_q7xjk3h2
trent created pull request FA/FA#94 2026-01-25 11:36:41 +00:00
code-review_q7xjk3h2