-
Notifications
You must be signed in to change notification settings - Fork 13
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
Basic version & system info - 1.13 support #31
Conversation
Also add license info.
Co-Authored-By: andrerom <[email protected]>
Co-Authored-By: andrerom <[email protected]>
Co-Authored-By: andrerom <[email protected]>
Co-Authored-By: andrerom <[email protected]>
Co-Authored-By: andrerom <[email protected]>
Co-Authored-By: andrerom <[email protected]>
Co-Authored-By: andrerom <[email protected]>
Co-Authored-By: andrerom <[email protected]>
Co-Authored-By: andrerom <[email protected]>
Co-Authored-By: andrerom <[email protected]>
Co-Authored-By: andrerom <[email protected]>
Co-Authored-By: andrerom <[email protected]>
Co-Authored-By: andrerom <[email protected]>
Co-Authored-By: andrerom <[email protected]>
Resources/config/services.yml
Outdated
arguments: | ||
- "@support_tools.system_info.collector.composer.lock_file" | ||
- "%kernel.debug%" | ||
# Can't tag this before v0.3 (2.5?) as it will blow up in admin UI for missing templates there |
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.
0.3 => 1.0
NOTE: Failure is on CS checks so it's relevant. |
645e45c
to
8c010bc
Compare
Todo for this backport: Remove Trial distinction. Given there is bug in current builds which means all 2.x ee installs probably runs with TTL license packages. As 2.0-2.3 is End of Life, and 2.5 is End of Maintenance, it's better to focus fix on that for 2.5. Can also strip commerce logic while at it, as there won't be a stable release of commerce for 2.4 or prior versions. |
I think we by now end up skipping this, ok with you @ViniTou ? |
* IBX-1853: Used rebranded Ibexa name in codebase * Update tests/bundle/SystemInfo/Collector/_fixtures/corrupted_composer.json Co-authored-by: Konrad Oboza <[email protected]> * Update src/bundle/DependencyInjection/Configuration.php Co-authored-by: Konrad Oboza <[email protected]> * Update src/bundle/Resources/config/services.yaml Co-authored-by: Konrad Oboza <[email protected]> * Update src/bundle/Resources/config/services.yaml Co-authored-by: Konrad Oboza <[email protected]> * Update src/bundle/SystemInfo/Collector/EzcHardwareSystemInfoCollector.php Co-authored-by: Konrad Oboza <[email protected]> * Update src/bundle/SystemInfo/Collector/EzcPhpSystemInfoCollector.php Co-authored-by: Konrad Oboza <[email protected]> * Update tests/bundle/SystemInfo/Collector/JsonComposerLockSystemInfoCollectorTest.php Co-authored-by: Andrew Longosz <[email protected]> * fix: Code Review * fix: Code Review Co-authored-by: Konrad Oboza <[email protected]> Co-authored-by: Andrew Longosz <[email protected]>
This PR fix adminUi dependency for older versions of eZPlatform.
Relevant:
#28
Todo: