[jira] [Commented] (CLOUDSTACK-5872) Async response from addAccountToProject doesn't contain useful information

2014-03-05 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-5872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13921489#comment-13921489
 ] 

ASF subversion and git services commented on CLOUDSTACK-5872:
-

Commit e0e13434b9191917342f751c07e8097f7f92a430 in cloudstack's branch 
refs/heads/4.3 from [~alena1108]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=e0e1343 ]

CLOUDSTACK-5872: use List DS for storing NicProfiles as public network can have 
more than one nic

Conflicts:
server/src/com/cloud/consoleproxy/ConsoleProxyManagerImpl.java


 Async response from addAccountToProject doesn't contain useful information
 --

 Key: CLOUDSTACK-5872
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-5872
 Project: CloudStack
  Issue Type: Bug
  Security Level: Public(Anyone can view this level - this is the 
 default.) 
  Components: API
Reporter: Bill Jones
Assignee: David Grizzanti
 Fix For: 4.4.0

 Attachments: unnamed.patch


 The async response from addAccountToProject doesn't contain useful 
 information. Generally async responses for commands that modify resources 
 include the resource ID and/or description in the async response. This is not 
 true of addAccountToProject or deleteAccountFromProject. Consequently the 
 response is not so useful to clients that do not have access to the context 
 of the request. Also, it seems inconsistent with the general design of the 
 API.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CLOUDSTACK-5872) Async response from addAccountToProject doesn't contain useful information

2014-03-04 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-5872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13920216#comment-13920216
 ] 

ASF subversion and git services commented on CLOUDSTACK-5872:
-

Commit 444e8f6bb3447a7eeb97f7c5d9b46abba3150072 in cloudstack's branch 
refs/heads/4.3-forward from [~alena1108]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=444e8f6 ]

CLOUDSTACK-5872: use List DS for storing NicProfiles as public network can have 
more than one nic


 Async response from addAccountToProject doesn't contain useful information
 --

 Key: CLOUDSTACK-5872
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-5872
 Project: CloudStack
  Issue Type: Bug
  Security Level: Public(Anyone can view this level - this is the 
 default.) 
  Components: API
Reporter: Bill Jones
Assignee: David Grizzanti
 Fix For: 4.4.0

 Attachments: unnamed.patch


 The async response from addAccountToProject doesn't contain useful 
 information. Generally async responses for commands that modify resources 
 include the resource ID and/or description in the async response. This is not 
 true of addAccountToProject or deleteAccountFromProject. Consequently the 
 response is not so useful to clients that do not have access to the context 
 of the request. Also, it seems inconsistent with the general design of the 
 API.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CLOUDSTACK-5872) Async response from addAccountToProject doesn't contain useful information

2014-03-04 Thread Alena Prokharchyk (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-5872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13920219#comment-13920219
 ] 

Alena Prokharchyk commented on CLOUDSTACK-5872:
---

Ignore my last commit as it relates to some other bug.

 Async response from addAccountToProject doesn't contain useful information
 --

 Key: CLOUDSTACK-5872
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-5872
 Project: CloudStack
  Issue Type: Bug
  Security Level: Public(Anyone can view this level - this is the 
 default.) 
  Components: API
Reporter: Bill Jones
Assignee: David Grizzanti
 Fix For: 4.4.0

 Attachments: unnamed.patch


 The async response from addAccountToProject doesn't contain useful 
 information. Generally async responses for commands that modify resources 
 include the resource ID and/or description in the async response. This is not 
 true of addAccountToProject or deleteAccountFromProject. Consequently the 
 response is not so useful to clients that do not have access to the context 
 of the request. Also, it seems inconsistent with the general design of the 
 API.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CLOUDSTACK-5872) Async response from addAccountToProject doesn't contain useful information

2014-03-03 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-5872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13917896#comment-13917896
 ] 

ASF subversion and git services commented on CLOUDSTACK-5872:
-

Commit ebcaec8632dbd92c071317f3190915244a287afb in cloudstack's branch 
refs/heads/master from [~dgrizzanti]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=ebcaec8 ]

CLOUDSTACK-5872: Async response from addAccountToProject doesn't contain useful 
information

Signed-off-by: Daan Hoogland dhoogl...@schubergphilis.com


 Async response from addAccountToProject doesn't contain useful information
 --

 Key: CLOUDSTACK-5872
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-5872
 Project: CloudStack
  Issue Type: Bug
  Security Level: Public(Anyone can view this level - this is the 
 default.) 
  Components: API
Reporter: Bill Jones
Assignee: David Grizzanti
 Fix For: 4.4.0

 Attachments: unnamed.patch


 The async response from addAccountToProject doesn't contain useful 
 information. Generally async responses for commands that modify resources 
 include the resource ID and/or description in the async response. This is not 
 true of addAccountToProject or deleteAccountFromProject. Consequently the 
 response is not so useful to clients that do not have access to the context 
 of the request. Also, it seems inconsistent with the general design of the 
 API.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CLOUDSTACK-5872) Async response from addAccountToProject doesn't contain useful information

2014-03-03 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-5872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13918561#comment-13918561
 ] 

ASF subversion and git services commented on CLOUDSTACK-5872:
-

Commit fd43cf151663c48fe29f97323490d53a7c0f9d5b in cloudstack's branch 
refs/heads/master from [~alena1108]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=fd43cf1 ]

Revert CLOUDSTACK-5872: Async response from addAccountToProject doesn't 
contain useful information

This reverts commit ebcaec8632dbd92c071317f3190915244a287afb.
Reverting as it breaks API compatibility


 Async response from addAccountToProject doesn't contain useful information
 --

 Key: CLOUDSTACK-5872
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-5872
 Project: CloudStack
  Issue Type: Bug
  Security Level: Public(Anyone can view this level - this is the 
 default.) 
  Components: API
Reporter: Bill Jones
Assignee: David Grizzanti
 Fix For: 4.4.0

 Attachments: unnamed.patch


 The async response from addAccountToProject doesn't contain useful 
 information. Generally async responses for commands that modify resources 
 include the resource ID and/or description in the async response. This is not 
 true of addAccountToProject or deleteAccountFromProject. Consequently the 
 response is not so useful to clients that do not have access to the context 
 of the request. Also, it seems inconsistent with the general design of the 
 API.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CLOUDSTACK-5872) Async response from addAccountToProject doesn't contain useful information

2014-01-31 Thread David Grizzanti (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-5872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13887811#comment-13887811
 ] 

David Grizzanti commented on CLOUDSTACK-5872:
-

Created review request for this patch - https://reviews.apache.org/r/17591/

 Async response from addAccountToProject doesn't contain useful information
 --

 Key: CLOUDSTACK-5872
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-5872
 Project: CloudStack
  Issue Type: Bug
  Security Level: Public(Anyone can view this level - this is the 
 default.) 
  Components: API
Reporter: Bill Jones
Assignee: David Grizzanti
 Fix For: 4.4.0

 Attachments: unnamed.patch


 The async response from addAccountToProject doesn't contain useful 
 information. Generally async responses for commands that modify resources 
 include the resource ID and/or description in the async response. This is not 
 true of addAccountToProject or deleteAccountFromProject. Consequently the 
 response is not so useful to clients that do not have access to the context 
 of the request. Also, it seems inconsistent with the general design of the 
 API.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)