-
Notifications
You must be signed in to change notification settings - Fork 35
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
fix: fix markers population in generis.conf #3860
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #3860 +/- ##
=============================================
- Coverage 27.58% 27.58% -0.01%
- Complexity 10972 10975 +3
=============================================
Files 922 922
Lines 33900 33909 +9
=============================================
+ Hits 9351 9353 +2
- Misses 24549 24556 +7
|
if it works for concatenated .env strings then is a great change |
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.
Review Checklist
- New code is covered by tests (if applicable)
- Tests are running successfully (old and new ones) on my local machine (if applicable)
- New code is respecting code style rules
- New code is respecting best practices
- New code is not subject to concurrency issues (if applicable)
- Feature is working correctly on my local machine (if applicable)
- Acceptance criteria are respected
- Pull request title and description are meaningful
- Pull request's target is not
master
- Commits are following conventional commits
- Commits messages are meaningful
- Commits are atomic
- Changelog is updated according to changes (if applicable)
- Documentation is updated according to changes (if applicable)
Co-authored-by: Héctor Arroyo <[email protected]> Signed-off-by: Kiril Hatalski <[email protected]>
Version❕ Some commits are not using the conventional commits formats. They will be ignored in version management.
There are 0 BREAKING CHANGE, 0 feature, 3 fixes |
Fix for markers placement in
generis.conf.php
.Example of .env usage:
Example of
seed.json
usage:Fix contain extension for .env operation scope on installation step and additional type of insertion for parsed from configs markers.
Also fix contain logging change, for reducing logs doublication.