Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ContainerImage topology and use it to build the Container By Image graph. #254

Merged
merged 1 commit into from
Jun 18, 2015

Conversation

tomwilkie
Copy link
Contributor

This makes container image details show the containers (and processes) correctly.

Fixes #230

Also:

  • introduces a 'test' package, moved Diff function there.
  • adds some tests for this new rendered view.

@tomwilkie tomwilkie force-pushed the 230-container-image-topology branch from ea855d2 to f88a946 Compare June 17, 2015 18:57
…e graph.

This makes container image details show the containers (and processes) correctly.

Also:
- introduces a 'test' package, moved Diff function there.
- adds some tests for this new rendered view.
@tomwilkie tomwilkie force-pushed the 230-container-image-topology branch from f88a946 to 25ca0c0 Compare June 18, 2015 09:16
This was referenced Jun 18, 2015
@@ -109,6 +111,6 @@ func TestMakeDetailedNode(t *testing.T) {
},
}
if !reflect.DeepEqual(want, have) {
t.Errorf("%s", diff(want, have))
t.Errorf("%s", test.Diff(want, have))

This comment was marked as abuse.

This comment was marked as abuse.

This comment was marked as abuse.

@paulbellamy
Copy link
Contributor

LGTM

tomwilkie added a commit that referenced this pull request Jun 18, 2015
Add ContainerImage topology and use it to build the Container By Image graph.
@tomwilkie tomwilkie merged commit a6ef295 into weaveworks:master Jun 18, 2015
@tomwilkie tomwilkie deleted the 230-container-image-topology branch June 18, 2015 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants