This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Sep 13, 2021
-
-
Noah Moss authored
-
Cam Saul authored
* Refactor audit queries to use defmethod instead of weird ^:internal-query-fn metadata * Sort namespaces * Test fix
* invoke-internal-query -> resolve-internal-query * Fix indentation * Minor code cleanup * Revert change to pulse/schedule-frame? * More test fixes -
Cam Saul authored
* Fix race conditions when loading drivers (part 2) * Test fixes & code cleanup
-
Ariya Hidayat authored
Co-authored-by:
Nemanja <31325167+nemanjaglumac@users.noreply.github.com>
-
Dalton authored
* split dashboard.js into actions + reducers + utils * move test files
-
Gustavo Saiani authored
-
Alexander Lesnenko authored
* permissions fixes * database block to granular should set no self service * unskip repro
-
Howon Lee authored
-
Cam Saul authored
* Delete user pulse/alert/dashboard subscription subscriptions when they get archived * Automatically archive Pulses when last subscription is deleted (#17812) * Automatically archive Pulse when its last subscription is deleted * Test fix
* Fix occasionally-failing rotate-encryption-key!-test * Update pulse_test.clj -
Albert Lai authored
Correct typos
-
Ariya Hidayat authored
-
Dalton authored
-
Dalton authored
-
Gustavo Saiani authored
-
Alexander Polyankin authored
-
Jeff Evans authored
Add parameter handling for BigDecimal that checks whether the value is in range for BIGNUMERIC or BIGDECIMAL and sets accordingly Updating parameter test to hit both these cases Modifying test code/macros to support a with-table semantic for testing the decimal types via a temp table Writing new test to confirm that all numeric types are synced correctly and can be queried for
-
Greg Wilson authored
-
- Sep 11, 2021
-
-
Jeff Bruemmer authored
* raw tags * index to start * update toc link * reference link
-
- Sep 10, 2021
-
-
Ariya Hidayat authored
* Basic skeleton of front-end dependencies analyzer * Parse enterprise/frontend * Handle good ol' require * For sanity, bail out immediately when encountering a parse errr * Split into commands (currently returning JSON) * Filter dependents from stdin * Track down all dependents, including the indirect/transitive ones * Fix filtering not including the enterprise * Map a directory to its index.js, if it exists * Refactor common functions * Matrix and count dependents
-
Howon Lee authored
This was a miserable grind in the old BQ syntax but a happy fun time in the new BQ syntax, basically just turning it on and squashing a bunch of test bugs. One test bug to note especially is that the underscore-transformed set of bird scarcity data for the bird scarcity tests is actually necessary, because BQ will hit you with a complaint about underscores even if you successfully and correctly quote the table names.
-
Ariya Hidayat authored
-
Dalton authored
-
Dalton authored
-
pawit-metabase authored
Fixes #17768
-
- Sep 09, 2021
-
-
Howon Lee authored
There's more to come WRT the audits, but anton and I agreed to merge something faster and work on that stuff after
-
Dalton authored
* don't show exact seconds for a formatted relative time * add a couple of getRelativeTimeAbbreviated tests
-
Alexander Polyankin authored
-
Cam Saul authored
-
- Sep 08, 2021
-
-
Gustavo Saiani authored
-
Noah Moss authored
Allow creating & editing dashboard subscriptions if you have view-only access to a collection (#17722)
-
Dalton authored
-
Dalton authored
-
Alexander Polyankin authored
-
dpsutton authored
* Pass along date formatting * extract and rename some things * Number formatting * Update tests * Improve test validation of svg labels * Clean up tests * Move static-viz interface file to custom file
-
Nemanja Glumac authored
Merging on behalf of Nemanja * Attempt to fix #17751 * Revert limiting max-width on a parent div * Inherit min-width from a parent div * Unskip repro
-
Dalton authored
don't set pulse on SharingSidebar mount to prevent race condition when moving between sidebar views (#17791) * don't set pulse on SharingSidebar mount * remove some old, unused code
-
Dalton authored
* let users disable attachments with questions checked * use more declarative assertions in unit tests * use aria-label over testid * translate aria label
-
Nemanja Glumac authored
-
Doni Rubiagatra authored
-
- Sep 07, 2021
-
-
pawit-metabase authored
Fixes #16787
-