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

Feature/13 #34

Merged
merged 10 commits into from
Mar 20, 2015
Merged

Feature/13 #34

merged 10 commits into from
Mar 20, 2015

Conversation

ssebro
Copy link
Contributor

@ssebro ssebro commented Mar 20, 2015

No description provided.

harvest_app = Promise.resolve(harvest_app);
}
return harvest_app
.catch() //harvest_app doesn't have to work perfectly; we just need it's schemas.
Copy link
Contributor

Choose a reason for hiding this comment

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

s/it's/its

@ssebro ssebro assigned mavdi and broguinn and unassigned mavdi Mar 20, 2015
var indexReadyPromise = peopleSearch.deleteIndex().then(function(){
return peopleSearch.initializeMapping(require("./test.mapping.js")).then(function(response){
console.log('Initializing ES mapping: ' + JSON.stringify(response));
return peopleSearch.deleteIndex().then(function(){
Copy link
Contributor

Choose a reason for hiding this comment

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

This is organizationally equivalent to callbacks.

broguinn added a commit that referenced this pull request Mar 20, 2015
@broguinn broguinn merged commit 2bba582 into develop Mar 20, 2015
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