Commit Graph

1827 Commits

Author SHA1 Message Date
zachborboa 4ef483d744 Update pre-commit dependencies 2023-10-17 19:09:38 +00:00
Zach Borboa d7ca5f2297 Fix pre-commit workflow error when writing multiline string
Error message:
    Error: Unable to process file command 'output' successfully.
    Error: Invalid format 'index cd0e971..e9a93b2 100644'
2023-10-17 12:06:37 -07:00
Zach Borboa 8e53e86d0d Add cron schedule to run pre-commit update workflow 2023-10-10 17:20:32 -07:00
github-actions[bot] ac110762ef Merge pull request #818 from php-curl-class/dependabot/pip/scripts/gitpython-3.1.37
Bump gitpython from 3.1.35 to 3.1.37 in /scripts
2023-10-10 21:18:32 +00:00
dependabot[bot] 31122d793c Bump gitpython from 3.1.35 to 3.1.37 in /scripts
Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.35 to 3.1.37.
- [Release notes](https://github.com/gitpython-developers/GitPython/releases)
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)
- [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.35...3.1.37)

---
updated-dependencies:
- dependency-name: gitpython
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-10 20:54:46 +00:00
Zach Borboa b86e5d8894 Include changes in pre-commit update pull request 2023-10-06 07:56:41 -07:00
Zach Borboa 1b92e03a92 Clean up 2023-10-06 07:56:41 -07:00
Zach Borboa 251e8c9908 Add labels to pre-commit update pull request 2023-10-06 07:56:41 -07:00
Zach Borboa aeb2957383 Set actions/checkout option persist-credentials 2023-10-06 07:56:41 -07:00
Zach Borboa 66b0d06936 Merge pull request #817 from php-curl-class/create-pull-request/patch
Update pre-commit dependencies
2023-10-06 07:28:31 -07:00
zachborboa 93eb683b25 Update pre-commit dependencies 2023-10-06 14:03:50 +00:00
Zach Borboa 1704942a84 Add workflow to update pre-commit dependencies 2023-10-06 07:01:34 -07:00
Zach Borboa 796ee0a09a Run pip-compile pre-commit from within the scripts/ directory to match the files generated by Dependabot 2023-10-06 05:19:18 -07:00
Zach Borboa c1757b287a Clean up 2023-10-05 19:18:24 -07:00
Zach Borboa 4c54b5f824 Add label to mark dependabot updates as not requiring release 2023-10-03 18:29:32 -07:00
github-actions[bot] d23364b10d Merge pull request #816 from php-curl-class/dependabot/pip/scripts/urllib3-2.0.6
Bump urllib3 from 2.0.4 to 2.0.6 in /scripts
2023-10-03 02:34:57 +00:00
Zach Borboa a998b03f25 Merge branch 'master' into dependabot/pip/scripts/urllib3-2.0.6 2023-10-02 18:49:17 -07:00
Zach Borboa 63bc65b0d3 Add approve for Dependabot patch and minor updates 2023-10-02 18:48:24 -07:00
Zach Borboa 93981ad3f2 Clean up 2023-10-02 18:47:38 -07:00
dependabot[bot] a75dc794e3 Bump urllib3 from 2.0.4 to 2.0.6 in /scripts
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.4 to 2.0.6.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/2.0.4...2.0.6)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-03 00:19:21 +00:00
Zach Borboa cfcc13ad0f Add workflow for automatically merging Dependabot patch and minor version updates 2023-09-22 18:04:00 -07:00
Zach Borboa 89ff44d667 Clean up 2023-09-22 17:14:30 -07:00
Zach Borboa 737a6d86ac Merge pull request #814 from php-curl-class/dependabot/pip/scripts/cryptography-41.0.4
Bump cryptography from 41.0.3 to 41.0.4 in /scripts
2023-09-22 17:00:51 -07:00
dependabot[bot] 7a18d3335c Bump cryptography from 41.0.3 to 41.0.4 in /scripts
Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.3 to 41.0.4.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/41.0.3...41.0.4)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-21 21:26:19 +00:00
github-actions[bot] 2b8a93b37d Bump version: 9.18.1 → 9.18.2 9.18.2 2023-09-11 18:08:28 +00:00
Zach Borboa acfa5e047b Merge pull request #813 from zachborboa/master
Fix use of mb_strpos() causing error when polyfill is used
2023-09-09 12:28:33 -07:00
Zach Borboa 4624486d56 Fix use of mb_strpos() causing error when polyfill is used
Error message:
    Uncaught ErrorException: iconv_strpos(): Detected an illegal character in input string in
    /var/www/site/vendor/symfony/polyfill-mbstring/Mbstring.php:536
