This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Apr 22, 2024
-
-
Noah Moss authored
-
- Apr 19, 2024
-
-
Noah Moss authored
-
Noah Moss authored
Co-authored-by:
Noah Moss <noahbmoss@gmail.com> Co-authored-by:
Noah Moss <32746338+noahmoss@users.noreply.github.com> Co-authored-by:
Nick Fitzpatrick <nick@metabase.com> Co-authored-by:
John Swanson <john.swanson@metabase.com> Co-authored-by:
Sloan Sparger <sloansparger@users.noreply.github.com> Co-authored-by:
Sloan Sparger <sloansparger@gmail.com>
-
- Apr 17, 2024
-
-
-
Noah Moss authored
Co-authored-by:
Noah Moss <noahbmoss@gmail.com> Co-authored-by:
Noah Moss <32746338+noahmoss@users.noreply.github.com> Co-authored-by:
Nick Fitzpatrick <nick@metabase.com> Co-authored-by:
John Swanson <john.swanson@metabase.com> Co-authored-by:
Sloan Sparger <sloansparger@users.noreply.github.com> Co-authored-by:
Sloan Sparger <sloansparger@gmail.com>
-
- Mar 22, 2024
-
-
Chris Truter authored
-
- Mar 07, 2024
-
-
Noah Moss authored
Co-authored-by:
bryan <bryan.maass@gmail.com> Co-authored-by:
Bryan Maass <bryan.maass@gmail.com> Co-authored-by:
Jerry Huang <jhuang37050@gmail.com> Co-authored-by:
Noah Moss <noahbmoss@gmail.com> Co-authored-by:
Noah Moss <32746338+noahmoss@users.noreply.github.com> Co-authored-by:
John Swanson <john.swanson@metabase.com>
-
- Feb 14, 2024
-
-
Cal Herries authored
-
- Feb 06, 2024
-
-
Cal Herries authored
-
- Jan 12, 2024
-
-
Alexander Solovyov authored
-
- Jan 11, 2024
-
-
Ngoc Khuat authored
-
- Jan 05, 2024
-
-
Noah Moss authored
-
- Jan 04, 2024
-
-
Cal Herries authored
-
- Jan 03, 2024
-
-
Cam Saul authored
-
- Dec 28, 2023
-
-
Noah Moss authored
* Adds a new `metabase.permissions.test-util` namespace * Adds a new `with-restored-perms!` macro which ensures that permissions are reset after the test body runs * Updates `with-all-user-data-perms` to use `with-restored-perms!` under the hood, and renames it to `with-all-user-data-perms!` This is my attempt to fix the state issues with permission tests in a more robust way. Generally, the `permissions` and `sandboxes` tables aren't too large, so it shouldn't be a ton of overhead to just fully reset these tables after a test runs—and certainly doesn't compare with the time lost to debugging state issues between perms tests. (I actually saw this test namespace run one second _faster_ with these changes, in a very unscientific test.) I'm planning on adding more utils to the `metabase.permissions.test-util` namespace to make perms tests easier to write. But want to keep this PR focused on the change that will (hopefully) fix the tests failing on master.
-
- Dec 22, 2023
-
-
Cal Herries authored
-
- Dec 13, 2023
-
-
Cal Herries authored
-
- Dec 08, 2023
-
-
Cal Herries authored
-
- Dec 06, 2023
-
-
Cal Herries authored
-
- Nov 17, 2023
-
-
bryan authored
* audit-log only when hosted or has-feature: audit * lint fix * check for the right feature name, and test better * fix metabase.api.setting-test * fix a bunch of tests * fix a couple more tests * bit of cleanup * lint fixes * fix testing function * fix whitespace * linter fix * fix so many tests * fix the rest of the tests, IIUC * fix the last test * lint fix * remove outdated tests (from the merge conflict) * disable-other-sso-types needs to _reset_ premium features. - patches in the audit-app feature by default. * Just need to re-add :audit-app as a premium feature * try improving disable-other-sso-types
-
- Nov 14, 2023
-
-
Cal Herries authored
-
- Nov 08, 2023
-
-
Noah Moss authored
Co-authored-by:
Ryan Laurie <iethree@gmail.com> Co-authored-by:
Luiz Arakaki <luiz.arakaki@metabase.com> Co-authored-by:
bryan <bryan.maass@gmail.com> Co-authored-by:
Noah Moss <32746338+noahmoss@users.noreply.github.com> Co-authored-by:
Ryan Laurie <30528226+iethree@users.noreply.github.com> Co-authored-by:
Nick Fitzpatrick <nick@metabase.com> Co-authored-by:
Nick Fitzpatrick <nickfitz.582@gmail.com> Co-authored-by:
Noah Moss <noahbmoss@gmail.com> Co-authored-by:
Case Nelson <case@metabase.com> Co-authored-by:
Jerry Huang <jhuang37050@gmail.com> Co-authored-by:
Bryan Maass <bryan.maass@gmail.com> Co-authored-by:
Jerry Huang <34140255+qwef@users.noreply.github.com> Co-authored-by:
adam-james <21064735+adam-james-v@users.noreply.github.com> Co-authored-by:
Adam James <adam.vermeer2@gmail.com> Co-authored-by:
John Swanson <john.swanson@metabase.com>
-
- Oct 12, 2023
-
-
Ngoc Khuat authored
-
- Sep 22, 2023
-
-
Cal Herries authored
-
- Aug 24, 2023
-
-
Ngoc Khuat authored
-
- Aug 03, 2023
-
-
Cam Saul authored
* Migrate collection and permissions namespaces to Malli * Fix docstring * Fix Kondo warnings
-
- Aug 01, 2023
-
-
Cam Saul authored
* Prevent malicious H2 connection string properties * Disallow new H2 connections * Fix Kondo lint warning * Test fix
--------- Co-authored-by:dan sutton <dan@dpsutton.com>
-
- Jul 13, 2023
-
-
Tim Macdonald authored
[Fixes #32265]
-
- Jun 13, 2023
-
-
Tim Macdonald authored
* Restrict uploading to people with correct perms [Fixes #30322]
-
- Jun 12, 2023
-
-
Tim Macdonald authored
* Add `include_only_uploadable?` flag to database endpoint Useful for populating the list of DBs in /admin/settings/uploads * Remove deprecated 'include_tables' flag * Remove deprecated 'include_cards' flag * allow non-actions-enabled DBs for uploads on the frontend * allow settings manager access * Only show uploads DBs if EE user has 'manage' access * Properly handle perms for Settings Managers changing the uploads DB --------- Co-authored-by:
Ryan Laurie <iethree@gmail.com>
-
- Jun 02, 2023
-
-
Cam Saul authored
* Ban `tt/with-temp` and convert usages to Toucan 2 * Ban `tt/with-temp*` and convert usages to Toucan 2 * Revert changes not meant for this PR * Ban `mt/with-temp` and replace usages with `t2.with-temp/with-temp` * Fixes
* Fix indentation * fix syntax in models.secret_test --------- Co-authored-by:Ngoc Khuat <qn.khuat@gmail.com>
-
- May 04, 2023
-
-
Cal Herries authored
-
- Apr 28, 2023
-
-
Alexander Polyankin authored
-
- Mar 23, 2023
-
-
Ngoc Khuat authored
* convert db\/insert! to t2
-
- Mar 21, 2023
-
-
Ngoc Khuat authored
-
- Mar 17, 2023
-
-
Ngoc Khuat authored
* db/select-one -> t2/select-one
-
Ngoc Khuat authored
* db/select-one-field -> t2/select-one-fn * add discourage var
-
- Mar 14, 2023
-
-
Tim Macdonald authored
* Users can execute actions if they can read the model and the DB is not blocked [Fixes #28425]
-
- Dec 29, 2022
-
-
Noah Moss authored
* standardize ns formatting in all src/ namespaces * small fixes * test formatting * enterprise files * fix whitespace linter error * fix kondo error * bin files * reformat shared files * fix errors * fix another error * mostly fix import to use parenthesis and have it at a new line * fix wrong spacing Co-authored-by:
Ngoc Khuat <qn.khuat@gmail.com>
-
- Dec 14, 2022
-
-
Noah Moss authored
* make auth settings adminOnly on FE * WIP backend changes * Update relevant settings * address lint warning * new tests, and a bunch of reorganization * remove broken EE settings test, and fix validation in google & ldap endpoints * fix cypress tests * add clarifying table to setting docs
-