Commit Graph

1665 Commits

Author SHA1 Message Date
Zach Borboa 253c84ea8a Update site badge urls 2023-01-29 15:38:41 -08:00
Zach Borboa 99bd995288 Format response header type notice as sentence 2023-01-26 16:58:45 -08:00
Zach Borboa f6ed305633 Clean up 2023-01-15 19:09:34 -08:00
github-actions[bot] 1fa71f6392 Bump version: 9.13.0 → 9.13.1 9.13.1 2023-01-16 01:29:25 +00:00
Zach Borboa 4f0c563026 Merge pull request #762 from zachborboa/master
Allow uploads with CURLStringFile type
2023-01-15 13:50:59 -08:00
Zach Borboa b41168b89b Clean up 2023-01-15 13:28:04 -08:00
Zach Borboa 673564609a Add tests for using CURLStringFile 2023-01-15 13:28:04 -08:00
Zach Borboa b6b3800dfa Fix psalm UndefinedClass error
Message:
    ERROR: UndefinedClass - ../src/Curl/ArrayUtil.php:96:87 - Class, interface or enum named CURLStringFile does not exist (see https://psalm.dev/019)
        } elseif (class_exists('CURLStringFile') && $value instanceof \CURLStringFile) {
2023-01-15 13:28:04 -08:00
Sander Backus 5cd8e3db11 Allow uploads with CURLStringFile type 2023-01-15 13:27:49 -08:00
Zach Borboa de7751b4e1 Add additional test cases for Curl::diagnose() 2023-01-13 05:42:29 -08:00
Zach Borboa 422d1858d4 Only display diff after commit 2023-01-13 04:39:21 -08:00
github-actions[bot] 09e4d04872 Bump version: 9.12.6 → 9.13.0 9.13.0 2023-01-13 12:29:36 +00:00
Zach Borboa 20d50d380b Fix version bump scripts 2023-01-13 04:27:45 -08:00
Zach Borboa f2df1cf673 Include Curl::diagnose() in example 2023-01-12 08:45:07 -08:00
Zach Borboa 05fe935652 Fix typo 2023-01-12 08:30:22 -08:00
Zach Borboa bdec727f63 Update script to work with base class 2023-01-12 08:29:24 -08:00
Zach Borboa c5421e3be1 Merge pull request #759 from zachborboa/master
Implement abstract class BaseCurl for Curl and MultiCurl
2023-01-12 08:19:03 -08:00
Zach Borboa 16380527e1 Fix #750: Implement abstract class BaseCurl for Curl and MultiCurl 2023-01-12 07:51:07 -08:00
Zach Borboa e8a2afe008 Merge pull request #758 from zachborboa/master
Display error messages found in Curl::diagnose()
2023-01-12 07:50:35 -08:00
Zach Borboa 85794dacbe Display error messages found in Curl::diagnose() 2023-01-12 07:25:24 -08:00
Zach Borboa 2e4facb703 Merge pull request #757 from zachborboa/master
Fix Curl::diagnose() request type output for POST requests
2023-01-12 07:20:00 -08:00
Zach Borboa d40c3b3cb1 Fix Curl::diagnose() request type output for POST requests 2023-01-12 06:47:36 -08:00
github-actions[bot] 3e99a56b96 Bump version: 9.12.5 → 9.12.6 9.12.6 2023-01-11 02:13:53 +00:00
Zach Borboa ec73057a56 Merge pull request #756 from zachborboa/master
Replace use of #[\AllowDynamicProperties]
2023-01-10 17:04:55 -08:00
Zach Borboa b20f535f7c Replace use of #[\AllowDynamicProperties] 2023-01-10 13:18:26 -08:00
Zach Borboa f71479a46d Merge pull request #754 from mbolli/fix-php82-deprecations
silence PHP 8.2 deprecation notices
2023-01-10 07:20:12 -08:00
Michael Bolli 95f4aac970 silence PHP 8.2 deprecation notices 2023-01-10 10:27:19 +01:00
Zach Borboa fdbfd2545b Merge pull request #753 from zachborboa/master
Fix release failure by fetching all tags during checkout
2022-12-30 19:11:21 -08:00
Zach Borboa b5e90e45a9 Fix release failure by fetching all tags during checkout
Command:
  for remote in local_repo.remotes:
      remote.fetch('--tags')

Error message:
  git.exc.GitCommandError: Cmd('git') failed due to: exit code(128)
    cmdline: git fetch -v -- origin --tags
    stderr: 'fatal: couldn't find remote ref --tags'

Before:
    Fetching the repository
    /usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin [...]

After:
    Fetching the repository
    /usr/bin/git -c protocol.version=2 fetch --prune --progress --no-recurse-submodules origin [...]
2022-12-30 18:03:02 -08:00
github-actions[bot] ac45a3d212 Bump version: 9.12.4 → 9.12.5 9.12.5 2022-12-20 01:29:22 +00:00
Zach Borboa 8d78374a91 Merge pull request #752 from zachborboa/master
Fix static analysis error
2022-12-19 12:59:35 -08:00
Zach Borboa 84909cc448 Fix static analysis error
Error message:
    ERROR: InvalidArrayOffset - ../src/Curl/Curl.php:2182:25 - Cannot
    access value on variable $response_header_array using a int<-1, max>
    offset, expecting int<0, max> (see https://psalm.dev/115)
            if (stripos($response_header_array[$i], 'HTTP/') === 0) {
2022-12-19 12:06:48 -08:00
github-actions[bot] a0c5980cbc Bump version: 9.12.3 → 9.12.4 9.12.4 2022-12-17 01:28:37 +00:00
Zach Borboa 5b388dd4dd Add script to run static analysis checks 2022-12-16 05:14:40 -08:00
Zach Borboa 794d8dda69 Update badge urls 2022-12-16 05:13:42 -08:00
Zach Borboa 5c4572e98f Merge pull request #751 from zachborboa/master
Exclude additional files from git archive
2022-12-16 05:09:14 -08:00
Zach Borboa e8fdd2377f Fix static analysis error
Error message:
    ERROR: MethodSignatureMustProvideReturnType -
    ../src/Curl/Url.php:18:21 - Method Curl\Url::__toString must have a
    return type signature! (see https://psalm.dev/282) public function
    __toString()
2022-12-16 04:43:07 -08:00
Zach Borboa 3cfe83b222 Move static analysis config under tests/ and exclude from git archive 2022-12-16 04:03:56 -08:00
Zach Borboa 6a8d60b8d6 Exclude testing information file from git archive 2022-12-14 05:06:30 -08:00
github-actions[bot] 78e9135149 Bump version: 9.12.2 → 9.12.3 9.12.3 2022-12-13 01:29:57 +00:00
Zach Borboa 918ce7bc60 Merge pull request #749 from zachborboa/master
Ensure string response before gzip decode
2022-12-12 06:18:41 -08:00
Zach Borboa 05ede8f26f Clean up 2022-12-12 05:54:12 -08:00
Zach Borboa d8ed09f266 Fix #747: Ensure string response before gzip decode 2022-12-12 05:53:53 -08:00
github-actions[bot] 7b2ae8aa17 Bump version: 9.12.1 → 9.12.2 9.12.2 2022-12-11 01:29:24 +00:00
Zach Borboa c5a471ff2d Add assertions for response content type and content encoding 2022-12-10 11:50:37 -08:00
Zach Borboa e70395af88 Merge pull request #748 from zachborboa/master
Disable warning when gzip-decoding response errors
2022-12-10 11:44:25 -08:00
Zach Borboa 1f06b2c2a0 Fix #747: Disable warning when gzip-decoding response errors 2022-12-10 08:15:18 -08:00
Zach Borboa 6d91f62e88 Skip including release notes for cleanup pull requests 2022-12-08 18:45:48 -08:00
Zach Borboa 91c885076a Exit earlier if any pull request is missing semantic version change type 2022-12-08 18:36:45 -08:00
Zach Borboa 6527db2685 Merge pull request #746 from zachborboa/master
Add PHP 8.3 to continuous integration tests
2022-12-08 07:40:43 -08:00