-
Notifications
You must be signed in to change notification settings - Fork 1
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
Frontend ui #4
base: master
Are you sure you want to change the base?
Frontend ui #4
Conversation
# Establish a connection | ||
@connection = nano([url, @query and "?" + @query].join("")) | ||
|
||
_.extend Miso.Importers.Couchdb::, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
might want to explicitly say .prototype
just to be clear.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually I don't need to use these anymore ever since I switched from miso dataset to google
|
||
esPort = 22 | ||
esUser = process.env['EC2_ES_SSH_USER'] | ||
esUser = cfg.EC2_ES_SSH_USER | ||
|
||
stageDBLoadAvg = "" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
stage:
db:
mem:
total: ""
free: ""
load: ""
Also why initialize these as strings if we're going to assign floats to them later?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Careless mistake. Will fix when I get back.
Pretty much a shitton of copy paste code. I wanted to get it working first then i'll refactor it. |
Address @jenrzzz's comments and let's get this in on Wednesday. |
Please Kthx.