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

Replace common services with imports from origin-web-common #1308

Merged

Conversation

jeff-phillips-18
Copy link
Member

This removes the common services from Web Console and imports them from origin-web-common.
Functionality remains the same just a relocation to make the services available outside of web console.

})

/* A WebSocket factory for kubernetesContainerTerminal */
.factory("ContainerWebSocket", function(API_CFG, $ws) {
Copy link
Member

Choose a reason for hiding this comment

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

We should remove this from origin-web-common and keep it here since it's specific to container terminal.

'use strict';

/* A WebSocket factory for kubernetesContainerTerminal */
angular.module('openshiftCommon')
Copy link
Member

Choose a reason for hiding this comment

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

think this module name needs to get switched back to the main console one

@jeff-phillips-18
Copy link
Member Author

Thanks @jwforres , updated.

@spadgett
Copy link
Member

@jeff-phillips-18 Should we remove the ContainerWebSocket initialization from origin-web-common and cut a 0.0.3?

https://github.com/openshift/origin-web-common/blob/82ec00ff08179d87621d8dd003fdbc5130779567/src/services/ws.js#L82-L91

@jeff-phillips-18
Copy link
Member Author

Yes, thanks @spadgett . I will do that now.

@jwforres
Copy link
Member

Pulled the branch down, it looks like you need to add
<script src="scripts/services/containerWebSocket.js"></script>
to index.html

@jwforres
Copy link
Member

If they aren't already we probably need to get the spec tests running in the origin-web-common repo. Travis is probably sufficient for now.

Otherwise this all LGTM now, everything seems to be working ok.

@jeff-phillips-18
Copy link
Member Author

I was able to move the spec tests that existed for the (now) common services running in the origin-web-common repo.

@jwforres
Copy link
Member

Yeah i think my question was whether we actually have Travis running on that repo, but we can take that discussion to another thread i think.

@jeff-phillips-18 can you squash your commits?

@jeff-phillips-18
Copy link
Member Author

Squished em.

@@ -514,120 +501,3 @@ angular
}
});

hawtioPluginLoader.addModule('openshiftConsole');
Copy link
Member

Choose a reason for hiding this comment

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

Missed this earlier, I'm actually surprised you were able to remove this. How is the openshiftConsole module getting registered with hawtioPluginLoader now?

@jeff-phillips-18
Copy link
Member Author

Hmmm.... Odd that it still loaded. Well, it's back now.

@jeff-phillips-18
Copy link
Member Author

@jwforres @spadgett Any further issues?

@jwforres
Copy link
Member

jwforres commented Mar 1, 2017

nope thanks @jeff-phillips-18 !

[merge]

@jwforres
Copy link
Member

jwforres commented Mar 1, 2017

looks like Travis and Jenkins are both failing on verify-dist, @jeff-phillips-18 can you re-run grunt build

@jwforres
Copy link
Member

jwforres commented Mar 1, 2017

looks like Travis is having a partial outage right now so I can't see in the logs why it just failed, will try jenkins [test]

@openshift-bot
Copy link

Evaluated for origin web console test up to bbedd2d

@jwforres
Copy link
Member

jwforres commented Mar 1, 2017

[merge]

@openshift-bot
Copy link

Evaluated for origin web console merge up to bbedd2d

@openshift-bot
Copy link

openshift-bot commented Mar 1, 2017

Origin Web Console Merge Results: SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin_web_console/1133/) (Base Commit: d5e1aba)

@openshift-bot
Copy link

Origin Web Console Test Results: SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin_web_console/1132/) (Base Commit: d5e1aba)

@openshift-bot openshift-bot merged commit 9d16569 into openshift:master Mar 1, 2017
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.

4 participants