This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Jul 16, 2018
-
-
Simon Belak authored
X-ray copy tweaks
-
Maz Ameli authored
-
Ryan Senior authored
Bump to Toucan 1.1.9
-
Ryan Senior authored
This upgrade removes some unecessary classpath scanning from Toucan. This slowness only affected the first query, which would typically show up as a really slow call to the `/api/user/current` endpoint (sometimes 10+ seconds).
-
Ryan Senior authored
Bump Liquibase to 3.6.2
-
Ryan Senior authored
Quoting all objects works for MySQL/MariaDB but that same setting causes H2 and PostgreSQL to fail. H2 appears to be quoting table names in a create table statement but not quoting that same table name when referenced via a foreign key which fails. This commit sets up the quote all objects strategy for MySQL/Maria but leaves the `LEGACY` quoting strategy for H2/PostgreSQL.
-
- Jul 13, 2018
-
-
Cam Saul authored
Simplified way to keep setup token in sync.
-
Cam Saul authored
-
Cam Saul authored
Multi instance DB migration failure fixes
-
Cam Saul authored
-
Cam Saul authored
MetaBot tweaks for multiple instances
-
Kyle Doherty authored
* hide filters if no unpinned items * pad new collection link properly when only collections exist
-
Cam Saul authored
-
Ryan Senior authored
We have several spots in our migrations that we have slightly different behavior for MySQL than we do for H2 or PostgreSQL. This just extends those same changes to MariaDB.
-
Ryan Senior authored
MySQL 8+ includes many new reserved words including words that collide with some of our column names. This commit adds quoting to migrations that include column names that are reserved words.
-
Cam Saul authored
-
Kyle Doherty authored
-
Tom Robinson authored
Sync table.columns to query's fields clause + additional fields [WIP]
-
- Jul 12, 2018
-
-
Kyle Doherty authored
* list clean up * empty state messages * lint fix * new collection positioning
-
Tom Robinson authored
-
Tom Robinson authored
-
Kyle Doherty authored
* fix color names * separate and document collection item * document entity item * fix keys * clean up layout props * fix warnings * prettier * block bordered prop * key * section keys * collection color changes * fix padding * list variant * update snap * check for location * rm documented components for now
-
Ryan Senior authored
-
- Jul 11, 2018
-
-
Kyle Doherty authored
-
Kyle Doherty authored
* collection sizing on mobile * fix item width * prettier
-
Tom Robinson authored
-
Maz Ameli authored
Fussy spacing and sizing changes
-
Maz Ameli authored
-
Maz Ameli authored
-
Cam Saul authored
Merge pull request #8036 from metabase/hydrating-personal-collection-id-should-force-creation-of-personal-collections Hydrating personal_collection_id should force creation of Personal Colls
-
Kyle Doherty authored
-
Maz Ameli authored
-
Maz Ameli authored
-
Kyle Doherty authored
-
Cam Saul authored
-
Cam Saul authored
-
Cam Saul authored
-
Kyle Doherty authored
-
Kyle Doherty authored
-
Maz Ameli authored
-