- Jul 12, 2021
-
-
Seamus Lee authored
-
- Jul 08, 2021
-
-
gitsync authored
-
totten authored
AssetBuilderTest - Raise threshold for timeout
-
totten authored
Overview -------- Raise the threshold beforer abandoning execution of this E2E test. Technical Details ------------------ This aims to mitigate flaky failures like the following: Example failure: https://test.civicrm.org/job/CiviCRM-Core-Matrix/BKPROF=max,CIVIVER=5.39,SUITES=phpunit-e2e,label=bknix-tmp/9766/testReport/junit/E2E.Core/AssetBuilderTest/testInvalid/ ``` E2E\Core\AssetBuilderTest::testInvalid GuzzleHttp\Exception\ConnectException: cURL error 28: Operation timed out after 1001 milliseconds with 0 bytes received (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) /home/jenkins/bknix-max/build/build-0/web/sites/all/modules/civicrm/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php:200 /home/jenkins/bknix-max/build/build-0/web/sites/all/modules/civicrm/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php:155 /home/jenkins/bknix-max/build/build-0/web/sites/all/modules/civicrm/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php:105 /home/jenkins/bknix-max/build/build-0/web/sites/all/modules/civicrm/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php:43 /home/jenkins/bknix-max/build/build-0/web/sites/all/modules/civicrm/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php:28 /home/jenkins/bknix-max/build/build-0/web/sites/all/modules/civicrm/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php:51 /home/jenkins/bknix-max/build/build-0/web/sites/all/modules/civicrm/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php:37 /home/jenkins/bknix-max/build/build-0/web/sites/all/modules/civicrm/vendor/guzzlehttp/guzzle/src/Middleware.php:29 /home/jenkins/bknix-max/build/build-0/web/sites/all/modules/civicrm/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php:70 /home/jenkins/bknix-max/build/build-0/web/sites/all/modules/civicrm/vendor/guzzlehttp/guzzle/src/Middleware.php:59 /home/jenkins/bknix-max/build/build-0/web/sites/all/modules/civicrm/vendor/guzzlehttp/guzzle/src/HandlerStack.php:71 /home/jenkins/bknix-max/build/build-0/web/sites/all/modules/civicrm/vendor/guzzlehttp/guzzle/src/Client.php:351 /home/jenkins/bknix-max/build/build-0/web/sites/all/modules/civicrm/vendor/guzzlehttp/guzzle/src/Client.php:162 /home/jenkins/bknix-max/build/build-0/web/sites/all/modules/civicrm/vendor/guzzlehttp/guzzle/src/Client.php:182 /home/jenkins/bknix-max/build/build-0/web/sites/all/modules/civicrm/tests/phpunit/E2E/Core/AssetBuilderTest.php:167 /home/jenkins/bknix-max/extern/phpunit8/phpunit8.phar:671 ```
-
totten authored
Merge forward 5.39 => master
-
totten authored
The 'set-version.php' script has an option `--commit` which should commit any updated files. Before: Fails to commit changes to `ext/*/info.xml` After: Does ocmmit changes to `ext/*/info.xml`
-
totten authored
-
totten authored
-
-
Eileen McNaughton authored
SearchKit - Remove automatic filter from address
-
Eileen McNaughton authored
Force cleanup of setting value type "checkboxes" when is empty
-
- Jul 07, 2021
-
-
colemanw authored
SearchKit - Add ability to join on multi-select ContactRef fields
-
colemanw authored
Fix BaseIPN test to (mostly) pass invalid financials checks
-
Eileen McNaughton authored
#2676 SearchKit - Add LocBlock entity to display Event location data
-
colemanw authored
-
Eileen McNaughton authored
Fix test set up to user Order api
-
Eileen McNaughton authored
5.39 to master
-
Eileen McNaughton authored
5.39.0 release notes: added late changes
-
Eileen McNaughton authored
APIv4 - Deprecate passing 'id' to basic actions
-
Eileen McNaughton authored
Add calling function to deprecatedWarning log message
-
Eileen McNaughton authored
Note this includes the order api ensuring that the contribution_recur_id is passed through to any created memberships
-
Eileen McNaughton authored
Fix undefined tpl vars in CiviReport
-
Andie Hunt authored
-
mattwire authored
-
mattwire authored
-
colemanw authored
-
colemanw authored
Unused smarty variable
-
colemanw authored
smarty notices - New case screen - Case.hlp
-
colemanw authored
[Ref] Remove (more) unreachable code from order api
-
DaveD authored
-
DaveD authored
-
Eileen McNaughton authored
Follow up to https://github.com/civicrm/civicrm-core/pull/20792 - although that can be closed if this is merged
-
Eileen McNaughton authored
-
mattwire authored
financial#150: civicrm/payment/form url got empty currency argument in backoffice live CC form
-
Eileen McNaughton authored
[REF] Extract CKEditor into its own core extension
-
Eileen McNaughton authored
Handle participant payment create in line item
-
colemanw authored
(REF) crmUi - Support onCrmUiSelect for using select2 as a picklist
-
Seamus Lee authored
Update civicrm_generated and shift js files into the new extension Update to use E::path and E::url as appropriate Add in Upgrade step to update option label to be consistant Make changes for CKeditor 4 label now Add in upgrade step to enable extension on upgrade
-
Eileen McNaughton authored
Remove participant payment create from order api This is now done in the line item create & we went through to 'prove' that it works with extra validation
-
Eileen McNaughton authored
dev#2861: Prevent duplicate names in mailing labels
-