-
Notifications
You must be signed in to change notification settings - Fork 66
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
Sugar Contribution (#1) #102
Open
rfernandes-sugarcrm
wants to merge
16
commits into
esimonetti:master
Choose a base branch
from
sugarcrm-developers:master
base: master
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.
Open
Sugar Contribution (#1) #102
rfernandes-sugarcrm
wants to merge
16
commits into
esimonetti:master
from
sugarcrm-developers:master
Conversation
This file contains 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
* Fixed copyright notice as it was mistakely not updated * Implemented Sugar 13 * Added prefix to the images * Fixed Prefix tag with Flavor * Removing latest from the build * Addd meta id * Fixed context * Updating the context * Adding multiple platforms * Moved platforms to QEMU * Add platforms to build and push * amd64/v4 not supported * Restricting to linux/amd64,linux/arm64 * Fixed ES volume and Removed prebuilt yml * Fixed ES and removed latest * Added missing images * Added Docker config for DH images --------- Co-authored-by: Enrico Simonetti <[email protected]>
* Decoupled Images for PHP8.0 * Added sugar12 and commons to GH Actions * Fixed strategy run for local build only
* Implemented Cloud backup restore * Added restorefromfile.sh to README
* Update README.md * Update README.md
* Implemented Cloud backup restore * Added restorefromfile.sh to README * Fixed Xdebug 3 and added php.ini config
* Delete tests/web_tests/8.0/test_6.php * Delete tests/web_tests/8.2/test_6.php
not relevant from non-sugar employees
Add the instruction that warns if "unzip" is not settled. This will prevent future errors that happen to me.
* Implemented Cloud backup restore * Added restorefromfile.sh to README * Fixed Xdebug 3 and added php.ini config * Removing not valid test cases * Update simpleRepair.php
* Sugar 14.0 Stack
* Update sugar9.yml * Update sugar11.yml
rfernandes-sugarcrm
changed the title
Sugar v13 - Support for PHP 8.2 (#1)
Sugar Contribution (#1)
May 21, 2024
* Modifying to use proper Docker images. * Fixed when .htaccess not present
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.
The following items have been implemented in this PR:
Support for Sugar 13's Supported Platform
Decoupled web and cron images from redis (you can now specify your own service)
Created Github Actions to compile and create a its related image in DockerHub
DockerHub images are built for multiple macOS chipsets (ARM64, AMD64)
Updated test cases to work with ES 8.x