[GitHub] stratos pull request: Python CLI PR1

2015-07-30 Thread chamilad
Github user chamilad commented on a diff in the pull request: https://github.com/apache/stratos/pull/414#discussion_r35942295 --- Diff: components/org.apache.stratos.python.cli/src/main/python/cli/Utils.py --- @@ -0,0 +1,69 @@ +from __future__ import print_function +import

[GitHub] stratos pull request: Python CLI PR1

2015-07-30 Thread chamilad
Github user chamilad commented on a diff in the pull request: https://github.com/apache/stratos/pull/414#discussion_r35941807 --- Diff: components/org.apache.stratos.python.cli/src/main/python/cli/Stratos.py --- @@ -0,0 +1,113 @@ +import requests +import Configs +from

[GitHub] stratos pull request: Python CLI PR1

2015-07-30 Thread chamilad
Github user chamilad commented on a diff in the pull request: https://github.com/apache/stratos/pull/414#discussion_r35941736 --- Diff: components/org.apache.stratos.python.cli/src/main/python/cli/CLI.py --- @@ -0,0 +1,190 @@ +from cmd2 import * +from Utils import

[GitHub] stratos pull request: Python CLI PR1

2015-07-30 Thread chamilad
Github user chamilad commented on a diff in the pull request: https://github.com/apache/stratos/pull/414#discussion_r35941633 --- Diff: components/org.apache.stratos.python.cli/src/main/python/cli/Main.py --- @@ -0,0 +1,38 @@ +import sys --- End diff -- License

[GitHub] stratos pull request: Python CLI PR1

2015-07-30 Thread chamilad
Github user chamilad commented on a diff in the pull request: https://github.com/apache/stratos/pull/414#discussion_r35941444 --- Diff: components/org.apache.stratos.python.cli/src/main/python/cli/Configs.py --- @@ -0,0 +1,14 @@ +import os + +stratos_prompt = "st

[GitHub] stratos pull request: Python CLI PR1

2015-07-30 Thread chamilad
Github user chamilad commented on a diff in the pull request: https://github.com/apache/stratos/pull/414#discussion_r35941086 --- Diff: components/org.apache.stratos.python.cli/src/main/python/cli/CLI.py --- @@ -0,0 +1,190 @@ +from cmd2 import * +from Utils import

[GitHub] stratos pull request: Python CLI PR1

2015-07-30 Thread chamilad
Github user chamilad commented on a diff in the pull request: https://github.com/apache/stratos/pull/414#discussion_r35940678 --- Diff: components/org.apache.stratos.python.cli/src/main/python/cli/CLI.py --- @@ -0,0 +1,190 @@ +from cmd2 import * +from Utils import

[GitHub] stratos pull request: [STRATOS-1180] - Extension execution in addi...

2015-03-04 Thread chamilad
GitHub user chamilad opened a pull request: https://github.com/apache/stratos/pull/257 [STRATOS-1180] - Extension execution in addition to plugins In this fix, the bash extensions are allowed to execute being mapped to the events they are related by the extension name. ex

[GitHub] stratos pull request: PCA - Fixed InstanceCleanupClusterEvent even...

2015-03-02 Thread chamilad
GitHub user chamilad opened a pull request: https://github.com/apache/stratos/pull/248 PCA - Fixed InstanceCleanupClusterEvent event serialization issue [STRATOS-1222] This fixes the serialization issue in the PCA InstanceCleanupClusterEvent, where an incorrect key was used to

[GitHub] stratos pull request: PCA - Plugin guide README updated

2015-03-01 Thread chamilad
GitHub user chamilad opened a pull request: https://github.com/apache/stratos/pull/247 PCA - Plugin guide README updated A guide to understanding and creating PCA pluggins. You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] stratos pull request: PCA - Metadata service client with sample - ...

2015-03-01 Thread chamilad
GitHub user chamilad opened a pull request: https://github.com/apache/stratos/pull/246 PCA - Metadata service client with sample - Tomcat SAML SSO with WSO2 IS as identity provider This includes the metadata service client for Python cartridge agent. A sample plugin set and

