vigetlabs / microcosm

Flux with actions at center stage. Write optimistic updates, cancel requests, and track changes with ease.
http://code.viget.com/microcosm/
MIT License
487 stars 22 forks source link

Upstream repo.parallel fix #448

Closed nhunzaker closed 6 years ago

nhunzaker commented 6 years ago

We encountered an issue on an app using 12.12.x where we needed the payloads from repo.parallel when it completed. This commit upstreams that change.

Partially fixes https://github.com/vigetlabs/microcosm/issues/428

codecov-io commented 6 years ago

Codecov Report

Merging #448 into master will increase coverage by 0.04%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #448      +/-   ##
==========================================
+ Coverage   95.56%   95.61%   +0.04%     
==========================================
  Files          32       33       +1     
  Lines        1083     1118      +35     
  Branches      199      204       +5     
==========================================
+ Hits         1035     1069      +34     
- Misses         43       45       +2     
+ Partials        5        4       -1
Impacted Files Coverage Δ
packages/microcosm/src/action.js 97.43% <100%> (-0.81%) :arrow_down:
packages/microcosm/src/lifecycle.js 83.33% <0%> (-16.67%) :arrow_down:
packages/microcosm/src/key-path.js 78.57% <0%> (-7.15%) :arrow_down:
packages/microcosm/src/domain-engine.js 98.52% <0%> (-1.48%) :arrow_down:
packages/microcosm/src/utils.js 98.61% <0%> (ø) :arrow_up:
packages/microcosm/src/addons/action-button.js 96.87% <0%> (ø)
packages/microcosm/src/history.js 89.39% <0%> (+2.27%) :arrow_up:
packages/microcosm/src/install-devtools.js 100% <0%> (+33.33%) :arrow_up:

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 b6c8411...d4f4c92. Read the comment docs.