Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Jun 25, 2019
  2. Jun 19, 2019
  3. Jun 18, 2019
  4. Jun 17, 2019
  5. Jun 14, 2019
    • Cam Saul's avatar
    • Cam Saul's avatar
      Use classloader/require everywhere; un-HACK driver test HACKs (#10177) · 7ee441f8
      Cam Saul authored
      * Use classloader/require everywhere; un-HACK driver test HACKs
      [ci drivers]
      
      * Test fixes [ci drivers]
      
      * Test fixes :wrench: [ci drivers]
      
      * Oracle Test fixes [ci oracle]
      Unverified
      7ee441f8
    • Octavian Geagla's avatar
      Connects to Mongo (#10130) · 72d194f5
      Octavian Geagla authored
      * [mongo][ci mongo] use connection string to connect to mongo
      
      * [ci mongo][style]
      
      * [style][ci mongo]
      
      * [style][ci mongo]
      
      * [test] app and test runners wip
      
      * [test] test runners wip
      
      * [mongo][ci mongo] pass in conn opts from ui
      
      * [mongo][ci mongo] test
      
      * [test]
      
      * [style] rm test file
      
      * [mongo][ci mongo] use authdb if provided
      
      * [ci mongo] add domain to hostname for dns-srv to work with localhost testing
      
      * [ci mongo]
      
      * [ci mongo] line len
      
      * [ci mongo] actually use fqdn
      
      * [ci mongo] lint
      
      * [ci mongo] swap protocol depending on if host is fqdn
      
      * [ci mongo] lint
      
      * [ci mongo] fallback to non-srv
      
      * [ci mongo] util fns are private
      
      * [ci mongo] lint
      
      * [ci mongo] inline
      
      * [ci mongo] docstrings
      
      * [ci mongo][test] basic tests for mongo conn options, wip
      
      * [ci mongo][test] tests for mongo conn options, wip
      
      * [ci mongo][i18n] exception string
      
      * [ci mongo][style] refactor
      
      * [ci mongo][style] refactor
      
      * [ci mongo][style]
      
      * [ci mongo][docs]
      
      * [ci mongo] fqdn? true if >= 2 '.'s in hostname
      
      * [ci mongo][srv?] srv toggle in mongo connection UI
      
      * [ci mongo] doc
      
      * [ci mongo] doc
      
      * [ci mongo][ui] srv toggle works
      Unverified
      72d194f5
  6. Jun 10, 2019
  7. Jun 05, 2019
  8. May 21, 2019
    • Cam Saul's avatar
      MBQL Explict Joins support (#10011) · f8b94065
      Cam Saul authored
      * Explict Joins :twisted_rightwards_arrows:
      [ci drivers]
      
      * Fix Snowflake tests :wrench:
      Unverified
      f8b94065
    • 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
      Test data loading improvements :race_car: [ci drivers] · ff46a3a0
      Cam Saul authored
      Unverified
      ff46a3a0
  9. May 17, 2019
  10. May 16, 2019
  11. May 14, 2019
  12. May 08, 2019
  13. May 07, 2019
  14. Apr 17, 2019
  15. Apr 16, 2019
  16. Apr 10, 2019
  17. Apr 09, 2019
  18. Apr 08, 2019
  19. Apr 06, 2019
  20. Apr 05, 2019
Loading