[GitHub] stratos pull request: Fixed listing cartridge groups in cli

2015-11-30 Thread pubudu538
Github user pubudu538 commented on a diff in the pull request: https://github.com/apache/stratos/pull/379#discussion_r46133085 --- Diff: components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/api/StratosApiV41Utils.java --- @@ -127,10 +127,10

[GitHub] stratos pull request: Adding kubernetes services to member initial...

2015-11-30 Thread pubudu538
Github user pubudu538 commented on a diff in the pull request: https://github.com/apache/stratos/pull/431#discussion_r46117332 --- Diff: components/org.apache.stratos.cloud.controller/src/main/java/org/apache/stratos/cloud/controller/messaging/topology/TopologyBuilder.java

[GitHub] stratos pull request: Fixing line spaces added

2015-11-30 Thread pubudu538
GitHub user pubudu538 opened a pull request: https://github.com/apache/stratos/pull/497 Fixing line spaces added Fixed line space added in a method. Renamed hasDP to groupParentHasDeploymentPolicy simplified the logic in group validation You can merge this pull request

[GitHub] stratos pull request: Group validation for deployment policies def...

2015-11-29 Thread pubudu538
Github user pubudu538 commented on a diff in the pull request: https://github.com/apache/stratos/pull/371#discussion_r46109989 --- Diff: components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/api/StratosApiV41Utils.java --- @@ -1551,14 +1552,62

[GitHub] stratos pull request: Fixed not showing exceptions when adding an ...

2015-11-29 Thread pubudu538
Github user pubudu538 commented on a diff in the pull request: https://github.com/apache/stratos/pull/380#discussion_r46094208 --- Diff: components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/api/StratosApiV41Utils.java --- @@ -1396,7 +1396,8

[GitHub] stratos pull request: Adding kubernetes services to member initial...

2015-11-29 Thread pubudu538
Github user pubudu538 commented on a diff in the pull request: https://github.com/apache/stratos/pull/431#discussion_r46094180 --- Diff: components/org.apache.stratos.cloud.controller/src/main/java/org/apache/stratos/cloud/controller/messaging/topology/TopologyBuilder.java

[GitHub] stratos pull request: Fixed issue with logging in pca

2015-10-11 Thread pubudu538
Github user pubudu538 closed the pull request at: https://github.com/apache/stratos/pull/467 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] stratos pull request: Fixed issue with logging in pca

2015-09-19 Thread pubudu538
GitHub user pubudu538 opened a pull request: https://github.com/apache/stratos/pull/467 Fixed issue with logging in pca An error message can be found in agent log due to this. You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] stratos pull request: Removing unstage file list from PCA

2015-08-27 Thread pubudu538
Github user pubudu538 closed the pull request at: https://github.com/apache/stratos/pull/452 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] stratos pull request: Removing unstage file list from PCA

2015-08-27 Thread pubudu538
GitHub user pubudu538 opened a pull request: https://github.com/apache/stratos/pull/452 Removing unstage file list from PCA Although we keep track of the modified files as well as untracked files, we don't use those files. Error occurred when trying to get the file list using

[GitHub] stratos pull request: Adding Kubernetes Services to cluster in PCA

2015-08-16 Thread pubudu538
GitHub user pubudu538 opened a pull request: https://github.com/apache/stratos/pull/435 Adding Kubernetes Services to cluster in PCA Currently Kubernetes services details are not available in the cluster which is used in python cartridge agent. Although those details are sent with

[GitHub] stratos pull request: Adding kubernetes services to member initial...

2015-08-12 Thread pubudu538
Github user pubudu538 commented on the pull request: https://github.com/apache/stratos/pull/431#issuecomment-130525772 I now have added a detailed description for the changes that I have made. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] stratos pull request: Adding kubernetes services to member initial...

2015-08-12 Thread pubudu538
GitHub user pubudu538 opened a pull request: https://github.com/apache/stratos/pull/431 Adding kubernetes services to member initialized event You can merge this pull request into a Git repository by running: $ git pull https://github.com/pubudu538/stratos kb-service

[GitHub] stratos pull request: Changing UI for portmapping

2015-08-04 Thread pubudu538
GitHub user pubudu538 opened a pull request: https://github.com/apache/stratos/pull/416 Changing UI for portmapping You can merge this pull request into a Git repository by running: $ git pull https://github.com/pubudu538/stratos fix-np Alternatively you can review and apply

[GitHub] stratos pull request: Nodeport configurable for kubernetes

