This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Feb 15, 2022
-
-
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
-
Cam Saul authored
* Fix BigQuery not qualifying source columns * Don't fix on 42 for the deprecated BigQuery driver * You know what I'll fix it after all. Why not. * Oops I updated the wrong part of the test
-
Noah Moss authored
-
Noah Moss authored
-
Dalton authored
-
Ariya Hidayat authored
In an expression `COUNT/2`, `COUNT` there should be treated as a function (i.e. `COUNT()`) instead of a field. Another function is the same category is `CUMULATIVECOUNT`. Both don't require any arguments, hence the parentheses are optional.
-
Diogo Mendes authored
-
Alexander Lesnenko authored
-
Alexander Polyankin authored
-
Anton Kulyk authored
* Group `Urls.question` args into object * Use `Urls.serializedQuestion` * Fix `tableRowsQuery` URL builder * Add E2E tests * Add routes with `/:objectId` * Add `objectId` support to question URL builders * Use `queryParams` from `location` in QB init * Fix `useSyncedQueryString` drops other params * Add `zoomInRow` action * Add `resetRowZoom` action * Add basic selectors * Modify `getIsObjectDetail` selector * Handle `objectId` during QB init * Replace actions opening prev/next object detail * Use zoomed row in object detail view * Update `ObjectDetailDrill` * Fix URLs update for detail views * Handle browser "back" button in detail view * Use question name as a fallback for object view title field * Fix E2E tests * Fix E2E test * Fix routes order * Fix opening a link to filtered out record * Move tests for object details * Fix regexp * Fix link style * Better routing handling
-
- Feb 10, 2022
-
-
Michiel Borkent authored
* honeysql var improvements * Define routes * Define routes * define-routes improvement * honeysql helpers * honesql * abs in clojure 1.11 * fix logic unresolved vars * deprecated * deprecated var warnings * undo replace
-
Cam Saul authored
-