This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Nov 07, 2018
-
-
Cam Saul authored
-
Ryan Senior authored
This commit switches to a stream based nippy compression/serialization. This has the benefit of being able to stop serialization once the threshold for cache size has been reached. Fixes #7479
-
- Nov 06, 2018
-
-
Ryan Senior authored
Previously we would serialize rows as strings and use that as an estimate for how big the cache would be. This commit changes that to use actual compressed bytes to determine size.
-
- Nov 05, 2018
-
-
Ryan Senior authored
Add a C3P0 exclusion to Quartzite [ci drivers]
-
Tom Robinson authored
Frontend loading performance fixes
-
Ryan Senior authored
-
- Nov 02, 2018
-
-
Ryan Senior authored
Only include a CSV attachment for pulses when XLS is not selected
-
Ryan Senior authored
Previously we would always include a CSV attachment when there were more rows/columns than would be included in the table. This ended up being redundant for users that would prefer an XLS attachment and have indicated that the pulse should include an XLS attachment. This commit will only not attach a CSV if the user has select an XLS attachment for that pulse. Fixes #7302
-
Ryan Senior authored
Add better error messages to loading GeoJSON files
-
- Nov 01, 2018
-
-
Ryan Senior authored
Previously the only error message was a schema validation failure. The same error would be given for an unreachable host, unparsable JSON, bad URL etc. This commit attempts to separate that out and provide a better message in the failure case. Fixes #8793
-
Ryan Senior authored
Fix test checksum test failure on MySQL [ci drivers]
-
Ryan Senior authored
The newly added checksum tests fail when running on MySQL in Circle. The MySQL tests include a secret key for encryption which are used when computing the checksum. Because of that encryption, the checksum string is different every time (it must be decrypted before compared). The test isn't covering the encryption code but is only concerned with ensure the datastructure hashes consitently. This commit uses a `with-redefs` to set that secret key to `nil` so that encryption won't be used on those two tests.
-
- Oct 31, 2018
-
-
Kyle Doherty authored
* fix import * clean up nav
-
Tom Robinson authored
-
Ryan Senior authored
Ensure consistent ordering of maps/sets when hashing metadata
-
Ryan Senior authored
This commit will ensure all hashes and sets are ordered before serializing them to JSON and hashing that string. This will prevent surprising behavior when the number of items in a map reach 9 or if the order of elements changes between machines or JDK versions. Fixes #8826
-
Ryan Senior authored
Dropped tables should appear in a schema's data browse page
-
Ryan Senior authored
When the database had only a single schema, the dropped tables were being hidden correctly. When multiple schemas were present, viewing those tables their the schema route caused the inactive tables to appear in the result. Fixes #8822 fixes #8363
-
Kyle Doherty authored
-
Maz Ameli authored
* purple admin nav bar * decouple admin navbar color from accent7
-
William Entriken authored
* Update copyright year * 2018 year
-
- Oct 30, 2018
-
-
Tom Robinson authored
-
Cam Saul authored
Metastore code SHOULD NOT barf it API response includes unrecognized keys
-
Cam Saul authored
-
Ryan Senior authored
Ensure queries to compute metadata include user information
-
Ryan Senior authored
When saving a question and the included metadata is incorrect or different we will execute another query to compute that metadata. This commit adds the `:info` map needed to include the user and query hash information we use in the SQL remark. Fixes #8825
-
Ryan Senior authored
Change query result hashing to convert integers to doubles first
-
Ryan Senior authored
When the FE returns the query result metadata, any integer values will be converted to a floating point number. Those doubles hash different than the original integers which causes the hashes not to match and the query to be reran when saving the question. This commit just converts the integer to a double before computing the hash. Fixes #8824
-
Sameer Al-Sakran authored
Default wrapper padding left & right
-
- Oct 29, 2018
-
-
Kyle Doherty authored
-
Otto Jongerius authored
Previously linked to https://www.metabase.com/docs/latest/operations-guide/www.metabase.com/start/aws.html
-
Tom Robinson authored
Fix column title setting for non-number columns
-
Tom Robinson authored
Fix issue with multiple popovers in permissions grid
-
Maz Ameli authored
i18n(App) syntax errors found while translating
-
Kyle Doherty authored
* match width to trigger * tweak selected style
-
Tom Robinson authored
-
Tom Robinson authored
-
Stratos Gerakakis authored
-
Tom Robinson authored
-
Ryan Senior authored
Fix Slack channel API performance issues
-