[GitHub] stratos pull request: PCA - Fixed PCA integration test to be param...

2015-02-26 Thread chamilad
Github user chamilad commented on a diff in the pull request: https://github.com/apache/stratos/pull/236#discussion_r25454950 --- Diff: components/org.apache.stratos.python.cartridge.agent/src/test/java/org/apache/stratos/python.cartridge.agent/test/PythonCartridgeAgentTest.java

[GitHub] stratos pull request: PCA - Check ports activity when publishing i...

2015-02-26 Thread chamilad
GitHub user chamilad opened a pull request: https://github.com/apache/stratos/pull/244 PCA - Check ports activity when publishing instance activated event. In this fix I've moved the ports activation check to InstanceActivatedEvent publishing. Whenever InstanceActivatedEvent

[GitHub] stratos pull request: JCA - enabled skipTests for JCA pom

2015-02-23 Thread chamilad
GitHub user chamilad opened a pull request: https://github.com/apache/stratos/pull/241 JCA - enabled skipTests for JCA pom This enables the build to continue for JCA when the integration test fails. You can merge this pull request into a Git repository by running: $ git pull

[GitHub] stratos pull request: [STRATOS-1205] - Make Java Cartridge Agent f...

2015-02-22 Thread chamilad
GitHub user chamilad opened a pull request: https://github.com/apache/stratos/pull/239 [STRATOS-1205] - Make Java Cartridge Agent functional An integration test, similar to the one done for the Python Cartridge Agent is introduced for the Java Cartridge Agent. Payload parameters

[GitHub] stratos pull request: PCA - Fixed PCA integration test to be param...

2015-02-20 Thread chamilad
Github user chamilad commented on the pull request: https://github.com/apache/stratos/pull/236#issuecomment-75234534 Thanks @imesh ! --- 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

[GitHub] stratos pull request: PCA - Fixed PCA integration test to be param...

2015-02-19 Thread chamilad
Github user chamilad closed the pull request at: https://github.com/apache/stratos/pull/233 --- 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: PCA - Fixed PCA integration test to be param...

2015-02-19 Thread chamilad
GitHub user chamilad opened a pull request: https://github.com/apache/stratos/pull/236 PCA - Fixed PCA integration test to be parameterized on artifact updated event objects This fix enables to test the authenticated git clone on PCA and also fixes minor issues in test structure

[GitHub] stratos pull request: PCA - Fixed PCA integration test to be param...

2015-02-19 Thread chamilad
Github user chamilad commented on the pull request: https://github.com/apache/stratos/pull/233#issuecomment-75126487 Solved merge conflicts and re opened PR236. --- 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

[GitHub] stratos pull request: [STRATOS-1180] - Yapsy based plugin architec...

2015-02-18 Thread chamilad
GitHub user chamilad opened a pull request: https://github.com/apache/stratos/pull/234 [STRATOS-1180] - Yapsy based plugin architecture for PCA A basic plugin system where /plugins folder can be used to drop plugins to be picked up by the PCA. For this I've used Yapsy[1] p

[GitHub] stratos pull request: PCA - Fixed PCA integration test to be param...

2015-02-18 Thread chamilad
GitHub user chamilad opened a pull request: https://github.com/apache/stratos/pull/233 PCA - Fixed PCA integration test to be parameterized on artifact updated event objects This fix enables to test the authenticated git clone on PCA and also fixes minor issues in test structure

[GitHub] stratos pull request: PCA - Fixes in Agent Git Handler password de...

2015-02-12 Thread chamilad
GitHub user chamilad opened a pull request: https://github.com/apache/stratos/pull/225 PCA - Fixes in Agent Git Handler password decryption and clone This fixes the authenticated git repository operations in PCA You can merge this pull request into a Git repository by running

[GitHub] stratos pull request: Used GitPython to clone, pull from and push ...

2015-02-12 Thread chamilad
GitHub user chamilad opened a pull request: https://github.com/apache/stratos/pull/224 Used GitPython to clone, pull from and push to remote git repository You can merge this pull request into a Git repository by running: $ git pull https://github.com/chamilad/stratos

