Re: Fineract - Export Authorization

2018-03-22 Thread Phil Steitz
On 3/21/18 6:59 PM, Victor Manuel Romero Rodriguez wrote: > Hi Myrle, > > Thank you for your response. I'm looking for information too, and > I would like to contribute in this point, right now customers in > Mexico, which are now looking at the OSS projects like Fineract > have this questions and

Re: Merging Swagger API work for Fineract 1.2 release

2018-03-22 Thread Aleksandar Vidakovic
I'll try to get a look at this tomorrow On Thu, Mar 22, 2018, 10:04 PM Sanyam Goel wrote: > Hi Ed, > > All the GCI work was pushed on the same Pull Request #409. > Please let me know if I need to do any other changes in the PR. > > Thanks, > Sanyam > > On Fri, Mar 23,

Re: Merging Swagger API work for Fineract 1.2 release

2018-03-22 Thread Sanyam Goel
Hi Ed, All the GCI work was pushed on the same Pull Request #409. Please let me know if I need to do any other changes in the PR. Thanks, Sanyam On Fri, Mar 23, 2018 at 2:18 AM, Ed Cable wrote: > Sanyam, > > I know that the Swagger work you did during GSOC for Mifos last

Re: Reducing Barriers to Entry for New Contributors WAS [ Re: GSoC 2018: Fineract CN SMS & Email Notifications]

2018-03-22 Thread Ed Cable
Aleks, Apache IDs are only available to committers. The guide to becoming a committer is at https://cwiki.apache.org/confluence/display/FINERACT/Becoming+a+Committer I know that the major body of your work related to Fineract isn't yet something the customer was willing to contribute back yet so

Merging Swagger API work for Fineract 1.2 release

2018-03-22 Thread Ed Cable
Sanyam, I know that the Swagger work you did during GSOC for Mifos last summer is all contained in the open pull request at https://github.com/apache/fineract/pull/409 For the remaining Swagger work on the portfolio APIs that Chirag completed, where are those pull requests at? Aleks, could you

Integration tests for fineract-cn-customer

2018-03-22 Thread Andrey Mochalov
Hello everyone, I have few questions about project fineract-cn-customer. I want to add integration tests in project. I use MockMVC for testing. For example, mockMvc.perform(MockMvcRequestBuilders.post("/customers") .header("X-Tenant-Identifier", "TENANT")