Conversation
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
Summary of ChangesHello @lucianbaciu, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request implements a foundational feature for tracking and displaying the execution history of plans. It involves extending core data models to include canonical plan identifiers and historical result snapshots, introducing a new plugin to collect this data post-execution, and refining the execution engine's logic to correctly populate these new fields. These changes are crucial for providing users with insights into the performance and outcomes of their plans over time. Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request introduces functionality to track execution history by defining a canonical plan name. A new plugin is added to fetch and attach this history to executions. The changes are logical and well-implemented. My review includes suggestions to improve consistency in canonical name generation, remove dead code, make a hardcoded value configurable, and some minor code style improvements.
step-plans/step-plans-core/src/main/java/step/core/execution/ExecutionEngineRunner.java
Outdated
Show resolved
Hide resolved
...ans/step-plans-base-artefacts/src/main/java/step/reporting/ExecutionHistoryReportPlugin.java
Outdated
Show resolved
Hide resolved
...ans/step-plans-base-artefacts/src/main/java/step/reporting/ExecutionHistoryReportPlugin.java
Outdated
Show resolved
Hide resolved
step-plans/step-plans-core/src/main/java/step/core/repositories/AbstractRepository.java
Outdated
Show resolved
Hide resolved
|
@david-stephan please take a look on this before leaving in vacation, if you can. Ignore the cleanup/formatting part. Let me know if the approach is fine. |
david-stephan
left a comment
There was a problem hiding this comment.
@lucianbaciu in addition to the feedback from Gemini which are valid too, please see my comments
...ans/step-plans-base-artefacts/src/main/java/step/reporting/ExecutionHistoryReportPlugin.java
Outdated
Show resolved
Hide resolved
...ans/step-plans-base-artefacts/src/main/java/step/reporting/ExecutionHistoryReportPlugin.java
Outdated
Show resolved
Hide resolved
...ans/step-plans-base-artefacts/src/main/java/step/reporting/ExecutionHistoryReportPlugin.java
Outdated
Show resolved
Hide resolved
...ans/step-plans-base-artefacts/src/main/java/step/reporting/ExecutionHistoryReportPlugin.java
Outdated
Show resolved
Hide resolved
step-plans/step-plans-core/src/main/java/step/core/execution/model/Execution.java
Outdated
Show resolved
Hide resolved
step-plans/step-plans-core/src/main/java/step/core/execution/ExecutionEngineRunner.java
Outdated
Show resolved
Hide resolved
step-plans/step-plans-core/src/main/java/step/core/repositories/AbstractRepository.java
Outdated
Show resolved
Hide resolved
step-plans/step-plans-core/src/main/java/step/core/repositories/AbstractRepository.java
Show resolved
Hide resolved
step-plans/step-plans-core/src/main/java/step/core/repositories/AbstractRepository.java
Outdated
Show resolved
Hide resolved
step-plans/step-plans-core/src/main/java/step/core/repositories/RepositoryObjectManager.java
Outdated
Show resolved
Hide resolved
…ecution-status-over-time-in-execution-list # Conflicts: # step-plans/step-plans-core/src/main/java/step/core/execution/model/Execution.java
No description provided.