Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Nov 18, 2020
  2. Nov 17, 2020
  3. Nov 16, 2020
  4. Nov 13, 2020
  5. Nov 12, 2020
  6. Nov 11, 2020
    • Cam Saul's avatar
      Mega sync performance improvements (#13746) · a81ae199
      Cam Saul authored
      * Add a Postgres test [ci postgres]
      
      * Mega-optimized SELECT probe query [ci drivers]
      
      * Mega sync improvements [ci drivers]
      
      * Even more amazing sync perf improvements [ci drivers]
      
      * Fix bad edit [ci drivers]
      
      * Test/lint fixes :wrench:
      
      * Test fix :wrench: [ci drivers]
      
      * Some driver fixes :wrench: [ci drivers]
      
      * Address PR feedback [ci drivers]
      
      * Test fixes for everything except for Oracle [ci drivers]
      
      * Fix Oracle [ci drivers]
      
      * Fix Redshift [ci redshift]
      Unverified
      a81ae199
  7. Nov 10, 2020
  8. Nov 09, 2020
  9. Nov 06, 2020
    • dpsutton's avatar
      Fingerprints reduce over table-rows-sample instead of realizing all (#13688) · 1256e7b8
      dpsutton authored
      * Fingerprints reduce over table-rows-sample instead of realizing all
      
      tests are failing because we test fingerprinters a lot by supplying
      fake results and then reducing over those results. Now we are reducing
      over them in the query processor and need to get a better testing
      strategy.
      
      I think i can stub out the query-processor to take the `:rff` and just
      transduce over some fake supplied results but need to verify
      
      * Hijack query-processor to use rff on fake data
      
      * Docstring and make private `table-rows-sample-query`
      
      * Fix tests to use query function rather than hijack qp
      
      also was calling empty not empty? :(
      
      * drivers check [ci drivers]
      
      * Docstring cleanup for rff and remove outdated comment
      
      * Make rff required for table-rows-sample
      
      now you must reduce over the reducible row set rather than realizing
      the results in memory and then working with them
      
      * empty commit for drivers [ci drivers]
      Unverified
      1256e7b8
    • Cam Saul's avatar
      Mega build script improvements (#13638) · cfa6bf84
      Cam Saul authored
      * Mega build script improvements
      
      * Look for project.clj to determine root directory since we delete .git on CI for speed
      
      * If .git folder is missing (i.e., in CI) fail gracefully
      
      * Don't need to generate version file to run Cypress tests, right?
      
      * Build uberjar step can cache version.properties
      (so the Cypress test steps don't need to generate it again)
      
      * Flush caches
      
      * Update uberjar cache key
      Unverified
      cfa6bf84
  10. Nov 05, 2020
  11. Nov 04, 2020
Loading