Re: [Dev] Sending a HashMap from front end to backend

2018-07-04 Thread Ayesha Dissanayaka
Hi Nila, As we discussed offline, shall we go for a approach where we delete certificates inline, one by one. Rather than keeping deleted list of certificates and newly added in memory and removing/adding them at the SP update will make the page stateful. And may introduce complexities to the user

[Dev] [Siddhi][SDK] Update dependency versions

2018-07-04 Thread Raveen Rathnayake
Hi all, Please review and merge [1]. This PR updates the dependencies of the Siddhi SDK. After merging this PR please trigger a release build of SIddhi SDK 1.0.3. [1] https://github.com/wso2/siddhi-sdk/pull/13 Thank you. Raveen. *Raveen Savinda Rathnayake* *Final Year Undergraduate, Informatics

Re: [Dev] [Siddhi][SDK] Update dependency versions

2018-07-04 Thread Sajith Ariyarathna
[+Analytics Team] On Wed, Jul 4, 2018 at 11:10 PM Raveen Rathnayake wrote: > Hi all, > > Please review and merge [1]. This PR updates the dependencies of the > Siddhi SDK. After merging this PR please trigger a release build of SIddhi > SDK 1.0.3. > > [1] https://github.com/wso2/siddhi-sdk/pull/

Re: [Dev] [Siddhi][SDK] Update dependency versions

2018-07-04 Thread Mohanadarshan Vivekanandalingam
Thanks Raveen for the PR.. Merged and triggered a release build. On Wed, Jul 4, 2018 at 11:09 PM, Raveen Rathnayake wrote: > Hi all, > > Please review and merge [1]. This PR updates the dependencies of the > Siddhi SDK. After merging this PR please trigger a release build of SIddhi > SDK 1.0.3

Re: [Dev] [Siddhi][SDK] Update dependency versions

2018-07-04 Thread Raveen Rathnayake
Hi Mohan, Thank you for merging the PR. Could you please upload the created zip in [1] to [2] and release the SDK? [1] https://wso2.org/jenkins/job/products/job/siddhi-sdk/lastSuccessfulBuild/artifact/target/checkout/modules/siddhi-launcher/target/siddhi-sdk-1.0.3.zip [2] https://github.com/wso2/

[Dev] [VOTE] Release of WSO2 API Manager Microgateway Toolkit 2.5.0 RC1

2018-07-04 Thread Malintha Amarasinghe
Hi all, We are pleased to announce the first release candidate of WSO2 API Manager Microgateway Toolkit 2.5.0. This release fixes the following issues. - Fixes: product-microgateway Distribut

Re: [Dev] [Siddhi][SDK] Update dependency versions

2018-07-04 Thread Mohanadarshan Vivekanandalingam
On Wed, Jul 4, 2018 at 11:58 PM, Raveen Rathnayake wrote: > Hi Mohan, > > Thank you for merging the PR. Could you please upload the created zip in > [1] to [2] and release the SDK? > > [1] https://wso2.org/jenkins/job/products/job/siddhi-sdk/ > lastSuccessfulBuild/artifact/target/checkout/modules

[Dev] Connect to a RDMBS datastore to retrieve data for a SP dashboard widget

2018-07-04 Thread Thisaru Guruge
Hi, I am looking for a way to retrieve data from a RDBMS to show them in a widget in SP dashboard. I found an example from this link thanks to Nisala, and followed it. But widget is not sho