Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix "malformed UTF-8 characters" issue #1043

Closed
wants to merge 37 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
2a0e94f
Workaround potential "malformed UTF-8 characters" exception
SergeyKleyman Aug 23, 2023
2b575ac
docs: Fix typo in configuration header (#1042)
carsonip Aug 29, 2023
c8bd1ab
Documented open_basedir limitation and logging if boostrapper path do…
intuibase Aug 30, 2023
e225934
action: create mandatory GH check for docs (#1051)
v1v Sep 4, 2023
89b106d
docs: what the CI does (#1048)
v1v Sep 6, 2023
908ff2e
Enable possibility to build agent locally for aarch64 (#1052)
intuibase Sep 7, 2023
f98f1ed
Added documentation for inferred spans configuration (#1049)
SergeyKleyman Sep 7, 2023
86ebc86
Modified class and method separator to be always '::' (1054) (#1055)
intuibase Sep 11, 2023
86e54c2
action: use reusable actions (#1058)
v1v Sep 11, 2023
1c4bacd
Resolving conan zlib version conflict (#1060)
intuibase Sep 11, 2023
b687182
Preparation for 1.10.0 release (#1057)
intuibase Sep 12, 2023
b422f43
release: use GitHub actions (#1056)
v1v Sep 12, 2023
6cb7feb
action: listen for tags creation (#1061)
v1v Sep 12, 2023
1c6f09c
action: support packages for signed/unsigned and fix release checksum…
v1v Sep 13, 2023
b80bba4
Debug option to collect diagnostic information from PHP worker proces…
intuibase Sep 21, 2023
4acbde9
Improved packaging script to support other architectures and fixed pp…
intuibase Sep 25, 2023
7fde31a
Optimize log line prefix generation based on display criteria (#1068)…
intuibase Sep 25, 2023
a02ca5a
Implemented test suite to run phpt tests delivered with PHP source to…
intuibase Sep 25, 2023
569b1eb
Set of scripts for simplifying coredump diagnostic data collection (#…
intuibase Sep 26, 2023
0f9107d
Fixed exception handling when filename is not set (#1074)
intuibase Sep 27, 2023
4bb549c
Disabled support for phpdbg (#1071) (#1072)
intuibase Sep 28, 2023
8f2e49b
Fixed exception handling by improving memory allocation and proper ex…
intuibase Sep 29, 2023
0bba33f
json-specs: remove cgroup_parsing.json and add empty container_metada…
v1v Oct 3, 2023
9ad91ec
Fixed InferredSpans interrupt timing (#1089) (#1090)
intuibase Nov 3, 2023
575418b
Improve PeriodicTaskExecutor to avoid race conditions on exit (#1084)…
intuibase Nov 3, 2023
136263d
Sending metadata.system.architecture and platform (#1045) (#1083)
intuibase Nov 3, 2023
ce27c82
chore: enable dependabot version updates of github-actions yaml files…
v1v Nov 6, 2023
ad146d8
Enable background (non-blocking) communication with APM Server for an…
intuibase Nov 6, 2023
3430276
Fixed building of APM server connection string (#356) (#1080)
intuibase Nov 6, 2023
f874c1f
Fixed exception handling (#1077) (#1078)
intuibase Nov 6, 2023
9e4d147
updatecli: link to the original Pull Request (#1095)
v1v Nov 8, 2023
9609745
Bump the github-actions group with 2 updates (#1093)
dependabot[bot] Nov 20, 2023
54e2974
Use environment variables passed via FastCGI (#1113)
SergeyKleyman Jan 4, 2024
1f7899b
Prepared for 1.11.0 release (#1117)
SergeyKleyman Jan 8, 2024
4f2bc45
Enable build with Elastic conan artifactory (#1087)
intuibase Jan 10, 2024
a64bac2
Workaround potential "malformed UTF-8 characters" exception
SergeyKleyman Aug 23, 2023
6fd6f61
Merge branch 'malformed_UTF-8' of https://github.com/SergeyKleyman/ap…
SergeyKleyman Jan 15, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions .buildkite/hooks/pre-command

This file was deleted.

14 changes: 0 additions & 14 deletions .buildkite/release.yml

This file was deleted.

26 changes: 0 additions & 26 deletions .ci/.grenrc.js

This file was deleted.

Loading