2015-08-04 Thread pubudu538
Github user pubudu538 closed the pull request at: https://github.com/apache/stratos/pull/415 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] stratos pull request: Nodeport configurable for kubernetes

2015-08-04 Thread pubudu538
GitHub user pubudu538 opened a pull request: https://github.com/apache/stratos/pull/415 Nodeport configurable for kubernetes You can merge this pull request into a Git repository by running: $ git pull https://github.com/pubudu538/stratos nodeport-fix Alternatively you can

[GitHub] stratos pull request: Application deployment page UI text create t...

2015-07-28 Thread pubudu538
Github user pubudu538 commented on a diff in the pull request: https://github.com/apache/stratos/pull/404#discussion_r35620057 --- Diff: components/org.apache.stratos.manager.console/console/themes/theme0/partials/applications_deploy.hbs --- @@ -22,7 +22,7

[GitHub] stratos pull request: Fixed for meta data api get method in PCA

2015-07-10 Thread pubudu538
GitHub user pubudu538 opened a pull request: https://github.com/apache/stratos/pull/394 Fixed for meta data api get method in PCA You can merge this pull request into a Git repository by running: $ git pull https://github.com/pubudu538/stratos meta-data Alternatively you can

[GitHub] stratos pull request: Adding license headers for missing files

2015-06-29 Thread pubudu538
GitHub user pubudu538 opened a pull request: https://github.com/apache/stratos/pull/381 Adding license headers for missing files You can merge this pull request into a Git repository by running: $ git pull https://github.com/pubudu538/stratos rc3-verify Alternatively you can

[GitHub] stratos pull request: Fixed not showing exceptions when adding an ...

2015-06-29 Thread pubudu538
GitHub user pubudu538 opened a pull request: https://github.com/apache/stratos/pull/380 Fixed not showing exceptions when adding an application You can merge this pull request into a Git repository by running: $ git pull https://github.com/pubudu538/stratos add-app

[GitHub] stratos pull request: Fixed listing cartridge groups in cli

2015-06-28 Thread pubudu538
GitHub user pubudu538 opened a pull request: https://github.com/apache/stratos/pull/379 Fixed listing cartridge groups in cli - Could not list down cartridge groups as "scalingDependents" was missing from cxf-servlet.xml - Changed error messages to have more details

[GitHub] stratos pull request: Changing the thread pool size in pca test

2015-06-22 Thread pubudu538
GitHub user pubudu538 opened a pull request: https://github.com/apache/stratos/pull/374 Changing the thread pool size in pca test You can merge this pull request into a Git repository by running: $ git pull https://github.com/pubudu538/stratos dev-pca Alternatively you can

[GitHub] stratos pull request: Change group validation with a local variabl...

2015-06-21 Thread pubudu538
Github user pubudu538 commented on the pull request: https://github.com/apache/stratos/pull/373#issuecomment-113883396 Hi Imesh, I reverted all the commits made to the branch and committed again. I think now you should be able to merge. Sorry for the inconvenience caused

[GitHub] stratos pull request: Change group validation with a local variabl...

2015-06-21 Thread pubudu538
Github user pubudu538 commented on the pull request: https://github.com/apache/stratos/pull/373#issuecomment-113879174 Hi Imesh, I updated my local branch and merged with the master. Can you check now? --- If your project is set up for it, you can reply to this email and have your

[GitHub] stratos pull request: Change group validation with a local variabl...

2015-06-20 Thread pubudu538
Github user pubudu538 commented on a diff in the pull request: https://github.com/apache/stratos/pull/373#discussion_r32883709 --- Diff: components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/api/StratosApiV41Utils.java --- @@ -1622,6 +1626,8

[GitHub] stratos pull request: Change group validation with a local variabl...

2015-06-20 Thread pubudu538
GitHub user pubudu538 opened a pull request: https://github.com/apache/stratos/pull/373 Change group validation with a local variable You can merge this pull request into a Git repository by running: $ git pull https://github.com/pubudu538/stratos group-check Alternatively

[GitHub] stratos pull request: Fixing Complete Tenant Event for Python CA

2015-06-18 Thread pubudu538
GitHub user pubudu538 opened a pull request: https://github.com/apache/stratos/pull/372 Fixing Complete Tenant Event for Python CA You can merge this pull request into a Git repository by running: $ git pull https://github.com/pubudu538/stratos pca-fix Alternatively you can

[GitHub] stratos pull request: Group validation for deployment policies def...

