Commit Graph

1806 Commits

Author SHA1 Message Date
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
dependabot[bot] b149764415 Bump tj-actions/changed-files from 37 to 38
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 37 to 38.
- [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/v37...v38)

---
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-08-23 09:08:06 +00:00
Zach Borboa 5e5d284a9b Implement Curl::setError() and MultiCurl::setError() 2023-08-22 20:20:47 -07:00
Zach Borboa 166ddf17e9 Bump black version 2023-08-07 16:05:44 -07:00
Zach Borboa bc540c0eb1 Note automatic updates 2023-08-07 16:04:59 -07:00
Zach Borboa 2aa035eb05 Clean up 2023-07-15 04:39:10 -07:00
Zach Borboa 0d3a3c1924 Add example for determining urls not yet executed 2023-07-14 21:50:46 -07:00
github-actions[bot] d5542274ac Bump version: 9.17.3 → 9.17.4 9.17.4 2023-07-10 18:03:00 +00:00
Zach Borboa bb5f9b6d0c Clean up 2023-07-07 14:27:37 -07:00
Zach Borboa 661c794552 Merge pull request #801 from zachborboa/master
Add coding standards rule to use the null coalescing operator ?? where possible
2023-07-06 21:12:25 -07:00
Zach Borboa c745e59532 Merge branch 'master' into master 2023-07-06 20:46:55 -07:00
Robin van der Vliet 94d8cf948f Replace isset with null coalescing operator (#800) 2023-07-06 20:41:38 -07:00
Zach Borboa 0d7ff95736 Add coding standards rule to use the null coalescing operator ?? where possible 2023-07-05 20:41:54 -07:00
github-actions[bot] 96bb2ef69b Bump version: 9.17.2 → 9.17.3 9.17.3 2023-07-04 18:03:02 +00:00
Zach Borboa 48ef09e4da Merge pull request #799 from zachborboa/master
Add black code formatter
2023-07-01 11:43:02 -07:00
Zach Borboa 75673eed43 Add black code formatter to continuous integration 2023-07-01 10:10:38 -07:00
Zach Borboa efe4f69683 Normalize strings 2023-07-01 09:57:03 -07:00
Zach Borboa 6c49609b9f Format python files 2023-07-01 09:57:03 -07:00
Zach Borboa 7627916672 Add black code formatter pre-commit hook 2023-07-01 09:57:03 -07:00
Zach Borboa d1a19ae6e9 Merge pull request #798 from zachborboa/master
Add tqdm and curses examples for displaying progress of MultiCurl downloads
2023-07-01 09:55:53 -07:00
Zach Borboa 144194730c Add tqdm and curses examples for displaying progress of MultiCurl downloads 2023-07-01 08:45:05 -07:00
Zach Borboa 314f373a17 Move long lines check to PHP_CodeSniffer 2023-07-01 06:43:51 -07:00