This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Aug 01, 2023
-
-
Case Nelson authored
-
Cam Saul authored
* Prevent malicious H2 connection string properties * Disallow new H2 connections * Fix Kondo lint warning * Test fix
--------- Co-authored-by:dan sutton <dan@dpsutton.com>
-
Cam Saul authored
-
Ngoc Khuat authored
-
Ngoc Khuat authored
-
- Jul 31, 2023
-
-
Alexander Polyankin authored
-
- Jul 28, 2023
-
-
Cam Saul authored
* Prevent malicious H2 connection string properties * Fix Kondo lint warning --------- Co-authored-by:
dan sutton <dan@dpsutton.com>
-
Jerry Huang authored
-
Case Nelson authored
* [MLv2] Add field-id method * Update PR feedback
-
metamben authored
* Remove references to missing expressions when converting to pMBQL Fixes #32625,
-
Cal Herries authored
-
- Jul 27, 2023
-
-
Noah Moss authored
* dont ignore exceptions when requiring ee namespaces * clean ns * fix indentation
-
- Jul 26, 2023
-
-
Dennis Schridde authored
Replace Java interop with iapetos functions. Fixes: 5bfd21b7
-
- Jul 25, 2023
-
-
Cam Saul authored
* `join-condition-lhs-columns`: filter out columns from current/subsequent joins * Address PR feedback * Join conditions: mark selected columns * Remove duplicate type declaration * Fix `group-columns` for `join-condition-rhs-columns` * Address PR feedback
-
Cam Saul authored
-
Cam Saul authored
* `join-condition-lhs-columns`: filter out columns from current/subsequent joins * Address PR feedback * Join conditions: mark selected columns * Remove duplicate type declaration
-
- Jul 24, 2023
- Jul 21, 2023
-
-
Cam Saul authored
-
Case Nelson authored
-
- Jul 20, 2023
-
-
Cam Saul authored
* MLv2: Kondo linter improvements & cleanup * Revert version bump
-
Cam Saul authored
-
Ngoc Khuat authored
-
Nick Fitzpatrick authored
* ordering users by first name in API responses * adjusting e2e tests * Adding Normal Personal Collection ID to cypress data
-
- Jul 19, 2023
- Jul 17, 2023
-
-
Dennis Schridde authored
# Context In order to be able to alert operators to Metabase instances sending excessive amounts of emails, we need to measure the number of emails sent. # Notes To break a dependency cycle [^1] `connection-pool-info` was moved from `metabase.troubleshooting` to `metabase.analytics.prometheus` and `GET "/diagnostic_info/connection_pool_info"` in `metabase.api.util` was adjusted accordingly. [^1]: metabase.analytics.prometheus -> metabase.troubleshooting -> metabase.analytics.stats -> metabase.email -> metabase.analytics.prometheus, and longer variations. # Acceptance test * On a Metabase instance with `MB_PROMETHEUS_SERVER_PORT` set, check `localhost:<port>/metrics` and find the number of successfully sent emails (e.g. when inviting users) in the `metabase_email_messages_total` sample and the number of failures in the `metabase_email_message_errors_total` sample, both without any labels. Closes: https://github.com/metabase/metabase/issues/30241
-
Cam Saul authored
-
Cam Saul authored
-
- Jul 14, 2023
-
-
Ngoc Khuat authored
-
Cam Saul authored
-
Cam Saul authored
* Fix infinite loop when logging error when fetching `:site-locale` Setting * Fix bad performance change * Remove more dumb optimizations * Fix references to removed var
-
Ngoc Khuat authored
-
Braden Shepherdson authored
Previously this was done by checking if the FE had included `:collection "some_table"` on the native query, but that's been included for SQL queries lately, and broke "Explore Results". Includes new e2e tests: one for this issue itself, and another that the fix doesn't break real Mongo native queries. Fixes #32121.
-
- Jul 13, 2023
-
-
Jerry Huang authored
* initial commit * remove imports * update test * fix test * update test
-
Jerry Huang authored
-
Ngoc Khuat authored
* switch search to use malli schema
-
- Jul 11, 2023
-
-
Braden Shepherdson authored
This reverts commit 793577c8.
-
Braden Shepherdson authored
Some premium features (and in theory even non-premium EE features) use parts of others, and the token might not have those other features enabled. This mechanism allows dynamically overriding the set of features the token is considered to have, enabling eg. `:audit-app` code to use `:serialization` internally even if the user's token doesn't support `:serialization`. ```clojure (premium-features/with-premium-feature-overiddes [:foo :bar] (has-feature? :foo)) ;=> true ```
-
Ngoc Khuat authored
* expose new feature flags: :official_collections, :snippets_collections, :disable_password_login
-