Commit Graph

666 Commits

Author SHA1 Message Date
Michal Kleiner 0788dc4e81
[Backport] Let symfony/process escape each command part separately (#315) 2022-03-03 14:57:44 +13:00
Steve Boyd 7a1047320b Merge branch '3.9' into 3 2022-02-21 08:40:17 +13:00
Maxime Rainville c8e997ae89
Merge pull request #314 from creative-commoners/pulls/3.9/travis
MNT Use php 7.4 for job
2022-02-18 15:57:25 +13:00
Steve Boyd b39b5c6801 MNT Use php 7.4 for job 2022-02-18 15:17:02 +13:00
Steve Boyd 4947961d5a
Symfony process constructor fix (#312) (#313)
* FIX: #311 Update Symfony process to at least 3.4

* FIX Separate out all command components so Solr_Reindex works in dev mode.

Co-authored-by: Kirk Mayo <kirk.mayo@stats.govt.nz>
Co-authored-by: GuySartorelli <36352093+GuySartorelli@users.noreply.github.com>

Co-authored-by: Kirk Mayo <textagroup@gmail.com>
Co-authored-by: Kirk Mayo <kirk.mayo@stats.govt.nz>
Co-authored-by: GuySartorelli <36352093+GuySartorelli@users.noreply.github.com>
2022-02-18 14:47:46 +13:00
Kirk Mayo adefb3fddf
Symfony process constructor fix (#312)
* FIX: #311 Update Symfony process to at least 3.4

* FIX Separate out all command components so Solr_Reindex works in dev mode.

Co-authored-by: Kirk Mayo <kirk.mayo@stats.govt.nz>
Co-authored-by: GuySartorelli <36352093+GuySartorelli@users.noreply.github.com>
2022-02-18 14:40:14 +13:00
Daniel Hensby 8befac8f65
Merge pull request #310 from creative-commoners/pulls/3/php74
DEP Set PHP 7.4 as the minimum version
2022-02-10 11:57:48 +00:00
Steve Boyd eac962d103 DEP Set PHP 7.4 as the minimum version 2022-02-10 16:44:14 +13:00
GuySartorelli 767fa29bab
DOC Change "SilverStripe" to "Silverstripe" in readme (#307) 2022-02-02 10:15:16 +13:00
Steve Boyd 5282cdc3ed Merge branch '3.9' into 3 2022-02-01 14:03:34 +13:00
Steve Boyd e0ec87a0ed Merge branch '3.8' into 3.9 2022-02-01 14:02:48 +13:00
GuySartorelli 2c0e2df02d
FIX Don't assume DataObject::canView always returns bool (#306)
Because there is no return value typehinting in DataObject::canView, the value returned from that method can be of any type. We must cast to boolean before returning the value to avoid possible errors with non-boolean return types.
2022-01-27 11:23:19 +13:00
Michal Kleiner f0e781da36
Merge pull request #309 from GuySartorelli/patch-3
FIX Separate out all command components so Solr_Reindex works in dev mode
2022-01-26 22:05:03 +13:00
GuySartorelli b1675d4df1
FIX Separate out all command components so Solr_Reindex works in dev mode. 2022-01-26 15:37:07 +13:00
Steve Boyd a5ce0e8781
Merge pull request #305 from dhensby/pulls/3.8/close-curl-handles
Close curl handles after use
2022-01-12 16:34:53 +13:00
Daniel Hensby fbe899e85f
Close curl handles after use 2022-01-07 10:40:31 +00:00
Steve Boyd 355e928ec9 Merge branch '3.9' into 3 2021-12-22 10:28:26 +13:00
Maxime Rainville 8ac7964220
Merge pull request #303 from creative-commoners/pulls/3.9/handle-deprecation
FIX Allow deprecated warnings
2021-12-16 11:40:22 +13:00
Steve Boyd a621f77380 FIX Allow deprecated warnings 2021-12-15 15:09:25 +13:00
Steve Boyd 573fbf9edc Merge branch '3.9' into 3 2021-12-15 14:41:40 +13:00
Steve Boyd 95f50f6ce2 Merge branch '3.8' into 3.9 2021-12-15 14:40:47 +13:00
Steve Boyd ec054c666b Merge branch '3.9' into 3 2021-12-15 14:39:43 +13:00
Steve Boyd 8ed79dd893 Merge branch '3.8' into 3.9 2021-12-15 14:39:36 +13:00
Steve Boyd 94bb78fc7f
Merge pull request #300 from chrometoasters/pulls/webdav-error-message
ENH Show error message instead of error code on WebDAV check
2021-12-15 14:36:09 +13:00
Maxime Rainville 5611e24e10
Merge pull request #301 from creative-commoners/pulls/3.9/symfony4
DEP Allow symfony 4
2021-12-10 15:57:49 +13:00
Steve Boyd 34e0594e48 DEP Allow symfony 4 2021-12-08 15:24:29 +13:00
Steve Boyd 2ee17c33a3 MNT Remove obsolete branch-alias 2021-11-30 13:55:38 +13:00
Michal Kleiner 9dfcbf9c90 ENH Show error message instead of error code on WebDAV check 2021-11-21 16:12:02 +13:00
Maxime Rainville 9de2764faa
Merge pull request #299 from creative-commoners/pulls/3/sapphire-test-nine
API phpunit 9 support
2021-11-02 17:52:28 +13:00
Steve Boyd 752803148d API phpunit 9 support 2021-11-02 14:48:12 +13:00
Steve Boyd 8da0f2c2cc Merge branch '3.8' into 3 2021-09-14 10:05:23 +12:00
Steve Boyd a6153cecc8
Merge pull request #297 from chrometoasters/pulls/fix-260-optional-paths
FIX Only use values that are not empty
2021-09-14 09:59:29 +12:00
Michal Kleiner 31f2899cc9
Merge pull request #298 from GuySartorelli/patch-1
Make SearchQuery_Range injectable.
2021-09-13 22:31:55 +12:00
GuySartorelli bd3ef84cb3
Make SearchQuery_Range injectable.
The docs in docs/en/04_querying.md#searching-value-ranges indicate that this class should be injectable.
2021-09-13 13:09:44 +12:00
Michal Kleiner 83af73c9f6 FIX Only use values that are not empty
Previously the isset check would still allow falsey values.
2021-08-23 23:55:13 +12:00
Steve Boyd 3e0a12e3f2
Merge pull request #294 from GuySartorelli/patch-2
FIX: Always store the default field to support highlighting
2021-08-06 09:53:55 +12:00
GuySartorelli 69ba134ac2
FIX: Always store the default field to support highlighting
Fixes #249
2021-02-24 16:54:19 +13:00
Steve Boyd de107616fb
Update build status badge 2021-01-21 16:34:57 +13:00
Steve Boyd b3f21a5ef2 Merge branch '3.7' into 3 2020-11-11 17:00:07 +13:00
Steve Boyd 7570caa37f
Merge pull request #291 from creative-commoners/pulls/3.7/travis-shared
MNT Shared travis configs
2020-11-11 11:21:35 +13:00
Serge Latyntcev 8465c44825 DEP use sminnee/phpunit fork 2020-11-09 16:42:52 +13:00
Serge Latyntcev 665f13366e MNT Shared travis configs 2020-11-06 08:57:55 +13:00
Serge Latyntcev 7f36d1f56d Merge branch '3.7' into 3 2020-11-06 08:56:17 +13:00
Serge Latyntcev 29bd446b8d Merge branch '3.6' into 3.7 2020-11-06 08:56:01 +13:00
Serge Latyntsev 5e3065437e
Merge pull request #290 from creative-commoners/pulls/3.6/fix-yml
MNT Fix YML syntax
2020-11-06 08:53:33 +13:00
Serge Latyntcev b82ff86a52 MNT Fix YML syntax 2020-11-05 16:18:36 +13:00
Robbie Averill 5f01b68b48
Merge pull request #287 from creative-commoners/pulls/3/doc-update
DOC Use the correct name for the executable in the getting started doc
2020-07-06 09:27:42 -07:00
Maxime Rainville ea4b6cd19c DOC Use the correct name for the executable in the getting started doc 2020-07-06 19:06:32 +12:00
Steve Boyd 2bdd3eacdd Require phpunit-mock-objects, use caret versions 2020-06-18 14:03:12 +12:00
Steve Boyd 6da1beb717 Merge branch '3.7' into 3 2020-06-18 11:27:51 +12:00