Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Nov 13, 2020
  2. Nov 12, 2020
  3. 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
  4. Nov 10, 2020
  5. Nov 09, 2020
  6. 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
  7. Nov 05, 2020
  8. Nov 04, 2020
  9. Nov 03, 2020
  10. Nov 02, 2020
  11. Oct 30, 2020
  12. Oct 29, 2020
  13. Oct 28, 2020
    • Ariya Hidayat's avatar
      Put yaml-lint into devDependencies (#13600) · 8be77462
      Ariya Hidayat authored
      * Put yaml-lint into devDependencies
      
      That way, the CI run is more reproducible (no need to install yaml-lint
      on the fly).
      
      * Attempt to lint YAML files via yarn run
      
      * Update the CI workflow dependency for yaml-linter
      Unverified
      8be77462
    • dpsutton's avatar
      Show engine in Task trouble shooting logs (#13608) · 73737b41
      dpsutton authored
      * Show engine in Task trouble shooting logs
      
      in an effort to get better feedback when people raise issues about
      long running sync processes, include the database engine in the logs.
      
      Also wrapped `th` in a `tr` inside the `thead` to remove react warning
      
      * Const intead of let on the db_id_to_engine
      
      * Swap db id for db name
      
      * Move comment out of jsx
      Unverified
      73737b41
  14. Oct 27, 2020
Loading