refactor: github workflows and project structure cleanup#82
Conversation
Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: Copilot <copilot@github.com>
9d4367d to
2eeda7b
Compare
3a0b68f to
5853ede
Compare
Co-authored-by: Copilot <copilot@github.com>
f533caa to
f12ffeb
Compare
f12ffeb to
73aaeb0
Compare
|
Problem with PHPStan validation when using Edit: Problem is shopware/phpstan-shopware#36 |
b28bc3e to
336b5f8
Compare
|
@copilot see the phpstan deprecation errors. Check if CmsException::pageNotFound is available from 6.7.0.0 onwards and replace the PageNotFoundException usages. If the new exception is not available in 6.7.0.0, use the shopwareVersion via constructor, use the new version if it's available and add phpstan-ignore on the old usage. |
Agent-Logs-Url: https://github.com/Werkstattl/OpenBlogware/sessions/9b7bbfb0-c8e0-4730-b0eb-b518bc5ec3b8 Co-authored-by: lacknere <26323889+lacknere@users.noreply.github.com>
Fixed in
Handled in |
Fixed in |
Agent-Logs-Url: https://github.com/Werkstattl/OpenBlogware/sessions/b1068a35-d13f-43b3-aef0-a7d1527c1a12 Co-authored-by: lacknere <26323889+lacknere@users.noreply.github.com>
|
@copilot rewrite the changelog entries to a more general info, useful for users of the plugin, like:
|
Agent-Logs-Url: https://github.com/Werkstattl/OpenBlogware/sessions/b5f0ccc7-0da5-4055-88fc-0e37e9a58499 Co-authored-by: lacknere <26323889+lacknere@users.noreply.github.com>
Agent-Logs-Url: https://github.com/Werkstattl/OpenBlogware/sessions/b5f0ccc7-0da5-4055-88fc-0e37e9a58499 Co-authored-by: lacknere <26323889+lacknere@users.noreply.github.com>
Agent-Logs-Url: https://github.com/Werkstattl/OpenBlogware/sessions/b5f0ccc7-0da5-4055-88fc-0e37e9a58499 Co-authored-by: lacknere <26323889+lacknere@users.noreply.github.com>
Updated in |
Agent-Logs-Url: https://github.com/Werkstattl/OpenBlogware/sessions/2cc83c3b-eacc-4261-868c-39458fbbebf5 Co-authored-by: lacknere <26323889+lacknere@users.noreply.github.com>
|
@copilot update composer version to 5.3.0 |
Agent-Logs-Url: https://github.com/Werkstattl/OpenBlogware/sessions/c8786933-7adb-47c7-86f0-a3f23a32ec30 Co-authored-by: lacknere <26323889+lacknere@users.noreply.github.com>
Done in Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
|
@7underlines maybe you want to take a look and give your approval. Build workflow fails because it is already trying to release the 5.3.0 version which is not permitted from the PR of course 🙂 |
Changes in this PR:
shopware-clichecks with a clearer structureBuildworkflow when changing the version incomposer.json. The workflow compiles all Storefront/Administration files and removes unnecessary files like tests. From that state, a new version is released directly on GitHub. That way, we can get rid of compiled files prone to conflicts or being out-of-sync with source files in the repository.