Skip to content

Tags: instinctscience/metabase

Tags

v0.52.7.2

Toggle v0.52.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add repro for "Cannot filter on enum fields on dashboards" (metabase#…

…52602) (metabase#52618)

Co-authored-by: Alexander Polyankin <alexander.polyankin@metabase.com>

v0.52.7.x

Toggle v0.52.7.x's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add repro for "Cannot filter on enum fields on dashboards" (metabase#…

…52602) (metabase#52618)

Co-authored-by: Alexander Polyankin <alexander.polyankin@metabase.com>

v0.52.x

Toggle v0.52.x's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add repro for "Cannot filter on enum fields on dashboards" (metabase#…

…52602) (metabase#52618)

Co-authored-by: Alexander Polyankin <alexander.polyankin@metabase.com>

v0.52.7.1

Toggle v0.52.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make sync timezone log human readable (metabase#51883) (metabase#51987)

* make timezone log human readable

* add test

* use .getId

* fix formatting

* address pr comment

Co-authored-by: Riley Thompson <riley@metabase.com>

v0.52.7

Toggle v0.52.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
🤖 backported "Static Viz Start of Week in Subscription Emails" (metab…

…ase#52168)

* fix conflicts

* Fixing formatting

---------

Co-authored-by: Tyler Plude <tsplude@gmail.com>

v0.52.6.3

Toggle v0.52.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
merge conflicts (metabase#52344)

Co-authored-by: Tyler Plude <tsplude@gmail.com>

v0.52.6.x

Toggle v0.52.6.x's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
merge conflicts (metabase#52344)

Co-authored-by: Tyler Plude <tsplude@gmail.com>

latest-oss

Toggle latest-oss's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
🤖 backported "Static Viz Start of Week in Subscription Emails" (metab…

…ase#52168)

* fix conflicts

* Fixing formatting

---------

Co-authored-by: Tyler Plude <tsplude@gmail.com>

latest-ee

Toggle latest-ee's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
🤖 backported "Static Viz Start of Week in Subscription Emails" (metab…

…ase#52168)

* fix conflicts

* Fixing formatting

---------

Co-authored-by: Tyler Plude <tsplude@gmail.com>

v0.52.6.2

Toggle v0.52.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Disable pivot drill thru for multi-stage queries (metabase#52239) (me…

…tabase#52335)

This drill thru was recently enabled for multi-stage queries in metabase#51950, but there is a bug which causes the
QueryColumnPicker to fail if a join is present. Disable the drill thru for now while we work on a fix.

Closes metabase#52221
Related to  metabase#52236

Co-authored-by: appleby <86076+appleby@users.noreply.github.com>