This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Oct 08, 2018
-
-
Ryan Senior authored
Fixes #8464
-
- 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
-
- Oct 03, 2018
-
-
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
-
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
-
Maz Ameli authored
-
Cam Saul authored
Query processor refactor part 7
-
Cam Saul authored
-
Cam Saul authored
-
Tom Robinson authored
-
Tom Robinson authored
-
- Oct 02, 2018
-
-
Tom Robinson authored
-
Tom Robinson authored
-
Maz Ameli authored
-
Maz Ameli authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Maz Ameli authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Ryan Senior authored
Update the Oracle section of the administrative guide
-
Ryan Senior authored
The existing docs referenced an older version of the JDBC driver. This commit just bumps the version of the driver to reflect the most recent Oracle JDBC release, which is known to work well with Metabase.
-
- Oct 01, 2018
-
-
Cam Saul authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Cam Saul authored
-
Cam Saul authored
Make sure SQLServer tests run in CI
-
Cam Saul authored
-