Skip to content
This repository has been archived by the owner on May 17, 2019. It is now read-only.

Deprecate old context properties and env vars #299

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rtsao
Copy link
Member

@rtsao rtsao commented Sep 20, 2018

Future versions of fusion-cli, fusion-plugin-react-router, fusion-react, and fusion-plugin-i18n won't use these context properties anymore, so their existence may be misleading or cause confusion.

  • fusion-cli should provide the SSRBodyTemplate
  • Simulation tests should assert against ctx.rendered and ctx.template instead of ctx.body, because the final HTML depends on the SSRBodyTemplate which comes from fusion-cli and depends on build-time things.

@codecov
Copy link

codecov bot commented Sep 20, 2018

Codecov Report

Merging #299 into master will decrease coverage by 2.28%.
The diff coverage is 78.94%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #299      +/-   ##
==========================================
- Coverage   91.91%   89.63%   -2.29%     
==========================================
  Files          18       18              
  Lines         408      434      +26     
  Branches       76       82       +6     
==========================================
+ Hits          375      389      +14     
- Misses         19       27       +8     
- Partials       14       18       +4
Impacted Files Coverage Δ
src/server-app.js 100% <ø> (ø) ⬆️
src/base-app.js 88.97% <ø> (-0.09%) ⬇️
src/get-env.js 100% <100%> (ø) ⬆️
src/plugins/ssr.js 80.26% <67.74%> (-11.93%) ⬇️
src/plugins/server-context.js 93.54% <92%> (-6.46%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 10934e4...981ba9a. Read the comment docs.

@rtsao rtsao added the feature label Sep 20, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant