Nobuaki Sukegawa
01ede042aa
THRIFT-3360 Improve cross test servers and clients further
...
This closes #629
2015-09-28 20:38:37 +02:00
Henrique Mendonça
15d904240e
THRIFT-3122 Javascript struct constructor should properly initialize struct and container members from plain js arguments
...
Patch: Igor Tkach
This closes #519
2015-06-25 22:31:41 +10:00
Roger Meier
0856273095
fix whitespaces detected by .editorconfig
2015-06-14 22:30:22 +02:00
Henrique Mendonça
c0e4a8dc07
Revert "THRIFT-3122 Javascript struct constructor should properly initialize struct and container members from plain js arguments"
...
This reverts commit 1568aef7d4
.
2015-06-01 23:23:22 +10:00
Henrique Mendonça
1568aef7d4
THRIFT-3122 Javascript struct constructor should properly initialize struct and container members from plain js arguments
...
Client: Node and JS
Patch: Igor Tkach
This closes #476
2015-05-27 22:15:46 +10:00
Nobuaki Sukegawa
113b638790
THRIFT-3148 Markdown links to coding_standards are dead
...
This closes #491
2015-05-13 21:40:26 +02:00
Nobuaki Sukegawa
72f8809290
THRIFT-3141 Improve logging of JavaScript test
2015-05-10 18:25:56 +02:00
Nobuaki Sukegawa
63b5120c78
THRIFT-3142 Make JavaScript use downloaded libraries
2015-05-10 18:25:56 +02:00
Nobuaki Sukegawa
fbc6977381
THRIFT-3140 ConcurrentModificationException is thrown by JavaScript test server
2015-05-10 18:25:56 +02:00
Nobuaki Sukegawa
42bc88cfbb
THRIFT-3139 JS library test is flaky
2015-05-10 18:25:56 +02:00
Nobuaki Sukegawa
2c4edd88b1
THRIFT-3134 Remove use of deprecated "phantom.args"
2015-05-10 18:25:56 +02:00
henrique
eec445ef8a
THRIFT-2674 JavaScript: declare Accept: and Content-Type: in request
2015-05-04 21:37:51 +10:00
henrique
55c3abcb63
Revert "THRIFT-2674 JavaScript: declare Accept: and Content-Type: in request"
...
This reverts commit 1e723d931e
.
2015-05-04 21:05:48 +10:00
henrique
1e723d931e
THRIFT-2674 JavaScript: declare Accept: and Content-Type: in request
...
Patch: Stig Bakken
This closes #468
2015-05-01 14:09:00 +10:00
Randy Abernethy
ded6401da4
THRIFT-2999 remove CR/LF post .getattributes text = auto
...
Client: all
Patch: Randy Abernethy
2015-02-15 11:28:40 -08:00
Konrad Grochowski
3bc6424c76
THRIFT-2724 - Coding standards template added all over project
...
Client: All
Patch: Konrad Grochowski
This closes #371
2015-02-05 12:15:19 +01:00
Randy Abernethy
5bde9f75b8
THRIFT-2970:grunt-jsdoc fails due to dependency issues
...
Client: JS Lib
Patch: Randy Abernethy
2015-01-31 06:19:21 -08:00
Konrad Grochowski
f9c4be80a5
line endings fix
...
git merge on linux can fail due to wrong line endings...
2015-01-09 11:32:26 +01:00
radekg
1d30558c8c
THRIFT-2923 Initialise tpos and tstack in the Protocol constructor so writing to a protocol without a message does not fail.
...
This closes : #342
2015-01-04 13:55:52 +01:00
Jens Geyer
8bcfdd98ae
THRIFT-2886 Integrate binary type in standard Thrift cross test
...
Client: C_glib, C++, D, Erlang, Go, Haskell, Lua, Java/Me, JavaScript, Node, Ocaml, Perl, PHP, Python, Ruby
Patch: Jens Geyer
This closes #341
Minimal server-side implementations and TODO stubs for various languages to let "make check" succeeed.
Not contained in this patch and still TODO:
- client side implementations, i.e. calls to testBinary() and appropriate tests
- server side hex printout missing for some languages
2015-01-03 17:37:54 +01:00
Konrad Grochowski
3b5dacba44
THRIFT-2849: spelling errors fixed using codespell tool
...
Client: All
Patch: Anatol Pomozov
This closes #281
2014-11-24 10:55:31 +01:00
Randy Abernethy
8c16ed79c4
THRIFT-2823:grunt tests failing
...
Client: JS
Patch: Randy Abernethy
The lib/js/test/build.xml was copying thrift.js incorrectly.
2014-11-15 21:29:18 -08:00
Randy Abernethy
b2652300c0
THRIFT-2823: grunt jsjq test fail
...
Client: JS
Patch: Randy Abernethy
Node no longer supports loading thrift.js from
parent dir, moved to test/build
2014-11-15 12:02:57 -08:00
Roger Meier
275278e00c
lib/js/test/test.html: fix thrift.js include
2014-10-09 01:28:31 +02:00
Jens Geyer
79f988c27a
THRIFT-2768: Whitespace Fixup
...
Client: General (Makefile.am)
Patch: Jens Geyer
Reverted makefile.am - tabs are not optional there
2014-10-03 20:42:54 +02:00
Jens Geyer
aaa8947f3a
THRIFT-2768: Whitespace Fixup
...
Client: General (Makefile.am, *.thrift)
Patch: Jens Geyer
DocTest.thrift has NOT been changed, the trailing whitespaces are part of the test case.
2014-10-03 20:30:38 +02:00
Randy Abernethy
5057b4cb5a
THRIFT-2750: makes targets for get explicit
...
Client: Java and JavaScript Libs
Patch: Randy Abernethy
This fixes the build.xml for the Java server used to
test JavaScript. Older ants fail when get is used
with a target directory and not an explicit file name.
2014-09-30 17:34:44 -07:00
Liangliang He
5d6378f61e
fix js list<map> support
2014-08-23 22:22:46 +02:00
Jens Geyer
329d59aab0
THRIFT-2576 Implement Thrift.Protocol.prototype.skip method in JavaScript library
...
Client: JavaScript
Patch: Hyungsul Kim
This closes #141
2014-06-19 22:11:53 +02:00
henrique
d0265c7052
THRIFT-2522 TypeScript extension for Thrift Compiler
...
add info and format js/README.md
This closes #124
----
commit ada1016fdd
Author: Pascal Schweizer <pasci@hispeed.ch>
Date: 2014-03-21T16:18:59Z
THRIFT-2522 TypeScript extension for Thrift Compiler
----
2014-05-19 19:31:09 +02:00
ra
a2e4e56598
THRIFT-2398:Improve Node Server Library
...
CLIENT: node
Patch: Randy Abernethy
Update node hello web example and line ending clean up.
2014-03-29 01:14:48 -07:00
Randy Abernethy
d60f9789db
THRIFT-2398:Improve Node Server Library\nClient: Node\nPatch: Randy Abernethy\n\nGeneral server parameter harmonization and comments
2014-03-28 10:36:38 -07:00
Roger Meier
16fcad0b25
THRIFT-2407 use markdown (rename README => README.md)
...
Patch: Roger Meier
2014-03-19 06:47:47 +01:00
Roger Meier
52744eed7b
THRIFT-2397 Add CORS and CSP support for JavaScript and Node.js libraries
...
Patch: Randy Abernethy
2014-03-12 09:38:42 +01:00
henrique
2a7dccc8a0
THRIFT-2355 Add SSL and Web Socket Support to Node and JavaScript
...
Patch: Randy Abernethy
2014-03-07 22:16:51 +01:00
henrique
2f51f327e3
THRIFT-2350 Add async calls to normal JavaScript
...
Patch: Randy Abernethy
2014-02-09 11:21:33 +01:00
henrique
a2de410531
THRIFT-2350 Add async calls to normal JavaScript
...
Patch: Randy Abernethy
2014-02-07 14:12:56 +01:00
henrique
5ba91f23bd
THRIFT-2271 JavaScript: Support for Multiplexing Services
...
Patch: David Sautter
+ jslint fixes
2013-12-20 22:37:20 +01:00
Henrique Mendonça
095ddb7ff8
THRIFT-2190 Add the JavaScript thrift.js lib to the Bower registry
...
Client: nodejs
Patch: Randy Abernethy
plus path changes
2013-09-20 19:38:03 +02:00
henrique
452dd5b42b
THRIFT-1893 HTTP/JSON server/client for node.js
...
Client: nodejs
Patch: Phillip Campbell
2013-08-28 11:10:09 +02:00
Roger Meier
e9248743a8
THRIFT-2120 js: Qunit URL is broken Patch: Roger Meier
2013-08-15 01:22:35 +02:00
Roger Meier
565517a16c
subversion, thanks and good bye
...
;-r
2013-03-22 21:08:39 +01:00
Roger Meier
8ebe0d917c
THRIFT-1594 Java test clients should have a return codes that reflect whether it succeeds or not.
...
Patch: Kamil Salas and Roger Meier
2013-01-06 14:33:39 +01:00
Roger Meier
0193149842
THRIFT-1801 Sync up TApplicationException codes across languages and thrift implementations
...
Patch: Andrew Cox
2012-12-22 21:31:03 +01:00
Roger Meier
741e715e81
THRIFT-1763 jquery ajax code should send application/json content-type
...
Patch: Kevin Radloff
rogerr: my first git commit on Apache Thrift!
;-r
2012-12-11 21:21:00 +01:00
Jake Farrell
6fcecd45a7
Updating Thrift trunk version to 1.0.0-dev
...
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1397293 13f79535-47bb-0310-9956-ffa450edef68
2012-10-11 20:34:25 +00:00
Henrique Mendonca
6af2ec09b3
Client: JS
...
Extend QUnit test cases
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1390990 13f79535-47bb-0310-9956-ffa450edef68
2012-09-27 13:14:36 +00:00
Jake Farrell
970c86a5f2
Thrift-1607:Incorrect file modes for several source files
...
Client: build
Patch: Andrew Cox
File modes of some non-script text files (e.g. .xml, .java, .cc) in the source tree include execute permissions (because these files have the svn:executable property).
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1339492 13f79535-47bb-0310-9956-ffa450edef68
2012-05-17 05:41:09 +00:00
Roger Meier
f666d07289
THRIFT-1514 Callbacks with newer jQuery versions don't work
...
Patch: Andrew Grumet
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1332619 13f79535-47bb-0310-9956-ffa450edef68
2012-05-01 11:20:12 +00:00
Roger Meier
b661e83fab
THRIFT-1277 Node.js serializes false booleans as null
...
Patch: Henrique Mendonca
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1326371 13f79535-47bb-0310-9956-ffa450edef68
2012-04-15 15:58:43 +00:00