This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- May 27, 2022
-
-
Alexander Lesnenko authored
-
Ngoc Khuat authored
-
Howon Lee authored
Limit the length of the row for JSON parsing. This was the simplest way to make another attack at #22636.
-
- May 26, 2022
-
-
Nemanja Glumac authored
* Remove unnecessary intercept * Simplify repro for #22247 * Quarantine failing tests caused by #22973
-
Maz Ameli authored
* try wrapping scalar titles * wrap scalar card title * fix types * fix ellipsified detects truncated text * fix types * move component Co-authored-by:
Aleksandr Lesnenko <alxnddr@gmail.com>
-
Nemanja Glumac authored
-
Nick Fitzpatrick authored
App Bar Breadcrumbs for Questions
-
Noah Moss authored
-
Ryan Laurie authored
-
Alexander Polyankin authored
-
Anton Kulyk authored
-
- May 25, 2022
-
-
Dalton authored
* Add basic parameter types * Convert paramter-type utils to TypeScript * Update constant variable name
-
Nemanja Glumac authored
-
Natalie authored
-
Nemanja Glumac authored
-
Nemanja Glumac authored
Repro #22788: Filters connected to a custom column lose their settings when editing the dashboard a second time (#22953)
-
Ariya Hidayat authored
-
Nemanja Glumac authored
-
Case Nelson authored
* Add can-manage to databases to help front-end * Only return persisted true when the state agrees * Add event for persisted-info to catch new models and turn on peristence when appropriate * Fix bad threading * Add comment about the case being detected to add the persisted-info * Fix pre-existing bug in expand-db-details where a function was used as the condition
-
metamben authored
* Indicate field responsible for database error * Implement new interface * Make error showing logic a little easier to understand * Show individual field error in database form * Add backend tests for connection errors when adding a database * Add new form error component * Make database form error message pretty * Make main database form error message field bold * Change create account database form according to feedback * Fix failed E2E tests from UI changed. * Make it easier to tree-shake "lodash" * Change according to PR review * Cleanup + remove FormError (to be included in a separate PR) Co-authored-by:
Mahatthana Nomsawadi <mahatthana.n@gmail.com>
-
Nemanja Glumac authored
-
Nemanja Glumac authored
-
Anton Kulyk authored
* Expose `persisted-models-enabled` to authenticated * Remove `isAdmin` check for showing peristence toggle
-
Anton Kulyk authored
-
Nemanja Glumac authored
-
Alexander Lesnenko authored
-
Benoit Vinay authored
* Dashboard converted to TypeScript * Remove Dashboard as it seems to be unused
-
- May 24, 2022
-
-
Dalton authored
-
Ryan Laurie authored
* support for segment filters in modal
-
Case Nelson authored
Since we have linters that force the refers to be both sorted and max lined, adding new models in the middled forced people to realign the whole refer vector. Having run into this twice, if we keep refers each on their own line the initial add, as well as merges will both be much less painful.
-
Case Nelson authored
* Add anchor time to persistence schedule Introduces a new public-setting persisted-model-refresh-anchor-time, representing the time to begin the refresh job. Defaults to midnight "00:00". Also peg the cron jobs to run in the first of: reporting timezone, system timezone, or UTC. This means that if a user needs the refresh to be anchored consistently to a certain time in a certain place, they need to update reporting timezone to match. * Add tests for anchor time * Force anchor-time to midnight if refresh hours is less than 6 * Need to check that hours was passed in * Fix ns lint * Add tests to ensure timezone is being set on trigger
-
Cam Saul authored
-
Dalton authored
use new util and remove unused code Split out WidgetStatusIcon fix waiting on request that no longer happens
-
Nemanja Glumac authored
-
Noah Moss authored
-
Alexander Lesnenko authored
-
Alexander Lesnenko authored
-
Ariya Hidayat authored
* add some basic unit tests
-
Alexander Polyankin authored
-
Nemanja Glumac authored
-