Re: [Architecture] [App Factory] Per Developer Repos

2014-01-08 Thread Punnadi Gunarathna
Hi all, If the app owner choose the repository type as github while creating an application, we need to have the prerequisite [1] IMO. [1] All the users of this organization need to have a GitHub account. Moreover when the repository is created under the organization context, we will have to

Re: [Architecture] [App Factory] Per Developer Repos

2014-01-08 Thread Manisha Gayathri
On Wed, Jan 8, 2014 at 1:54 PM, Punnadi Gunarathna punn...@wso2.com wrote: Hi all, If the app owner choose the repository type as github while creating an application, we need to have the prerequisite [1] IMO. [1] All the users of this organization need to have a GitHub account. Yes. This

[Architecture] Improving performance of Balana

2014-01-08 Thread Asela Pathberiya
Hi All, As It is discussed; There are two easy ways that could improve the performance of Balana. 1. Parallel evaluation of XACML policies. In Balana, 1st, It would be check whether each policies is valid according to the target element And then it starts the evaluating of matched policies..

Re: [Architecture] Using caching in HumanTask's PeopleQueryEvaluator for performance improvement.

2014-01-08 Thread Nandika Jayawardana
Great improvements hasitha. This should help us get consistent task creation time. Lets add the cache invalidation config time to human task configuration file under the people query evaluator section. 30 seconds should be fine as we are making it configurable. Regards Nandika On Thu, Jan 9,

Re: [Architecture] carbon native linux platform packages

2014-01-08 Thread chris snow
Did my previous email make any sense? Is the recommendation to install separate servers because of JVM isolation, or is there another reason? On Wed, Jan 8, 2014 at 11:25 AM, chris snow chsnow...@gmail.com wrote: What is the driver for recommending to install separate servers for each

Re: [Architecture] [App Factory] Per Developer Repos

2014-01-08 Thread Ajanthan Balachandran
The GithubRepositoryProvider that is already implemented in AF provide API to get the Github username of the AF user and store as claim.Once the user is invited to a project contributer/developer permission will be added to that user provider Github for the repo using Github API. BTW are we going