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

Image expression #8684

Merged
merged 23 commits into from
Sep 19, 2019
Merged

Image expression #8684

merged 23 commits into from
Sep 19, 2019

Commits on Sep 18, 2019

  1. Implement Image operator and type

    ryanhamley committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    0dec764 View commit details
    Browse the repository at this point in the history
  2. Add image validation

    ryanhamley committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    b80b9c9 View commit details
    Browse the repository at this point in the history
  3. Update *-pattern and icon-image to accept type Image

    ryanhamley committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    3420f47 View commit details
    Browse the repository at this point in the history
  4. Coerce strings to Image type

    ryanhamley committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    de26cb5 View commit details
    Browse the repository at this point in the history
  5. Add skeleton of image operator

    ryanhamley committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    d1157d2 View commit details
    Browse the repository at this point in the history
  6. Working on implementing operator

    ryanhamley committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    e08c771 View commit details
    Browse the repository at this point in the history
  7. Implement evaluation logic

    ryanhamley committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    13763ca View commit details
    Browse the repository at this point in the history
  8. Get available images into the worker

    ryanhamley committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    39d85c1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8c35357 View commit details
    Browse the repository at this point in the history
  10. Fix lint issues

    ryanhamley committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    8f0c6bd View commit details
    Browse the repository at this point in the history
  11. Add Image type to build code

    ryanhamley committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    0c0eb94 View commit details
    Browse the repository at this point in the history
  12. Ensure pattern properties are working

    ryanhamley committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    a6519cb View commit details
    Browse the repository at this point in the history
  13. Fix existing tests

    ryanhamley committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    5148400 View commit details
    Browse the repository at this point in the history
  14. Add expression tests

    ryanhamley committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    0a77463 View commit details
    Browse the repository at this point in the history
  15. Fix flow errors

    ryanhamley committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    57b5989 View commit details
    Browse the repository at this point in the history
  16. Resolve conflicts

    ryanhamley committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    0b5daae View commit details
    Browse the repository at this point in the history
  17. Address feedback

    ryanhamley committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    e83da43 View commit details
    Browse the repository at this point in the history
  18. Address feedback

    ryanhamley committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    6106710 View commit details
    Browse the repository at this point in the history
  19. Avoid casting to any type

    ryanhamley committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    1c07025 View commit details
    Browse the repository at this point in the history
  20. Rename Image type to ResolvedImage

    ryanhamley committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    ea1d4d0 View commit details
    Browse the repository at this point in the history
  21. Remove cast to any

    ryanhamley committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    41c783a View commit details
    Browse the repository at this point in the history
  22. Lint fix

    ryanhamley committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    adf6a95 View commit details
    Browse the repository at this point in the history
  23. Remove last cast to any

    ryanhamley committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    844ea8d View commit details
    Browse the repository at this point in the history