-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Closes #2377 - Migrate config from GA and Beyond #2745
Closes #2377 - Migrate config from GA and Beyond #2745
Conversation
simianhacker
commented
Jan 23, 2015
- Closes Migrate config when upgrading #2377
- Added testing framework for server side tests
- Fixed jshint
- Added config migration
- Added framework for server initialization
- Closes elastic#2377 - Added testing framework for server side tests - Fixed jshint - Added config migration - Added framework for server initialization
- Closes elastic#2377 - Added testing framework for server side tests - Fixed jshint - Added config migration - Added framework for server initialization
…/config-migration Conflicts: package.json src/server/routes/proxy.js tasks/test.js
if (config.kibana.elasticsearch_username && config.kibana.elasticsearch_password) { | ||
uri.auth = util.format('%s:%s', config.kibana.elasticsearch_username, config.kibana.elasticsearch_password); | ||
} | ||
console.log(url.format(uri)); |
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.
left in by accident?
You've got a lot of |
If the config (and thus the doc) does not have an Also, since in dev our _id version is |
…/config-migration Conflicts: src/server/config/index.js src/server/index.js
let's get this merged 🐲 |
Closes #2377 - Migrate config from GA and Beyond