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

WIP: Kubernetes WebUI #5834

Closed
wants to merge 3 commits into from
Closed

WIP: Kubernetes WebUI #5834

wants to merge 3 commits into from

Conversation

yllierop
Copy link
Contributor

I'd like to say thank-you to the following contributors for helping to create a new WebUI for Kubernetes.
@balavas, @bcbroussard, @brendandburns, @duftler, @craigmcl, @EranGabber, @jackgr, @jellzilla, @kenmoore, @kmerker, @preillyme, @rrmckinley, @unwornmoon.

This change is addressed in the following issue: #5789

@googlebot
Copy link

We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for the commit author(s). If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google.

@googlebot
Copy link

CLAs look good, thanks!

@googlebot
Copy link

We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for the commit author(s). If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google.

@googlebot
Copy link

CLAs look good, thanks!

@yllierop
Copy link
Contributor Author

The most recent WIP was git merge --squash from https://github.com/kubernetes-ui/kubernetes-ui based on feedback from @roberthbailey

@@ -0,0 +1,14 @@
language: node_js
Copy link
Contributor

Choose a reason for hiding this comment

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

Please delete this file.

@brendandburns
Copy link
Contributor

Comments about some redundant things to delete.

Thanks!
--brendan

@yllierop
Copy link
Contributor Author

@brendandburns — I've removed the redundant items with things in our other docs directory.

@yllierop
Copy link
Contributor Author

I'ved made this docker container for testing: https://github.com/kubernetes-ui/kubernetes-ui-docker

@brendandburns
Copy link
Contributor

Will patch and try this out today. Thanks for the patience!

@jackgr
Copy link
Contributor

jackgr commented Apr 7, 2015

Thanks, Brendan.

On Apr 7, 2015, at 10:57 AM, Brendan Burns notifications@github.com wrote:

Will patch and try this out today. Thanks for the patience!


Reply to this email directly or view it on GitHub.

@yllierop
Copy link
Contributor Author

yllierop commented Apr 7, 2015

@brendanburns thanks for taking a look. Let me know if you need anything.

@brendandburns
Copy link
Contributor

In order for this to actually run by default, you need to re-run ./hack/build-ui.sh and check in the generated files.

@brendandburns
Copy link
Contributor

Also, even after I run build-ui.sh and go to https:///static/app/ the app doesn't work correctly (javascript errors)

@yllierop
Copy link
Contributor Author

yllierop commented Apr 9, 2015

Okay I'll check in the generated files. Actually @brendanburns do you have some time to chat about one issue?

@yllierop
Copy link
Contributor Author

yllierop commented Apr 9, 2015

@brendanburns I've got the same issue with this as I do with this version: https://github.com/kubernetes-ui/kubernetes-ui-docker/blob/master/docker-entrypoint.sh basically changing the values of www/app/assets/js/app.js to the correct values for the built cluster. Do you think that should happen in the build-ui.sh script? Also what do you think is the best way to handle username and passwords, e.g., "k8sApiServer": "https://admin:jxsffWYgwABFCBXG@104.154.65.114/api/v1beta2",, etc.

@bcbroussard
Copy link
Contributor

@googlebot - As stated in an another pull request, I am covered under Google Corporate CLA "Kismatic, Inc." signed: Feb 09, 2015 21:17 PST - #5790

@googlebot
Copy link

We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for the commit author(s). If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google.

@googlebot
Copy link

We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for the commit author(s). If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google.

@bcbroussard
Copy link
Contributor

@lavalamp Re: examples/rethinkdb/.DS_Store
Looks like it was added to master in another commit de25c0a. If I'm not mistaken, this PR is already removing the .DS_Store file.

@googlebot
Copy link

We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for the commit author(s). If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google.

2 similar comments
@googlebot
Copy link

We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for the commit author(s). If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google.

@googlebot
Copy link

We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for the commit author(s). If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google.

@yllierop
Copy link
Contributor Author

@erictune can you confirm that @bcbroussard is currently covered under the Kismatic CLA.

@lavalamp
Copy link
Member

@preillyme the googlebot is going off of the "new" mechanism, which is that it expects everyone covered by Kismatic's CLA to be in a group. Perhaps check that the email in the commit matches the email in the group?

@yllierop
Copy link
Contributor Author

@lavalamp he's currently in https://groups.google.com/forum/#!members/kismatic so I'm not sure.

@lavalamp
Copy link
Member

@preillyme I can't actually view the members there, so I'll take your word for it. Perhaps a different email was used in the individual commits than is in the group? :/

@yllierop
Copy link
Contributor Author

@lavalamp I can confirm that the commit email address equals the CLA Google group. So I'm not sure. Is there any other way to check?

@@ -0,0 +1,3 @@
'use strict';

describe("cAdvisor controller", function() { it("should work as intended", function() {}); });
Copy link
Member

