[01/18] airavata-php-gateway git commit: AIRAVATA-2152 Initial attempt at user compute resources page

2016-10-28 Thread smarru
Repository: airavata-php-gateway Updated Branches: refs/heads/develop e47baa67a -> 6d121230c AIRAVATA-2152 Initial attempt at user compute resources page Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo Commit:

[13/18] airavata-php-gateway git commit: AIRAVATA-2152 Fix reservation times datetimepicker

2016-10-28 Thread smarru
AIRAVATA-2152 Fix reservation times datetimepicker Fixes bug when value of datetimepicker is " ". Now it is either a date time string or an empty string. I couldn't get setMinDate/setMaxDate to work so I just removed it. Updated the name of datetimepicker to include version number. The version

[08/18] airavata-php-gateway git commit: AIRAVATA-2152 Enable reservation start/end time

2016-10-28 Thread smarru
AIRAVATA-2152 Enable reservation start/end time Also factored out UTC<->local time conversion to functions in CommonUtilities.php. Fixed a bug in the logic with timezones with negative offset; the minus sign wasn't being handled in strtotime so I'm using the absolute value instead. Project:

[20/20] airavata-php-gateway git commit: Merge branch 'develop' into pr28

2016-10-28 Thread smarru
Merge branch 'develop' into pr28 Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/e47baa67 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/e47baa67 Diff:

[01/20] airavata-php-gateway git commit: Add dashboard link for non-admin users

2016-10-28 Thread smarru
Repository: airavata-php-gateway Updated Branches: refs/heads/develop 31a70432b -> e47baa67a Add dashboard link for non-admin users Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/06ede1d2

[07/20] airavata-php-gateway git commit: AIRAVATA-2156 Using CredentialSummary with token, description

2016-10-28 Thread smarru
AIRAVATA-2156 Using CredentialSummary with token, description Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/6496e54b Tree:

[11/20] airavata-php-gateway git commit: AIRAVATA-2156 User can add credential with description

2016-10-28 Thread smarru
AIRAVATA-2156 User can add credential with description Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/11dcac8b Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/11dcac8b

[09/20] airavata-php-gateway git commit: AIRAVATA-2156 Updating thrift stubs

2016-10-28 Thread smarru
http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/4ffaa68a/app/libraries/Airavata/API/Airavata.php -- diff --git a/app/libraries/Airavata/API/Airavata.php b/app/libraries/Airavata/API/Airavata.php index

[04/20] airavata-php-gateway git commit: AIRAVATA-2156 Calling correct API method

2016-10-28 Thread smarru
AIRAVATA-2156 Calling correct API method In the backend, the credential store ends up doing the same thing, which is why even though the wrong method is called, this didn't show up as a bug. Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo Commit:

[06/20] airavata-php-gateway git commit: AIRAVATA-2156 Allow user to set default SSH key

2016-10-28 Thread smarru
AIRAVATA-2156 Allow user to set default SSH key Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/d75f93da Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/d75f93da Diff:

[15/20] airavata-php-gateway git commit: AIRAVATA-2156 Prevent deleting default SSH key

2016-10-28 Thread smarru
AIRAVATA-2156 Prevent deleting default SSH key Also fixes for the client-side description field validation Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/a90dfedb Tree:

[18/20] airavata-php-gateway git commit: AIRAVATA-2156 UI refinements

2016-10-28 Thread smarru
AIRAVATA-2156 UI refinements Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/8a22f77d Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/8a22f77d Diff:

[14/20] airavata-php-gateway git commit: AIRAVATA-2156 Give description for default SSH key

2016-10-28 Thread smarru
AIRAVATA-2156 Give description for default SSH key Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/9bc02d0f Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/9bc02d0f Diff:

[12/20] airavata-php-gateway git commit: AIRAVATA-2156 New SSH key description is required server-side

2016-10-28 Thread smarru
AIRAVATA-2156 New SSH key description is required server-side Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/7c14035f Tree:

[05/20] airavata-php-gateway git commit: AIRAVATA-2156 Using isNull to check if UserResourceProfile exists

2016-10-28 Thread smarru
AIRAVATA-2156 Using isNull to check if UserResourceProfile exists Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/127653fe Tree:

[03/20] airavata-php-gateway git commit: AIRAVATA-2156 Delete credential option added to UI

