Skip to content
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

IBX-7298: Comment in .platform/services.yaml referes to non-existent file #67

Merged
merged 2 commits into from
Dec 6, 2023

Conversation

vidarl
Copy link
Contributor

@vidarl vidarl commented Dec 5, 2023

Question Answer
JIRA issue IBX-7298
Type bug
Target Ibexa version v3.3, v4.5
BC breaks no

Logic in app/config/env/platformsh.php was moved to EzSystems\EzPlatformCoreBundle\DependencyInjection\EzPlatformCoreExtension in Ibexa DXP 3.x and to Ibexa\Bundle\Core\DependencyInjection\IbexaCoreExtension in Ibexa DXP 4.x

This means that comment needs to be changed when merging to 4.5 branch ...

Checklist:

  • Provided PR description.
  • Tested the solution manually.
  • Provided automated test coverage.
  • Checked that target branch is set correctly (main for features, the oldest supported for bugs).
  • Ran PHP CS Fixer for new PHP code (use $ composer fix-cs).
  • Asked for a review (ping @ibexa/engineering).

@vidarl vidarl requested a review from a team December 5, 2023 13:56
@@ -76,7 +76,7 @@ rediscache:
# type: elasticsearch:7.7
# disk: 512

# Due to logic in app/config/env/platformsh.php, do not change the service name to something different than 'varnish'
# Due to logic in vendor/ezsystems/ezplatform-core/src/EzPlatformCoreBundle/bundle/DependencyInjection/EzPlatformCoreExtension.php, do not change the service name to something different from 'varnish'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please use FQCN instead of file path ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good idea. Fixed in aeabd15

@vidarl vidarl requested a review from adamwojs December 6, 2023 07:20
@adamwojs adamwojs merged commit eddab12 into 1.0 Dec 6, 2023
6 checks passed
@adamwojs adamwojs deleted the ibx-7298_comment_about_platformsh branch December 6, 2023 07:22
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.

None yet

2 participants