Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. May 21, 2019
    • Logan Attwood's avatar
      Improve Presto support for dispatching queries (#10006) · 3b85ace7
      Logan Attwood authored
      * Follow HTTP 307 redirects when POSTing a query to Presto
      
      This is how the Presto team communicated on IRC to properly "dispatch"
      queries to Presto clusters, to enable replacing a cluster without
      impacting users of the cluster.
      
      * Ensure we talk to the correct Presto coordinator when cancelling a query
      
      The previous behaviour would build a cancellation URI from the query ID
      and the configured host (unless SSH tunneling is configured). This
      commit builds on that existing behaviour, replacing the host and port
      in the URI with ones extracted from the `infoUri` in the polling
      responses, but only if they match the ones configured in the datasource.
      This should not impact connections going over an SSH tunnel as sending
      the request over the SSH tunnel requires using a different host than the
      one configured.
      3b85ace7
    • Cam Saul's avatar
      Merge pull request #10010 from metabase/test-data-refactor · ccdfdfb2
      Cam Saul authored
      Test data loading improvements 
      Unverified
      ccdfdfb2
    • Cam Saul's avatar
      Test data loading improvements :race_car: [ci drivers] · ff46a3a0
      Cam Saul authored
      Unverified
      ff46a3a0
  2. May 18, 2019
  3. May 17, 2019
  4. May 16, 2019
  5. May 15, 2019
  6. May 14, 2019
  7. May 13, 2019
Loading