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

V5 #505

Merged
merged 23 commits into from
Feb 15, 2018
Merged

V5 #505

merged 23 commits into from
Feb 15, 2018

Conversation

jonwinton
Copy link
Contributor

@jonwinton jonwinton commented Feb 2, 2018

API Changes

  • Underscores routes
  • Renderers now terminate the Express response
  • Removed references to resolveMedia
  • Removed the check for memory leaks from control
  • Deprecate the old publish API

Other Changes

  • Circle tests on 8.9.4
  • Removed the winston logger completely from tests

@coveralls
Copy link

coveralls commented Feb 9, 2018

Pull Request Test Coverage Report for Build #15

  • 196 of 196 (100.0%) changed or added relevant lines in 32 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build #13: 0.0%
Covered Lines: 4377
Relevant Lines: 4377

💛 - Coveralls

// 3. get the template that will be composed
components.getTemplate.returns('asdf');
// // 3. get the template that will be composed
// components.getTemplate.returns('asdf');
Copy link
Contributor

Choose a reason for hiding this comment

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

should this (and other commented out lines from this PR) be removed from the test file? Hard to tell if a commented out part of a test is temporarily broken or purposeful removal

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oh, good find. Forgot that was there.

@@ -7,11 +7,10 @@ const _ = require('lodash'),
db = require('../services/db'),
lib = require(`./${filename}`);

require('sinon-as-promised');
// require('sinon-as-promised');
Copy link
Contributor

Choose a reason for hiding this comment

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

can be removed?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yep! Will also remove. So much deprecation. This is a reminder to myself to also check that I removed winston

@jonwinton jonwinton merged commit 9bb18af into master Feb 15, 2018
@jonwinton jonwinton deleted the v5 branch February 15, 2018 14:39
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.

4 participants