This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Aug 12, 2019
-
-
Walter Leibbrandt authored
* Factor out test for access to localStorage This allows code that uses localStorage to test against `window.hasLocalStorage`, in stead of handling exceptions generated when access to localStorage is denied. * Move check for localStorage to metabase/lib/dom
-
Walter Leibbrandt authored
The new version (0.9.5) includes @camsaul's Turkish upper case fix: jkk/honeysql#237
-
Walter Leibbrandt authored
* Return log events as JSON objects from API; render on front-end Site UUID added to log events. * Remove superfluous memoization of site UUID retrieval Settings are already cached. * Transfer timestamps in ISO-8601 format * Move `metabase.metabot.instance/local-process-uuid` to `metabase.public-settings` * Use `local-process-uuid` in stead of `site-uuid` `site-uuid` is not unique across processes, which is what we want to associate with log events. * Remove unused import * Allow log events to be filtered by process UUID on front-end * Move process selector out of loading wrapper Otherwise, if there are process UUIDs with no log events, the selector is removed with the log event list. * Figured out how to add docs to `defonce` * Fix ns declaration * Linter appeasement * Merge log events received from back-end with previously received ones This allows responses from multiple back-end instances to be spliced together. * Use MB components in stead of plain, styled HTML tags The select is only displayed if more than one process UUID was found. * Linter appeasement * Move `metabase.public-settings/local-process-uuid` to `metabase.config` * Fix sorting on multiple log event fields * Flatten `Select` children to allow nested arrays of children * Generate options directly under parent Select * Limit the number of log events that we render * Docstring and style updates * Update editor config with Clojure files max line length * Ensure that `NumericWrapper` is imported before use * Cleanup layout
-
- Aug 10, 2019
-
-
Simon Belak authored
Filter out models with infinities
-
- Aug 08, 2019
-
-
Walter Leibbrandt authored
* Join on collection table's ID, not the joining table's `collection_id` This caused each record that joins on collection, to be duplicated for each existing collection: `LEFT JOIN collection collection ON card.collection_id = collection_id` should be `LEFT JOIN collection collection ON card.collection_id = collection.id` * Test fixes from @cam on EE
-
Walter Leibbrandt authored
Fixes #10244. @camsaul confirmed that it is no longer needed.
-
Walter Leibbrandt authored
If the umask of the user that builds the image is xx7, the JAR will not be world readable in the resulting image.
-
- Aug 06, 2019
-
-
Walter Leibbrandt authored
* Split out inline JS from index/init templates to separate files * Read inline JS from resources at run time * Calculate inline JS hashes for CSP header from content * Move inline JS to resource sub-directory * Update and memoize inline JS loading * Revert debug code * Deduplicate `resp/response` calls * Fix paths to moved inline JS resources * Force creation of test data DB so things don't get left in the cache This fix was provided by @camsaul. * Combine and `defonce` inline JS hashes * s/inlinejs/inline-js/
-
- Jul 31, 2019
-
-
Maz Ameli authored
-
Tom Robinson authored
* Improved aggregation names for column names * Fix tests
-
- Jul 30, 2019
-
-
mbvictoria authored
-
Tom Robinson authored
Notebook Mode + View Mode + Joins + etc
-
- Jul 29, 2019
-
-
mbvictoria authored
* Adding note about proxies * Added sentence about ports * Took out ports, added command * Language clarification and clean up * Minor tweaks
-
Paul Rosenzweig authored
* don't strip options from filter when updating relative date values * appease flow * Fix flow type and don't add null options
-
Cam Saul authored
-
Cam Saul authored
-
Cam Saul authored
* Add Database auto_run_queries setting; code cleanup * More code cleanup & test fixes * Test fixes ?
-
- Jul 26, 2019
-
-
Paul Rosenzweig authored
-
Paul Rosenzweig authored
-
Paul Rosenzweig authored
-
Paul Rosenzweig authored
-
Paul Rosenzweig authored
-
Paul Rosenzweig authored
-
Paul Rosenzweig authored
-
Paul Rosenzweig authored
-
Paul Rosenzweig authored
-
Paul Rosenzweig authored
-
Paul Rosenzweig authored
-
Paul Rosenzweig authored
-
Paul Rosenzweig authored
-
Paul Rosenzweig authored
-
Paul Rosenzweig authored
-
Paul Rosenzweig authored
-
Paul Rosenzweig authored
-
- Jul 25, 2019
-
-
mbvictoria authored
-
- Jul 23, 2019
-
-
Octavian Geagla authored
* [docs][mongo] document MongoDB admin config * update screenshots * [docs][mongo] pngs * resize screenshots and move to images directory
-
Cam Saul authored
[ci drivers]
-
- Jul 22, 2019
-
-
Cam Saul authored
-
Cam Saul authored
* Tests to make sure you can use source queries that contain expressions [ci drivers] * Simplification of QP debugging fns * Fix source queries w/ expressions (Bump MBQL -> 1.3.3) [ci drivers]
-
mbvictoria authored
* Adding SAML group schema screenshot * Adding the group attribute image * Deleting image * Fixed image * SAML group schema documentation * Adding JWT Group Schema instuctions * Typos! * Added clarifying wording around groups vs. custom attributes
-