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

Don't send model properties to the server if they are not updatable #3498

Merged
merged 14 commits into from
Feb 7, 2018

Commits on Feb 6, 2018

  1. Send all updatable properties to the client side

    Denis Anisimov committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    0b7dff4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27bde15 View commit details
    Browse the repository at this point in the history
  3. Correct GWT unit test.

    Denis Anisimov committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    0a936ef View commit details
    Browse the repository at this point in the history
  4. Correct unit test for polymer template.

    Denis Anisimov committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    d0ba9c2 View commit details
    Browse the repository at this point in the history
  5. Correct testing updatable properties and send updatable properties be…

    …fore anything else.
    Denis Anisimov committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    ccfc574 View commit details
    Browse the repository at this point in the history
  6. Add flush() to ensure that post listener is called

    Denis Anisimov committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    d3a6b84 View commit details
    Browse the repository at this point in the history
  7. Postpone initial property handling via post flush listener and next b…

    …rowser loop iteration.
    Denis Anisimov committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    4a9665a View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2018

  1. Configuration menu
    Copy the full SHA
    7b1b9bf View commit details
    Browse the repository at this point in the history
  2. GWT unit tests for the initial property update

    Denis Anisimov committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    1eed3a2 View commit details
    Browse the repository at this point in the history
  3. Gwt unit test for JS execution

    Denis Anisimov committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    7d342be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    921ef3d View commit details
    Browse the repository at this point in the history
  5. UI and IT test for updatable properties

    Denis Anisimov committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    b659bdd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ce7fdb1 View commit details
    Browse the repository at this point in the history
  7. Change IT test

    Denis Anisimov committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    c6a6529 View commit details
    Browse the repository at this point in the history