[thrift] branch master updated: Fixed double newline at end of generated python service files (#2236)

2020-09-14 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git The following commit(s) were added to refs/heads/master by this push: new 304f50b Fixed double newline at end

[thrift] branch master updated: THRIFT-5240: Tweak the default go server connectivity check interval

2020-10-07 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git The following commit(s) were added to refs/heads/master by this push: new daf6209 THRIFT-5240: Tweak the default go

[thrift] branch master updated: THRIFT-5294: Fix panic in go TSimpleJSONProtocol

2020-10-14 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git The following commit(s) were added to refs/heads/master by this push: new 64c2a4b THRIFT-5294: Fix panic in go

[thrift] branch master updated: Add DuplicateTo protocol to go's TDebugProtocol

2020-10-19 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git The following commit(s) were added to refs/heads/master by this push: new 2676327 Add DuplicateTo protocol to go's

[thrift] branch master updated: THRIFT-5270: Fix wrong int to string conversions

2020-08-29 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git The following commit(s) were added to refs/heads/master by this push: new 22b6c0c THRIFT-5270: Fix wrong int to string

[thrift] branch master updated: THRIFT-5279: Go serializer/deserializer cleanups

2020-09-23 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git The following commit(s) were added to refs/heads/master by this push: new 6dcd64e THRIFT-5279: Go serializer

[thrift] branch master updated: THRIFT-5278: Allow set protoID in go THeader transport/protocol

2020-09-22 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git The following commit(s) were added to refs/heads/master by this push: new a2c4466 THRIFT-5278: Allow set protoID in go

[thrift] branch master updated: Fix typo

2020-09-30 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git The following commit(s) were added to refs/heads/master by this push: new b1a5cd6 Fix typo b1a5cd6 is described below

[thrift] branch master updated (68c1506 -> 01d53f4)

2020-08-06 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git. from 68c1506 THRIFT-5261 Support for deprecated methods (via annotation) Client: Delphi Patch: Jens Geyer add

[thrift] branch master updated (0dd1363 -> 5dc1d26)

2020-06-30 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git. from 0dd1363 THRIFT-5190: StringUtils haven't take `(offset + length) > bytes.length` into account Client: java Pa

[thrift] branch master updated: THRIFT-5240: Do connectivity check in Go server

2020-07-01 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git The following commit(s) were added to refs/heads/master by this push: new 4db7a0a THRIFT-5240: Do connectivity check

[thrift] branch master updated: THRIFT-5324: Create new req buffer for every http request

2020-12-16 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git The following commit(s) were added to refs/heads/master by this push: new dda8054 THRIFT-5324: Create new req buffer

[thrift] branch master updated: THRIFT-5322: Guard against large string/binary lengths in Go

2020-12-16 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git The following commit(s) were added to refs/heads/master by this push: new 37c2ceb THRIFT-5322: Guard against large

[thrift] branch master updated: THRIFT-5338: Raise minimal supported go version to 1.14.14

2021-01-20 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git The following commit(s) were added to refs/heads/master by this push: new e27e82c THRIFT-5338: Raise minimal supported

[thrift] branch master updated: THRIFT-5338: Remove lib/go/thrift/go.mod

2021-01-20 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git The following commit(s) were added to refs/heads/master by this push: new d9fcdd3 THRIFT-5338: Remove lib/go/thrift

[thrift] branch master updated: THRIFT-5326: Expand TException interface in go library

2021-01-17 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git The following commit(s) were added to refs/heads/master by this push: new d831230 THRIFT-5326: Expand TException

[thrift] branch master updated: THRIFT-5322: Implement TConfiguration in Go library

2021-01-17 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git The following commit(s) were added to refs/heads/master by this push: new c4d1c0d THRIFT-5322: Implement TConfiguration

[thrift] branch master updated: THRIFT-4914: Make TClient.Call to return the response meta

2021-01-22 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git The following commit(s) were added to refs/heads/master by this push: new c2ddaf0 THRIFT-4914: Make TClient.Call

[thrift] branch master updated (d9fcdd3 -> 8dd04f4)

2021-01-22 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git. from d9fcdd3 THRIFT-5338: Remove lib/go/thrift/go.mod add 8dd04f4 THRIFT-5322: THeaderTransport protocol id fix

[thrift] branch master updated: THRIFT-5326: Make PrependError more unwrap-able

2021-01-19 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git The following commit(s) were added to refs/heads/master by this push: new 0e68e8c THRIFT-5326: Make PrependError more

[thrift] branch master updated: THRIFT-5331: Py: make THeader subprotocol configurable (#2302)

2021-01-04 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git The following commit(s) were added to refs/heads/master by this push: new 1c35d6b THRIFT-5331: Py: make THeader

[thrift] branch master updated: THRIFT-5337 Go set fields write improvement

2021-02-03 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git The following commit(s) were added to refs/heads/master by this push: new 4aaef75 THRIFT-5337 Go set fields write

[thrift] branch master updated: THRIFT-5411: Catch SocketTimeoutException in TIOStreamTransport read

2021-06-03 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git The following commit(s) were added to refs/heads/master by this push: new be20ad7 THRIFT-5411: Catch

[thrift] 01/02: THRIFT-5404: Allow other types of TTransportException to be timeouts

2021-04-28 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git commit fe3f8a1279660b2e3a47798fa2c8a7bd6800e4e9 Author: Yuxuan 'fishy' Wang AuthorDate: Tue Apr 27 19:56:58 2021 -0700

[thrift] 02/02: Fix travis CI for NPM

2021-04-28 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git commit 0f735583bb258ce8ec141eb2e9aad3ce51052322 Author: Yuxuan 'fishy' Wang AuthorDate: Wed Apr 28 08:33:36 2021 -0700

[thrift] branch master updated (80415f0 -> 0f73558)

2021-04-28 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git. from 80415f0 commented private code that is definitely never used new fe3f8a1 THRIFT-5404: Allow other types

[thrift] branch master updated (66d8976 -> 65ea752)

2021-03-24 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git. from 66d8976 THRIFT-5347 Remove deprecated Haskell bindings Client: hs Patch: Jens Geyer add 65ea752 Adds fuzz

[thrift] branch master updated: THRIFT-5358: Add go.mod file to root directory

2021-03-24 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git The following commit(s) were added to refs/heads/master by this push: new b71f11e THRIFT-5358: Add go.mod file to root

[thrift] branch master updated: Fix lib/go/test/fuzz for oss-fuzz project

2021-03-26 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git The following commit(s) were added to refs/heads/master by this push: new 3761f00 Fix lib/go/test/fuzz for oss-fuzz

[thrift] branch master updated (cc70b4e -> 62beb67)

2021-03-15 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git. from cc70b4e THIRFT-5367 Fix crashes when using Ruby compaction GC Client: rb Patch: Stan Hu add 62beb67 Early

[thrift] branch master updated: THRIFT-5369: Use MaxMessageSize to check container sizes

2021-04-09 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git The following commit(s) were added to refs/heads/master by this push: new 6583f4e THRIFT-5369: Use MaxMessageSize

[thrift] branch master updated: THRIFT-5352: Fix construction of Py exceptions with no fields

2021-02-16 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git The following commit(s) were added to refs/heads/master by this push: new 055fe67 THRIFT-5352: Fix construction of Py

[thrift] branch master updated: THRIFT-4914: Fix name redeclaration bug in compiled go code

2021-02-17 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git The following commit(s) were added to refs/heads/master by this push: new a2522c0 THRIFT-4914: Fix name redeclaration

[thrift] branch master updated: THRIFT-5353: Fix import dedup without explicit go namespace

2021-02-18 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git The following commit(s) were added to refs/heads/master by this push: new f9177f3 THRIFT-5353: Fix import dedup without

[thrift] branch master updated: Move ConflictingNamesTest to lib/go/test

2021-02-22 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git The following commit(s) were added to refs/heads/master by this push: new b0b3531 Move ConflictingNamesTest to lib/go

[thrift] 01/04: THRIFT-5352: Fix construction of Py exceptions with no fields

2021-02-22 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch 0.14.0 in repository https://gitbox.apache.org/repos/asf/thrift.git commit cee3ddb0e0a18d0aa1a1f5b06e643604c5c4ee86 Author: Neil Williams AuthorDate: Tue Feb 16 15:12:15 2021 -0800 THRIFT

[thrift] branch 0.14.0 updated (2c0f932 -> e89b3e1)

2021-02-22 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a change to branch 0.14.0 in repository https://gitbox.apache.org/repos/asf/thrift.git. from 2c0f932 THRIFT-5347 Deprecate Haskell bindings Client: hs Patch: Jens Geyer new cee3ddb THRIFT-5352: Fix

[thrift] 02/04: THRIFT-4914: Fix name redeclaration bug in compiled go code

2021-02-22 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch 0.14.0 in repository https://gitbox.apache.org/repos/asf/thrift.git commit abb8fa8c44caaa0e46038f7a0840e559cd3b51be Author: Yuxuan 'fishy' Wang AuthorDate: Wed Feb 17 12:58:40 2021 -0800

[thrift] 04/04: THRIFT-5353: Fix import dedup without explicit go namespace

2021-02-22 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch 0.14.0 in repository https://gitbox.apache.org/repos/asf/thrift.git commit e89b3e11eed32ac7aa34d566ee1a8f45710a270b Author: Yuxuan 'fishy' Wang AuthorDate: Thu Feb 18 11:52:27 2021 -0800

[thrift] 03/04: Move ConflictingNamesTest to lib/go/test

2021-02-22 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch 0.14.0 in repository https://gitbox.apache.org/repos/asf/thrift.git commit bb8fec7930a3a6789d0b9602412ee57a56ad551c Author: Yuxuan 'fishy' Wang AuthorDate: Thu Feb 18 09:09:20 2021 -0800

[thrift] branch master updated: go: Fix things staticcheck complains about

2021-08-27 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git The following commit(s) were added to refs/heads/master by this push: new 17373a3 go: Fix things staticcheck complains

[thrift] branch 0.15.0 updated: go: Fix things staticcheck complains about

2021-08-27 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch 0.15.0 in repository https://gitbox.apache.org/repos/asf/thrift.git The following commit(s) were added to refs/heads/0.15.0 by this push: new 5f829f1 go: Fix things staticcheck complains

[thrift] branch master updated: THRIFT-5447: Update supported Go versions

2021-08-19 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git The following commit(s) were added to refs/heads/master by this push: new a265236 THRIFT-5447: Update supported Go

[thrift] branch 0.15.0 updated: THRIFT-5447: Update supported Go versions

2021-08-19 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch 0.15.0 in repository https://gitbox.apache.org/repos/asf/thrift.git The following commit(s) were added to refs/heads/0.15.0 by this push: new 57b9aa0 THRIFT-5447: Update supported Go

[thrift] branch master updated: THRIFT-5459: Fix breaking issue when adding a new exception

2021-09-03 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git The following commit(s) were added to refs/heads/master by this push: new cdbcff9 THRIFT-5459: Fix breaking issue when

[thrift] branch 0.15.0 updated: THRIFT-5459: Fix breaking issue when adding a new exception

2021-09-03 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch 0.15.0 in repository https://gitbox.apache.org/repos/asf/thrift.git The following commit(s) were added to refs/heads/0.15.0 by this push: new 67bf304 THRIFT-5459: Fix breaking issue when

[thrift] branch master updated (0cc0650 -> 38bd636)

2021-09-09 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git. from 0cc0650 Remove redundant `format!(..)` macro calls (#2443) add 38bd636 THRIFT-4868: Golang: Fix compilation

[thrift] branch master updated: THRIFT-4797: Go import improvements

2021-08-01 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git The following commit(s) were added to refs/heads/master by this push: new 2c78047 THRIFT-4797: Go import improvements

[thrift] branch master updated: THRIFT-5389: Fix const generation for optional fields

2021-07-30 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git The following commit(s) were added to refs/heads/master by this push: new f695535 THRIFT-5389: Fix const generation

[thrift] branch master updated: THRIFT-5453: Defer DNS from NewTSocketConf to TSocket.Open

2021-08-11 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git The following commit(s) were added to refs/heads/master by this push: new fb539ae THRIFT-5453: Defer DNS from

[thrift] branch 0.15.0 updated: THRIFT-5453: Defer DNS from NewTSocketConf to TSocket.Open

2021-08-11 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch 0.15.0 in repository https://gitbox.apache.org/repos/asf/thrift.git The following commit(s) were added to refs/heads/0.15.0 by this push: new efff4a2 THRIFT-5453: Defer DNS from

[thrift] annotated tag lib/go/thrift/v0.0.1-do-not-use updated (a62b40c -> b4ee023)

2021-10-18 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a change to annotated tag lib/go/thrift/v0.0.1-do-not-use in repository https://gitbox.apache.org/repos/asf/thrift.git. *** WARNING: tag lib/go/thrift/v0.0.1-do-not-use was modified! *** from a62b40c (commit

[thrift] branch master updated: Modified build tags to allow js/wasm target

2021-09-20 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git The following commit(s) were added to refs/heads/master by this push: new ab2f23a Modified build tags to allow js/wasm

[thrift] branch master updated: THRIFT-5490: Use pooled buffer for THeaderTransport

2021-12-17 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git The following commit(s) were added to refs/heads/master by this push: new d582a86 THRIFT-5490: Use pooled buffer

[thrift] branch master updated: Define PY_SSIZE_T_CLEAN to use PyObject_CallFunction

2021-12-16 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git The following commit(s) were added to refs/heads/master by this push: new b724787 Define PY_SSIZE_T_CLEAN to use

[thrift] branch master updated: Update README for go library

2021-07-26 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git The following commit(s) were added to refs/heads/master by this push: new 68c0272 Update README for go library 68c0272

[thrift] branch master updated: THRIFT-5490: Use pooled buffer for TFramedTransport

2022-01-05 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git The following commit(s) were added to refs/heads/master by this push: new 999e6e3 THRIFT-5490: Use pooled buffer

[thrift] branch master updated (9d7d627 -> 39d7278)

2022-01-08 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git. from 9d7d627 Remove excess assertions add 39d7278 go: Make socketConn.Close thread-safe No new revisions were

[thrift] branch master updated: Bump the versions of Go used in Travis

2022-01-11 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git The following commit(s) were added to refs/heads/master by this push: new bbc7c5f Bump the versions of Go used in Travis

[thrift] branch master updated: Use iotest.OneByteReader instead of self implemented one

2022-01-06 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git The following commit(s) were added to refs/heads/master by this push: new e12fbe8 Use iotest.OneByteReader instead

[thrift] branch master updated: THRIFT-5539: Decouple TDuplicateToProtocol out of TDebugProtocol

2022-03-15 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git The following commit(s) were added to refs/heads/master by this push: new 6433994 THRIFT-5539: Decouple

[thrift] branch master updated: THRIFT-5495: close client when shutdown server in go lib Client: go

2022-02-16 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git The following commit(s) were added to refs/heads/master by this push: new 2fa907e THRIFT-5495: close client when

[thrift] branch master updated: THRIFT-5527: Don't swallow idl exceptions in Process function

2022-02-23 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git The following commit(s) were added to refs/heads/master by this push: new 9bee877 THRIFT-5527: Don't swallow idl

[thrift] branch master updated: THRIFT-5541: Clarify on THeader key/value format in the spec

2022-03-31 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git The following commit(s) were added to refs/heads/master by this push: new e165fa3 THRIFT-5541: Clarify on THeader key

[thrift] branch 0.16.0 updated: THRIFT-5509: Close connection in IsOpen

2022-02-03 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch 0.16.0 in repository https://gitbox.apache.org/repos/asf/thrift.git The following commit(s) were added to refs/heads/0.16.0 by this push: new 56a840a THRIFT-5509: Close connection

[thrift] branch master updated: THRIFT-5509: Close connection in IsOpen

2022-02-03 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git The following commit(s) were added to refs/heads/master by this push: new 6f33b04 THRIFT-5509: Close connection

[thrift] branch 0.16.0 updated: THRIFT-5509: Suppress noisy log from go's TSimpleServer

2022-02-08 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch 0.16.0 in repository https://gitbox.apache.org/repos/asf/thrift.git The following commit(s) were added to refs/heads/0.16.0 by this push: new 3031394 THRIFT-5509: Suppress noisy log from

[thrift] branch master updated: THRIFT-5509: Suppress noisy log from go's TSimpleServer

2022-02-08 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git The following commit(s) were added to refs/heads/master by this push: new acd19a8 THRIFT-5509: Suppress noisy log from

[thrift] branch 0.16.0 updated: THRIFT-5512: Update java dependencies

2022-02-09 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch 0.16.0 in repository https://gitbox.apache.org/repos/asf/thrift.git The following commit(s) were added to refs/heads/0.16.0 by this push: new a8e3b75 THRIFT-5512: Update java dependencies

[thrift] branch master updated: THRIFT-5512: Update java dependencies

2022-02-09 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git The following commit(s) were added to refs/heads/master by this push: new 0b29261 THRIFT-5512: Update java dependencies

[thrift] branch master updated: Fix the travis issue

2022-01-27 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git The following commit(s) were added to refs/heads/master by this push: new c4f2ba1 Fix the travis issue c4f2ba1

[thrift] branch master updated: Remove excess assertions

2022-01-08 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git The following commit(s) were added to refs/heads/master by this push: new 9d7d627 Remove excess assertions 9d7d627

[thrift] branch master updated (0ca6e888f -> 407630f28)

2023-09-20 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git from 0ca6e888f Release Management: added the missing EXTRA_DIST validation step add 407630f28 fix: fix

[thrift] 02/06: fix gradle format

2023-08-20 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch 0.19.0 in repository https://gitbox.apache.org/repos/asf/thrift.git commit 628023c273d203fc5a38c47f4eaeeb3c9295ef70 Author: Jiayu Liu AuthorDate: Wed Jul 5 08:32:55 2023 + fix gradle

[thrift] branch 0.19.0 updated (30b31aaec -> 291b560c3)

2023-08-20 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a change to branch 0.19.0 in repository https://gitbox.apache.org/repos/asf/thrift.git from 30b31aaec Release 0.19.0 new fd60a9a3a reformat kotlin files new 628023c27 fix gradle format new

[thrift] 06/06: THRIFT-5653: Fix Java UUID typeid

2023-08-20 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch 0.19.0 in repository https://gitbox.apache.org/repos/asf/thrift.git commit 291b560c36f7f1a15ab87b19ceef23b0d92e11c6 Author: Yuxuan 'fishy' Wang AuthorDate: Thu Aug 10 08:54:54 2023 -0700

[thrift] 01/06: reformat kotlin files

2023-08-20 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch 0.19.0 in repository https://gitbox.apache.org/repos/asf/thrift.git commit fd60a9a3a167154fdb1b9f10685197a6f469a52f Author: Jiayu Liu AuthorDate: Wed Jul 5 08:18:26 2023 + reformat

[thrift] 04/06: fix kotlin cross test by downgrading to java 8 (#2840)

2023-08-20 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch 0.19.0 in repository https://gitbox.apache.org/repos/asf/thrift.git commit 4ca47e0362c943e5fd389c61c793986ac99d4e05 Author: Jiayu Liu AuthorDate: Thu Aug 10 06:33:43 2023 +0800 fix kotlin

[thrift] 03/06: Update supported go versions to 1.20 and 1.21

2023-08-20 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch 0.19.0 in repository https://gitbox.apache.org/repos/asf/thrift.git commit 79c56026fc012ba7e3ecb3eefb120dd19047bd5b Author: Yuxuan 'fishy' Wang AuthorDate: Fri Jun 23 09:29:25 2023 -0700

[thrift] 05/06: THRIFT-5731: Handle ErrAbandonRequest automatically

2023-08-20 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch 0.19.0 in repository https://gitbox.apache.org/repos/asf/thrift.git commit ee1a7ea35b72ab95445106410343088cf66ac173 Author: Yuxuan 'fishy' Wang AuthorDate: Wed Aug 9 15:06:37 2023 -0700

[thrift] branch master updated (88a45ac77 -> 8045d82f0)

2022-04-25 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git from 88a45ac77 THRIFT-5449: Use poll instead of select in Python TNonblockingServer if available Client: Python add

[thrift] branch master updated (c4e96c757 -> 162cbb489)

2022-05-21 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git from c4e96c757 THRIFT-5584: use gradle toolchain to specify Java 11 with --release 8 (#2606) add 162cbb489 Minor

[thrift] branch master updated (5b158389b -> 8e217dca6)

2022-05-12 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git from 5b158389b THRIFT-5581: use gradle 7 for java/kotlin (#2601) add 71ba05ba2 THRIFT-5569: Fix size check

[thrift] branch master updated (4959a9238 -> e3eb9afb2)

2022-06-10 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git from 4959a9238 THRIFT-5592 Add uuid type documentation Patch: Triton Circonflexe add e3eb9afb2 THRIFT-5595: Handle

[thrift] branch master updated (a24bcd39a -> dae1437ca)

2022-05-10 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git from a24bcd39a THRIFT-5582: Improve TProtocol.java for Kotlin generator (#2603) add dae1437ca THRIFT-5583: Add

[thrift] branch master updated (cea5559ec -> 2acfe0fc7)

2022-10-26 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git from cea5559ec lib: cpp: protocol: declare when methods override add 2acfe0fc7 THRIFT-5650: Implement UUID in Go

[thrift] branch master updated (baa0daa47 -> 19c13b4cc)

2022-10-21 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git from baa0daa47 THRIFT-5653: Update TType.uuid raw value to 16 (#2717) add 19c13b4cc THRIFT-5650: Implement UUID in Go

[thrift] branch master updated (944b8e68a -> d5927a960)

2022-09-11 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git from 944b8e68a fixed a ton of missing ASF headers in *.thrift files add d5927a960 THRIFT-5423: IDL parameter

[thrift] branch master updated (32bd0bd95 -> 50c3eca33)

2022-10-11 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git from 32bd0bd95 Bump go version to 1.9.2 and update hashes (#2701) add 50c3eca33 Fix go.mod No new revisions were

[thrift] branch master updated (3f9b7d0da -> 7ae180bb1)

2022-08-06 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git from 3f9b7d0da Update supported go version to 1.18.* and 1.19.* add 7ae180bb1 THRIFT-5609: Make TJSONProtocol safe

[thrift] branch master updated (7ae180bb1 -> bdfde857a)

2022-08-09 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git from 7ae180bb1 THRIFT-5609: Make TJSONProtocol safe to be used in deserializer pool add bdfde857a Add a generic

[thrift] branch master updated (5a1924788 -> 892b6731e)

2022-08-02 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git from 5a1924788 Merge pull request #2636 from PikachuHy/master add 892b6731e THRIFT-5605: Client middleware to extract

[thrift] branch master updated (892b6731e -> 3f9b7d0da)

2022-08-02 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git from 892b6731e THRIFT-5605: Client middleware to extract exceptions add 3f9b7d0da Update supported go version to 1.18

[thrift] branch master updated (916ae8b81 -> b39370ec3)

2023-01-03 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git from 916ae8b81 py server: Listen also on IPv4 add b39370ec3 THRIFT-5601: Fix forward typedef in go compiler No new

[thrift] branch master updated (2acfe0fc7 -> e8353cb46)

2022-11-02 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git from 2acfe0fc7 THRIFT-5650: Implement UUID in Go compiler add e8353cb46 Use multi-module to cleanup top level go.mod

[thrift] branch 0.18.1 updated: THRIFT-5685: Revert "THRIFT-5601: Fix forward typedef in go compiler"

2023-02-16 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch 0.18.1 in repository https://gitbox.apache.org/repos/asf/thrift.git The following commit(s) were added to refs/heads/0.18.1 by this push: new 8fcdf7d5d THRIFT-5685: Revert "THRIFT-5601

[thrift] branch master updated (12ab079ec -> cb60265ec)

2023-04-06 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git from 12ab079ec Bump test/go dependency add cb60265ec THRIFT-5696: Allow custom TConfiguration for TByteBuffer.java

[thrift] branch master updated (66aac4465 -> 5cdf89019)

2023-04-05 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git from 66aac4465 THRIFT-5692 Support for deprecated methods (via annotation) Client: haxe Patch: Jens Geyer add

[thrift] branch master updated (5cdf89019 -> 12ab079ec)

2023-04-05 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git from 5cdf89019 Fix github actions error on go tests add 12ab079ec Bump test/go dependency No new revisions were

[thrift] branch master updated (f223bd3b5 -> b94eac7ca)

2023-02-02 Thread yuxuan
This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git from f223bd3b5 Improve enum support for json generator add b94eac7ca Update supported go versions No new revisions

  1   2   3   >