This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Oct 08, 2018
-
-
Tom Robinson authored
Merge branch 'global-and-field-formatting-settings' of github.com:metabase/metabase into global-and-field-formatting-settings
-
Tom Robinson authored
-
Maz Ameli authored
-
- Oct 05, 2018
-
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
Add updateSettings function which removed undefined settings and includes analytics tracking. Use for both nested and top level settings
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
- Oct 04, 2018
-
-
Ryan Senior authored
Specify English locale when formatting H2 SQL identifiers
-
Maz Ameli authored
Restyle field settings admin page (FieldApp.jsx)
-
Maz Ameli authored
-
Ryan Senior authored
It looks like the folks upstream have fixes the issue. I removed our code that fixed the bad `:arglists` entry and `lein eastwood` still passed.
-
Maz Ameli authored
-
Ryan Senior authored
Table names for H2 need to ensure that the English locale is specified when uppercasing. Using the default locale when uppercasing can lead to surprising results. Our `SETTING` table is a good example. If the user has set the locale to Turkish, calling `.toUpperCase` on "setting" will result in `SETTİNG`, which is not the same as `SETTING` and will cause an error. Fixes #8615, fixes #8565
-
Maz Ameli authored
-
Maz Ameli authored
-
Maz Ameli authored
-
Tom Robinson authored
Merge branch 'currency-metadata' of github.com:metabase/metabase into global-and-field-formatting-settings
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
- Oct 03, 2018
-
-
Tom Robinson authored
Merge branch 'currency-metadata' of github.com:metabase/metabase into global-and-field-formatting-settings
-
Tom Robinson authored
-
Tom Robinson authored
Series settings, combo charts, deterministic series colors
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Simon Belak authored
* add :insights to query response * add last-value to timeseries * hook up to viz settings * tweak position * add SmartScalar to LineAreaBarChart * lint * tweak colors and last value style * Add :previous-value * show previous value * add granularity to labels * proper % change * smart scalar vis * return a nil fingerprinter if no insight applies * responsive dash card layout * handle flex wrap * simplify * past > last * Correctly handle questions with datatime units * Add smartsclars to xrays * Rename SmartScalar -> smartscalar * Remove unneeded requires * Update tests [ci all] * add basic smart scalar viz settings * More tests * use column settings for formatting * only use aggregation column * icon * add NoBreakoutError and use for SmartScalar * init sync styles * Remove unneeded requires * silly linter workaround * remove unused file * add visualization click to smart scalar * tweak title and smart value placement on dashboards * add arrow * more styling tweaks * only show comparison value in fullscreen * fullscreen change tweaks * fullscreen night mode text * fullscreen card color * play down fullscreen change * scalar titles * lint and font fixes * fix tests * fix down arrow * actionButtons * fix alignment * proper drill through * pass all data to isSensible * check for insights * lint fix * use destructured data object for scalar isSensible (whoops) * move night mode colors to colors.css * Support :year aggregation * Use :unit to determine step whene possible * Don't normalize linear function * CR cleanup * tweak scalar size at different breakpoints * Add a missing docstring to `metabase.util.date/date-trunc-units`
-
Tom Robinson authored
-