25 Commits
Author SHA1 Message Date
Steve Kim 26c3a6e246 regression labeler fix (#123) 2026-07-30 14:17:19 -07:00
Dmitriy Musatkin 10cd5e838e change stale issue and discussion handling to run once a week (#120) 2025-08-01 10:19:31 -07:00
Ashish DhingraandJoseph Klix 3e1e4c8f6b chore: Modified bug issue template to add checkbox to report potential regression. (#114)
Co-authored-by: Joseph Klix <[email protected]>
2024-10-25 22:58:58 +00:00
Dengke Tang ad7d9de082 Update CI action (#118) 2024-10-23 10:49:44 -07:00
Michael Graeb c67be51497 clang-format 18 (#113) 2024-06-14 10:39:21 -07:00
Dengke Tang b2db8ca161 Hard-code the maintainers information to the helper script (#107) 2023-10-16 15:20:42 -07:00
ed1a708b48 added workflow for handling answerable discussions (#104)
* added workflow for handling answerable discussions

* add extra line

---------

Co-authored-by: shailja <[email protected]>
Co-authored-by: Talby <[email protected]>
Co-authored-by: Joseph Klix <[email protected]>
2023-08-25 09:45:52 +02:00
Joseph Klix 444415435b fix permissions for stale issue bot (#103) 2023-08-09 15:03:26 -07:00
Joseph Klix ea0d11bde3 update time to ancient (#100) 2023-08-09 20:09:44 +00:00
Ying-Shan LinandWaqar Ahmed Khan 2f1dc7b7ed fix: Undefined function 'AWS\CRT\HTTP\InvalidArgumentException' (#102)
Co-authored-by: Waqar Ahmed Khan <[email protected]>
2023-07-20 09:49:55 -07:00
Joseph Klix 99fb0daec7 Issue templates (#99)
* add github templates and bots

* Delete ---bug-report.md

* Delete ---feature-request.md

* Delete ---questions-help.md

* Update bug-report.yml

* Update config.yml
2023-04-14 14:17:12 -07:00
Dengke TangandRemi Collet 1926277fc7 [Replicate] compatibility with PHP 5.x (#97)
original: https://github.com/awslabs/aws-crt-php/pull/96

- Make sure run the test... Run the test for php5.5
- Add readme section about the mismatch of libcrypto from php and awscrt. 

---------

Co-authored-by: Remi Collet <[email protected]>
2023-03-24 13:22:19 -07:00
Dengke Tang c4ea24d822 PECL release follow up (#90) 2023-03-15 16:52:00 -07:00
Dengke Tang 46e0ca0c81 support cross version phpunit (#92) 2023-03-09 16:44:10 -08:00
Dengke Tang 442f3850bd Fix PECL publish and windows CI (#85) 2023-03-01 14:56:36 -08:00
Michael Graeb 541b3c8952 Fix it so CI runs on branches with '/' in name (#62) 2022-04-15 11:10:11 -07:00
Michael Graeb 09a84b7a52 Update phpunit for security fixes (#61) 2022-04-06 16:31:22 -07:00
Justin Boswell 2f8d2ee756 Made PHP extension compile with openssl by default (#41)
* Made PHP extension compile with openssl

* Use catchsegv to dump a callstack

* Updated to use aws_crt_crypto_share()

* Much faster builds by making cmake parallel if supported

* Make sure all CRT threads shutdown prior to cleanup

* USE_OPENSSL should be the path to openssldir

* Updated to aws-crt-ffi v0.2.4
2021-08-30 13:36:54 -07:00
Justin Boswell 7d47316a7d Implemented async callbacks to PHP regardless of thread model, Sigv4 signing (#24)
* Updated to get latest aws-crt-ffi

* Added implementation for signing_result

* Added main thread queue and callback queueing to signing process

* Updated to get support for date on signing_config_aws

* added date support to SigningConfigAWS, fixed up reference issues on http message signing

* Broke C code into separate files, moved common stuff to php_aws_crt.h

* Use a unity build to make PHP do the right thing with our lib

* Updated aws-crt-ffi to v0.1.3 to get sigv4 changes

* Added CRT::isAvailable for safe runtime detection of CRT

* Fixed up test resource safety, added tests to prove it

* Added CI jobs for every version of PHP on linux (#26)
2021-06-08 00:34:42 +00:00
Justin Boswell 9c9422c21f HTTP message API (#19)
* HTTP message API

* Added MacOS CI

* Grabbed fixes for mac from aws-crt-ffi
2021-03-25 13:14:07 -04:00
Justin Boswell 9171857448 Updated CRT library, test process, EventLoopGroup API updates (#16)
* Updated to latest aws-crt-ffi, updated EventLoopGroup/options init

* Removed test-ci target, just use test for everything now

* Added event_loop_group API to CRT/stubs

* Removed headers (all generated) from format-check

* Added the ability to force extension vs FFI

* make test will now trigger composer run test/phpunit, and force tests with both FFI and extension

* Updated builder version, removed redundant php7 test run

* Removed type annotations that anger php5, limited backends on php5
2021-03-12 11:47:55 -08:00
Justin Boswell 5eaaa70cf1 Added aws_error* functions to native extension (#12)
* Added aws_crt_error_str and test, removed awscrt_version test function

* Added aws_crt_error_name

* Added aws_crt_error_debug_str

* Use PHP's own tools to generate arginfo

* Only re-generate arginfo on php7+

* Added a definition for ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX for php5

* Ignore generated files for clang-format
2021-02-24 10:16:32 -08:00
Justin Boswell aee57a929d Added test-ffi target, use it in CI (#9)
* Added test-ffi target, use it in CI

* Added clang-format config, fixed RETURN_STRING API mismatch

* Skip installing php and packages on the PHP docker images

* Removed al2 job that was never going to work, and compiler tests

* Fixed basic test for extension loading

* Cleaned up lib structure, fixed tests

* use test-ci target to conditionally test in GitHub

* Use v0.8.1 of builder
2021-02-15 09:47:32 -08:00
Justin Boswell f090511213 Initial Tests & CI (#5)
* Added awscrt_version() and test for it

* Added builder.json for CI

* Added github actions

* Added format-check.sh

* Force php5.6 on ubuntu

* Updated submodules
2021-01-13 13:33:30 -08:00
KaibaLopez faa2348d47 issue templates and stale bot action 2020-09-29 13:01:08 -07:00