Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Add support for resources. #19
Conversation
ericsnowcurrently
added some commits
Mar 15, 2016
|
Test FAILed. |
frankban
reviewed
Mar 16, 2016
| + if resources == nil { | ||
| + resources = make(map[string]int, 0) | ||
| + } | ||
| + return []interface{}{ch.Params.Charm, ch.Params.Service, options, ch.Params.Constraints, storage, endpointBindings, resources} |
frankban
Mar 16, 2016
Member
The GUI should be ready to accept the new resources argument before adding them here.
I'd say let's leave GUIArgs untouched for now.
ericsnowcurrently
Mar 16, 2016
Contributor
Sounds good. I'm glad you noticed this. It was the one thing I was unsure about. :)
|
|
|
Test PASSed. |
|
Test PASSed. |
natefinch
commented
Mar 16, 2016
|
|
kat-co
commented
Mar 16, 2016
|
+1 |
|
|
|
Status: merge request accepted. Url: http://ci.jujugui.org:8080/job/bundlechanges-merge |
ericsnowcurrently commentedMar 15, 2016
No description provided.