This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Aug 01, 2023
-
-
Ngoc Khuat authored
-
Ngoc Khuat authored
-
- Jul 31, 2023
-
-
metamben authored
* Bump org.apache.sshd/sshd-core to fix security alert * Adapt metabase.util.ssh to new interface
-
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,
-
metamben authored
-
Cal Herries authored
-
- Jul 27, 2023
-
-
Cal Herries authored
-
Noah Moss authored
-
Noah Moss authored
* dont ignore exceptions when requiring ee namespaces * clean ns * fix indentation
-
- 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
-
Noah Moss authored
* untangle ldap circular dependency * only try to require ee code when ee is available * LDAP login e2e tests * fix eslint errors * Update e2e/test/scenarios/admin/settings/sso/ldap.cy.spec.js Co-authored-by:
Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com> * update command in e2e-ldap-helpers.js --------- Co-authored-by:
Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com>
-
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
-
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
-
-
Cam Saul authored
-
Dennis Schridde authored
Instead of silencing the linter, do not load the var. Suggested-by: @camsaul References: https://metaboat.slack.com/archives/CKZEMT1MJ/p1689785862424079
-
Cam Saul authored
-
Jerry Huang authored
-
- Jul 18, 2023
-
-
Cam Saul authored
-
- 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
-
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.
-
Cam Saul authored
-
- Jul 13, 2023
-
-
Jerry Huang authored
* initial commit * remove imports * update test * fix test * update test
-
Jerry Huang authored
-
Tim Macdonald authored
[Fixes #32263]
-