[GitHub] stratos pull request: PCA - Fixes in Agent Git Handler

2015-02-12 Thread chamilad
GitHub user chamilad opened a pull request: https://github.com/apache/stratos/pull/223 PCA - Fixes in Agent Git Handler You can merge this pull request into a Git repository by running: $ git pull https://github.com/chamilad/stratos evnt-handler-imp Alternatively you can

[GitHub] stratos pull request: Event handler improvements and extension exe...

2015-02-12 Thread chamilad
GitHub user chamilad opened a pull request: https://github.com/apache/stratos/pull/222 Event handler improvements and extension execution omission in PCA You can merge this pull request into a Git repository by running: $ git pull https://github.com/chamilad/stratos evnt

[GitHub] stratos pull request: [STRATOS-1164] - PCA - Git related logic ref...

2015-02-06 Thread chamilad
GitHub user chamilad opened a pull request: https://github.com/apache/stratos/pull/217 [STRATOS-1164] - PCA - Git related logic refactored to drop ambiguous library usage and enable authentication for git operations The following changes are included in this PR. 1. PCA can now

[GitHub] stratos pull request: [STRATOS-1174] - Fix and cleanup broken code...

2015-02-05 Thread chamilad
GitHub user chamilad opened a pull request: https://github.com/apache/stratos/pull/206 [STRATOS-1174] - Fix and cleanup broken code on defaultextensionhandler.py In this fix, I've resolved undeclared variables, unused variables and unnecessary exception handling. Additiona

[GitHub] stratos pull request: [STRATOS-1166] - Python Cartridge Agent does...

2015-02-04 Thread chamilad
Github user chamilad commented on the pull request: https://github.com/apache/stratos/pull/204#issuecomment-72899915 @imesh I've fixed the error where the status of the Member object in the topology is not being properly serialized. member.status is now set to the latest o

[GitHub] stratos pull request: [STRATOS-1166] - Python Cartridge Agent does...

2015-02-03 Thread chamilad
GitHub user chamilad opened a pull request: https://github.com/apache/stratos/pull/204 [STRATOS-1166] - Python Cartridge Agent doesn't detect member initialized status The Member class is updated with to reflect the changes on the messaging model. You can merge this pull re

[GitHub] stratos pull request: Fixing minor typo in the Single Cartridge Op...

2015-01-31 Thread chamilad
GitHub user chamilad opened a pull request: https://github.com/apache/stratos/pull/201 Fixing minor typo in the Single Cartridge OpenStack sample application deployment This fixes the NPE thrown when running the Single Cartridge OpenStack sample. You can merge this pull request

[GitHub] stratos pull request: Cartridge Agent - Fixed missing env_params v...

2015-01-29 Thread chamilad
GitHub user chamilad opened a pull request: https://github.com/apache/stratos/pull/195 Cartridge Agent - Fixed missing env_params variable in member activated event on defaultextensionhandler Fixes the following error on Cartridge Agent when executing MemberActivatedEvent

[GitHub] stratos pull request: Fixed merge conflicts on BasicPayloadData

2015-01-28 Thread chamilad
GitHub user chamilad opened a pull request: https://github.com/apache/stratos/pull/193 Fixed merge conflicts on BasicPayloadData This PR includes a commit that caused a merge conflict on PR #181 and therefore was dropped. You can merge this pull request into a Git repository by

[GitHub] stratos pull request: Added new files to parse thrift-client-confi...

2015-01-28 Thread chamilad
Github user chamilad commented on a diff in the pull request: https://github.com/apache/stratos/pull/192#discussion_r23680853 --- Diff: products/stratos/conf/data-bridge/thrift-client-config.xml --- @@ -0,0 +1,23 @@ + + + + +test User --- End diff

[GitHub] stratos pull request: [STRATOS-1088] - Application Path is set nul...

2015-01-27 Thread chamilad
Github user chamilad closed the pull request at: https://github.com/apache/stratos/pull/181 --- 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: [STRATOS-1088] - Application Path is set nul...

