Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Jun 26, 2017
  2. Jun 23, 2017
    • Ryan Senior's avatar
      java.jdbc column renames should update metadata · f82b189a
      Ryan Senior authored
      Previously when java.jdbc renamed a project column (i.e. NAME to
      NAME_2) to disambiguate them, we would discard previous information on
      that NAME column and reconstruct it based on the data that comes back
      from the query. This changes that behavior to update the existing
      column data to the new name. When we do not have metadata on that
      column it will use the existing behavior to infer that.
      
      This commit also adds some tests for remapping which uncovered this
      bug.
      f82b189a
    • Ryan Senior's avatar
      Add internal remapping support to breakouts · a90e151e
      Ryan Senior authored
      a90e151e
    • Ryan Senior's avatar
      Split expand and resolve into separate middleware · 0c21667d
      Ryan Senior authored
      This commit splits the what was the expand-resolve middleware separate
      expand and resolve middlewares. This also splits the source table
      resolving to a separate middleware. This split sets up being able to
      add an FK field after query expansion to be resolved normally as it
      goes through the pipeline.
      0c21667d
  3. Jun 06, 2017
  4. May 31, 2017
  5. May 30, 2017
  6. May 02, 2017
  7. Apr 26, 2017
  8. Jan 27, 2017
  9. Dec 09, 2016
  10. Nov 28, 2016
  11. Oct 25, 2016
  12. Sep 07, 2016
  13. Sep 06, 2016
  14. Aug 24, 2016
  15. Jun 24, 2016
  16. May 25, 2016
  17. May 24, 2016
  18. May 16, 2016
  19. May 13, 2016
  20. May 10, 2016
  21. Apr 25, 2016
  22. Apr 21, 2016
  23. Apr 14, 2016
  24. Mar 15, 2016
  25. Jan 08, 2016
  26. Jan 07, 2016
  27. Jan 06, 2016
  28. Dec 07, 2015
  29. Dec 01, 2015
  30. Nov 19, 2015
Loading