This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Jan 04, 2024
-
-
Chris Truter authored
-
Mark Bastian authored
* Removing Time portion of Timestamp when formatted as Date in Excel This is a starting changeset for fixing the issue "Timestamp is always present in dates when exporting to Excel in the embedded application. #14393", which demonstrates a failure mode in applying column-formatting to Excel downloads. This commit should fix the underlying issue as well as update formatting for remaining CSV file download discrepancies. The goal of this commit is to get us to a baseline state for some small refactorings to combine our formatting paths for CSV, JSON, and Excel exports. * Updating common logic and tests to reflect how global settings are passed in and applied to format-temporal-str * Updating `number-format-strings` to not need semantic type. * Adding tests for new Excel-export logic. * Fixing cases for currency where we must specify that `::mb.viz/currency-in-header` is false. * Fixing formatting tests * Updating unit test to reflect a global abbreviated dates preference. * Adding column type defaults for certain test cases. * Updating logic and tests in xlsx exports Logic in `metabase.query-processor.streaming.common` further unifies the idea of merging all settings first, then making decisions based on that. It also makes the downstream code more functional, as that code doesn't repeatedly reach for global settings. `metabase.query-processor.streaming.xlsx-test` has been updated to reflect this change. In particular, the helper function `format-string` now builds the right input settings rather than passing settings through to be accumulated later. * Fixing two more tests. * Fixing remaining unit tests - Update `metabase.api.card-test` with multiple test cases for different formats. - Update `export-format-test` to lock temporary settings for consistency. - `default-number-format?` to `unformatted-number?` and include "currency" as a potential unformatted type. * Consistent application of global viz settings This PR adds a function that will inject the global viz settings into `viz-settings-for-col` if not provided by the query processor. This also simplifies the `xslx-test` ns. * Treating :default unit as no unit.
-
- Jan 03, 2024
-
-
Ngoc Khuat authored
-
Cam Saul authored
-
Uladzimir Havenchyk authored
* Make brush filter tests more stable * Make repro for 34382 less flaky * fixup! Make repro for 34382 less flaky * More asserts
-
Cam Saul authored
* Implement truncate, add, and unit-diff date util functions for Cljs * Implement filter update util fns (#37103) * Fix circular references * Test fixes
* PR feedback * Clarify things -
Raphael Krut-Landau authored
The additional call to apiUpdateQuestion is not needed, since you can't edit an alert without first saving the question Fixes #36395
-
Cam Saul authored
* Implement truncate, add, and unit-diff date util functions for Cljs * Fix circular references * Test fixes
-
Sloan Sparger authored
-
Case Nelson authored
-
Nemanja Glumac authored
-
Uladzimir Havenchyk authored
-
Nemanja Glumac authored
* Remove Cypress cloud integration * Remove custom Chromium From now on, we'll use `replay-chromium` browser. * Start using ReplayIO for all E2E test runs * Use the default Chrome for Percy visual tests * Mark flaky tests
-
metamben authored
-
Alexander Polyankin authored
-
lbrdnk authored
* Add test * Use atom to track next alias index * Update testing string Co-authored-by:
metamben <103100869+metamben@users.noreply.github.com> * Use volatile instead of atom for index tracking --------- Co-authored-by:
metamben <103100869+metamben@users.noreply.github.com>
-
Ryan Laurie authored
-
Jeff Bruemmer authored
-
Kyle Doherty authored
* remove box-shadow from dashboard cards, add border * set scalar font weight to 700 * remove extra bold style from dash headings * set font weight for row and line axis ticks and labels to 700, adjust size * tweak gridline dash array size for cleaner lines * make scalar value titles the same as other dashcard titles * even out legend title spacing on cards * lighten axis domain line * use border color for axis line on RowChart * make legend 2nd read, adjust spacing & alignment * adjust dashcard legend size for non linebar viz * use color instead of colors for theme safety (code review) * update expectedWidth value to account for new smaller font size * account for new dash card border in comparisons * update card border * specs * flakes --------- Co-authored-by:
Aleksandr Lesnenko <alxnddr@gmail.com> Co-authored-by:
Aleksandr Lesnenko <alxnddr@users.noreply.github.com>
-
Alexander Polyankin authored
-
Jeff Bruemmer authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Chris Truter authored
-
Ngoc Khuat authored
-
- Jan 02, 2024
-
-
Noah Moss authored
-
Braden Shepherdson authored
If they're equivalent to the default, they can be removed (for stages) or replaced by `:all` (on joins).
-
Vamsi Peri authored
-
shaun authored
* Add FormGroupWidget component * add loading state and placeholder text Co-authored-by:
Ryan Laurie <iethree@gmail.com>
-
John Swanson authored
Noah pointed out that the ApiKey model shouldn't have API-layer bits in it (like referring to the `api/*current-user-id*`), so I made `metabase.api.api-key` populate those fields instead. ... except I forgot to delete the code from the model that populated them as well. Let's do that now.
-
shaun authored
* Add CopyTextInput component * add default props --------- Co-authored-by:
Ryan Laurie <iethree@gmail.com>
-
Ryan Laurie authored
* daily automated slack reminders about releases * fix things that don't work at all * Update .github/workflows/release-status.yml Co-authored-by:
Uladzimir Havenchyk <125459446+uladzimirdev@users.noreply.github.com> * make synk happy? --------- Co-authored-by:
Uladzimir Havenchyk <125459446+uladzimirdev@users.noreply.github.com>
-
shaun authored
-
John Swanson authored
The frontend needs the group ID as well as the name, so let's return both in a similar shape as `updated_by`.
-
John Swanson authored
When the endpoint is hit, we delete the ApiKey from the database. The user is left behind to ensure that we don't break foreign keys, and to enhance auditability.
-
Noah Moss authored
-
Ryan Laurie authored
-
Noah Moss authored
-
Jeff Bruemmer authored
-
- Jan 01, 2024
-
-
Luis Paolini authored
-