This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Jun 23, 2021
-
-
Noah Moss authored
-
Ariya Hidayat authored
-
Ariya Hidayat authored
* Wait for the SQL query to load `result_metadata` * Decrease the number of bins to 50 * Update the default bucket for time series * Remove comment and the issue reference from "column popover" number test * Unskip "column popover" longitude test * Enable number binning test via custom question * Enable longitude tests Co-authored-by:
Nemanja <31325167+nemanjaglumac@users.noreply.github.com>
-
Nemanja Glumac authored
* Add repro for #16672 * Skip the whole `describe` block
-
Nemanja Glumac authored
-
Nemanja Glumac authored
-
Nemanja Glumac authored
* Add initial binning tests for QB regular table (via simple question) * Add initial binning tests for QB regular table (via custom question) * Add initial binning tests for QB regular table (via column popover)
-
Nemanja Glumac authored
* Add initial set of checks for longitude correctness * Update longitude spec * Update representative values for "1 degree" bucket size * Rename function * Extract x-axis ticks check into a separate function * Expand and enable all tests
-
Nemanja Glumac authored
* Add initial set of checks for time series binning correctness * Fix selected value for "Year" * Rename the function * Extract x-axis ticks check into a separate function * Extract time series footer check into a separate function * Expand tests
-
Gustavo Saiani authored
-
- Jun 22, 2021
-
-
Noah Moss authored
-
Noah Moss authored
-
dpsutton authored
* Move *ignore-cached-results* to middleware Had tried to adjust the binding to work, but the binding ended before all of the bound functions and such were submitted to work, so when that code actually executed the binding was no longer in place. Annoying and it should be in middleware anyways * Remove now unused import (cache became keyword in middleware not binding)
-
Noah Moss authored
-
Gustavo Saiani authored
-
Noah Moss authored
-
Dalton authored
* skip some field logic when dealing with ExpressionDimensions * hide xray drilldowns when there are expression dimensions * fix tests by limiting filtering to just expression dimensions * add a cy test * update comment * mild cleanup
-
Noah Moss authored
-
Anton Kulyk authored
* Add repro for #14652 * Fix blank screen when DB does not exist DataSelector assumes `schemas` is an array. But it's `undefined` if db does not exist * Fix data model page state when DB does not exist * Move prop-types to the top * Fix invalid database request
-
- Jun 21, 2021
-
-
Ariya Hidayat authored
* Do not break waterfall when there is a null
-
Jeff Bruemmer authored
* links and collection checkbox image * not on card movement * managing people * permissions * auditing question table fields
-
Nemanja Glumac authored
#16693 Repro: Binning from a column popover (distribution) on explicitly joined field renders incorrect title (#16705)
-
Nemanja Glumac authored
#16675 Repro: UI inconsistencies for bucket display on tables from explicitly joined tables (#16703)
-
Howon Lee authored
Localization also works already without reference to null semantic type, here is test to memorialize this (#16641) It works, here's a test for it
-
Noah Moss authored
-
Howon Lee authored
Previous behavior searched only on columns backend name. This one searches on column frontend name (field name), table name, schema name - but not on all of them at once, just each of them separately
-
Nemanja Glumac authored
#16674 Repro: UI inconsistencies for bucket display on tables from implicitly joined tables (#16698)
-
Nemanja Glumac authored
* Add initial binning tests for saved QB question with explicit joins (via simple question) * Add initial binning tests for saved QB question with explicit joins (via custom question) * Add initial binning tests for saved QB question with explicit joins (via column popover) * Update base question query * Update tests for simple question mode * Update tests for custom question mode * Update tests for the column popover entry mode * Fix comments
-
Nemanja Glumac authored
[Binning e2e coverage] Asserting on the bins from the saved QB question using implicit joins (#16662) * Add initial binning tests for saved QB question using implicit joins (via simple question) * Update tests for simple quesiton mode * Add initial binning tests for saved QB question using implicit joins (via custom question)
-
Gustavo Saiani authored
Move block of code about getting input placeholder out of render function in FieldValuesWidget component (#16686)
-
- Jun 20, 2021
-
-
Alexander Lesnenko authored
* support date ranges for click behavior that updates dashboard filter parameters * fix spec * reorganize tests
-
- Jun 19, 2021
-
-
Alexander Lesnenko authored
-
- Jun 18, 2021
-
-
Dalton authored
* wait for schemas/tables to load before running permissions grid logic * don't return grid when given schema's tables are unavailable
-
Alexander Lesnenko authored
-
Noah Moss authored
-
Gustavo Saiani authored
-
Alexander Lesnenko authored
-
Howon Lee authored
I thought the collections appearing in the list page problem was solved, but this turned out to be a bug with the ttest. Upon actual inspection the lists remained. To fix this without changing all sorts of crap that depended upon collections api contract (we futzed with the output but the futzing of the output is transparent to the frontend because of the entity thing they got going on), needed a way to elicit null response from collections endpoint. shoved one in. then renamed it because the first name, "dummy", makes it all sound kind of jank, so 'no-model' for explicitly asking for no model without handing in an empty set, which turns into the set of all models. This is an 80% unjankening. Full unjankening would entail whacking this special case.
-
Ariya Hidayat authored
This mimics the situation in the notebook (custom question). A minor difference, hence the omission of the previous implementation, is that notebook breakout selection only allows one table at a time (the other tables are "folded" in the accordion list component). In the case of a simple question, every breakout selection happens in a sidebar, a long list of all tables and all dimensions. Thus, it needs to support multiple selection at once, which this commit finally implements.
-
Anton Kulyk authored
* Test can't share dashboard without cards * Fix can't share dashboard with markdown cards only * Fix public dashboard crash while loading * Remove duplicated test * Add `aria-disabled` prop to Triggerable * Subscribe to dashboards only if it has data cards
-