summaryrefslogtreecommitdiff
path: root/test/rb
Commit message (Expand)AuthorAgeFilesLines
* Replace ThriftTest.thrift with v0.16/ThriftTest.thrift to allow for merging t...Jens Geyer2022-09-051-2/+2
* THRIFT-4717: fix up make clean with autoconfJames E. King III2019-01-251-0/+5
* THRIFT-4631 Fix Ruby codegen to gen valid ruby for recursive structsCharles Giardina2018-09-152-0/+42
* THRIFT-4342: update ruby tests to use rspec 3, updated all dependencies for rubyJames E. King III2018-03-231-3/+3
* THRIFT-4525: add ruby cross test ssl supportJames E. King III2018-03-212-11/+48
* THRIFT-4358: add unix domain socket option to ruby cross testsJames E. King III2018-03-212-15/+35
* configure.ac, Makefile.am: introduce THRIFT variable to support cross-compila...Thomas Petazzoni2017-09-091-2/+0
* THRIFT-3495 Minor enhancements and fixes for cross testNobuaki Sukegawa2015-12-241-0/+26
* THRIFT-3452 .travis.yml: Migrating from legacy to container-based infrastructureNobuaki Sukegawa2015-12-051-2/+2
* THRIFT-3376 C# and Python JSON protocol double values lose precisionNobuaki Sukegawa2015-10-141-1/+1
* THRIFT-3374 Ruby TJSONProtocol fails to unescape string valuesNobuaki Sukegawa2015-10-111-1/+10
* THRIFT-3373: cross test cleanupRandy Abernethy2015-10-091-4/+8
* THRIFT-3364 Fix ruby binary field encoding in TJSONProtocolJens Geyer2015-10-023-1/+4
* THRIFT-3342 Improve ruby cross test client and server compatibilityNobuaki Sukegawa2015-09-222-50/+146
* THRIFT-847 Test Framework harmonization across all languagesRoger Meier2015-03-241-2/+4
* THRIFT-2886 Integrate binary type in standard Thrift cross testJens Geyer2015-01-032-1/+3
* THRIFT-2849: spelling errors fixed using codespell toolKonrad Grochowski2014-11-241-1/+1
* THRIFT-2768: Whitespace FixupJens Geyer2014-10-031-4/+4
* THRIFT-2768: Whitespace FixupJens Geyer2014-10-031-4/+4
* THRIFT-2578 Moving 'make cross' from test.sh to test.pyRoger Meier2014-06-182-0/+4
* THRIFT-847 Test Framework harmonization across all languagesRoger Meier2014-06-107-673/+210
* THRIFT-1810 add ruby to test/test.shRoger Meier2014-01-196-15/+18
* Thrift-2137:Ruby test lib fails jenkins build #864jfarrell2013-08-182-1/+10
* Thrift-1714:Explicitly add CWD to Ruby test_suites.rbJake Farrell2012-10-061-1/+1
* THRIFT-526. rb: Generated Ruby enums have no good way to get the names back o...Bryan Duxbury2009-06-241-0/+6
* THRIFT-421. rb: Fix tests broken by original patchKevin Clark2009-04-072-2/+2
* THRIFT-430. rb: ruby tutorials and ruby tests require deprecated files and cl...Bryan Duxbury2009-04-079-13/+3
* THRIFT-387. Add license headers to a bunch of filesDavid Reiss2009-03-3016-0/+304
* THRIFT-275. rb: Remove deprecated classes from Ruby libraryBryan Duxbury2009-03-243-6/+2
* Remove now defunct tests (they've been moved to specs in lib/rb)Kevin Clark2009-03-041-275/+0
* THRIFT-352. rb: Implicit enums should be valid valuesKevin Clark2009-03-041-0/+9
* THRIFT-216. Add validate method to fixtures so tests passKevin Clark2009-01-141-0/+54
* Merge branch 'fastbinary'Kevin Clark2008-07-0813-23/+1211
* Fix odd bug in integration tests where it passed the wrong args to an Excepti...Kevin Clark2008-06-181-1/+1
* Improve compatibility with the old Hash-style set.Kevin Clark2008-06-181-3/+3
* Fix the last of the deprecated names in testsKevin Clark2008-06-181-7/+6
* Fix name usage in tests. Remove test for TTransport as it really wasn't testi...Kevin Clark2008-06-182-21/+5
* Remove test_remappings because it isn't comprehensive and it's triggering und...Kevin Clark2008-06-181-21/+1
* Clean up the last few deprecation warnings in the testsKevin Clark2008-06-181-7/+7
* Fix up thrift/thrift to only require the the files that define the classes it...Kevin Clark2008-06-181-2/+2
* rb: Add more classes/modules to the Thrift namespace. Provide backwards compa...Kevin Clark2008-06-182-2/+34
* rb: Add deprecate! method Rename TTransport#readAll/isOpen, and deprecateKevin Clark2008-06-181-3/+19
* Exercise namespacing in Ruby testsKevin Clark2008-06-181-4/+4
* Swap out 'tests' target for 'check' in Ruby MakefileKevin Clark2008-06-181-2/+2
* Add tests for Ruby TTransport. Only require .rb files in ruby tests.Kevin Clark2008-06-183-1/+67
* Reorganize testsKevin Clark2008-06-188-130/+42
* Tweak Ruby Makefile to use --gen syntaxKevin Clark2008-06-181-2/+2
* Make "make clean" rules a bit more standard.David Reiss2008-02-241-1/+1
* Thrift: Whitespace cleanup.David Reiss2008-02-063-3/+3
* Ruby default values patchMark Slee2008-01-107-139/+284