Re: [Dev] [ESB][Connector] Github connector - get List of commits on a repo.

2016-04-05 Thread Rajjaz Mohammed
Hi Lakmini, I'm currently start to improve the GitHub connector, I proposed some methods to improve[1] if you need to add more methods or any suggestions please add. [1][PET] GitHub connector improvement On Tue, Apr 5, 2016 at 3:35 PM, Lakmini Chathurika wrote: > Hi, > > I added new method to

Re: [Dev] [ESB][Connector] Github connector - get List of commits on a repo.

2016-04-05 Thread Lakmini Chathurika
Hi, I added new method to GitHub Connector. Using this method we can list contributors on a repository [1]. I modified following two methods to work with pagination in GitHub API [2]. 1. List Organization Repositories. 2. List Commits on a repository. I created a JIRA [3] & added the PR [4]. Ple

Re: [Dev] [ESB][Connector] Github connector - get List of commits on a repo.

2016-03-04 Thread Malaka Silva
Thx Kathees. Also resolve [1] afterwards. [1] https://wso2.org/jira/browse/ESBCONNECT-85 On Fri, Mar 4, 2016 at 2:20 PM, Kathees Rajendram wrote: > Merged. will release and add to the store. > > On Fri, Mar 4, 2016 at 11:27 AM, Lakmini Chathurika > wrote: > >> Hi, >> >> I added the two new m

Re: [Dev] [ESB][Connector] Github connector - get List of commits on a repo.

2016-03-04 Thread Kathees Rajendram
Merged. will release and add to the store. On Fri, Mar 4, 2016 at 11:27 AM, Lakmini Chathurika wrote: > Hi, > > I added the two new methods to do the followings in GitHub Connector. > > 1.List Organization Repositories.[1]. > 2.List Commits on a repository.[2]. > > I create JIRA [3]&[4] and ad

Re: [Dev] [ESB][Connector] Github connector - get List of commits on a repo.

2016-03-03 Thread Lakmini Chathurika
Hi, I added the two new methods to do the followings in GitHub Connector. 1.List Organization Repositories.[1]. 2.List Commits on a repository.[2]. I create JIRA [3]&[4] and add the PR[5]. Could you please review and merge this. [1].https://developer.github.com/v3/repos/#list-organization-rep

Re: [Dev] [ESB][Connector] Github connector - get List of commits on a repo.

2016-03-03 Thread Malaka Silva
Hi Lakmini, Great if you could contribute. Else put a jira and we will include this in next version of github On Thu, Mar 3, 2016 at 4:12 PM, Lakmini Chathurika wrote: > Hi, > > I need to get the list of repositories that are accessible to the > authenticated user. > Current connector [1] does

Re: [Dev] [ESB][Connector] Github connector - get List of commits on a repo.

2016-03-03 Thread Lakmini Chathurika
Hi, I need to get the list of repositories that are accessible to the authenticated user. Current connector [1] does not support for this but GitHub API [2] is supporting it . So need to implement the method inside the connector. [1]. https://storepreview.wso2.com/store/assets/esbconnector/cf9c44

Re: [Dev] [ESB][Connector] Github connector - get List of commits on a repo.

2016-03-02 Thread Kathees Rajendram
Hi Chanuka, Now we don't have the method[1][2] in github1.0.0 connector. We will include this in next version of github or you can contribute [3] with creating the method. [1] - https://developer.github.com/v3/repos/statistics/#get-the-last-year-of-commit-activity-data [2] - https://developer.gi

[Dev] [ESB][Connector] Github connector - get List of commits on a repo.

2016-03-02 Thread Chanuka Dissanayake
Hi, Current connector [1] doesn't support on the $subject. Github API [2] is supporting it, and need to implement the method inside the connector. As a workaround we can do traverse thorough the pull request (refer [3]) per each repo and retrieve the list. [1] https://storepreview.wso2.com/stor