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

Release v8.1.0 (including event instrumentation) #190

Merged
merged 25 commits into from
Sep 19, 2019
Merged

Conversation

mdebarros
Copy link
Member

@mdebarros mdebarros commented Sep 17, 2019

Updates for release v8.1.0

  • Bumped version
  • Merged master and resolved conflicts
  • Made test/unit/base.js use a random port as to not conflict with any pre-existing running servers that may have started in the background.
  • Dependency re-factoring:
    • Removed unused dependencies
    • Moved dependencies used for tests to devDependencies
    • Added central-services-logger and updated dependency and tests
    • updated central-services-health to fix vulnerability DoS issue
    • Update tests to support Hapi + Joi 16.x:
      • wrapped payload in Joi.object().
      • changed .valid() to use expanded parameters instead of an array.
  • Add required tags to initial span (transactionId, transactionType, transactionAction, source, destination, payerFsp, payeeFsp)
  • Added getPort to unit tests to generate random port to avoid port conflict when running ml-api (or any other service on port 3000) in the background

- Update tests to support Hapi  + Joi 16.x:
   - wrapped payload in Joi.object().
   - changed .valid() to use expanded parameters instead of an array.
- Bumped version.
- Made test/unit/base.js use a random port as to not conflict with any pre-existing running servers that may have started in the background.
- Removed unused dependencies
- Moved dependencies used for tests to devDependencies
rmothilal
rmothilal previously approved these changes Sep 19, 2019
Copy link
Contributor

@rmothilal rmothilal left a comment

Choose a reason for hiding this comment

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

smile approval

rmothilal
rmothilal previously approved these changes Sep 19, 2019
Copy link
Contributor

@rmothilal rmothilal left a comment

Choose a reason for hiding this comment

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

Thumbs up

vgenev
vgenev previously approved these changes Sep 19, 2019
Copy link
Contributor

@vgenev vgenev left a comment

Choose a reason for hiding this comment

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

+1

ndonnan
ndonnan previously approved these changes Sep 19, 2019
Copy link
Contributor

@ndonnan ndonnan left a comment

Choose a reason for hiding this comment

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

+1

@mdebarros mdebarros dismissed stale reviews from ndonnan, vgenev, and rmothilal via 5e6261f September 19, 2019 15:36
@mdebarros mdebarros requested a review from ndonnan September 19, 2019 15:37
Copy link
Contributor

@ndonnan ndonnan left a comment

Choose a reason for hiding this comment

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

Looks good

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.

5 participants