ezsystems / launchpad

CLI tool to bootstrap an eZ Platform project Docker stack | #justcode
https://ezsystems.github.io/launchpad
MIT License
22 stars 26 forks source link

feat: add support for Ibexa 4 #111

Open erdnaxelaweb opened 2 years ago

erdnaxelaweb commented 2 years ago
Q A
Branch? master
Bug fix? yes
New feature? yes
BC breaks? yes
Fixed tickets https://github.com/ezsystems/launchpad/issues/110

Regarding the BC breaks, the only need is to add the following to the .ezlaunchpad.yml file

project:
    cms_version: <repo orga>-<major number> # ibexa-4

Need this issue to be fixed in order to use the php8.x image with ibexa 4 https://github.com/Plopix/docker-php-ez-engine/issues/8

erdnaxelaweb commented 2 years ago

@Plopix regarding the test for ezplatform 3.x, it fail because this version isn't installable anymore as the composer.lock is still looking for the old hautelook/* repos. Maybe we should just remove it ?

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Plopix commented 1 year ago

Hey @florianalexandre could we fix the CI to merge?

todomagichere commented 8 months ago

There are any news?