2016-10-28 Thread smarru
AIRAVATA-2156 Delete credential option added to UI Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/cd045ecf Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/cd045ecf Diff:

[13/20] airavata-php-gateway git commit: AIRAVATA-2156 Client-side validate required SSH key description

2016-10-28 Thread smarru
AIRAVATA-2156 Client-side validate required SSH key description Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/83a83731 Tree:

[10/20] airavata-php-gateway git commit: AIRAVATA-2156 Updating thrift stubs

2016-10-28 Thread smarru
AIRAVATA-2156 Updating thrift stubs Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/4ffaa68a Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/4ffaa68a Diff:

[02/20] airavata-php-gateway git commit: AIRAVATA-2156 Basic first credential store UI

2016-10-28 Thread smarru
AIRAVATA-2156 Basic first credential store UI For now just displaying the default credential store SSH public key to the user. Also added management of user resources to the user dashboard and the beginnings of a compute resources view. Project:

[16/20] airavata-php-gateway git commit: AIRAVATA-2156 Moved utility method to URPUtilities

2016-10-28 Thread smarru
AIRAVATA-2156 Moved utility method to URPUtilities Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/b6eab429 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/b6eab429 Diff:

[19/20] airavata-php-gateway git commit: AIRAVATA-2156 Removing test code

2016-10-28 Thread smarru
AIRAVATA-2156 Removing test code Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/188d6ff9 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/188d6ff9 Diff:

[17/20] airavata-php-gateway git commit: AIRAVATA-2156 UI refinements; copy-to-clipboard button

2016-10-28 Thread smarru
AIRAVATA-2156 UI refinements; copy-to-clipboard button Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/a6665570 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/a6665570

airavata-sandbox git commit: closes apache/airavata-sandbox#7 merged the pr manually so closing pr

2016-10-28 Thread smarru
Repository: airavata-sandbox Updated Branches: refs/heads/master cc4fcf050 -> 690b52977 closes apache/airavata-sandbox#7 merged the pr manually so closing pr Project: http://git-wip-us.apache.org/repos/asf/airavata-sandbox/repo Commit:

[1/3] airavata-sandbox git commit: Added Readme file which explains the design changes which were made

2016-10-28 Thread smarru
Repository: airavata-sandbox Updated Branches: refs/heads/master 39613cd5a -> cc4fcf050 Added Readme file which explains the design changes which were made Project: http://git-wip-us.apache.org/repos/asf/airavata-sandbox/repo Commit:

[2/3] airavata-sandbox git commit: Added files with the design changes

2016-10-28 Thread smarru
http://git-wip-us.apache.org/repos/asf/airavata-sandbox/blob/1932e865/gsoc2016/Design Changes in Airavata/orchestrator/orchestrator-core/src/main/java/org/apache/airavata/orchestrator/core/OrchestratorConfiguration.java -- diff

[3/3] airavata-sandbox git commit: Added files with the design changes

2016-10-28 Thread smarru
Added files with the design changes Project: http://git-wip-us.apache.org/repos/asf/airavata-sandbox/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-sandbox/commit/1932e865 Tree: http://git-wip-us.apache.org/repos/asf/airavata-sandbox/tree/1932e865 Diff:

airavata-sandbox git commit: modifting multiplexing changes

2016-10-28 Thread smarru
Repository: airavata-sandbox Updated Branches: refs/heads/master be595299e -> 39613cd5a modifting multiplexing changes Project: http://git-wip-us.apache.org/repos/asf/airavata-sandbox/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-sandbox/commit/39613cd5 Tree:

airavata-sandbox git commit: Adding Big-Data-Integration tools

2016-10-28 Thread smarru
Repository: airavata-sandbox Updated Branches: refs/heads/master cf4119a56 -> be595299e Adding Big-Data-Integration tools Project: http://git-wip-us.apache.org/repos/asf/airavata-sandbox/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-sandbox/commit/be595299 Tree:

[6/7] airavata-php-gateway git commit: Merging PR26 into PR27

2016-10-28 Thread smarru
Merging PR26 into PR27 Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/f4cd14c3 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/f4cd14c3 Diff:

[3/7] airavata-php-gateway git commit: merge

2016-10-28 Thread smarru
merge Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/f9b2a585 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/f9b2a585 Diff:

[7/7] airavata-php-gateway git commit: AIRAVATA-2181 Null checking sharing data

