This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Sep 23, 2021
-
-
Alexander Lesnenko authored
* subscriptions and alerts audit * Add tables * Add tables * Extract to lib * Extract to lib * Add modal * Add modal * Add modal * Fix modals * Fix modals * Add children for displaying modals * Add children for displaying modals * Add children for displaying modals * Add children for displaying modals * Add edit dialogs * Add edit dialogs * Add edit dialogs * Add edit dialogs * Remove deletion * Remove deletion * Add users * Add users * Fix selection issues * Add placeholder * Add placeholder * Add delete button * Fix wrapping issues * F * Small fixes * Add reloading * fixes * cypress specs * fixes * post rebase fixes * rebase fixes * review fixes Co-authored-by:
Alexander Polyankin <alexander.polyankin@metabase.com>
-
Nemanja Glumac authored
-
Jeff Bruemmer authored
* restore original file name * links
-
Alexander Lesnenko authored
* show meaningful error for waterfall chart of multiple series questions * increase readability
-
Alexander Polyankin authored
-
Alexander Lesnenko authored
-
- Sep 22, 2021
-
-
Ariya Hidayat authored
-
dpsutton authored
* Formatting return a format string so it can be used over multiple rows. The rules for formatting are quite annoying because there are defaults that are assumed rather than present. IE, if you set a column as currency it doesn't set the number style sometimes and defaults to USD without that being in the settings. In the future would be far preferable to always create a fully fleshed map of defaults rather than inferring them in random places. * appease our doc string supervisor * Include column information for formatting numbers really important for requiring two decimal places by default on doubles and none on integers. Its close to correct ignoring it and using "#,###.##" and this leaves non decimal places on integers and allows only up to two on doubles, but things like 31.10 will format as 31.1 and that is improper * Remove unneeded metabase.test * Update tests with nil column * Get global viz settings in middleware, pass entire to formatting Passing the entire viz settings to the formatting stuff makes the calling code much simpler and the places where we merge global settings, possibly get currency settings, etc, just in one place. We already had the col information there so just use it. * Remove public settings now that we get it from the metadata
-
Alexander Kiselev authored
* Check for existing result set when displaying "Showing [X] rows" instead of the max limit * added cypress test * broke up nested ternary operators in QuestionRowCount
-
Alexander Kiselev authored
Fix #16810: Dashboard "isDirty" property is set to true after the Dashboard title is updated. (#17955) * added isDirty flag to SET_DASHBOARD_ATTRIBUTES action * added reducer tests for SET_DASHBOARD_ATTRIBUTES with isDirty * lint
-
Gustavo Saiani authored
-
Alexander Polyankin authored
-
Anton Kulyk authored
-
Howon Lee authored
We added cache control fields for dashboard and database and actually use it for cards: presumably EE folks want to audit that stuff. Here is the addition of those fields to the table views.
-
- Sep 21, 2021
-
-
pawit-metabase authored
In `getTableClickedObjectRowData`, we try to get the original row of the data from the rowIndex but because the rowIndex of the pivoted table and the original table does not necessarily match, we get the wrong data. This commit fixes it by storing a mapping between pivoted (row, col) and the original row number and using that to determine which row to use for the data. Fixes #17920
-
pawit-metabase authored
When loading dashboard filters, the default value is in `:default` not in `:value`. In the field filter code path, the default is copied to `:value`. Fix the issue by calling the same code for non-field filters too. Fixes #15705
-
Cam Saul authored
* Move email->domain and email-in-domain? util functions to metabase.util * Improve the error handling for with-temp a little more. * Extra error context for with-temporary-setting-values * Improve Setting docstring forms validation: handle aliased forms like `i18n/deferred-tru` * Fix missing :require
-
Cam Saul authored
-
Cam Saul authored
* Add DashboardSubscription and Alert table audit queries * metastore -> premium-features
-
Dalton authored
* When fetching Field also fetch its associated human_readable_field_id * add unit tests
-
Noah Moss authored
Co-authored-by:
Alexander Polyankin <alexander.polyankin@metabase.com>
-
Noah Moss authored
-
Alexander Lesnenko authored
-
Dalton authored
* treat empty string parameter in url like it is unset * refactor parameter collection utils
-
Dalton authored
* Add meta/Dashboard utils for checking mapped dash params * Add tests for meta/Dashboard utils * Add disabled prop to TextWidget * Disable widgets using isDashboardParameterWithoutMapping fn * Update tooltip text Co-authored-by:
Maz Ameli <maz@metabase.com> Co-authored-by:
Maz Ameli <maz@metabase.com>
-
Alexander Lesnenko authored
* Fix grid map is not rendered for native questions * add check for map button
-
dpsutton authored
* For sparklines, check that viz type is line this actually goes to fix waterfalls. They would match these requirements but the viz type of waterfall would give results that would dip out of the viewport. Fallback to table rendering * Prevent waterfall rendering as sparkline * please run that cancelled test again, GitHub®
-
Alexander Polyankin authored
-
Anton Kulyk authored
* Add reproduction for #17968 * Fix showing incorrect join field table names * Test previous results str
-
- Sep 20, 2021
-
-
Ariya Hidayat authored
-
Jeff Evans authored
Add separate catch clause for BigQueryException, to `execute-bigquery`, which conveniently includes a property to indicate whether it's retryable, and add that to the ex-data map Add test that confirms a retryable exception is, in fact, retried
-
Alexander Polyankin authored
-
Cam Saul authored
* EE API endpoint code reorganization * Remove accidental commit * test fixes
* Remove unused namespace * Remove unused var * Rename metabase-enterprise.audit.* -> metabase-enterprise.audit-app.* * Move the new delete subscriptions endpoint from :advanced-config -> :audit * Prettier -
Alexander Lesnenko authored
-
Alexander Lesnenko authored
-
Alexander Kiselev authored
-
Anton Kulyk authored
* Test join's setDimension methods can remove dimensions * Specify temporal-unit for Join unit tests data * Ensure join dimensions' temporal units are the same * Display dimension's temporal unit on Join UI * Add E2E test for join fields temporal units * Select temporal units for join dimensions * Sync parent and join dimensions temporal units * Refactor Join dimension setters * Update subdimension check * Update overwrite check
-
Ariya Hidayat authored
This should fix #16770.
-
Anton Kulyk authored
* Fix typo * Add unit tests for `normalizeQuery` * Normalize query clause classes for comparison * Enable the repro test * Rename variable
-
Alexander Polyankin authored
-