[jira] [Updated] (THRIFT-2350) Add async calls to normal JavaScript

2014-02-05 Thread Randy Abernethy (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Randy Abernethy updated THRIFT-2350: Attachment: 0002-updated-grunfile-and-tests-for-async.patch JavaScript test updates for pr

[jira] [Updated] (THRIFT-2350) Add async calls to normal JavaScript

2014-02-05 Thread Randy Abernethy (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Randy Abernethy updated THRIFT-2350: Description: Currently async call are only available with -gen js if you unwire the client

Build failed in Jenkins: Thrift #1034

2014-02-05 Thread Apache Jenkins Server
See -- [...truncated 5230 lines...] Test run #34: (includes gen-py-newstyle) Server=TSimpleServer, Proto=compact, zlib=False, SSL=True Testing server TSimpleServer: /usr/bin/python ./TestServer.py --genpydir

[jira] [Updated] (THRIFT-2350) Add async calls to normal JavaScript

2014-02-05 Thread Randy Abernethy (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Randy Abernethy updated THRIFT-2350: Attachment: 0001-add-async-support-to-default-JavaScript-client.patch corrected patch > A

[jira] [Updated] (THRIFT-2350) Add async calls to normal JavaScript

2014-02-05 Thread Randy Abernethy (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Randy Abernethy updated THRIFT-2350: Attachment: (was: 0001-add-async-support-to-default-JavaScript-client.patch) > Add as

RE: Coverity Scan

2014-02-05 Thread Roger Meier
Jens, I created this: https://scan.coverity.com/projects/1345?tab=overview Nice, but manual upload... And I made this a while ago: https://codeclimate.com/github/apache/thrift/ my view on QA area 1. compiler warnings, standard conformance => travis, TODO, HACK, FIXME 2. static code analysis => c

[jira] [Assigned] (THRIFT-1457) Capacity of TframedTransport write buffer is never reset

2014-02-05 Thread Roger Meier (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roger Meier reassigned THRIFT-1457: --- Assignee: Roger Meier > Capacity of TframedTransport write buffer is never reset > -

[jira] [Created] (THRIFT-2350) Add async calls to normal JavaScript

2014-02-05 Thread Randy Abernethy (JIRA)
Randy Abernethy created THRIFT-2350: --- Summary: Add async calls to normal JavaScript Key: THRIFT-2350 URL: https://issues.apache.org/jira/browse/THRIFT-2350 Project: Thrift Issue Type: Impro

[jira] [Updated] (THRIFT-2350) Add async calls to normal JavaScript

2014-02-05 Thread Randy Abernethy (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Randy Abernethy updated THRIFT-2350: Attachment: 0001-add-async-support-to-default-JavaScript-client.patch patch > Add async c

Coverity Scan

2014-02-05 Thread Jens Geyer
Hi *, I know we have some Travis users around. I recently found this https://scan.coverity.com/ and it sounds interesting to me. Does anyone use that already and/or has plans to check this out in near future? Regards, JensG

[jira] [Commented] (THRIFT-2294) Incorrect Makefile generation

2014-02-05 Thread Roger Meier (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13892590#comment-13892590 ] Roger Meier commented on THRIFT-2294: - *./configure --without-d* and still some issue

Re: Securing public Thrift API

2014-02-05 Thread Sachith Withana
Thanks a lot Roger. I will look into those. On Wed, Feb 5, 2014 at 3:35 PM, Roger Meier wrote: > Hi Sachith > > Sorry for the long delay... > > I recommend to use a string authToken or similar within each service as > first parameter. > This enables security at service level and is usually the

[jira] [Commented] (THRIFT-2349) Golang - improve tutorial

2014-02-05 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13892584#comment-13892584 ] Hudson commented on THRIFT-2349: SUCCESS: Integrated in Thrift #1033 (See [https://build

Jenkins build is back to normal : Thrift #1033

2014-02-05 Thread Apache Jenkins Server
See

RE: Securing public Thrift API

2014-02-05 Thread Roger Meier
Hi Sachith Sorry for the long delay... I recommend to use a string authToken or similar within each service as first parameter. This enables security at service level and is usually the thing you need from a long term perspective. On the other hand there is SSL at the transport layer. Good in co

[jira] [Resolved] (THRIFT-2349) Golang - improve tutorial

2014-02-05 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer resolved THRIFT-2349. Resolution: Fixed Fix Version/s: 0.9.2 Committed, thanks Chris! > Golang - improve tutori

[jira] [Created] (THRIFT-2349) Golang - improve tutorial

2014-02-05 Thread Chris Bannister (JIRA)
Chris Bannister created THRIFT-2349: --- Summary: Golang - improve tutorial Key: THRIFT-2349 URL: https://issues.apache.org/jira/browse/THRIFT-2349 Project: Thrift Issue Type: Improvement

[jira] [Updated] (THRIFT-2349) Golang - improve tutorial

2014-02-05 Thread Chris Bannister (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Bannister updated THRIFT-2349: Attachment: THRIFT-2349.patch > Golang - improve tutorial > - > >