2016-10-28 Thread smarru
AIRAVATA-2181 Null checking sharing data Sharing data won't exist when user doesn't have access to the experiment. Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/31a70432 Tree:

[5/7] airavata-php-gateway git commit: Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/airavata-php-gateway into develop

2016-10-28 Thread smarru
Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/airavata-php-gateway into develop Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/d8c6e814 Tree:

[1/7] airavata-php-gateway git commit: setting gatewayId in project

2016-10-28 Thread smarru
Repository: airavata-php-gateway Updated Branches: refs/heads/develop cd084fe04 -> 31a70432b setting gatewayId in project Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/f78db58e Tree:

[4/7] airavata-php-gateway git commit: Merge branch 'develop'

2016-10-28 Thread smarru
Merge branch 'develop' Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/62e2abd1 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/62e2abd1 Diff:

airavata-php-gateway git commit: AIRAVATA-2176 Sanitizing application input names

2016-10-28 Thread smarru
Repository: airavata-php-gateway Updated Branches: refs/heads/develop 26ed2cfda -> cd084fe04 AIRAVATA-2176 Sanitizing application input names PHP automatically converts '.' and spaces in POST parameter names to underscores. This change prevents that by preemptively converting '.' and spaces

[3/3] airavata git commit: adding Airvata API method to initialize ssh keys with Desc, Airavata - 2158

2016-10-26 Thread smarru
adding Airvata API method to initialize ssh keys with Desc, Airavata - 2158 Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/0300c523 Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/0300c523 Diff:

[2/3] airavata git commit: adding Airvata API method to initialize ssh keys with Desc, Airavata - 2158

2016-10-26 Thread smarru
http://git-wip-us.apache.org/repos/asf/airavata/blob/0300c523/airavata-api/airavata-api-stubs/src/main/java/org/apache/airavata/api/Airavata.java -- diff --git

[1/3] airavata git commit: adding Airvata API method to initialize ssh keys with Desc, Airavata - 2158

2016-10-26 Thread smarru
Repository: airavata Updated Branches: refs/heads/develop 20902ba13 -> 0300c5233 http://git-wip-us.apache.org/repos/asf/airavata/blob/0300c523/thrift-interface-descriptions/airavata-apis/airavata_api.thrift -- diff --git

[1/2] airavata git commit: closes apache/airavata#39 since this version required airavata users to install aurora command line client, this is superceded by a programming client PR62. Suggested to pre

2016-10-26 Thread smarru
Repository: airavata Updated Branches: refs/heads/develop 2baa6d6c1 -> 20902ba13 closes apache/airavata#39 since this version required airavata users to install aurora command line client, this is superceded by a programming client PR62. Suggested to preseve these commits in the sandbox

[2/2] airavata git commit: closes apache/airavata#41 since this version required airavata users to install aurora command line client, this is superceded by a programming client PR62. Suggested to pre

2016-10-26 Thread smarru
closes apache/airavata#41 since this version required airavata users to install aurora command line client, this is superceded by a programming client PR62. Suggested to preseve these commits in the sandbox project Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit:

airavata-sandbox git commit: adding gso2016 folder

2016-10-26 Thread smarru
Repository: airavata-sandbox Updated Branches: refs/heads/master 2352c0ffa -> cf4119a56 adding gso2016 folder Project: http://git-wip-us.apache.org/repos/asf/airavata-sandbox/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-sandbox/commit/cf4119a5 Tree:

[1/2] airavata git commit: uploading initial project structure

2016-10-26 Thread smarru
WSO2 - http://wso2.com/ - - committer - PMC member - - - - smarru - Suresh Marru -

[2/2] airavata git commit: uploading initial project structure

2016-10-26 Thread smarru
uploading initial project structure Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/fd42b790 Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/fd42b790 Diff:

airavata git commit: closes apache/airavata#28

2016-10-26 Thread smarru
Repository: airavata Updated Branches: refs/heads/master 908569b3f -> 6368b161f closes apache/airavata#28 Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/6368b161 Tree:

[2/2] airavata git commit: closes apache/airavata#28

2016-10-26 Thread smarru
closes apache/airavata#28 Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/2baa6d6c Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/2baa6d6c Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/2baa6d6c

[1/2] airavata git commit: closes apache/airavata#28

