This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Nov 12, 2024
-
-
Oisin Coveney authored
-
Kamil Mielnik authored
* Fix flaky test * Add a comment
-
Chris Truter authored
-
- Nov 11, 2024
-
-
Chris Truter authored
-
Luis Paolini authored
* Fixes https://github.com/metabase/metabase/issues/33037 * Align query and fix the linter
-
Luiz Arakaki authored
-
Jeff Bruemmer authored
-
github-automation-metabase authored
Co-authored-by:
Metabase bot <metabase-bot@metabase.com>
-
Chris Truter authored
-
Braden Shepherdson authored
This also cleans up the testing to check everything more carefully, and to expect the right things across multiple stages. (This is a bit tricky since the order-bys get removed when the stage gets aggregated, because the columns they were using are now gone.)
-
lbrdnk authored
* Map Oracle DATE to type/DateTime * Modify test * Add test
-
Ngoc Khuat authored
-
Kamil Mielnik authored
* Fix flaky test * Bring back waiting * Decrease flakiness
-
Kamil Mielnik authored
* Fix flaky tests * Fix flaky tests
-
Kamil Mielnik authored
-
- Nov 10, 2024
-
-
Ngoc Khuat authored
-
- Nov 09, 2024
-
-
Nemanja Glumac authored
* Remove dead code from browse models page * Use the grid to control the gap * Implement "Add database" button * Add basic unit tests * Make sure the feature works when there are no databases * Add analytics to the db list * Add "Add database" button to the sidebar * Add E2E Snowplow tests * Add unit tests * Deal with authentication in each beforeEeach separately * Add Snowplow E2E test for a database card * Slightly tweak the title line height
-
Chris Truter authored
Search currently returns a detailed list of the scores for each item, which is pretty hefty, and the type is also coupled to the current rankers, which will change in future. Removing from the type to start to just validate that nothing uses it. Best to just not model this. Going to see about just removing it from the BE as well, and put in some other way to debug. Worst case an opt-in query parameter.
-
- Nov 08, 2024
-
-
appleby authored
* Add blurb from C3P0 docs to comment for unreturnedConnectionTimeout * Enable debugUnreturnedConnectionStackTraces in data-warehouse-connection-pool-properties Closes #47981 * Add defsetting for jdbc-data-warehouse-debug-unreturned-connection-stack-traces And only enable debugUnreturnedConnectionStackTraces in the C3P0 config if the setting is enabled. There is some memory cost to enabling the setting, and since maxPoolSize is user-configurable, it seems safer to disable debugUnreturnedConnectionStackTraces by default. * Add metabase.logger/level-enabled? * Log a warning if C3P0 logs are not configured correctly to log stack traces Log a warning if the user enables the jdbc-data-warehouse-debug-unreturned-connection-stack-traces but does not raise the log level for the com.mchange package to INFO or higher. * Add docs for MB_JDBC_DATA_WAREHOUSE_DEBUG_UNRETURNED_CONNECTION_STACK_TRACES * Improve markdown docs for MB_JDBC_DATA_WAREHOUSE_DEBUG_UNRETURNED_CONNECTION_STACK_TRACES Co-authored-by:
Jeff Bruemmer <jeff.bruemmer@gmail.com> --------- Co-authored-by:
Jeff Bruemmer <jeff.bruemmer@gmail.com>
-
Case Nelson authored
Fixes: #49786
-
adam-james authored
* Keep Pivoted Option works in Subscriptions Fixes: #49525 Even though the user could toggle 'Keep data pivoted` in the Sharing Sidebar UI, the setting was not being propagated to the backend, so attachments would not be pivoted. * add a cypress test * add viz settings to get the pivot working * fix for linter * remove eslint ignore --------- Co-authored-by:
Aleksandr Lesnenko <alxnddr@gmail.com>
-
Braden Shepherdson authored
I had to add `only-safe-columns` to filter out columns with known issues in current pMBQL. In particular, implicitly joining on a column which appears twice (eg. because of a double- or self-join) is ambiguous with classic `:field` refs, and will cause errors. There's a `:dynamic` var to re-enable all the columns for tests that are only exercising new `:column` refs.
-
Jeff Bruemmer authored
* add notes on oracle connection * edit
-
Oleksandr Yakushev authored
* Revert "[streaming-response] Use HttpEndpoint.isOpen() instead of reading a byte from TCP socket (#49460)" This reverts commit 060baf0c. * Disable connection reuse for requests that serve streaming responses
-
Noah Moss authored
-
Alex Yarosh authored
* docs: update links to learn * bad replace * Update docs/exploration-and-organization/events-and-timelines.md Co-authored-by:
Jeff Bruemmer <jeff.bruemmer@gmail.com> --------- Co-authored-by:
Jeff Bruemmer <jeff.bruemmer@gmail.com>
-
Braden Shepherdson authored
This introduces a reusable `weighted-choice` function and a "weight" system for the various steps. `:order-by` should be more rare than filters, etc., `:limit` and `:append-stage` should be more rare still.
-
Luis Paolini authored
* Bump Oracle driver Move to ojdbc11 * Update modules/drivers/oracle/deps.edn Co-authored-by:
Cam Saul <1455846+camsaul@users.noreply.github.com> --------- Co-authored-by:
Cam Saul <1455846+camsaul@users.noreply.github.com>
-
Braden Shepherdson authored
Adds basic expressions to the query generators. There's a lot more to do to robustly generate realistic expressions! But this is enough to make expressions exist on queries, which then get consumed as inputs to filters etc.
-
Ryan Laurie authored
* build on java 21 * update docker image * update test * more using 21 * back to 11 for build * update docker command * update containerization * update docker actions * revert dockerfile change * update other docker action versions * use release commit for containerization
-
Jeff Bruemmer authored
-
Mahatthana (Kelvin) Nomsawadi authored
-
Phoomparin Mano authored
-
-
Kamil Mielnik authored
* Remove @flaky tag * Unskip test and remove @flaky tag * Remove @flaky tag * Remove @flaky tag * Revert "Remove @flaky tag" This reverts commit 08c57add.
-
Kamil Mielnik authored
-
Phoomparin Mano authored
-
Kamil Mielnik authored
* Try to fix flake * See if timeout is necessary * Revert "See if timeout is necessary" This reverts commit 181f3c5e. * Revert change for coordinates filter
-
Kamil Mielnik authored
* Remove @flaky tag * Make workaround test pass * Disable workaround test * Uncomment and unquarantine the workaround test * Disable normal test for now * Revert "Disable normal test for now" This reverts commit 68fa2175. * Bring back quarantine * Update comment
-
Phoomparin Mano authored
-