Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Sep 20, 2019
  2. Sep 19, 2019
  3. Sep 18, 2019
    • Tom Robinson's avatar
      Fix drill through actions not working with joins (#10801) · 44e8d06f
      Tom Robinson authored
      * Fix drill through actions not working with joins
      
      * QuickFilterDrill unit test
      
      * Add Dimension and Field 'foreign' methods, fix Dimension and Field 'column' methods
      
      * Update sample dataset test fixtures with convienent aliases
      
      * More fixture cleanup
      
      * Fix lint and flow
      
      * more fixture cleanup
      
      * fix e2e test
      Unverified
      44e8d06f
    • Maz Ameli's avatar
      Add back in fa.po and zh.po (#10907) · 300dcf40
      Maz Ameli authored
      * add back in fa.po and zh.po
      
      * fix newlines in it.po
      
      * fix newlines in pl.po
      
      * fix newlines in fa.po
      
      * okay seriously fix all the newline problems
      
      * missed a couple
      
      * fix some persian things I messed up
      Unverified
      300dcf40
  4. Sep 17, 2019
  5. Sep 16, 2019
  6. Sep 13, 2019
  7. Sep 12, 2019
  8. Sep 11, 2019
  9. Sep 07, 2019
  10. Sep 05, 2019
  11. Sep 04, 2019
  12. Sep 03, 2019
  13. Sep 02, 2019
  14. Aug 30, 2019
    • Tom Robinson's avatar
      Various frontend cleanup (#10450) · 5e8ff50d
      Tom Robinson authored
      * Remove .jsx extension from imports
      
      * Use color() function instead of colors[...]
      
      * Remove depreacted MBQL from frontned
      
      * Remove more deprecated MBQL
      
      * Revert a couple removals of .jsx due to flow conflict with .css files
      
      * Fix reference/utils tests
      
      * Fix color conflict
      5e8ff50d
    • Kyle Doherty's avatar
      clean up UX on SSO login (#10023) · a98d179f
      Kyle Doherty authored
      * clean up UX on SSO login
      
      present users with a clearer choice of SSO vs email / password
      
      * use link wip
      
      * update sign in copy
      
      * update tests
      
      * lint fix
      Unverified
      a98d179f
  15. Aug 29, 2019
    • Walter Leibbrandt's avatar
      Handle unsupported formatting operators gracefully [WIP] (#10737) · 0a7f36be
      Walter Leibbrandt authored
      * Avoid using `undefined` array when column formatters not specified
      
      This led to `TypeError: Cannot read property "forEach" from undefined`
      errors when no formatters were specified.
      
      * Improve logging of unexpected errors during format compilation
      
      * Log unsupported formatting operators and return a dummy operator fn
      
      * Linting fixes
      
      * Manually ES5-ify code that is to be executed by the Nashorn engine
      
      Nashorn in JDK 8 only supports ES5.1.
      
      * Update Rebuilt shared JS from `yarn build-shared`
      
      * Move formatting foctory fns into an operator-indexed object
      
      * Linter appeasement
      
      * Test that all defined operators are supported in table formatting
      
      * Flow annotations
      
      * Return `null` in stead of `undefined`
      
      Formatting/style changes snuck in.
      
      * `yarn build-shared`
      
      * Use operators from table formatting and not column filters
      Unverified
      0a7f36be
    • Tom Robinson's avatar
Loading