2015-01-26 Thread chamilad
Github user chamilad commented on the pull request: https://github.com/apache/stratos/pull/181#issuecomment-71448368 @imesh It seems the last commit (d2e4e8e6fb362becdb38bbe6d04c84353cc43361) has not being merged. Could you merge that one too? Thanks! --- If your project is set up

[GitHub] stratos pull request: [STRATOS-1088] - Application Path is set nul...

2015-01-20 Thread chamilad
Github user chamilad commented on a diff in the pull request: https://github.com/apache/stratos/pull/181#discussion_r23279973 --- Diff: components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/applications/payload/BasicPayloadData.java --- @@ -85,8

[GitHub] stratos pull request: [STRATOS-1088] - Application Path is set nul...

2015-01-20 Thread chamilad
GitHub user chamilad opened a pull request: https://github.com/apache/stratos/pull/181 [STRATOS-1088] - Application Path is set null Application path is included in the basic payload only on non null values. Otherwise it's excluded. This prevents null values overriding the v

[GitHub] stratos pull request: [STRATOS-1088] - Application Path is set nul...

2015-01-20 Thread chamilad
Github user chamilad commented on a diff in the pull request: https://github.com/apache/stratos/pull/180#discussion_r23274531 --- Diff: components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/applications/payload/BasicPayloadData.java --- @@ -85,8

[GitHub] stratos pull request: [STRATOS-1088] - Application Path is set nul...

2015-01-20 Thread chamilad
Github user chamilad closed the pull request at: https://github.com/apache/stratos/pull/180 --- 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: [STRATOS-1088] - Application Path is set nul...

2015-01-20 Thread chamilad
GitHub user chamilad opened a pull request: https://github.com/apache/stratos/pull/180 [STRATOS-1088] - Application Path is set null Application path was removed from the basic payload and is included in the Puppet module/Cartridge definition. You can merge this pull request into

[GitHub] stratos pull request: Fixed logging.ini puppet template for cartri...

2015-01-19 Thread chamilad
GitHub user chamilad opened a pull request: https://github.com/apache/stratos/pull/179 Fixed logging.ini puppet template for cartridge agent to include /mnt/{agent}/agent.log file The puppet module for cartridge agent included faulty logging.ini[.erb] file which excluded the

[GitHub] stratos pull request: Multiple private and public member IPs - Car...

2015-01-18 Thread chamilad
Github user chamilad commented on the pull request: https://github.com/apache/stratos/pull/160#issuecomment-70451714 Already merged. Closing. --- 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

[GitHub] stratos pull request: Multiple private and public member IPs - Car...

2015-01-18 Thread chamilad
Github user chamilad closed the pull request at: https://github.com/apache/stratos/pull/160 --- 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: Python cartridge agent component

2015-01-18 Thread chamilad
Github user chamilad closed the pull request at: https://github.com/apache/stratos/pull/106 --- 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: Python cartridge agent component

2015-01-18 Thread chamilad
Github user chamilad commented on the pull request: https://github.com/apache/stratos/pull/106#issuecomment-70451473 @imesh This is already merged. Closing. --- 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

[GitHub] stratos pull request: Multiple private and public member IPs - Car...

2014-12-21 Thread chamilad
GitHub user chamilad opened a pull request: https://github.com/apache/stratos/pull/160 Multiple private and public member IPs - Cartridge agent changes You can merge this pull request into a Git repository by running: $ git pull https://github.com/chamilad/stratos master

[GitHub] stratos pull request: [STRATOS-923] - fixed

2014-11-25 Thread chamilad
GitHub user chamilad opened a pull request: https://github.com/apache/stratos/pull/120 [STRATOS-923] - fixed Faulty members are not directly terminated, they are added to obsolete list and let Drools rules issue terminate calls. Furthermore, their status is changed to

[GitHub] stratos pull request: path modifications for python agent's config...

