Zach Borboa
0043bc3db9
Merge pull request #736 from zachborboa/master
...
Add deferred constant curlErrorCodeConstants
2022-11-05 12:18:50 -07:00
Zach Borboa
23fd5b5829
Add deferred constant curlErrorCodeConstants
2022-11-05 07:31:07 -07:00
Zach Borboa
5bfe59109a
Add files to run PHP 8.1 tests inside a docker container
2022-09-30 19:39:50 -07:00
github-actions[bot]
bf54ee6d9a
Bump version: 9.7.0 → 9.8.0
9.8.0
2022-10-01 01:32:07 +00:00
Zach Borboa
3c4962c902
Update table of contents link
2022-09-30 11:59:39 -07:00
Zach Borboa
67ade7f31b
Merge pull request #733 from zachborboa/master
...
Include curl error code constant in curl error message
2022-09-30 08:32:55 -07:00
Zach Borboa
acf8e9f6a0
Include curl error code constant in curl error message (Curl::curlErrorMessage)
...
Before:
Timeout was reached: Operation timed out after 30001 milliseconds with 1453867 out of 3000000 bytes received
After:
Timeout was reached (CURLE_OPERATION_TIMEOUTED): Operation timed out after 30001 milliseconds with 1453867 out of 3000000 bytes received
2022-09-30 07:52:27 -07:00
Zach Borboa
9195bcde44
Clarify make release message
2022-09-30 05:31:36 -07:00
Zach Borboa
f66b365896
Allow running script from outside the script directory
2022-09-29 19:12:16 -07:00
Zach Borboa
6cf02d111f
Require request headers to be empty before possibly warning about it
2022-09-29 19:07:07 -07:00
Zach Borboa
a7ada9308c
Run release earlier
2022-09-29 05:14:47 -07:00
github-actions[bot]
ce51152e0f
Bump version: 9.6.3 → 9.7.0
9.7.0
2022-09-29 03:53:55 +00:00
Zach Borboa
7bce4bfcd5
Add script for running test suite while skipping slow tests
2022-09-28 14:54:23 -07:00
Zach Borboa
cab99aaee5
Add MultiCurl example for retrying with a new unique proxy ( #729 )
2022-09-28 14:22:30 -07:00
Zach Borboa
5ee80afeca
Merge pull request #732 from zachborboa/master
...
Implement ArrayUtil::arrayRandomIndex()
2022-09-28 14:19:02 -07:00
Zach Borboa
067cb72854
Implement ArrayUtil::arrayRandomIndex()
2022-09-28 12:38:16 -07:00
Zach Borboa
7ce0fc5ced
Explicitly set desired concurrency
2022-09-28 11:06:44 -07:00
Zach Borboa
71814c4885
Clarify installation instructions
2022-09-24 06:53:47 -07:00
Zach Borboa
30e00c96bf
Exclude static analysis configuration file from git archive
2022-09-24 06:38:31 -07:00
Zach Borboa
42f69d00fc
Make installation commands work well with copy to clipboard action
2022-09-24 06:29:22 -07:00
Zach Borboa
6549081c05
Clean up
2022-09-24 06:26:38 -07:00
Zach Borboa
0e98dfb154
Move testing information to dedicated file
2022-09-24 06:24:34 -07:00
Zach Borboa
ba1a864d67
Update actions/checkout version
2022-09-23 22:16:07 -07:00
Zach Borboa
703e87508c
Rename workflow file
2022-09-23 22:06:20 -07:00
Zach Borboa
47d9f7f9b4
Add release status badge to homepage
2022-09-23 21:33:14 -07:00
Zach Borboa
7bbb9e7e0d
Rename action step name and script name
2022-09-23 21:08:44 -07:00
Zach Borboa
29c6c48cee
Update name of workflow
2022-09-23 21:06:22 -07:00
Zach Borboa
a021bc128a
Remove unused const
2022-09-23 21:04:00 -07:00
Zach Borboa
15e5e80ac6
Display tzinfo before and after updating it
2022-09-23 21:01:33 -07:00
Zach Borboa
1d402bff2d
Publish release when created
2022-09-23 20:55:05 -07:00
github-actions[bot]
4b096ed518
Bump version: 9.6.2 → 9.6.3
9.6.3
2022-09-24 03:49:46 +00:00
Zach Borboa
8f9f4a8586
Add release status badge
2022-09-23 20:47:50 -07:00
Zach Borboa
48c5199d7f
Add timezone to today datetime
2022-09-23 20:25:18 -07:00
Zach Borboa
5026620dce
Merge pull request #730 from zachborboa/master
...
Remove filter flag constants deprecated as of PHP 7.3
2022-09-23 20:23:16 -07:00
Zach Borboa
81ce41b0d0
Fix #724 : Remove filter flag constants deprecated as of PHP 7.3
...
Error messages:
Fatal error: Uncaught Error: Undefined constant "FILTER_FLAG_SCHEME_REQUIRED" in [...]
Fatal error: Uncaught Error: Undefined constant "FILTER_FLAG_HOST_REQUIRED" in [...]
2022-09-23 19:56:44 -07:00
github-actions[bot]
f458bf6d9e
Bump version: 9.6.1 → 9.6.2
9.6.2
2022-09-24 01:53:09 +00:00
Zach Borboa
54c87b9219
Push local changes
2022-09-23 18:52:11 -07:00
Zach Borboa
d594d015e8
Enable tag and release
2022-09-23 18:47:29 -07:00
Zach Borboa
61bcdd9b9d
Use convenience function to create tag and release
2022-09-23 18:43:10 -07:00
Zach Borboa
36440cc89f
Push tags
2022-09-23 17:41:20 -07:00
Zach Borboa
46a882ab75
Add dry-run push
2022-09-23 17:25:17 -07:00
Zach Borboa
b3fc9b97cb
Simulate pushing changes
2022-09-23 17:14:13 -07:00
Zach Borboa
fa1b6bba7b
Create tag
2022-09-23 16:53:40 -07:00
Zach Borboa
92fdcf6bf7
Display diff after commit
2022-09-23 16:37:20 -07:00
Zach Borboa
f41d7a40e3
Display log after commit
2022-09-23 16:15:01 -07:00
Zach Borboa
f25dbdd149
Stop update changelog routine when no merged pull requests found
2022-09-23 16:07:10 -07:00
Zach Borboa
24e9d9cb9c
Commit changes
2022-09-23 15:43:18 -07:00
Zach Borboa
ab25a92024
Display diff with color
2022-09-23 15:31:54 -07:00
Zach Borboa
451d8d5c90
Display diff of staged changes
2022-09-23 15:21:34 -07:00
Zach Borboa
ba4f8e6257
Stage changed files for commit
2022-09-23 15:17:32 -07:00