Commit Graph

1768 Commits

Author SHA1 Message Date
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
Zach Borboa 5f5b94871d Add pre-commit hook to validate composer.json 2023-07-01 03:55:43 -07:00
Zach Borboa 62163d3822 Include contributors as authors 2023-07-01 03:52:24 -07:00
Zach Borboa e720879088 Merge pull request #797 from zachborboa/master
Update PHP_CodeSniffer ruleset: PSR2 → PSR12
2023-06-30 01:51:35 -07:00
Zach Borboa cd924d10c3 Update PHP_CodeSniffer ruleset: PSR2 → PSR12 2023-06-30 01:23:37 -07:00
Zach Borboa b8effaaaea Merge pull request #796 from zachborboa/master
Add additional coding standard checks
2023-06-30 01:00:34 -07:00
Zach Borboa 9bd4776b73 Apply additional coding standards 2023-06-30 00:37:30 -07:00
github-actions[bot] 60055da5b5 Bump version: 9.17.1 → 9.17.2 9.17.2 2023-06-27 01:06:30 +00:00
Zach Borboa d238300801 Disable auth token persistence 2023-06-26 18:05:26 -07:00
Zach Borboa 129013d778 Attempt to use token for release on protected branch 2023-06-26 18:02:14 -07:00
Zach Borboa c3d985b7c2 Merge pull request #795 from zachborboa/master
Add coding standards rule to error on long array syntax
2023-06-26 06:07:57 -07:00
Zach Borboa b921ac3c52 Merge branch 'master' into master 2023-06-26 04:10:29 -07:00
Zach Borboa f3573aca1b Merge pull request #793 from RobinvanderVliet/use-short-array-syntax
Use short array syntax
2023-06-26 04:08:25 -07:00
Zach Borboa 2f532ab2b8 Merge branch 'master' into use-short-array-syntax 2023-06-26 02:57:15 -07:00
Zach Borboa 50320065ce Add coding standards rule to error on long array syntax 2023-06-25 16:02:46 -07:00
Zach Borboa ed071d5670 Merge pull request #794 from zachborboa/master
Add PHP-CS-Fixer to check for unused imports
2023-06-24 20:02:55 -07:00
Zach Borboa 128a0c1ea2 Add PHP-CS-Fixer to check for unused imports 2023-06-24 19:33:48 -07:00
Robin van der Vliet c45f8e22de Use short array syntax 2023-06-23 19:50:18 +02:00
Robin van der Vliet c9ad23cf5c Increase uniqueness of Curl::id
Replace `uniqid` by `random_bytes` (#792)
2023-06-22 15:38:16 -07:00
Zach Borboa 319c1fc285 Rename progress example files to be curl-specific 2023-06-16 15:53:17 -07:00
github-actions[bot] 5672725591 Bump version: 9.17.0 → 9.17.1 9.17.1 2023-06-14 18:02:50 +00:00
Zach Borboa c56d787577 Fix coding standards errors 2023-06-13 21:04:42 -07:00
Zach Borboa 25840e5e75 Update homepage code example and use PrismJS for syntax highlighting 2023-06-13 20:34:47 -07:00
Zach Borboa 945c8c9aad Merge pull request #791 from zachborboa/master
Improve and add tests for Curl::fastDownload()
2023-06-13 18:48:50 -07:00
github-actions[bot] 505c09484d Bump version: 9.16.1 → 9.17.0 9.17.0 2023-06-13 18:02:54 +00:00
Zach Borboa 76e74fdc44 Improve and add tests for Curl::fastDownload() 2023-06-13 02:52:59 -07:00
Zach Borboa 0007b33746 Merge pull request #790 from zachborboa/dev
Make method to display curl option value public
2023-06-13 02:21:09 -07:00
Zach Borboa 2bb2f32087 Make method to display curl option value public 2023-06-12 20:27:16 -07:00
Zach Borboa a161bb660c Merge pull request #789 from zachborboa/cleanup
Add test server support for specifying which requests fail and succeed
2023-06-12 19:56:34 -07:00
Zach Borboa bbf1e1417b Add test server support for specifying which requests fail and succeed 2023-06-12 19:31:49 -07:00
github-actions[bot] 8223f13fce Bump version: 9.16.0 → 9.16.1 9.16.1 2023-06-12 18:02:52 +00:00
Zach Borboa eb97fa55d5 Merge pull request #788 from zachborboa/cleanup
Differentiate between internal options and user-set options
2023-06-12 06:20:26 -07:00
Zach Borboa 42a2062d6f Differentiate between internal options and user-set options 2023-06-11 19:52:58 -07:00
Zach Borboa f1daf125b5 Merge pull request #787 from zachborboa/master
Fix existing header overwritten after using MultiCurl::addCurl()
2023-06-09 06:15:29 -07:00
Zach Borboa 5427717469 Fix existing header overwritten after using MultiCurl::addCurl() 2023-06-08 19:18:32 -07:00
Zach Borboa 8217830458 Merge pull request #786 from zachborboa/cleanup
Cleanup
2023-06-03 08:37:49 -07:00
Zach Borboa fb2b6485d9 Fix duplicate methods when updating readme 2023-06-03 08:12:56 -07:00
Zach Borboa 06d21eaf02 Fix incorrect interpretation of newlines when updating readme 2023-06-03 08:06:36 -07:00
Zach Borboa c0e93daf27 Merge pull request #785 from zachborboa/cleanup
Create method to display a curl option value
2023-06-03 06:03:22 -07:00