This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- 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>
-
Cam Saul authored
* New site-uuid Setting for token checks * Move Setting to public-settings; it has to be define afer we define ::uuid-nonce * Test fix
-
Bryan Maass authored
- no longer prints log about invalid expires cookie in tests
-
Diogo Mendes authored
* Creating reproduction for 20442 + some refactor * Skipping while waits for fix * Remove skip * Fix * Resolving as requested * Removing unneeded check * Update frontend/test/metabase/scenarios/admin/settings/sso/google.cy.spec.js Co-authored-by:
Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com> * Remove unneded reload * Adding assertion Co-authored-by:
Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com>
-
Ariya Hidayat authored
As documented, react-ace >=8 doesn't need brace anymore. This reduces the bundle size, resources/frontend_client/app/dist/vendor.bundle.js, by 218 KB, from 5286809 to 5063129 bytes.
-
Ariya Hidayat authored
-
Ariya Hidayat authored
-
Diogo Mendes authored
* Creating reproduction for 20442 + some refactor * Skipping while waits for fix * Remove skip * Fix
-
- Feb 13, 2022
-
-
Nemanja Glumac authored
* Optionally wrap question id to make it available outside of the original scope * Use `visitQuestion` to simpliy tests * Fix pivot_table tests * Fix repro 12568 for nested questions * Fix repro for 10803 * No need to rely on UI elements any more
-
Cam Saul authored
* Fix source aliases for Fields from joins not being properly escaped * Tweak TODO comment * Disable the flaky tests when running driver tests * Rename the new macro * Dox * Remove unused :require
-
Ariya Hidayat authored
-
Ariya Hidayat authored
Basically: ``` yarn upgrade @types/eslint@7.29.0 yarn upgrade @types/prettier@1.19.1 yarn upgrade @types/react-motion@0.0.32 yarn upgrade @types/react-router@3.0.28 yarn upgrade @types/react-transition-group@1.1.8 ```
-
Ariya Hidayat authored
-
- Feb 12, 2022
-
-
Ariya Hidayat authored
-
- Feb 11, 2022
-
-
Cam Saul authored
-