2015-06-18 Thread pubudu538
GitHub user pubudu538 opened a pull request: https://github.com/apache/stratos/pull/371 Group validation for deployment policies defined 1. If the parent group has a deployment policy, all the child groups and cartridges will inherit that. So we should not define deployment

[GitHub] stratos pull request: Changed to get type in Iaas Provider

2015-06-16 Thread pubudu538
GitHub user pubudu538 opened a pull request: https://github.com/apache/stratos/pull/369 Changed to get type in Iaas Provider Type will change when we are doing a multi-region deployment. Not the provider. You can merge this pull request into a Git repository by running

[GitHub] stratos pull request: Adding API method for listing Iaas Providers

2015-06-16 Thread pubudu538
GitHub user pubudu538 opened a pull request: https://github.com/apache/stratos/pull/368 Adding API method for listing Iaas Providers API method will return available iaas providers. URL - https://localhost:9443/api/v4.1/iaasProviders/ You can merge this pull request into a

[GitHub] stratos pull request: Fixing UI issue on iaas provider and CLI lis...

2015-06-11 Thread pubudu538
GitHub user pubudu538 opened a pull request: https://github.com/apache/stratos/pull/367 Fixing UI issue on iaas provider and CLI list-application-policies Fixed following issues. - Shows same IaaS provider all the time irrespective of the iaas provider - Got an error when

[GitHub] stratos pull request: Fixed issues in network partition remove

2015-05-27 Thread pubudu538
Github user pubudu538 closed the pull request at: https://github.com/apache/stratos/pull/362 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] stratos pull request: Fixed issues in network partition remove

2015-05-27 Thread pubudu538
GitHub user pubudu538 opened a pull request: https://github.com/apache/stratos/pull/362 Fixed issues in network partition remove Fixed removing network partition when used in deployment policy and application policy validate partition id in network partition changed samples

[GitHub] stratos pull request: Fixed removing network partitions in use

2015-05-26 Thread pubudu538
GitHub user pubudu538 opened a pull request: https://github.com/apache/stratos/pull/361 Fixed removing network partitions in use Added validation to check already in used network partition before removing You can merge this pull request into a Git repository by running: $ git

[GitHub] stratos pull request: Adding update application command in cli

2015-05-20 Thread pubudu538
Github user pubudu538 closed the pull request at: https://github.com/apache/stratos/pull/355 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] stratos pull request: Fixed update application command in cli

2015-05-20 Thread pubudu538
Github user pubudu538 closed the pull request at: https://github.com/apache/stratos/pull/354 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] stratos pull request: Adding update application command in cli

2015-05-20 Thread pubudu538
GitHub user pubudu538 opened a pull request: https://github.com/apache/stratos/pull/355 Adding update application command in cli cli command added You can merge this pull request into a Git repository by running: $ git pull https://github.com/pubudu538/stratos up-cli

[GitHub] stratos pull request: Fixed update application command in cli

2015-05-20 Thread pubudu538
GitHub user pubudu538 opened a pull request: https://github.com/apache/stratos/pull/354 Fixed update application command in cli You can merge this pull request into a Git repository by running: $ git pull https://github.com/pubudu538/stratos update-app Alternatively you can

[GitHub] stratos pull request: Fixed error messages in updating existing te...

2015-05-19 Thread pubudu538
GitHub user pubudu538 opened a pull request: https://github.com/apache/stratos/pull/344 Fixed error messages in updating existing tenant details in cli -Changed autoscaling policy detail display in cli -Fixed error messages in updating existing tenant details in cli You can

[GitHub] stratos pull request: Changing listing of autoscaling policies in ...

2015-05-18 Thread pubudu538
GitHub user pubudu538 opened a pull request: https://github.com/apache/stratos/pull/338 Changing listing of autoscaling policies in cli Changed listing of autoscaling policies from "ID, Accessibility" to "ID, Requests In Flight, Memory Consumption, Load Average"

[GitHub] stratos pull request: Fixed deactivating non-exist tenant in cli

2015-05-18 Thread pubudu538
Github user pubudu538 closed the pull request at: https://github.com/apache/stratos/pull/329 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] stratos pull request: Fixed deactivating non-exist tenant in cli

2015-05-18 Thread pubudu538
Github user pubudu538 commented on the pull request: https://github.com/apache/stratos/pull/329#issuecomment-103046924 I have fixed both tenant activate and deactivate cli issues. Please review and merge. --- If your project is set up for it, you can reply to this email and have

[GitHub] stratos pull request: Fixed formatting issues

