[GitHub] airavata pull request #52: Local provider Fix

2016-10-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/airavata/pull/52 --- 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] airavata pull request #52: Local provider Fix

2016-10-12 Thread shamrath
Github user shamrath commented on a diff in the pull request: https://github.com/apache/airavata/pull/52#discussion_r83044405 --- Diff: modules/orchestrator/orchestrator-core/src/main/java/org/apache/airavata/orchestrator/cpi/impl/SimpleOrchestratorImpl.java --- @@ -406,11 +406,17

[GitHub] airavata pull request #52: Local provider Fix

2016-10-12 Thread shamrath
Github user shamrath commented on a diff in the pull request: https://github.com/apache/airavata/pull/52#discussion_r83044484 --- Diff: modules/orchestrator/orchestrator-core/src/main/java/org/apache/airavata/orchestrator/cpi/impl/SimpleOrchestratorImpl.java --- @@ -406,11 +406,17

[GitHub] airavata pull request #52: Local provider Fix

2016-10-05 Thread lahirug
Github user lahirug commented on a diff in the pull request: https://github.com/apache/airavata/pull/52#discussion_r82008630 --- Diff: modules/registry/registry-core/src/main/resources/appcatalog-mysql.sql --- @@ -442,6 +442,7 @@ CREATE TABLE LOCAL_SUBMISSION ( RE

[GitHub] airavata pull request #52: Local provider Fix

2016-10-05 Thread lahirug
Github user lahirug commented on a diff in the pull request: https://github.com/apache/airavata/pull/52#discussion_r82008856 --- Diff: modules/gfac/gfac-impl/src/main/java/org/apache/airavata/gfac/impl/task/LocalJobSubmissionTask.java --- @@ -56,78 +61,85 @@ public void init(Map p

[GitHub] airavata pull request #52: Local provider Fix

2016-10-04 Thread ajinkya-dhamnaskar
GitHub user ajinkya-dhamnaskar opened a pull request: https://github.com/apache/airavata/pull/52 Local provider Fix 1. Added SECURITY_PROTOCOL column to LOCAL_SUBMISSION table. 2. Made security protocol mandatory for local job submission 3. Made local job submission to work w