Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Jul 16, 2018
    • Ryan Senior's avatar
      Bump to Toucan 1.1.9 · 69c02c64
      Ryan Senior authored
      This upgrade removes some unecessary classpath scanning from
      Toucan. This slowness only affected the first query, which would
      typically show up as a really slow call to the `/api/user/current`
      endpoint (sometimes 10+ seconds).
      69c02c64
  2. Jul 12, 2018
  3. Jul 09, 2018
  4. May 29, 2018
  5. May 18, 2018
  6. May 16, 2018
  7. May 14, 2018
  8. May 10, 2018
  9. Apr 27, 2018
  10. Apr 23, 2018
  11. Apr 11, 2018
  12. Apr 04, 2018
  13. Mar 15, 2018
  14. Feb 22, 2018
    • Ryan Senior's avatar
      Add query cancellation support to dataset queries [ci drivers] · 8c674527
      Ryan Senior authored
      This commit adds query cancelling to the generic sql driver, Druid and
      Presto. It cancels the future the query is running in which will
      interrupt the query and allow any query cancellation logic to run. If
      the database doesn't support query cancellation, or the necessary
      information (i.e. query id) isn't available, the code will behave as
      it did before.
      8c674527
    • Ryan Senior's avatar
      Switch sql templates to an instaparse grammar [ci drivers] · 41525f68
      Ryan Senior authored
      This commit switches the SQL template parsing to a formally specified
      EBNF grammar using instaparse. By specifying it in this way, changes
      to the language become more flexible and explicit. This commit also
      adds support for multiple parameters specified in an optional clause
      as it's baked into the grammar.
      
      Fixes #5492
      41525f68
  15. Feb 21, 2018
  16. Feb 12, 2018
  17. Feb 06, 2018
  18. Jan 18, 2018
    • Ryan Senior's avatar
      Switch sql templates to an instaparse grammar · 90fa7bab
      Ryan Senior authored
      This commit switches the SQL template parsing to a formally specified
      EBNF grammar using instaparse. By specifying it in this way, changes
      to the language become more flexible and explicit. This commit also
      adds support for multiple parameters specified in an optional clause
      as it's baked into the grammar.
      
      Fixes #5492
      90fa7bab
  19. Jan 17, 2018
  20. Jan 10, 2018
  21. Jan 05, 2018
  22. Jan 04, 2018
  23. Jan 02, 2018
  24. Dec 26, 2017
  25. Dec 20, 2017
  26. Dec 19, 2017
  27. Dec 01, 2017
    • Ryan Senior's avatar
      Switch to the redshift depndency that doesn't embed the Amazon SDK [ci drivers] · b2a4918a
      Ryan Senior authored
      The Redshift dependency used previously vendors quite a few
      dependencies that we already include in Metabase. By using the
      non-embedded Redshift dependency, we can cut about 8 MB in duplicate
      JARs and classes.
      
      The embedded Amazon SDK dependency also manipulates the classloader in
      a way that triggers warnings on Java 9. This also avoids those warnings.
      b2a4918a
  28. Nov 30, 2017
  29. Nov 14, 2017
  30. Nov 12, 2017
  31. Nov 09, 2017
  32. Nov 07, 2017
  33. Nov 02, 2017
Loading