Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Aug 23, 2017
    • Ryan Senior's avatar
      Ensure custody of timezones from query to results, add debugging info · 38913182
      Ryan Senior authored
      This commit makes several changes intended to fix timezone related
      issues and expose more information when there are problems. For
      databases that support report timezones, this commit fixes an issue
      where the JVM's timezone was used to interpret datetimes that didn't
      include a timezone. The report timezone should be used instead. This
      commit also adds a step to the sync process to detect and store the
      databases timezone, which will be helpful in troubleshooting timezone
      issues with a new timezone debugging page (to be added later).
      38913182
  2. Aug 16, 2017
  3. Aug 14, 2017
  4. Aug 09, 2017
  5. Aug 04, 2017
  6. Aug 03, 2017
  7. Jul 31, 2017
  8. Jul 05, 2017
  9. Jun 29, 2017
  10. Jun 26, 2017
  11. Jun 23, 2017
  12. Jun 21, 2017
  13. Jun 15, 2017
  14. Jun 04, 2017
  15. May 24, 2017
    • Maz Ameli's avatar
      Redesign welcome modals (#5143) · 9800b405
      Maz Ameli authored
      * add image files and get new text in there
      
      * modal content + refactor
      
      * update illustrations and remove redundant one
      
      * add tests
      
      * add images
      
      * button text tweaks
      
      * padding
      9800b405
  16. May 17, 2017
  17. May 12, 2017
  18. May 11, 2017
    • Ryan Senior's avatar
      Added min/max metadata to numerics and a default binning strategy · 1ec961f6
      Ryan Senior authored
      This commit adds new min/max metadata to all numeric columns. That
      metadata is used in the automatic binning of breakout fields. This
      commit also extends MBQL to indicate that a breakout column (or
      columns) should be binned using a "default" strategy. The query must
      also include the maximum number of bins. Using the number of bins with
      the min/max values, the bin width is computed and used in the SQL
      query to group data.
      1ec961f6
  19. May 03, 2017
  20. Apr 24, 2017
  21. Apr 13, 2017
  22. Apr 12, 2017
  23. Apr 11, 2017
  24. Apr 10, 2017
Loading