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

v0.53.1 - Fix/Improve Operation API usage #1163

Merged
merged 6 commits into from
Jun 26, 2019
Merged

Conversation

peterdemartini
Copy link
Contributor

The Problem

@jsnoble was using the operation apis in the WorkerTestHarness and found the usage was it was confusing and misleading, the operation apis we loaded in two different ways.

The Solution

Move around the code so the majority of the API registration and loading is used in one place.

Other Changes

  • Ensure NODE_ENV === test when running tests
  • Improved interface for WorkerTestHarness->flush and improved tests
  • Add makeLogger function to executionContext api to make it easier to register loggers.
  • And other minor misc fixes to job-components
  • Bump packages

Copy link
Member

@jsnoble jsnoble left a comment

Choose a reason for hiding this comment

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

LGTM

@peterdemartini peterdemartini merged commit 3c08295 into master Jun 26, 2019
@peterdemartini peterdemartini deleted the fix-register-api branch June 26, 2019 22:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants