This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Feb 17, 2022
-
-
Cam Saul authored
Dashboard Subscriptions *should* use `:default` param values. Dashboard QP should ignore them. (#20569)
-
Nemanja Glumac authored
Repro #20560: Shouldn't display filter action menu when clicking on a value in single-record view (#20579) * Add repro for #20560 * Get only the popover element * Avoid false positive assertion
-
Nemanja Glumac authored
* Add repro for #20438 * Rewrite repro to use products category
-
Nemanja Glumac authored
-
Dalton authored
* use includes instead of startsWith to filter in ListField * add autoFocus to ListField input
-
Alexander Polyankin authored
-
- Feb 16, 2022
-
-
Cam Saul authored
* Rework add-admin-group-root-entry migration * Add test for the migration * Dump/load should not copy the root perms entry for the admin group
-
Cam Saul authored
* Remove add-users-to-default-permissions-groups data migration * Revert changes to Cypress tests * Revert unneeded change
-
Cam Saul authored
-
Cam Saul authored
* Bump SAML lib version * Add entry to recognize metabase/saml20-clj as being released under EPL v2
-
frannietrempe authored
* docs - expanding google drive section of bq docs * jeff feedback
-
Luis Paolini authored
We get this question a lot
-
Alexander Polyankin authored
-
Ariya Hidayat authored
-
- Feb 15, 2022
-
-
Cam Saul authored
* Replace metabase.db.migrations/copy-site-url-setting-and-remove-trailing-slashes with a Liquibase migration * Tweak comment * `setting`, not `settings` * Clean namespace * `key` has to be quoted for MySQL * Add tests for migrations v0.43.00-008 and v0.43.00-009 * fix new migration for MySQL 5.7
-
Cam Saul authored
Dashboard QP endpoints should ignore :default values and treat them as no value and compile Field filters to `1 = 1` (#20503) * Fix * More logging * Fix unbalanced parens * Tweak logging * Add another test * Tweak test to use :string/= * More logging * Updated fix for #20493 * Enable test * Try disabling the #19494 tests to see what happens. * Rework #19494 test
-
Noah Moss authored
-
Cam Saul authored
* Replace metabase.db.migrations/migrate-humanization-setting with a Liquibase migration * Apparently key has to be quoted these days in MySQL/MariaDB * Need to quote key in the preCondition as well * Fix merge conflicts
-
Cam Saul authored
* Embed query endpoints should handle operator filters with a single arg * PR feedback
-
Nemanja Glumac authored
Repro #20519: Summarizing with implicit join does not allow subsequent joins and nested query (#20521) * Add repro for #20519 * Update frontend/test/metabase/scenarios/joins/reproductions/20519-cannot-join-on-aggregation-with-implicit-joins-and-nested-query.cy.spec.js Co-authored-by:
flamber <1447303+flamber@users.noreply.github.com> * Update frontend/test/metabase/scenarios/joins/reproductions/20519-cannot-join-on-aggregation-with-implicit-joins-and-nested-query.cy.spec.js Co-authored-by:
flamber <1447303+flamber@users.noreply.github.com> Co-authored-by:
flamber <1447303+flamber@users.noreply.github.com>
-
Alexander Lesnenko authored
* fix data picker another double scroll and add a visual test * review
-
Cam Saul authored
* Replace metabase.db.migrations/mark-category-fields-as-list with a Liquibase migration * Fix stray comma
-
Cam Saul authored
* Replace AOT Spark SQL deps with a `proxy` and a `DataSource` * Support `connection-details->spec` returning a `DataSource` * Remove target/classes * Don't need to deps prep drivers anymore * Fix duplicate `this` params in `proxy` methods; add `:test` alias for Eastwood to make it be a little quieter * Make sure to call `pool/map->properties` * Upgrade Hive JDBC driver version from 1.2.2 -> 3.1.2; Bump Spark SQL from 2.1.1 to 3.2.1 * Clean the namespaces * Don't need to register the a proxy JDBC driver since we're not even using it anymore * Fix Spark SQL :schema sync for newer versions * Remove unneeded override * Fix day-of-week extract for new :sparksql * Hive/Spark SQL needs to escape question marks inside QUOTED identifiers now
* Some minor SQL generation improvements to avoid duplicate casts * Revert change to debug test -
Cam Saul authored
-
Anton Kulyk authored
-
Alexander Lesnenko authored
-
Anton Kulyk authored
* Extract methods * Reorder imports * Extract method to render left QB sidebar * Extract method to render right sidebar * Extract `NewQuestionView` component * Extract `renderHeader` * Extract popovers rendering * Extract styled components * Fix styled components * Extract `renderMain` method * Fix some prop drilling and access * Minor QB container cleanup * Reorder QB container imports
-
Anton Kulyk authored
-
- Feb 14, 2022
-
-
Dalton authored
-
Dalton authored
* Disable sample dataset engine form field * e2e test
-
Cam Saul authored
* Add aliases for H2 and Liquibase CLIs * Use reflection to invoke Liquibase method so it doesn't bust stuff
-
Bryan Maass authored
* for sample db do not allow certain updates - namely to engine in the model layer * only check for new schedules one time * remove unnecessary *current-user-id* binding in test - as per code review * Use `thrown-with-message?` to check for exceptions - Previously this would pass if db/update did _not_ throw an excetption, which is not what we want here.
-
Ariya Hidayat authored
-
Cam Saul authored
-
Cam Saul authored
* Replace metabase.db.migrations/ensure-protocol-specified-in-site-url with a Liquibase migration * Quote `key` for MySQL/MariaDB
-
Nemanja Glumac authored
Repro #20436:Restricting and unrestricting access to a table results in the DB-level permission still being "Granular" #20504
-
Cam Saul authored
* Add failing test for #15978 * Improved test * Add new metabase.driver.query-processor.escape-join-aliases QP middleware * Test fix
* Add reference to #20307 * Add some extra dox * Test fixes for BigQuery drivers * revert unneeded change * Fix :bigquery and :bigquery-cloud-sdk mixup * Test fixes * Test fix * Remove comment I meant to remove -
Nemanja Glumac authored
Repro #20493: Dashboard filter with defaults, doesn't work if values are removed, query fails (#20495)
-
Alexander Lesnenko authored
* keep click * safari fixes
-
Nemanja Glumac authored
* Add repro for #20488 * Update frontend/test/metabase/scenarios/visualizations/smartscalar-trend.cy.spec.js Co-authored-by:
flamber <1447303+flamber@users.noreply.github.com> * Update number formatting Co-authored-by:
flamber <1447303+flamber@users.noreply.github.com>
-