This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Dec 02, 2021
-
-
Tieu Philippe KHIM authored
Generate correct connection string when srv is defined, including `authDb` Default `authDb` to `admin` if not set
-
frannietrempe authored
* Added test email steps; minor reorganizing * Update docs/troubleshooting-guide/cant-send-email.md Co-authored-by:
flamber <1447303+flamber@users.noreply.github.com> Co-authored-by:
flamber <1447303+flamber@users.noreply.github.com>
-
Howon Lee authored
Static viz for funnel plots. Pursuant to #18676.
-
Jeff Evans authored
-
Anton Kulyk authored
* Pass real dataset instance to QB components * Add basic support for "dataset" QB mode * Add simple DatasetEditor page * Fix dataset editor turns into ad-hoc mode on any change * Navigate back from the editor * Use `getQuestion` selector for datasets too * Allow removing "Visualize" button from Notebook * Allow hiding native query editor's parameters list * Add `isInitiallyOpen` prop to native query editor * Add "Edit query" button to question sidebar * Add ResizableNotebook component * Add query editor to dataset editor * Fix native dataset updates change QB mode to "view" * Hide NavBar on dataset editor page * Add ability to save updated dataset query * Extend Cypress helper to create native datasets * Add E2E tests for dataset query editor * Use ActionButton for "Save changes" button * Reset query changes on "Cancel" button click * Move DatasetEditor to QB components * Fix QB selectors unit tests * Test `getIsResultsDirty` tests for datasets * Test `getQuestion` QB selector * Lock dataset display to table in editor * Allow to disable visualization click handlers * Disable table click actions for dataset editor * Fix can't open native query sidebars * Remove not used component * Fix scroll effect when resizing notebook * Fix "back" button behavior * Fix missing translation * Fix template tags assignment in dataset QB mode
-
- Dec 01, 2021
-
-
Noah Moss authored
-
Ariya Hidayat authored
-
Jeff Evans authored
Bump metabase/connection-pool version from 1.1.1 to 1.2.0 to get the updated c3p0 version (0.9.5.5)
-
dpsutton authored
* Only annotate collection tree with unarchived information * Update docstring of api to include here and below info
-
Jeff Bruemmer authored
-
Alexander Lesnenko authored
-
- Nov 30, 2021
-
-
frannietrempe authored
-
Ariya Hidayat authored
-
Jeff Bruemmer authored
-
Jeff Evans authored
* Limit autocomplete results for tables and fields Add limit of 50 total fields or tables returned from the autocomplete_suggestions API, which can be a mixture of tables and/or fields Adding test that confirms results are limited properly
-
Alexander Lesnenko authored
* add funnel static viz * prettier * support funnel formatting options, change measureText signature * fix tests * fix types * unhardcode legend text style * decrease static funnel step font size, fix warnings * update specs
-
Alexander Lesnenko authored
-
- Nov 29, 2021
-
-
Ariya Hidayat authored
Field references in custom expression must be correctly resolved as dimensions, segments, or metrics. For instance, `[Rating] > 4 AND [Expensive]` means that [Rating] is a dimension and [Expensive] is a segment. Before this change, this process was carried out inside the parser. This led to various corner cases which were not handled well, e.g. `COALESCE(CASE([X], [Y]))` apparently resolved both [X] and [Y] as dimensions. This was incorrect, as [X] has to be a segment, since it's part of the conditional clause in CASE(). With this change, all field references are resolved as an additional pass. Thus, the resolver has the full visibility of the operand types for both unary and binary operators, as well as argument types of all functions, including variadic ones such as CONCAT, COALESCE, and CASE.
-
Ariya Hidayat authored
-
Ariya Hidayat authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Noah Moss authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
- Nov 28, 2021
-
-
Howon Lee authored
BE for progress bar for static viz, sasha put in the FE bits a bit ago
-
- Nov 27, 2021
-
-
Alexander Lesnenko authored
* XYChart * support axes formatting, support negative values for bars and areas * calculate chart bounds based on axes presence, ticks sizes * Add legend * legend for single column, more examples * polish, unit tests * clean mess * fix XYChart renders bars with the same names, add demo for an edge case * goal line support prettier * legend folder rename
-
- Nov 26, 2021
-
-
Alexander Lesnenko authored
* show trend previous value in full-screen mode * remove unused variable
-
Anton Kulyk authored
* Add E2E test for native dataset view * Use simple mode for native datasets
-
Alexander Polyankin authored
-
Anton Kulyk authored
-
Anton Kulyk authored
-
- Nov 25, 2021
-
-
Alexander Polyankin authored
-
- Nov 24, 2021
-
-
Ariya Hidayat authored
-
frannietrempe authored
-
Alexander Lesnenko authored
* update prettier * run prettier
-
- Nov 23, 2021
-
-
Ngoc Khuat authored
-
Noah Moss authored
-
Jeff Evans authored
Update bigquery and googleanalytics drivers dependencies to newer versions, such that their transitive dependencies on google-api-client/google-http-client match the versions used in the new BigQuery driver
-
Cam Saul authored
* Add index on QueryExecution card_id + started_at * Migrations linter shouldn't disallow legacymigrations > 382 * Remove old test
-