2014-11-16 Thread chamilad
GitHub user chamilad opened a pull request: https://github.com/apache/stratos/pull/117 path modifications for python agent's configurations You can merge this pull request into a Git repository by running: $ git pull https://github.com/chamilad/stratos docker-chang

[GitHub] stratos pull request: [STRATOS-940] - Python Agent does not publis...

2014-11-12 Thread chamilad
GitHub user chamilad opened a pull request: https://github.com/apache/stratos/pull/115 [STRATOS-940] - Python Agent does not publish health stats upon a restart in Stratos Raise ThriftReceiverOfflineException when exception occurs while publishing event. Healthstats catch

[GitHub] stratos pull request: Python agent updates to reflect recent chang...

2014-11-11 Thread chamilad
GitHub user chamilad opened a pull request: https://github.com/apache/stratos/pull/113 Python agent updates to reflect recent changes to Java agent, update to puppet python agent module You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] stratos pull request: Puppet: Moved apt-get update to stratos_base...

2014-11-11 Thread chamilad
GitHub user chamilad opened a pull request: https://github.com/apache/stratos/pull/111 Puppet: Moved apt-get update to stratos_base module You can merge this pull request into a Git repository by running: $ git pull https://github.com/chamilad/stratos master Alternatively

[GitHub] stratos pull request: Puppet: Removed java dependencies, Updated p...

2014-11-10 Thread chamilad
GitHub user chamilad opened a pull request: https://github.com/apache/stratos/pull/107 Puppet: Removed java dependencies, Updated python agent templates You can merge this pull request into a Git repository by running: $ git pull https://github.com/chamilad/stratos master

[GitHub] stratos pull request: Python cartridge agent component

2014-11-07 Thread chamilad
GitHub user chamilad opened a pull request: https://github.com/apache/stratos/pull/106 Python cartridge agent component Wrote the maven-antrun-plugin execution to zip the cartridgeagent/cartridgeagent/* contents Renamed python_cartridgeagent to cartridgeagent You can

[GitHub] stratos pull request: MB ip and MB port derived from mb_url from t...

2014-11-06 Thread chamilad
Github user chamilad closed the pull request at: https://github.com/apache/stratos/pull/105 --- 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: MB ip and MB port derived from mb_url from t...

2014-11-05 Thread chamilad
GitHub user chamilad opened a pull request: https://github.com/apache/stratos/pull/105 MB ip and MB port derived from mb_url from the base.pp in python agent puppet module MB ip and MB port derived from mb_url from the base.pp in python agent puppet module Updated

[GitHub] stratos pull request: Added python cartridge agent specifics to th...

2014-11-05 Thread chamilad
GitHub user chamilad opened a pull request: https://github.com/apache/stratos/pull/104 Added python cartridge agent specifics to the python agent puppet module You can merge this pull request into a Git repository by running: $ git pull https://github.com/chamilad/stratos

[GitHub] stratos pull request: Clean script kills all Java processes.

2014-10-21 Thread chamilad
Github user chamilad commented on the pull request: https://github.com/apache/stratos/pull/93#issuecomment-60042465 @imesh Thanks for the suggestion. This is possible to do since ActiveMQ has its pid stored in a pid file inside the data directory. We can store that and the

[GitHub] stratos pull request: Python Cartridge Agent - Health Stats Publis...

2014-10-16 Thread chamilad
GitHub user chamilad opened a pull request: https://github.com/apache/stratos/pull/95 Python Cartridge Agent - Health Stats Publishing Fixes Health stats from the cartridge are now published to the CEP Additional minor fixes to the Python cartridge agent You can merge this pull

[GitHub] stratos pull request: removed jps which displayed java processes i...

2014-10-16 Thread chamilad
GitHub user chamilad opened a pull request: https://github.com/apache/stratos/pull/94 removed jps which displayed java processes in clean.sh Removed the jps command which might not be detected when running the script. No functional change since jps was used to just display the Java

[GitHub] stratos pull request: Clean script kills all Java processes.

2014-10-15 Thread chamilad
GitHub user chamilad opened a pull request: https://github.com/apache/stratos/pull/93 Clean script kills all Java processes. This fix allows the clean script to filter the java processes by Carbon start string and ActiveMQ string You can merge this pull request into a Git

