-
-
Notifications
You must be signed in to change notification settings - Fork 101
Enhance CI workflow for Joomla version support #672
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
Open
alikon
wants to merge
36
commits into
5.x-dev
Choose a base branch
from
split-tests-from-joomla-5-and-joomla-6
base: 5.x-dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+131
−97
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Refactor workflow to support multiple Joomla versions and improve database handling. Removed PHP tests section and adjusted artifact naming.
Updated Joomla workflow to fetch and cache Joomla versions, added error handling for zip integrity, and modified Cypress test execution.
Updated Joomla version matrix and added PHPStan check.
Refactor nightly URL retrieval and add error handling for zip file validation.
Updated Joomla nightly build script to improve URL fetching logic and error handling. Adjusted installation command parameters for better clarity.
Updated conditional checks for Joomla version and improved URL fetching logic.
Updated Joomla version matrix and adjusted URL fetching logic for nightly builds.
Updated PHPStan step to ignore errors and continue execution.
Updated workflow to include environment setup and permission adjustments for Joomla testing.
Updated error message for joomla.zip validation and improved deployment steps for Joomla installation.
Updated comments in the deployment script for clarity and accuracy.
Updated error message for Joomla version check and improved deployment steps with better permissions handling.
Updated error messages and adjusted database image settings in the CI workflow. Modified permissions and installation commands for Joomla setup.
Changed file permissions for configuration.php and updated echo statements for environment details.
Changed permissions for the Joomla installation directory and configuration file.Joomla 6.0+ introduced new language caching behavior that writes compiled language files to administrator/cache/language/ directory,
weblink specific feature rate limit for public
Add logging for Joomla version URL in workflow
Removed Joomla version-specific output URLs and consolidated the download process.
Added CI workflow for Joomla Weblinks with PHP CS Fixer and Cypress tests.
Replaced plugin enable commands with database updates for rate limit configuration based on the database type.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request for Issue # .
Summary of Changes
Testing Instructions
Expected result
Actual result
Documentation Changes Required