This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Sep 14, 2021
-
-
Cam Saul authored
* Add new Settings (placeholders) for the new 0.41.0+ premium features * Code cleanup * Add new features to the `:premium-features` Setting (for FE consumption) * Fix busted ns declarations
-
Dalton authored
* combine sidebar state for various dashboard sidebars * replace hideClickBehaviorSidebar action with closeSidebar * move sidebar name strings to a constants file * add some tests
-
Cam Saul authored
* Better with-temp error messages * Undo wacky indentation
-
Alexander Kiselev authored
styled component
-
Cam Saul authored
-
Jeff Bruemmer authored
* update API docs format * account for other terminal punctuation * clarify api namespace target * update schema test, add-period test * update period test * parens * test endpoint-section * cleanup * Cam edits Co-authored-by:
Cam Saul <1455846+camsaul@users.noreply.github.com> * trim whitespace * file newlines * Sort namespaces Co-authored-by:
Cam Saul <1455846+camsaul@users.noreply.github.com> Co-authored-by:
Cam Saul <github@camsaul.com>
-
Alexander Polyankin authored
-
Alexander Lesnenko authored
* unskip 17738 repro * move the repro to run in EE
-
Alexander Polyankin authored
-
Ariya Hidayat authored
-
dpsutton authored
added the viz-settings parsing middleware to static viz. Column settings are spec'd for regular columns and by name, but we forgot expressions apparently.
-
dpsutton authored
-
Anton Kulyk authored
-
Anton Kulyk authored
* Add test ID for notebook's action buttons * Add repro for #17712 * Use `Join.clean` in join step's clean callback * Always show a remove icon * Fix referencing an empty dimension * Improve Join's validity check * Don't cleanup incomplete join sections * Fix structured query tests * Don't use MBQL field literals in notebook tests https://github.com/metabase/metabase/issues/14824
-
pawit-metabase authored
Unskip: Cannot add filter for an integer field in a question based on a saved native question (#17872) This was already fixed since 0.40.
-
- 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
-