2015-05-18 Thread pubudu538
Github user pubudu538 closed the pull request at: https://github.com/apache/stratos/pull/328 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] stratos pull request: Fixed deactivating non-exist tenant in cli

2015-05-18 Thread pubudu538
GitHub user pubudu538 opened a pull request: https://github.com/apache/stratos/pull/329 Fixed deactivating non-exist tenant in cli fixed deactivating non-exist tenant in cli. In the current implementation it doesn't check for the existence of the tenant. Tenant id becomes -

[GitHub] stratos pull request: Introducing custom exceptions for applicatio...

2015-05-17 Thread pubudu538
Github user pubudu538 commented on a diff in the pull request: https://github.com/apache/stratos/pull/327#discussion_r30482185 --- Diff: components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/api/StratosApiV41Utils.java --- @@ -699,7 +699,7

[GitHub] stratos pull request: Fixed formatting issues

2015-05-17 Thread pubudu538
GitHub user pubudu538 opened a pull request: https://github.com/apache/stratos/pull/328 Fixed formatting issues formatting issues fixed in StratosApi41i and StratosApi41Utils. You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] stratos pull request: Introducing custom exceptions for applicatio...

2015-05-17 Thread pubudu538
Github user pubudu538 commented on a diff in the pull request: https://github.com/apache/stratos/pull/327#discussion_r30473952 --- Diff: components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/api/StratosApiV41.java --- @@ -817,12 +817,18

[GitHub] stratos pull request: Introducing custom exceptions for applicatio...

2015-05-17 Thread pubudu538
GitHub user pubudu538 opened a pull request: https://github.com/apache/stratos/pull/327 Introducing custom exceptions for application policy ApplicationPolicyAlreadyExistsException is added. UI gives proper error message when adding an already exist application policy. You can

[GitHub] stratos pull request: Updating license files and Notices

2015-05-15 Thread pubudu538
Github user pubudu538 closed the pull request at: https://github.com/apache/stratos/pull/325 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] stratos pull request: License files update

2015-05-15 Thread pubudu538
Github user pubudu538 closed the pull request at: https://github.com/apache/stratos/pull/323 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] stratos pull request: Updating license files and Notices

2015-05-15 Thread pubudu538
GitHub user pubudu538 opened a pull request: https://github.com/apache/stratos/pull/325 Updating license files and Notices Updated license and notice files You can merge this pull request into a Git repository by running: $ git pull https://github.com/pubudu538/stratos license

[GitHub] stratos pull request: License files update

2015-05-15 Thread pubudu538
GitHub user pubudu538 opened a pull request: https://github.com/apache/stratos/pull/323 License files update Updated license files with new libraries You can merge this pull request into a Git repository by running: $ git pull https://github.com/pubudu538/stratos library-setup

[GitHub] stratos pull request: Adding missing license headers in files

2015-05-13 Thread pubudu538
GitHub user pubudu538 opened a pull request: https://github.com/apache/stratos/pull/312 Adding missing license headers in files -Added missing license headers -Changed auto generated name tags You can merge this pull request into a Git repository by running: $ git pull

[GitHub] stratos pull request: Adding missing license headers in files

2015-05-13 Thread pubudu538
Github user pubudu538 closed the pull request at: https://github.com/apache/stratos/pull/310 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] stratos pull request: Adding missing license headers in files

2015-05-13 Thread pubudu538
GitHub user pubudu538 opened a pull request: https://github.com/apache/stratos/pull/310 Adding missing license headers in files Added missing license headers You can merge this pull request into a Git repository by running: $ git pull https://github.com/pubudu538/stratos

[GitHub] stratos pull request: Adding missing license headers

2015-05-13 Thread pubudu538
Github user pubudu538 closed the pull request at: https://github.com/apache/stratos/pull/308 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] stratos pull request: Adding missing license headers

2015-05-13 Thread pubudu538
GitHub user pubudu538 opened a pull request: https://github.com/apache/stratos/pull/308 Adding missing license headers -Added missing license headers in components You can merge this pull request into a Git repository by running: $ git pull https://github.com/pubudu538/stratos

[GitHub] stratos pull request: Adding missing license headers

2015-05-12 Thread pubudu538
Github user pubudu538 closed the pull request at: https://github.com/apache/stratos/pull/305 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] stratos pull request: Adding missing license headers

2015-05-12 Thread pubudu538
GitHub user pubudu538 opened a pull request: https://github.com/apache/stratos/pull/305 Adding missing license headers - Added missing license headers - Removed JndiConfigurator.java file in cartridge agent component as it doesn't have any content. You can merge this