[GitHub] stratos pull request: Fixed issues on docker testing

2014-10-11 Thread chamilad
Github user chamilad closed the pull request at: https://github.com/apache/stratos/pull/90 --- 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 on docker testing

2014-10-11 Thread chamilad
GitHub user chamilad opened a pull request: https://github.com/apache/stratos/pull/90 Fixed issues on docker testing Two more lines of code that had similar issues as the last commit fixed You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] stratos pull request: Fixed issue in Python agent in a Kubernetes ...

2014-10-11 Thread chamilad
GitHub user chamilad opened a pull request: https://github.com/apache/stratos/pull/89 Fixed issue in Python agent in a Kubernetes + Docker setup You can merge this pull request into a Git repository by running: $ git pull https://github.com/chamilad/stratos master

[GitHub] stratos pull request: Python implementation of the Cartridge Agent

2014-10-11 Thread chamilad
Github user chamilad commented on the pull request: https://github.com/apache/stratos/pull/88#issuecomment-58759678 Checked and closed. --- 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

[GitHub] stratos pull request: Python implementation of the Cartridge Agent

2014-10-11 Thread chamilad
Github user chamilad closed the pull request at: https://github.com/apache/stratos/pull/88 --- 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: Python implementation of the Cartridge Agent

2014-10-11 Thread chamilad
GitHub user chamilad opened a pull request: https://github.com/apache/stratos/pull/88 Python implementation of the Cartridge Agent Implemented the cartridge agent in Python 1) Subscribing and publishing to topics on the message broker 2) Extension handling on events

[GitHub] stratos pull request: Python implementation of the Cartridge Agent

2014-10-10 Thread chamilad
Github user chamilad commented on the pull request: https://github.com/apache/stratos/pull/85#issuecomment-58621287 Resubmit to container-autoscaling --- 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

[GitHub] stratos pull request: Python implementation of the Cartridge Agent

2014-10-10 Thread chamilad
Github user chamilad closed the pull request at: https://github.com/apache/stratos/pull/85 --- 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: Python implementation of the Cartridge Agent

2014-10-09 Thread chamilad
Github user chamilad commented on the pull request: https://github.com/apache/stratos/pull/85#issuecomment-58498544 @imesh Updated! Sorry I couldn't do this in the first run. Let me know if any additional data should be included. --- If your project is set up for it, you can

[GitHub] stratos pull request: Python implementation of the Cartridge Agent

2014-10-09 Thread chamilad
GitHub user chamilad opened a pull request: https://github.com/apache/stratos/pull/85 Python implementation of the Cartridge Agent You can merge this pull request into a Git repository by running: $ git pull https://github.com/chamilad/stratos master Alternatively you can

[GitHub] stratos pull request: Fixed hard coded strings in stratos-installe...

2014-09-23 Thread chamilad
Github user chamilad closed the pull request at: https://github.com/apache/stratos/pull/49 --- 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 hard coded strings in stratos-installe...

2014-09-22 Thread chamilad
GitHub user chamilad opened a pull request: https://github.com/apache/stratos/pull/49 Fixed hard coded strings in stratos-installer setup.sh script You can merge this pull request into a Git repository by running: $ git pull https://github.com/chamilad/stratos hardcoded

[GitHub] stratos pull request: Removed mistakenly added Tenant event listen...

2014-09-22 Thread chamilad
GitHub user chamilad opened a pull request: https://github.com/apache/stratos/pull/48 Removed mistakenly added Tenant event listeners Removed mistakenly added Tenant event listeners Removed unused extension util methods Removed unused methods and imports in CartridgeAgent

[GitHub] stratos pull request: Removed unused variables in init.sh in puppe...

2014-08-18 Thread chamilad
Github user chamilad commented on the pull request: https://github.com/apache/stratos/pull/15#issuecomment-52450374 The hash of the commit is f8e13a2. I will also attach a patch file. --- If your project is set up for it, you can reply to this email and have your reply appear on