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

[WIP] Streaming server renderer on top of existing client checksum validator #6836

Closed

Commits on May 16, 2016

  1. Interim checking with a bunch of unit tests for server rendering, and…

    … the unit tests all pass right now. Still more to add.
    aickin committed May 16, 2016
    Configuration menu
    Copy the full SHA
    a48b7b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2fef93f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4defa7 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2016

  1. Moved a bunch of tests from the markup match/mismatch section to the …

    …basic components section and upgraded several of them to use itRenders
    aickin committed May 18, 2016
    Configuration menu
    Copy the full SHA
    3aedcb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cca6d7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2985e83 View commit details
    Browse the repository at this point in the history
  4. Interim checkin of new renderer with the new unit tests but old valid…

    …ator. A bunch of unit tests still fail (19 in server render test and more overall).
    aickin committed May 18, 2016
    Configuration menu
    Copy the full SHA
    bb705fb View commit details
    Browse the repository at this point in the history
  5. Fixed a problem that was happening with server warning messages disab…

    …ling client warning messages.
    aickin committed May 18, 2016
    Configuration menu
    Copy the full SHA
    9842aa9 View commit details
    Browse the repository at this point in the history
  6. Fixed a bug where the tests were depending on the behavior that serve…

    …r warning messages disable client warning messages.
    aickin committed May 18, 2016
    Configuration menu
    Copy the full SHA
    77b3b90 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1eeaa6b View commit details
    Browse the repository at this point in the history
  8. Fixed the remaining server rendering test failures. There are still s…

    …ome failures in ReactComponentTreeDevtool.
    aickin committed May 18, 2016
    Configuration menu
    Copy the full SHA
    de518d1 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2016

  1. Configuration menu
    Copy the full SHA
    0a2b824 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41a0cb1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    edb8df4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    155d993 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'added-unit-tests-with-stream' into new-server-renderer-…

    …old-client-validator
    aickin committed May 19, 2016
    Configuration menu
    Copy the full SHA
    c0dcf9e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    53ddeda View commit details
    Browse the repository at this point in the history
  7. Merge branch 'added-unit-tests-with-stream' into new-server-renderer-…

    …old-client-validator
    aickin committed May 19, 2016
    Configuration menu
    Copy the full SHA
    a06b221 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dcd4139 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d2b032a View commit details
    Browse the repository at this point in the history
  10. Merge branch 'added-unit-tests-with-stream' into new-server-renderer-…

    …old-client-validator
    aickin committed May 19, 2016
    Configuration menu
    Copy the full SHA
    8612827 View commit details
    Browse the repository at this point in the history
  11. Share a little bit of logic with ReactDOMComponent, and remove some u…

    …nnecessary special cases.
    aickin committed May 19, 2016
    Configuration menu
    Copy the full SHA
    32e0c72 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a929fa1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8ed3f29 View commit details
    Browse the repository at this point in the history
  14. Made the internal class for async render act more like a generator. F…

    …ive tests are broken; will be fixed on next merge from test branch.
    aickin committed May 19, 2016
    Configuration menu
    Copy the full SHA
    ffaea33 View commit details
    Browse the repository at this point in the history
  15. Modified the streaming tests to catch errors thrown when render() is …

    …first called internally.
    aickin committed May 19, 2016
    Configuration menu
    Copy the full SHA
    586d625 View commit details
    Browse the repository at this point in the history
  16. Merge branch 'added-unit-tests-with-stream' into new-server-renderer-…

    …old-client-validator
    aickin committed May 19, 2016
    Configuration menu
    Copy the full SHA
    3f59d81 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    aa87896 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e0ff41c View commit details
    Browse the repository at this point in the history
  19. Merge branch 'added-unit-tests-with-stream' into new-server-renderer-…

    …old-client-validator
    aickin committed May 19, 2016
    Configuration menu
    Copy the full SHA
    b7291af View commit details
    Browse the repository at this point in the history

Commits on May 20, 2016

  1. Configuration menu
    Copy the full SHA
    50b65f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7da5609 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'added-unit-tests-with-stream' into new-server-renderer-…

    …old-client-validator
    aickin committed May 20, 2016
    Configuration menu
    Copy the full SHA
    79f70ba View commit details
    Browse the repository at this point in the history
  4. Added support for attributes on custom elements in the new renderer; …

    …as a result ended up centralizing more markup generation logic.
    aickin committed May 20, 2016
    Configuration menu
    Copy the full SHA
    b220514 View commit details
    Browse the repository at this point in the history
  5. Fixing some lint problems

    aickin committed May 20, 2016
    Configuration menu
    Copy the full SHA
    52a96dc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8e35f6c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    37a88a6 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'added-unit-tests-with-stream' into new-server-renderer-…

    …old-client-validator
    aickin committed May 20, 2016
    Configuration menu
    Copy the full SHA
    67d3494 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2016

  1. Fixed tests that were broken by the merge. Added support for debug to…

    …oling and uncommented out the ReactComponentTreeDevtool-test server rendering piece. There are still two tests that don't pass, and they have been xit'ed out.
    aickin committed May 22, 2016
    Configuration menu
    Copy the full SHA
    cc42fb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f14e3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb63b3c View commit details
    Browse the repository at this point in the history

Commits on May 24, 2016

  1. Two perf enhancements. One is to streamline html escaping for strings…

    … that don't have special characters. The other is an inlining of creating the data-reactid
    aickin committed May 24, 2016
    Configuration menu
    Copy the full SHA
    5203d68 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2016

  1. Fixing some errors discovered when I tried to run the benchmark scrip…

    …t against this branch.
    aickin committed May 31, 2016
    Configuration menu
    Copy the full SHA
    325fca4 View commit details
    Browse the repository at this point in the history