-
Notifications
You must be signed in to change notification settings - Fork 0
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(agent): add proxy methods to improve the agent customization #16
Conversation
} | ||
|
||
private function loadOptions(): array | ||
public function addChart(string $name, \Closure $definition): self |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Similar blocks of code found in 2 locations. Consider refactoring.
$this->agent->build(); | ||
} | ||
|
||
public function customizeCollection(string $name, \Closure $handle): self |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Similar blocks of code found in 2 locations. Consider refactoring.
Code Climate has analyzed commit 2572498 and detected 2 issues on this pull request. Here's the issue category breakdown:
The test coverage on the diff in this pull request is 100.0% (99% is the threshold). This pull request will bring the total coverage in the repository to 100.0% (0.0% change). View more on Code Climate. |
# [1.0.0-beta.11](v1.0.0-beta.10...v1.0.0-beta.11) (2023-04-14) ### Features * **agent:** add proxy methods to improve the agent customization ([#16](#16)) ([2984207](2984207))
🎉 This PR is included in version 1.0.0-beta.11 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
# 1.0.0 (2023-06-19) ### Bug Fixes * **config:** allow packages versions for symfony 6 ([#13](#13)) ([e5c4d09](e5c4d09)) * config setup onboarding([#9](#9)) ([0e246ae](0e246ae)) * **onboarding:** set forest_server_url into .env during install ([#8](#8)) ([d06c979](d06c979)) * add clear cache on forest install command ([#7](#7)) ([82e799d](82e799d)) ### Features * update composer with the new dependencies of the monorepo agent-php ([#19](#19)) ([efa7e29](efa7e29)) * **agent:** add proxy methods to improve the agent customization ([#16](#16)) ([2984207](2984207)) * **agent:** add service and cors options ([#2](#2)) ([88f1274](88f1274)) * **command:** add new install command & update config options ([#4](#4)) ([c9fc878](c9fc878)) * **plugin:** allow agent to handle plugin ([#18](#18)) ([f6837e6](f6837e6)) * update composer.json to enable agent for symfony 5.4 ([#11](#11)) ([008668c](008668c))
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Definition of Done
General
Security