This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Dec 12, 2023
-
-
Ngoc Khuat authored
-
Jeff Bruemmer authored
-
Noah Moss authored
Co-authored-by:
bryan <bryan.maass@gmail.com>
-
Jeff Bruemmer authored
-
lbrdnk authored
Those are: - 8eb45851 - 930bbc5a - 16988f50 Reason is that I'm not yet able to explain UTC night CI failures. That is WIP. More context can be found on slack in https://metaboat.slack.com/archives/C5XHN8GLW/p1702332392764369?thread_ts=1701772468.810829&cid=C5XHN8GLW
-
Cal Herries authored
-
Jeff Bruemmer authored
-
Jeff Bruemmer authored
-
Ryan Laurie authored
-
Nemanja Glumac authored
-
Nemanja Glumac authored
-
Braden Shepherdson authored
Column filter is supposed to come first in the list. Fixes #36674.
-
Alexander Polyankin authored
-
Nemanja Glumac authored
* Add a simple Cypress TS helper example * Convert simple custom Cypress commands to Ts * Convert a bit more complex set of helpers to Ts * Make selectors more resilient This solves linter errors. * Fix tests * Type response as unknown * Reuse FE types * Improve JSDoc comments * Use generic string type for aggregation metrics * Use camelCase * Use `CyHttpMessages.IncomingResponse` to type a response
-
Oleg Gromov authored
HK in API client: * move reversal of exponential delay list where it belongs * simplify the array creation
-
Mahatthana (Kelvin) Nomsawadi authored
* Make it explicit when we want to replace the app name for whitelabeling * Remove the ttag hack so we can verify this solution works * Review: Remove unnecessary translation on the app name * Delete unused files * WIP replacing application names * Fix more places * Replace application names in more places * Replace the rest of the application name * Remove debug comment: admins * Remove debug comments: setup flow * Remove debug comments: misc * Remove debug comments: screenshots * Fix failed unit tests Because we're changing some components to get the application name from redux store, we need to update certain tests that still use `render` to `renderWithProvider` instead.
-
Alexander Polyankin authored
-
- Dec 11, 2023
-
-
Cam Saul authored
-
Ngoc Khuat authored
-
metamben authored
-
bryan authored
* a more refined first crack at adding perm-graph access for db or group id * new routes: filter data-perm-graph on db or group add tests * remove inline defs * code review responses * fix typo * fix the other tests * update the tests to use the right malli schema * reuse private vars in tests * pull graph checker into test util ns and apply it
-
Cam Saul authored
Underlying records drills: preserve the temporal bucket on a breakout column in the previous stage (#36613)
-
Braden Shepherdson authored
They were added incorrectly in fixing #35689. Fixes #36633.
-
Ryan Laurie authored
-
Luiz Arakaki authored
-
Jeff Bruemmer authored
-
metamben authored
-
Ngoc Khuat authored
-
Alexander Solovyov authored
-
Ryan Laurie authored
-
Ryan Laurie authored
-
Alexander Solovyov authored
-
- Dec 09, 2023
-
-
Cam Saul authored
-
Anton Kulyk authored
-
- Dec 08, 2023
-
-
Cam Saul authored
Use `sorted-set` for `locales.clj` so order doesn't change every time we add a new language (#36617)
-
Cam Saul authored
Co-authored-by:
metamben <103100869+metamben@users.noreply.github.com>
-
metamben authored
-
Luiz Arakaki authored
-
John Swanson authored
There's a fun bug in H2: https://github.com/h2database/h2database/issues/3942 To reproduce: - create a table, then - create a view based on the table, then - modify the original table, then - generate a snapshot The generated snapshot has the `CREATE VIEW` *before* the `CREATE TABLE`. This results in a view that can't be queried successfully until it is recompiled. Our workaround is to recompile ALL views immediately after we restore the app DB from a snapshot.
-