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

Return evaluated properties in query results #9198

Merged
merged 18 commits into from
Mar 2, 2020
Merged

Commits on Feb 27, 2020

  1. Configuration menu
    Copy the full SHA
    cb405bc View commit details
    Browse the repository at this point in the history
  2. Fix some lint & flow errors

    ryanhamley committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    44346c7 View commit details
    Browse the repository at this point in the history
  3. Evaluate properties

    ryanhamley committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    af52b42 View commit details
    Browse the repository at this point in the history
  4. Fix unit test and Flow

    ryanhamley committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    4d3cd75 View commit details
    Browse the repository at this point in the history
  5. Revert comment changes

    ryanhamley committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    fc3833e View commit details
    Browse the repository at this point in the history
  6. Revert comment changes

    ryanhamley committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    f04f86f View commit details
    Browse the repository at this point in the history
  7. Cache serialized layers

    ryanhamley committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    16718ce View commit details
    Browse the repository at this point in the history
  8. Delete serializedLayers on removeLayer

    ryanhamley committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    ead67fe View commit details
    Browse the repository at this point in the history
  9. Cache available images

    ryanhamley committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    e5c1362 View commit details
    Browse the repository at this point in the history
  10. Update availableImages

    ryanhamley committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    d8b4c34 View commit details
    Browse the repository at this point in the history
  11. Remove comment

    ryanhamley committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    b9db814 View commit details
    Browse the repository at this point in the history
  12. Simplify evaluation code

    ryanhamley committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    3fa4800 View commit details
    Browse the repository at this point in the history
  13. Remove unused variable

    ryanhamley committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    29b3e82 View commit details
    Browse the repository at this point in the history
  14. Clean up change to resolved images

    ryanhamley committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    f4710dd View commit details
    Browse the repository at this point in the history
  15. Update serializedLayers when adding/removing layers

    ryanhamley committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    a58e222 View commit details
    Browse the repository at this point in the history
  16. Only serialized non-custom layers

    ryanhamley committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    f927785 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

  1. Simplify code

    ryanhamley committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    496e7b3 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2020

  1. Add query test

    ryanhamley committed Feb 29, 2020
    Configuration menu
    Copy the full SHA
    ec486be View commit details
    Browse the repository at this point in the history