This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Apr 01, 2021
-
-
Cam Saul authored
* Explicitly specify %throwable in Log4j logging pattern so the ex-data gets printed This tweaks means Exceptions get rendered for logging with .toString instead .getMessage. See https://github.com/clojure/tools.logging/tree/31073fe1fbb0533f3c775fa667de70809f24b127#log4j2 and https://logging.apache.org/log4j/2.x/manual/layouts.html#Patterns * Remove ad-hoc query perms check on save logic from metabase.models.card. We already do this in metabase.api.card, so in practice this is redundant code. * Better permissions exceptions when missing ad-hoc perms for creating/updating a Card * Fix #11719 * Return more info with most API exception responses * Add tests for #11719 and #14931 * Fix namespace lint errors * Fix error message grammar (thanks @jeff303)
-
Cam Saul authored
Fix druid throwing "Invalid type marker byte 0x3c for expected value token" errors if limit is 1048575 (#15452) * Better error logging for druid * Apparently Druid queries don't like the number 1058575 * Test fix
-
Alexander Lesnenko authored
-
Alexander Lesnenko authored
-
- Mar 31, 2021
-
-
Cam Saul authored
* Fix SAML redirect to /collection/root/ * Test util HTTP client should automatically URL-encode query parameters. * Simplify HTTP client * Minor tweaks * Remove *url-encode-query-parameters?* * experimental CI fix: cache build script deps * Fix typo * Fix Circle config again * Fetch BE deps if deps.edn files change * Use CI executor for be-deps, so we have the Clojure CLI
-
Cam Saul authored
* Bump a few dep versions and add missing exclusions * Fix export timezones; fix Excel time values * Text fixes & other improvements * Test fix
* Move some XLSX/CSV specific tests into appropriate test namespaces * Fix SQLite parsing of date-only values * address PR feedback -
Alexander Lesnenko authored
* disable submit button on pristine user settings form * replace using dirty state with pristine state inside admin panel forms
-
Alexander Lesnenko authored
* fix missing total on pie charts after the initial render * add basic cypress test for pie chart
-
Cam Saul authored
-
Ariya Hidayat authored
The width should be fixed only when the editor is being used in the notebook, and not from the sidebar.
-
- Mar 30, 2021
-
-
Tim Macdonald authored
* Support empty date field filters [Fixes #15067] * Add a test
-
Ariya Hidayat authored
It does not make sense anyway for the web browser to suggest corrections for function names etc.
-
Nemanja Glumac authored
-
Nemanja Glumac authored
-
Nemanja Glumac authored
-
Nemanja Glumac authored
-
Alexander Lesnenko authored
-
- Mar 29, 2021
-
-
Nemanja Glumac authored
-
Dalton authored
-
Nemanja Glumac authored
#15324 Repro: Count of rows from drill-down on binned results doesn't match the number of records (#15381)
-
Nemanja Glumac authored
#15331 Repro: Drill-through on PK/FK to the "object detail" when filtered by explicit joined column fails (#15380)
-
Nemanja Glumac authored
* Use "new" style input field Co-authored-by:
flamber <1447303+flamber@users.noreply.github.com>
-
Nemanja Glumac authored
* Cover all 3 cases for this reproduction
-
Nemanja Glumac authored
#15368 Repro: Click behavior leading to the dashboard without permissions causes a permission error (#15371)
-
- Mar 28, 2021
-
-
Nemanja Glumac authored
-
- Mar 27, 2021
-
-
Nemanja Glumac authored
-
Nemanja Glumac authored
#8406 Repro: It shouldn't be possible to change permission levels on sub-collections inside personal collection (#15345)
-
Nemanja Glumac authored
* Add initial batch of tests for personal collections * Add repro for #15343
-
- Mar 25, 2021
-
-
dpsutton authored
master has a semantic_type that this should be updated to when merged. Or even better, if columns have an effective type we can just use that. I'm not sure how inference goes so it may just have a base_type that is the datetime type if its just inferred, or if the column is recognized as a field maybe it has both base and effective types
-
Nemanja Glumac authored
-
Nemanja Glumac authored
-
- Mar 24, 2021
-
-
Nemanja Glumac authored
* Move "pin" test over to the testing matrix * Move "moving test" over to the testing matrix and expand it - Test moving question - Test moving dashboard * Remove "managing items" from `collections.cy.spec.js` * Improve comments [ci skip] * Refactor assert function * Test dashboard details edit * Test dashboard duplication * Update edit dashboard details test * Update dashboard revision history * Test dashboard move * Add repro for #13059 * Test dashboard archive/unarchive
-
- Mar 23, 2021
-
-
Nemanja Glumac authored
-
Jeff Bruemmer authored
* consolidated official database lists * update README to link to official list * specify GA version
-
Nemanja Glumac authored
Expands "pin collection item" workflow to include in a following manner: - Pins both dashboard and a question - Asserts that only the dashboard is visible on the home page (according to the documentation in https://www.metabase.com/docs/latest/users-guide/06-sharing-answers.html)
-
Nemanja Glumac authored
Co-authored-by:
flamber <1447303+flamber@users.noreply.github.com>
-
Nemanja Glumac authored
#15289 Repro: Abandoning archive collection process should let you stay in the same collection (#15299) * Add initial set of archiving collections tests * Add repro for #15289 Co-authored-by:
flamber <1447303+flamber@users.noreply.github.com>
-
Luis Paolini authored
-
- Mar 22, 2021
-
-
Nemanja Glumac authored
#15281 Repro: Users with read permissions are offered to save new dashboard in collections they only have read access to (#15282)
-
Jeff Bruemmer authored
-