2016-10-26 Thread smarru
Repository: airavata Updated Branches: refs/heads/develop ab247b65c -> 2baa6d6c1 closes apache/airavata#28 Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/bfc193a8 Tree:

airavata git commit: thanks doug for this contribution, this commit closes apache/airavata#28

2016-10-26 Thread smarru
Repository: airavata Updated Branches: refs/heads/develop 989099147 -> ab247b65c thanks doug for this contribution, this commit closes apache/airavata#28 Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/ab247b65

airavata git commit: closes apache/airavata#15 the fixes were applied but PR was not closed, closing now

2016-10-26 Thread smarru
Repository: airavata Updated Branches: refs/heads/master 00734058d -> e45e07eee closes apache/airavata#15 the fixes were applied but PR was not closed, closing now Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit:

airavata git commit: closes apache/airavata#20 we should avoid pushing git ignore to repo and let IDE's ignore these files, closing now

2016-10-26 Thread smarru
Repository: airavata Updated Branches: refs/heads/master 87a552101 -> 908569b3f closes apache/airavata#20 we should avoid pushing git ignore to repo and let IDE's ignore these files, closing now Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit:

airavata git commit: closes apache/airavata#16 the fixes were applied but PR was not closed, closing now

2016-10-26 Thread smarru
Repository: airavata Updated Branches: refs/heads/master e45e07eee -> 3aecdd20d closes apache/airavata#16 the fixes were applied but PR was not closed, closing now Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit:

[2/2] airavata git commit: Merging PR61 and 65 into 63

2016-10-26 Thread smarru
Merging PR61 and 65 into 63 Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/98909914 Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/98909914 Diff:

airavata git commit: closes apache/airavata#14 the fixes were applied but PR was not closed, closing now

2016-10-26 Thread smarru
Repository: airavata Updated Branches: refs/heads/master 08c2766d4 -> 00734058d closes apache/airavata#14 the fixes were applied but PR was not closed, closing now Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit:

airavata git commit: closes apache/airavata#2 #2 *Won't fix* the samples are now upto date with latest code

2016-10-26 Thread smarru
Repository: airavata Updated Branches: refs/heads/master c139d656c -> 08c2766d4 closes apache/airavata#2 #2 *Won't fix* the samples are now upto date with latest code Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit:

[1/2] airavata git commit: adding token to credential summary model

2016-10-26 Thread smarru
Repository: airavata Updated Branches: refs/heads/develop 1d710c9d8 -> 989099147 adding token to credential summary model Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/48ea4a0f Tree:

[1/2] airavata git commit: Resolving User storage preference bugs

2016-10-26 Thread smarru
Repository: airavata Updated Branches: refs/heads/develop ccc708b1b -> 1d710c9d8 Resolving User storage preference bugs Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/8422d237 Tree:

[2/2] airavata git commit: Merge branch 'develop' into pr65

2016-10-26 Thread smarru
Merge branch 'develop' into pr65 Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/1d710c9d Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/1d710c9d Diff:

airavata git commit: AIRAVATA-2156 Add isNull field to UserResourceProfile

2016-10-26 Thread smarru
Repository: airavata Updated Branches: refs/heads/develop 76c9eaf90 -> ccc708b1b AIRAVATA-2156 Add isNull field to UserResourceProfile Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/ccc708b1 Tree:

airavata git commit: adding lonestar5 email in the types category

2016-10-24 Thread smarru
Repository: airavata Updated Branches: refs/heads/airavata-0.15-release-branch 4c9a58e13 -> 7ee4b690d adding lonestar5 email in the types category Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/7ee4b690 Tree:

airavata git commit: adding lonestar5 email

2016-10-24 Thread smarru
Repository: airavata Updated Branches: refs/heads/airavata-0.15-release-branch 88fe28696 -> 4c9a58e13 adding lonestar5 email Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/4c9a58e1 Tree:

airavata git commit: Add serialVersionUID for previous version of class

2016-10-20 Thread smarru
Repository: airavata Updated Branches: refs/heads/develop c2bf43b61 -> fdb519155 Add serialVersionUID for previous version of class To keep Credential.java compatible with the previous version, I'm adding the serialVersionUID from the previous version. This will allow serialized instances of

[2/4] airavata git commit: resolving bug 2 : removeUserComputeResourcePreference is working now

