This is an automated email from the ASF dual-hosted git repository.
jensg pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
from 4fc4c46e8 Added section about AI generated content to CONTRIBUTING.md
add dfeab8d57 THRIFT-5924: UUID support for NodeTS Client: ts,js Patch:
CJCombrink This closes #3331
No new revisions were added by this update.
Summary of changes:
.github/workflows/build.yml | 34 ++++++++++++++-
LANGUAGES.md | 4 +-
build/docker/ubuntu-noble/Dockerfile | 8 ++--
compiler/cpp/src/thrift/generate/t_js_generator.cc | 37 ++++++++++++----
lib/nodejs/Makefile.am | 7 +---
lib/nodejs/lib/thrift/binary_protocol.js | 14 +++++++
lib/nodejs/lib/thrift/compact_protocol.js | 19 +++++++++
lib/nodejs/lib/thrift/header_protocol.js | 8 ++++
lib/nodejs/lib/thrift/json_protocol.js | 14 +++++++
lib/nodejs/lib/thrift/thrift.js | 3 +-
lib/nodejs/test/certificates.README | 7 ----
lib/nodejs/test/client.mjs | 10 +++++
lib/nodejs/test/package-lock.json | 2 +
lib/nodejs/test/server.crt | 25 -----------
lib/nodejs/test/server.key | 28 -------------
lib/nodejs/test/server.mjs | 8 +++-
lib/nodejs/test/test-cases.mjs | 4 ++
lib/nodejs/test/testAll.sh | 6 +--
lib/nodejs/test/test_handler.mjs | 1 +
lib/nodets/Makefile.am | 4 +-
lib/nodets/test/client.ts | 5 ++-
lib/nodets/test/runClient.sh | 4 +-
lib/nodets/test/runServer.sh | 4 +-
lib/nodets/test/server.ts | 5 ++-
lib/nodets/test/test-cases.ts | 4 ++
lib/nodets/test/testAll.sh | 4 +-
lib/nodets/test/test_handler.ts | 12 ++++++
package-lock.json | 49 +++++++++++++++++++---
package.json | 1 +
test/known_failures_Linux.json | 13 ------
test/tests.json | 4 +-
31 files changed, 228 insertions(+), 120 deletions(-)
delete mode 100644 lib/nodejs/test/certificates.README
delete mode 100644 lib/nodejs/test/server.crt
delete mode 100644 lib/nodejs/test/server.key