Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Aug 26, 2021
  2. Apr 01, 2021
  3. Feb 11, 2021
  4. Oct 29, 2020
    • Cam Saul's avatar
      Fix collections graph stack overflow (#13618) · dc39729d
      Cam Saul authored
      * Fix collections/graph stack overflow
      
      * Test fixes :wrench:
      
       [ci postgres] [ci mysql]
      
      * Show engine in Task trouble shooting logs (#13608)
      
      * 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
      
      * fixup! Merge branch 'release-x.37.x' into fix-collections-graph-stack-overflow
      
      Co-authored-by: default avatardpsutton <dan@dpsutton.com>
      Unverified
      dc39729d
  5. Oct 22, 2020
  6. Oct 19, 2020
  7. Oct 12, 2020
  8. Oct 02, 2020
    • Robert Roland's avatar
      Upgrade to log4j 2.13.3 (#13310) · 1b75a42b
      Robert Roland authored
      * Upgrade to log4j 2.13.3
      
      Upgrades us to newer Log4j
      
      Resolves #12719
      
      * fixing reflection warnings
      
      * reflection warning on test
      
      * make tests work
      
      took a while to figure out how to configure log4j properly
      programatically - it's not as easy as log4j 1
      
      add logging adapters for commons-logging, slf4j, liquibase, etc so that
      all logging routes through log4j2 now
      
      * appease the linters
      
      * okay cljr-clean-ns makes this line too long, I get it
      
      * add log4j2.xml config for Cypress tests
      
      * update log4j configuration file documentation
      
      update which flag is used by the backend tests
      
      [ci all]
      
      * update cheshire because clj-http updated
      
      * Wire up the metabase-appender to Log4j2
      
      This was brutal to figure out - log4j usually silently fails, so it took
      finding the right combination of configuration settings and system
      properties to get it to log enough to find out why the appender was
      never invoked.
      Unverified
      1b75a42b
Loading