Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Create the service inspector inspector subclass #180

Merged
merged 2 commits into from Mar 14, 2014

Conversation

hatched
Copy link
Contributor

@hatched hatched commented Mar 14, 2014

This is the final major branch in the inspector viewlet to view conversion.

To QA
Do an extensive exploratory QA on the various inspectors and their tabs, interactions etc.

@jujugui
Copy link
Contributor

jujugui commented Mar 14, 2014

Test FAILed.
Refer to this link for build results: http://ci.jujugui.org:8080/job/juju-gui/555/

inspector = new views.ServiceInspector(
model, combinedConfig);
inspector = new Y.juju.views.ServiceInspector(Y.mix({
db: db,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not a fan of the Mix in the function call. It blurs what's the signature of the ServiceInspector and what's part of that mix call.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alright, we still need to be able to pass config data into this method so I can split it out to make it clearer as to what's happening.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@makyo
Copy link
Contributor

makyo commented Mar 14, 2014

QA Okay 👍

@mitechie
Copy link
Contributor

👍 no qa

@jujugui
Copy link
Contributor

jujugui commented Mar 14, 2014

Test PASSed.
Refer to this link for build results: http://ci.jujugui.org:8080/job/juju-gui/556/

@hatched
Copy link
Contributor Author

hatched commented Mar 14, 2014

Thanks for the reviews and qa!

@hatched
Copy link
Contributor Author

hatched commented Mar 14, 2014

Changes made :shipit:

@jujugui
Copy link
Contributor

jujugui commented Mar 14, 2014

Status: merge request accepted. Url: http://ci.jujugui.org:8080/job/juju-gui-merge

@jujugui
Copy link
Contributor

jujugui commented Mar 14, 2014

Test PASSed.
Refer to this link for build results: http://ci.jujugui.org:8080/job/juju-gui/557/

jujugui added a commit that referenced this pull request Mar 14, 2014
This is the final major branch in the inspector viewlet to view conversion. 

__To QA__
Do an extensive exploratory QA on the various inspectors and their tabs, interactions etc.
@jujugui jujugui merged commit 4a1bf0d into juju:develop Mar 14, 2014
@hatched hatched deleted the service-inspector-class branch March 21, 2014 21:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants