Fix collections graph stack overflow (#13618)
* Fix collections/graph stack overflow * Test fixes[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: dpsutton <dan@dpsutton.com>
Showing
- resources/log4j2.xml 1 addition, 0 deletionsresources/log4j2.xml
- resources/migrations/000_migrations.yaml 22 additions, 0 deletionsresources/migrations/000_migrations.yaml
- src/metabase/models/collection/graph.clj 10 additions, 12 deletionssrc/metabase/models/collection/graph.clj
- src/metabase/util/honeysql_extensions.clj 2 additions, 2 deletionssrc/metabase/util/honeysql_extensions.clj
- test/metabase/models/collection/graph_test.clj 40 additions, 2 deletionstest/metabase/models/collection/graph_test.clj
- test/metabase/test/util.clj 1 addition, 1 deletiontest/metabase/test/util.clj
Please register or sign in to comment