Choose a reason for hiding this comment

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

Are these test stubs?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@lavalamp yes they are stubs at this point.

@lavalamp
Copy link
Member

OK I am going to give this another try.

@lavalamp
Copy link
Member

Having unrelated issues w/ my cluster, will take this back up first thing monday.

@googlebot
Copy link

We found a Contributor License Agreement for you (the sender of this pull request) and all commit authors, but as best as we can tell these commits were authored by someone else. If that's the case, please add them to this pull request and have them confirm that they're okay with these commits being contributed to Google. If we're mistaken and you did author these commits, just reply here to confirm.

3 similar comments
@googlebot
Copy link

We found a Contributor License Agreement for you (the sender of this pull request) and all commit authors, but as best as we can tell these commits were authored by someone else. If that's the case, please add them to this pull request and have them confirm that they're okay with these commits being contributed to Google. If we're mistaken and you did author these commits, just reply here to confirm.

@googlebot
Copy link

We found a Contributor License Agreement for you (the sender of this pull request) and all commit authors, but as best as we can tell these commits were authored by someone else. If that's the case, please add them to this pull request and have them confirm that they're okay with these commits being contributed to Google. If we're mistaken and you did author these commits, just reply here to confirm.

@googlebot
Copy link

We found a Contributor License Agreement for you (the sender of this pull request) and all commit authors, but as best as we can tell these commits were authored by someone else. If that's the case, please add them to this pull request and have them confirm that they're okay with these commits being contributed to Google. If we're mistaken and you did author these commits, just reply here to confirm.

`karma-chrome-launcher` should be automatically installed when
running `npm start`).
* Go to the `www/master` directory, and run `karma start
karma.conf.js`. The Karma configuration is defined in `karma.config.js`. The console should show the test results.
Copy link
Member

Choose a reason for hiding this comment

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

On my system, I get this. Please fix either the instructions or the tests :)

$ karma start karma.conf.js 
INFO [karma]: Karma v0.10.10 server started at http://localhost:9876/
INFO [launcher]: Starting browser Chrome
WARN [watcher]: Pattern "/usr/local/google/home/dbsmith/code/k/src/github.com/GoogleCloudPlatform/third_party/ui/bower_components/angular/angular.js" does not match any file.
WARN [watcher]: Pattern "/usr/local/google/home/dbsmith/code/k/src/github.com/GoogleCloudPlatform/third_party/ui/bower_components/angular-aria/angular-aria.js" does not match any file.
WARN [watcher]: Pattern "/usr/local/google/home/dbsmith/code/k/src/github.com/GoogleCloudPlatform/third_party/ui/bower_components/angular-material/angular-material.js" does not match any file.
WARN [watcher]: Pattern "/usr/local/google/home/dbsmith/code/k/src/github.com/GoogleCloudPlatform/third_party/ui/bower_components/angular-mocks/angular-mocks.js" does not match any file.
WARN [watcher]: Pattern "/usr/local/google/home/dbsmith/code/k/src/github.com/GoogleCloudPlatform/third_party/ui/bower_components/angular-route/angular-route.js" does not match any file.
WARN [watcher]: Pattern "/usr/local/google/home/dbsmith/code/k/src/github.com/GoogleCloudPlatform/third_party/ui/bower_components/angularjs-jasmine-matchers/dist/matchers.js" does not match any file.
WARN [watcher]: Pattern "/usr/local/google/home/dbsmith/code/k/src/github.com/GoogleCloudPlatform/third_party/ui/bower_components/hammerjs/hammer.js" does not match any file.
WARN [watcher]: Pattern "/usr/local/google/home/dbsmith/code/k/src/github.com/GoogleCloudPlatform/third_party/ui/bower_components/lodash/dist/lodash.js" does not match any file.
WARN [watcher]: Pattern "/usr/local/google/home/dbsmith/code/k/src/github.com/GoogleCloudPlatform/kubernetes/www/master/components/**/test/**/*.js" does not match any file.
WARN [watcher]: Pattern "/usr/local/google/home/dbsmith/code/k/src/github.com/GoogleCloudPlatform/kubernetes/www/app/shared/**/*.js" does not match any file.
INFO [Chrome 42.0.2311 (Linux)]: Connected on socket 6iS3nwjNk5zArWmKBQoK
Chrome 42.0.2311 (Linux) ERROR
        Uncaught ReferenceError: angular is not defined
        at /usr/local/google/home/dbsmith/code/k/src/github.com/GoogleCloudPlatform/kubernetes/www/app/assets/js/app.js:8
Chrome 42.0.2311 (Linux): Executed 0 of 0 ERROR (0.238 secs / 0 secs)

@lavalamp
Copy link
Member

Closing; superseded by #7056

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.

None yet

10 participants