[GitHub] stratos pull request: Python CLI PR1

2015-10-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/stratos/pull/414 --- 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 ena

[GitHub] stratos pull request: Python CLI PR1

2015-10-13 Thread imesh
Github user imesh commented on the pull request: https://github.com/apache/stratos/pull/414#issuecomment-147689832 Thanks Milindu for your contribution! This pull request is now merged to stratos-4.1.x branch. It will be released with 4.1.4. --- If your project is set up for it, you

[GitHub] stratos pull request: Python CLI PR1

2015-08-02 Thread agentmilindu
Github user agentmilindu commented on a diff in the pull request: https://github.com/apache/stratos/pull/414#discussion_r36040500 --- 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-08-02 Thread agentmilindu
Github user agentmilindu commented on a diff in the pull request: https://github.com/apache/stratos/pull/414#discussion_r36040497 --- 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-08-01 Thread agentmilindu
Github user agentmilindu commented on a diff in the pull request: https://github.com/apache/stratos/pull/414#discussion_r36039838 --- Diff: components/org.apache.stratos.python.cli/src/main/python/cli/Main.py --- @@ -0,0 +1,38 @@ +import sys --- End diff -- Fixed :

[GitHub] stratos pull request: Python CLI PR1

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

[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 c

[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 * +fr

[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 sta

[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 = "stratos>

[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 * +fr

[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 * +fr

[GitHub] stratos pull request: Python CLI PR1

2015-07-30 Thread agentmilindu
GitHub user agentmilindu opened a pull request: https://github.com/apache/stratos/pull/414 Python CLI PR1 Python CLI for Stratos *( Do not merge )* You can merge this pull request into a Git repository by running: $ git pull https://github.com/agentmilindu/stratos pyt