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

Sync with upstream #1

Merged
merged 5 commits into from
Jan 29, 2018
Merged

Sync with upstream #1

merged 5 commits into from
Jan 29, 2018

Commits on Jan 26, 2018

  1. Configuration menu
    Copy the full SHA
    b9299d6 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2018

  1. Reverts #4244 (#4303)

    mistercrunch authored and Grace Guo committed Jan 27, 2018
    Configuration menu
    Copy the full SHA
    f8dcbf7 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2018

  1. Bump sqlalchemy to 1.2.2 (#4299)

    * Bump sqlalchemy to 1.2.2
    
    Fix #4196
    
    * Bump sqlalchemy-utils to 0.32.21
    xrmx authored and mistercrunch committed Jan 28, 2018
    Configuration menu
    Copy the full SHA
    1b06140 View commit details
    Browse the repository at this point in the history
  2. Use the query_obj as the basis for the cache key (#4260)

    * Use the query_obj as the basis for the cache key
    
    When we recently moved from hashing form_data to define the cache_key
    towards using the rendered query instead,
    it made is such that non deterministic form
    control values like relative times specified in "from" and "until" time
    bound resulted in making those miss cache 100% of the time.
    
    Here we move away from using the rendered query and using the query_obj
    instead.
    
    * Deprecating using form_data in templates
    mistercrunch committed Jan 28, 2018
    Configuration menu
    Copy the full SHA
    e4a95f9 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2018

  1. Added Path, Polygon, and Arcs to deckGL example dashboard (#4242)

    * Added Path, Polygon, and Arcs to deckGL example dashboard
    
    * reorder task
    
    * formatting...
    
    * fix flights reference
    
    * cleanup on aisle 9
    hughhhh authored and mistercrunch committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    073d56c View commit details
    Browse the repository at this point in the history