2016-10-20 Thread smarru
resolving bug 2 : removeUserComputeResourcePreference is working now Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/ff48f8c8 Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/ff48f8c8 Diff:

[3/4] airavata git commit: Merge remote-tracking branch 'upstream/develop' into user-compute-bug-resolve

2016-10-20 Thread smarru
Merge remote-tracking branch 'upstream/develop' into user-compute-bug-resolve Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/e159a031 Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/e159a031 Diff:

[1/4] airavata git commit: resolving bug 1: getUserResourceProfile will return null if not found in DB

2016-10-20 Thread smarru
Repository: airavata Updated Branches: refs/heads/develop 08e306e01 -> c2bf43b61 resolving bug 1: getUserResourceProfile will return null if not found in DB Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/dd319ce9

[4/4] airavata git commit: Merge branch 'develop' into pr56

2016-10-20 Thread smarru
Merge branch 'develop' into pr56 Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/c2bf43b6 Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/c2bf43b6 Diff:

[airavata] Git Push Summary

2016-10-06 Thread smarru
Repository: airavata Updated Branches: refs/heads/allocation-manager [created] 9f0445f81

airavata git commit: Implement Ansible playbook for OpenStack resource provisioning

2016-09-30 Thread smarru
Repository: airavata Updated Branches: refs/heads/develop 59142dd7d -> 7f983b886 Implement Ansible playbook for OpenStack resource provisioning Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/7f983b88 Tree:

[1/3] airavata git commit: Workflow catalog Entities

2016-09-30 Thread smarru
Repository: airavata Updated Branches: refs/heads/registry-refactoring 13e6278fd -> d8cd7ba60 Workflow catalog Entities Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/ec2ecffa Tree:

[2/3] airavata git commit: Workflow Catalog Repositories

2016-09-30 Thread smarru
Workflow Catalog Repositories Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/727dfb73 Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/727dfb73 Diff:

[3/3] airavata git commit: Repository Test for Experiment Catalog

2016-09-30 Thread smarru
Repository Test for Experiment Catalog Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/d8cd7ba6 Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/d8cd7ba6 Diff:

airavata git commit: modularizing app catalog

2016-09-09 Thread smarru
Repository: airavata Updated Branches: refs/heads/api-multiplexing 79bdeb123 -> f56d67775 modularizing app catalog Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/f56d6777 Tree:

airavata-site git commit: updating instructions

2016-08-29 Thread smarru
Repository: airavata-site Updated Branches: refs/heads/asf-site 60809c674 -> 97e24a9c2 updating instructions Project: http://git-wip-us.apache.org/repos/asf/airavata-site/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-site/commit/97e24a9c Tree:

airavata-site git commit: updating instructions

2016-08-29 Thread smarru
Repository: airavata-site Updated Branches: refs/heads/asf-site 0402c689b -> 60809c674 updating instructions Project: http://git-wip-us.apache.org/repos/asf/airavata-site/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-site/commit/60809c67 Tree:

airavata-site git commit: updating course website

2016-08-16 Thread smarru
Repository: airavata-site Updated Branches: refs/heads/asf-site b31a184ab -> b9a219550 updating course website Project: http://git-wip-us.apache.org/repos/asf/airavata-site/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-site/commit/b9a21955 Tree:

svn commit: r14794 - /release/airavata/0.15/

2016-08-13 Thread smarru
Author: smarru Date: Sat Aug 13 12:32:49 2016 New Revision: 14794 Log: removing old release Removed: release/airavata/0.15/

[18/32] airavata-sandbox git commit: adding jupyter note books for Airavata

2016-08-09 Thread smarru
1234', name='US3-AIRA', statusUpdateTime=None, resourceHostId='comet.sdsc.edu_f24b0bba-5230-498d-97e2-46a975ee035b', projectId='Default_Project_49a64632-b918-4223-b9f7-b4e76a68973d', creationTime=1459450662000L, experimentId='US3-AIRA_0660e466-5d99-4e0e-9aa2-ed3358eebd8d', executionId='Ultrascan_

[02/32] airavata-sandbox git commit: adding jupyter note books for Airavata

2016-08-09 Thread smarru
http://git-wip-us.apache.org/repos/asf/airavata-sandbox/blob/75eb96c2/Interacting_with_Airavata_using_ipython_Notebook/create-experiment/thrift/protocol/TJSONProtocol.py -- diff --git

