This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Oct 12, 2021
-
-
Alexander Polyankin authored
-
- Oct 11, 2021
-
-
Ariya Hidayat authored
-
dpsutton authored
* Don't render bar charts are sparklines https://github.com/metabase/metabase/issues/18352 A simple select `SELECT 'a', 1 UNION ALL SELECT 'b', 2` would trigger as a sparkline and blow up when comparing. There are two issues: - don't render tables as a sparkline even if it only has two columns - don't compare things that aren't comparable. this solves the first issue, ensuring that tables aren't matched as sparklines * Sparkline should only compare comparable values Check that the columns are temporal or numeric before comparing them. It is only to optionally reverse the order of the results which seems questionable in itself, but we can at least check that they are comparable before attempting to * Ensure tests render as sparklines default was a :table and that adds csv attachments which throw off our tests * unskip repro * remove unnecessary extra line
-
dpsutton authored
Input: 12345.65432 Expected: 12346 Actual: 12346. We were unconditionally adding "." (repeat decimals "0") to the base formatting string. Obviously when the decimals are 0, we are appending "." to the base format string
-
Ariya Hidayat authored
-
Noah Moss authored
-
Anton Kulyk authored
* Unskip the repro test * Fix duplicate variable calc * Fix schema update with blank tables state
-
Alexander Lesnenko authored
* test * Fix inability to change field schema * include db name for diff * unskip repro
-
Nemanja Glumac authored
-
Nemanja Glumac authored
-
Nemanja Glumac authored
-
Nemanja Glumac authored
-
- Oct 09, 2021
-
-
Ariya Hidayat authored
tl;dr AdoptOpenJDK is now Temurin (part of Eclipse Adoptium) https://blog.adoptopenjdk.net/2021/08/goodbye-adoptopenjdk-hello-adoptium/
-
- Oct 08, 2021
-
-
Jeff Bruemmer authored
-
Nemanja Glumac authored
-
Nemanja Glumac authored
#18344 Repro: The original question title is shown in the subscription instead of the curated title (#18355)
-
Alexander Kiselev authored
* set `allowJs` to true in tsconfig. This allows TS to infer types from JS files * added decorators
-
Nemanja Glumac authored
* Extract cc reproductions from `question` group * Extract custom-column spec * Extract custom column help-text spec * Extract custom column typing-suggestion spec * Extract custom column error-feedback spec * Expand typing-suggestions spec * Consolidate repros * Extract custom column data-type spec * Remove references to `cy.server` from custom-column spec * Extract custom column expression-editor spec * Remove duplicate tests * Extract and unskip repro for #13289 * Register custom column helpers * Use CC helper in tests * Move related tests to help-text spec * Enable "custom-column" e2e group in CI * Delete a duplicate repro for #13289 * Remove obsolete test * Expand error-feedback spec * Extract and expand repro for #14843 * Fix linter errors
-
Noah Moss authored
-
Jeff Bruemmer authored
-
Nemanja Glumac authored
-
Anton Kulyk authored
* Clean up query expressions unit tests * Add tests for StructuredQuery's expression methods * Append indexes to duplicate expression names * Fix expression update test * Test renaming an expression * Fix handling gaps in expression names with indexes * Handle duplicate names when updating expressions * Add issue id to repro test Co-authored-by:
Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com> * Add E2E helper to select notebook steps * Simplify Cypress test * [ci nocache] Co-authored-by:
Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com>
-
Pawit Pornkitprasan authored
The expressions are executed inside the sub-query, so the fields do not need to be exposed outside.
-
- Oct 07, 2021
-
-
Alexander Kiselev authored
runner to decouple from incoming TS refactors
-
Alexander Polyankin authored
-
Alexander Lesnenko authored
* [ci nocache] Use virtualization in AddSeriesModal question list, load metadata for question in chunks * [ci nocache] add empty state
-
Ariya Hidayat authored
* Check also for master branch
-
Alexander Lesnenko authored
* add basic typescript configuration * convert a tiny hook use-debounced-value to typescript * allow any for now? * update terser and static viz configs * adjust config * change extension of QuestionActivityTimeline from jsx to js to match jest config * adjust config * skip failing tests * Fix missing question method in unit tests (#18314) * review fix * fix Co-authored-by:
Anton Kulyk <kuliks.anton@gmail.com>
-
Anton Kulyk authored
* Fix invalid import * Blank * [ci nocache]
-
Nemanja Glumac authored
-
Anton Kulyk authored
* Enable repro * Move saved questions virtual DB id to own file * Add saved question helpers * Add test-id to Metabase logo component * Extend repro test to cover archived items handling * Handle saved question actions in schema entity * Handle saved question actions in table entity * Fix moved file import * Fix Cypress can't find logo in EE (whitelabeling) * Fix saved questions order * Fix saved questions included in database tables
-
Anton Kulyk authored
* Remove not used prop * Make CollectionSidebar a functional component * Fix accidentaly closing some collections
-
- Oct 06, 2021
-
-
Gustavo Saiani authored
-
Alexander Polyankin authored
-
Nemanja Glumac authored
-
Cam Saul authored
* Static viz: respect custom X and Y axis labels * Static viz: allow rendering non-timeseries line charts * Test fixes
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Cam Saul authored
-