2023-09-09 11:52:42 -07:00
Zach Borboa 6cc318ff66 Merge pull request #812 from zachborboa/master
Add flake8 and isort to lint check
2023-09-09 09:46:40 -07:00
Zach Borboa 350f4daa8a Add flake8 and isort to lint check 2023-09-09 08:41:16 -07:00
Zach Borboa 9fec5125bd Rename workflow 2023-09-09 08:38:10 -07:00
Zach Borboa 339b885dd1 Add pip-compile pre-commit hook 2023-09-09 02:46:05 -07:00
Zach Borboa 626e4f6ed5 Update pip packages using Dependabot 2023-09-08 09:36:40 -07:00
Zach Borboa c103973a5d Use pip-tools to manage Python packages 2023-09-08 09:31:53 -07:00
Zach Borboa 753bff006f Add isort pre-commit hook 2023-09-08 08:54:15 -07:00
Zach Borboa 7c894b973f Merge pull request #809 from php-curl-class/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2023-09-05 06:58:23 -07:00
dependabot[bot] 0f7bd02e4b Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-05 13:26:36 +00:00
Zach Borboa d8ace59079 Merge pull request #810 from php-curl-class/dependabot/github_actions/tj-actions/changed-files-39
Bump tj-actions/changed-files from 38 to 39
2023-09-05 06:25:45 -07:00
dependabot[bot] d2812a4b44 Bump tj-actions/changed-files from 38 to 39
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 38 to 39.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/v38...v39)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-05 09:15:16 +00:00
Zach Borboa 5fc9207b2a Exclude pre-commit hook configuration file from git archive 2023-08-29 18:43:11 -07:00
github-actions[bot] e4e6664854 Bump version: 9.18.0 → 9.18.1 9.18.1 2023-08-29 18:02:47 +00:00
Zach Borboa bf12ad1c73 Merge pull request #808 from zachborboa/master
Add additional check for decoding gzip-encoded responses
2023-08-29 09:28:04 -07:00
Zach Borboa a6e6110051 Update checks for decoding gzip-encoded responses 2023-08-29 07:01:18 -07:00
github-actions[bot] c5260b162b Bump version: 9.17.4 → 9.18.0 9.18.0 2023-08-28 18:02:58 +00:00
Zach Borboa d829f59154 Update ::afterSend() examples 2023-08-25 07:36:39 -07:00
Zach Borboa c93a891749 Update order of pull request checks 2023-08-25 07:29:51 -07:00
Zach Borboa f38eff0443 Merge pull request #807 from zachborboa/master
Rename ::setError() to ::afterSend()
2023-08-25 07:23:30 -07:00
Zach Borboa 11bd600918 Rename ::setError() to ::afterSend() 2023-08-25 06:39:12 -07:00
Zach Borboa d19e6b97c6 Merge pull request #806 from php-curl-class/dependabot/github_actions/tj-actions/changed-files-38
Bump tj-actions/changed-files from 37 to 38
2023-08-23 04:19:55 -07:00
Zach Borboa 2f9389ae9a Merge branch 'master' into dependabot/github_actions/tj-actions/changed-files-38 2023-08-23 03:56:52 -07:00
Zach Borboa 3178b91393 Merge pull request #805 from zachborboa/master
Implement Curl::setError
2023-08-23 03:50:50 -07:00