[19/32] airavata-sandbox git commit: adding jupyter note books for Airavata

2016-08-09 Thread smarru
adding jupyter note books for Airavata Project: http://git-wip-us.apache.org/repos/asf/airavata-sandbox/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-sandbox/commit/69c259de Tree: http://git-wip-us.apache.org/repos/asf/airavata-sandbox/tree/69c259de Diff:

[11/32] airavata-sandbox git commit: adding jupyter note books for Airavata

2016-08-09 Thread smarru
http://git-wip-us.apache.org/repos/asf/airavata-sandbox/blob/75eb96c2/Interacting_with_Airavata_using_ipython_Notebook/create-experiment/apache/airavata/model/appcatalog/computeresource/ttypes.py -- diff --git

[30/32] airavata-sandbox git commit: Added_Apache

2016-08-09 Thread smarru
450589000L, experimentId='US3-AIRA_c7c1a4c2-2b3b-4fc9-996b-2da987c28436', executionId='Ultrascan_0ed937f6-26af-4c54-8064-3be082411e46', gatewayId='Ultrascan_Production', experimentStatus='FAILED', description=None), ExperimentSummaryModel(userName='Gary_Gorbet_1234', name='US3-AIRA', statusUpdate

[06/32] airavata-sandbox git commit: adding jupyter note books for Airavata

2016-08-09 Thread smarru
http://git-wip-us.apache.org/repos/asf/airavata-sandbox/blob/75eb96c2/Interacting_with_Airavata_using_ipython_Notebook/create-experiment/apache/airavata/model/status/__init__.py -- diff --git

[07/32] airavata-sandbox git commit: adding jupyter note books for Airavata

2016-08-09 Thread smarru
http://git-wip-us.apache.org/repos/asf/airavata-sandbox/blob/75eb96c2/Interacting_with_Airavata_using_ipython_Notebook/create-experiment/apache/airavata/model/messaging/event/ttypes.py -- diff --git

[20/32] airavata-sandbox git commit: Added_Apache

2016-08-09 Thread smarru
http://git-wip-us.apache.org/repos/asf/airavata-sandbox/blob/2352c0ff/Interacting_with_Airavata_using_ipython_Notebook/Admin-User/apache/airavata/model/workspace/ttypes.py -- diff --git

[27/32] airavata-sandbox git commit: Added_Apache

2016-08-09 Thread smarru
http://git-wip-us.apache.org/repos/asf/airavata-sandbox/blob/2352c0ff/Interacting_with_Airavata_using_ipython_Notebook/Admin-User/apache/airavata/api/Airavata.pyc -- diff --git

[28/32] airavata-sandbox git commit: Added_Apache

2016-08-09 Thread smarru
http://git-wip-us.apache.org/repos/asf/airavata-sandbox/blob/2352c0ff/Interacting_with_Airavata_using_ipython_Notebook/Admin-User/apache/airavata/api/Airavata.py -- diff --git

[22/32] airavata-sandbox git commit: Added_Apache

2016-08-09 Thread smarru
http://git-wip-us.apache.org/repos/asf/airavata-sandbox/blob/2352c0ff/Interacting_with_Airavata_using_ipython_Notebook/Admin-User/apache/airavata/model/status/ttypes.py -- diff --git

[04/32] airavata-sandbox git commit: adding jupyter note books for Airavata

2016-08-09 Thread smarru
http://git-wip-us.apache.org/repos/asf/airavata-sandbox/blob/75eb96c2/Interacting_with_Airavata_using_ipython_Notebook/create-experiment/apache/airavata/model/workspace/experiment/ttypes.py -- diff --git

[16/32] airavata-sandbox git commit: adding jupyter note books for Airavata

2016-08-09 Thread smarru
http://git-wip-us.apache.org/repos/asf/airavata-sandbox/blob/75eb96c2/Interacting_with_Airavata_using_ipython_Notebook/Admin-User/thrift/protocol/TProtocol.py -- diff --git

[31/32] airavata-sandbox git commit: Added_Apache

2016-08-09 Thread smarru
http://git-wip-us.apache.org/repos/asf/airavata-sandbox/blob/2352c0ff/Interacting_with_Airavata_using_ipython_Notebook/Admin-User/.ipynb_checkpoints/Admin User-checkpoint.ipynb -- diff --git

[26/32] airavata-sandbox git commit: Added_Apache

2016-08-09 Thread smarru
http://git-wip-us.apache.org/repos/asf/airavata-sandbox/blob/2352c0ff/Interacting_with_Airavata_using_ipython_Notebook/Admin-User/apache/airavata/model/appcatalog/computeresource/ttypes.py -- diff --git

[17/32] airavata-sandbox git commit: adding jupyter note books for Airavata

2016-08-09 Thread smarru
adding jupyter note books for Airavata Project: http://git-wip-us.apache.org/repos/asf/airavata-sandbox/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-sandbox/commit/75eb96c2 Tree: http://git-wip-us.apache.org/repos/asf/airavata-sandbox/tree/75eb96c2 Diff:

[21/32] airavata-sandbox git commit: Added_Apache

2016-08-09 Thread smarru
http://git-wip-us.apache.org/repos/asf/airavata-sandbox/blob/2352c0ff/Interacting_with_Airavata_using_ipython_Notebook/Admin-User/apache/airavata/model/workspace/experiment/ttypes.py -- diff --git

[10/32] airavata-sandbox git commit: adding jupyter note books for Airavata

2016-08-09 Thread smarru
http://git-wip-us.apache.org/repos/asf/airavata-sandbox/blob/75eb96c2/Interacting_with_Airavata_using_ipython_Notebook/create-experiment/apache/airavata/model/appcatalog/storageresource/__init__.pyc -- diff --git

[15/32] airavata-sandbox git commit: adding jupyter note books for Airavata

2016-08-09 Thread smarru
http://git-wip-us.apache.org/repos/asf/airavata-sandbox/blob/75eb96c2/Interacting_with_Airavata_using_ipython_Notebook/Admin-User/thrift/transport/TSocket.py -- diff --git

[13/32] airavata-sandbox git commit: adding jupyter note books for Airavata

2016-08-09 Thread smarru
http://git-wip-us.apache.org/repos/asf/airavata-sandbox/blob/75eb96c2/Interacting_with_Airavata_using_ipython_Notebook/create-experiment/apache/airavata/api/Airavata.py -- diff --git

[12/32] airavata-sandbox git commit: adding jupyter note books for Airavata

2016-08-09 Thread smarru
http://git-wip-us.apache.org/repos/asf/airavata-sandbox/blob/75eb96c2/Interacting_with_Airavata_using_ipython_Notebook/create-experiment/apache/airavata/api/Airavata.pyc -- diff --git

[03/32] airavata-sandbox git commit: adding jupyter note books for Airavata

2016-08-09 Thread smarru
http://git-wip-us.apache.org/repos/asf/airavata-sandbox/blob/75eb96c2/Interacting_with_Airavata_using_ipython_Notebook/create-experiment/apache/airavata/model/workspace/ttypes.py -- diff --git

[29/32] airavata-sandbox git commit: Added_Apache

2016-08-09 Thread smarru
http://git-wip-us.apache.org/repos/asf/airavata-sandbox/blob/2352c0ff/Interacting_with_Airavata_using_ipython_Notebook/Admin-User/airavata_cli.py -- diff --git

[05/32] airavata-sandbox git commit: adding jupyter note books for Airavata

2016-08-09 Thread smarru
http://git-wip-us.apache.org/repos/asf/airavata-sandbox/blob/75eb96c2/Interacting_with_Airavata_using_ipython_Notebook/create-experiment/apache/airavata/model/workflow/ttypes.py -- diff --git

[14/32] airavata-sandbox git commit: adding jupyter note books for Airavata

2016-08-09 Thread smarru
http://git-wip-us.apache.org/repos/asf/airavata-sandbox/blob/75eb96c2/Interacting_with_Airavata_using_ipython_Notebook/create-experiment/apache/airavata/api/Airavata-remote -- diff --git

[23/32] airavata-sandbox git commit: Added_Apache

2016-08-09 Thread smarru
http://git-wip-us.apache.org/repos/asf/airavata-sandbox/blob/2352c0ff/Interacting_with_Airavata_using_ipython_Notebook/Admin-User/apache/airavata/model/messaging/event/ttypes.py -- diff --git

<    3   4   5   6   7   8   9   10   11   12   >