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

Address some Symfony upgrade leftovers #71

Merged
merged 7 commits into from
Aug 28, 2024
Merged

Address some Symfony upgrade leftovers #71

merged 7 commits into from
Aug 28, 2024

Conversation

MKodde
Copy link
Member

@MKodde MKodde commented Aug 28, 2024

Each commit describes what changed

By using binding, we can set the isDeprovisionApi parameter value with
the value configured in parameters.yaml. Previously a compiler pass was
used for this. But that construction did not work any longer
@@ -13,7 +13,6 @@
/vendor/
/web/bundles/
/.idea
.env
Copy link
Contributor

Choose a reason for hiding this comment

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

Why remove this? Cant hurt to leave it there and prevent potential credential leaks?

Copy link
Member Author

Choose a reason for hiding this comment

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

We could leave it, but makes little sense if we do not eval/use them.

@@ -8,6 +8,8 @@ imports:

services:
_defaults:
bind:
$isDeprovisionApi: '%deprovision_api_settings_enabled%'
Copy link
Contributor

Choose a reason for hiding this comment

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

This is convention or configured. I assume this looks at the feature toggle below :)

@@ -271,16 +271,16 @@
},
{
"name": "doctrine/dbal",
"version": "4.0.2",
"version": "4.1.0",
Copy link
Contributor

Choose a reason for hiding this comment

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

Why not adopt composer bump to make your reviewer's live easier? ;)

@@ -13,7 +13,6 @@
/vendor/
/web/bundles/
/.idea
.env
Copy link
Member Author

Choose a reason for hiding this comment

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

We do not use .env files, but use the more traditional parameters.yaml way of configuring app parameters.

@MKodde MKodde merged commit bbc84ff into main Aug 28, 2024
1 check passed
@MKodde MKodde deleted the chore/dev-left-overs branch August 28, 2024 13: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.

2 participants