Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Added promises support to udaru-core. Removed udaru-test package. #508

Merged
merged 6 commits into from
Mar 30, 2018

Conversation

ShogunPanda
Copy link
Contributor

The udaru-core has been modified to support async/await, but its still compatible with hapi v16.

@coveralls
Copy link

coveralls commented Mar 30, 2018

Coverage Status

Coverage decreased (-1.1%) to 93.136% when pulling 05e2625 on promises-on-core into 1f17d6b on master.

@ShogunPanda
Copy link
Contributor Author

Note: this is currently base after #506 by @cianfoley-nearform. Make sure to wait for it to be merged, then rebase after master before merging.

Copy link
Contributor

@dberesford dberesford left a comment

Choose a reason for hiding this comment

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

One small nit but otherwise this is really great, thanks @ShogunPanda !

console.log(`Migrations to ${version} done`, migrations)
})
})
.catch(err => {
console.log(err)
Copy link
Contributor

Choose a reason for hiding this comment

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

small nit: console.error(err)

Copy link
Contributor

@dberesford dberesford left a comment

Choose a reason for hiding this comment

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

LGTM

@dberesford dberesford merged commit 81855ca into master Mar 30, 2018
@dberesford dberesford deleted the promises-on-core branch March 30, 2018 15:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants