Merged
Conversation
…icts on start Submodule bumps: - evo-ai-crm-community: IntegrationRequirements module + controller and spec changes for required-key enforcement and hasXxxConfig booleans. - evo-ai-frontend-community: ChannelConfig required validation + inline error banner, GlobalConfig cache invalidation on save, FB SDK loading and gating fixes. Makefile: - `make start` and `make restart` now run a `free-ports` step that stops containers from other compose projects holding any port this stack publishes, so the environment comes up in one command on a dev workstation without manual cleanup.
Reviewer's guide (collapsed on small PRs)Reviewer's GuideThis pull request currently contains no substantive code or configuration changes; it only references the CRM and Frontend projects without modifying any files. Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Hey - I've left some high level feedback:
- The PR description and checkboxes are all left blank; please fill in what this change does, why it’s needed, and which services are actually affected so reviewers have proper context.
- The diff only shows top-level changes to
evo-ai-crm-communityandevo-ai-frontend-communitywithout any file-level modifications; if this is a submodule or pointer update, please explicitly call out the updated revisions and rationale in the description.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- The PR description and checkboxes are all left blank; please fill in what this change does, why it’s needed, and which services are actually affected so reviewers have proper context.
- The diff only shows top-level changes to `evo-ai-crm-community` and `evo-ai-frontend-community` without any file-level modifications; if this is a submodule or pointer update, please explicitly call out the updated revisions and rationale in the description.Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
docker compose config requires every env_file referenced in docker-compose.yml to exist; the CI runner only has .env.example, so copy it to .env before running the validator.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Type of Change
Service(s) Affected
evo-auth-service-community)evo-ai-crm-community)evo-ai-frontend-community)evo-ai-processor-community)evo-ai-core-service-community)Checklist
Screenshots
Summary by Sourcery
Touch CRM and frontend components without introducing visible code or configuration changes in this diff.