This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Jul 18, 2018
-
-
Sameer Al-Sakran authored
* Try wrapping setTimeout to check for closed window * change pulse urls to make sure a pulse in a collection links to the edit view instead of the list
-
- Jul 17, 2018
-
-
Sameer Al-Sakran authored
Reduxify X-ray save and database admin API calls
-
Tom Robinson authored
-
Kyle Doherty authored
-
Cam Saul authored
Merge pull request #8079 from metabase/respect-password-complexity-requirements-when-generating-new-password Respect password complexity requirements when generating new password
-
Cam Saul authored
Handle Azure Cosmos DB connections
-
Kyle Doherty authored
-
Cam Saul authored
If sending a Slack pulse/alert fails, still send email pulse/alert
-
Simon Belak authored
Restore xray related sidebar that was reverted in a recent merge
-
Simon Belak authored
-
- Jul 16, 2018
-
-
Tom Robinson authored
Nested collection item pickers [WIP]
-
Tom Robinson authored
-
Tom Robinson authored
-
Cam Saul authored
-
Kyle Doherty authored
* collection badges * inline * more specific selector for test * only show collection if the question has been saved
-
Tom Robinson authored
-
Kyle Doherty authored
-
Kyle Doherty authored
-
Tom Robinson authored
-
Cam Saul authored
-
Cam Saul authored
Fix syncing of Mongo tables w/ all-NULL columns
[ci drivers] -
Simon Belak authored
X-ray copy tweaks
-
Cam Saul authored
-
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
-
Tom Robinson authored
-
Cam Saul authored
Multi instance DB migration failure fixes
-
Tom Robinson authored
-
Cam Saul authored
-
Tom Robinson 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.
-