Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Aug 13, 2019
  2. Aug 10, 2019
  3. Aug 08, 2019
    • Walter Leibbrandt's avatar
      Join on collection table's ID, not the joining table's `collection_id` (#10481) · 754b2dee
      Walter Leibbrandt authored
      * Join on collection table's ID, not the joining table's `collection_id`
      
      This caused each record that joins on collection, to be duplicated for each
      existing collection:
      
      `LEFT JOIN collection collection ON card.collection_id = collection_id`
      
      should be
      
      `LEFT JOIN collection collection ON card.collection_id = collection.id`
      
      * Test fixes from @cam on EE
      754b2dee
  4. Aug 06, 2019
    • Walter Leibbrandt's avatar
      Compute Content-Security-Policy hashes for inline JS (#10504) · 45881866
      Walter Leibbrandt authored
      * Split out inline JS from index/init templates to separate files
      
      * Read inline JS from resources at run time
      
      * Calculate inline JS hashes for CSP header from content
      
      * Move inline JS to resource sub-directory
      
      * Update and memoize inline JS loading
      
      * Revert debug code
      
      * Deduplicate `resp/response` calls
      
      * Fix paths to moved inline JS resources
      
      * Force creation of test data DB so things don't get left in the cache
      
      This fix was provided by @camsaul.
      
      * Combine and `defonce` inline JS hashes
      
      * s/inlinejs/inline-js/
      45881866
  5. Jul 31, 2019
  6. Jul 29, 2019
  7. Jul 23, 2019
  8. Jul 22, 2019
  9. Jul 18, 2019
  10. Jul 16, 2019
  11. Jul 12, 2019
  12. Jul 10, 2019
  13. Jul 09, 2019
  14. Jul 08, 2019
  15. Jul 02, 2019
  16. Jun 26, 2019
  17. Jun 25, 2019
  18. Jun 20, 2019
    • Octavian Geagla's avatar
      Fix edit segments and metrics (#10224) · 624d2645
      Octavian Geagla authored
      * [segments] fix edit segments; don't use diff for definition changes
      
      * [segments] don't use diff at all on segment updates
      
      * [metrics] don't use diff at all on metric updates either
      
      * [segments] use original body fields + norm'd def
      
      * [test] wip update metric/segment tests
      624d2645
  19. Jun 19, 2019
    • Octavian Geagla's avatar
      Humanization (#10174) · 43aabfb1
      Octavian Geagla authored
      * [test] add simple sql humanization tests wip
      
      * [dict][test] humanization tests to keep sql reserved words whole wip
      
      * [humanization] wip inverse+clean dict
      
      * [humanization] test cases
      
      * [humanization] more user test cases
      
      * [humanization] remove certains words from dict
      43aabfb1
  20. Jun 17, 2019
  21. Jun 14, 2019
  22. Jun 13, 2019
  23. Jun 12, 2019
  24. Jun 10, 2019
  25. Jun 07, 2019
  26. Jun 05, 2019
Loading