This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Aug 14, 2023
-
-
Noah Moss authored
* don't throw when host is nil * fix test ns name * Update enterprise/backend/test/metabase_enterprise/sso/integrations/sso_utils_test.clj Co-authored-by:
Cam Saul <1455846+camsaul@users.noreply.github.com> --------- Co-authored-by:
Cam Saul <1455846+camsaul@users.noreply.github.com>
-
- Aug 09, 2023
-
-
Oisin Coveney authored
-
Mahatthana (Kelvin) Nomsawadi authored
-
- Aug 06, 2023
-
-
Cam Saul authored
* QP: use Malli * Fix schema names * Fix missing namespaces * Fix busted stuff * Simplify the new schema * Test fix
* Test fixes * MongoDB fixes * FAST mu/defn * Malli registry * Misc fixes * Some cleanup * Misc cleanup and test fixes * mu/disable-enforcement * Test fix * Fix Cljs version of `disable-enforcement` * Misc improvements * Update tests * Fix Kondo warnings * Fix Kondo warnings * Fix busted Malli schema * PR feedback * Fix busted schema * Kondo fixx * Test fixes * Use Malli version of `describe` now that PR was merged * Work around https://github.com/metosin/malli/issues/924 * Test fixes * Improvements * Test fix
-
- Aug 04, 2023
-
-
Noah Moss authored
-
Vamsi Peri authored
-
- Aug 03, 2023
-
-
Cal Herries authored
-
Cam Saul authored
* Migrate collection and permissions namespaces to Malli * Fix docstring * Fix Kondo warnings
-
Cam Saul authored
* FAST mu/defn * Malli registry * Misc fixes * Some cleanup * Misc cleanup and test fixes
* mu/disable-enforcement * Test fix * Fix Cljs version of `disable-enforcement`
-
- Aug 02, 2023
-
-
Cam Saul authored
-
Noah Moss authored
* patch jwt open redirect issue * clean imports * Update enterprise/backend/src/metabase_enterprise/sso/integrations/saml.clj Co-authored-by:
metamben <103100869+metamben@users.noreply.github.com> * fix build --------- Co-authored-by:
metamben <103100869+metamben@users.noreply.github.com>
-
Braden Shepherdson authored
Fixes #32575
-
- 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>
-
Ngoc Khuat authored
-
- Jul 31, 2023
-
-
Kyle Doherty authored
* revert dr removal * revert some more code that the data reference needed * Bring back `db_metadata` endpoint reference * model test fixes --------- Co-authored-by:
Ryan Laurie <iethree@gmail.com> Co-authored-by:
Nemanja <31325167+nemanjaglumac@users.noreply.github.com>
-
Alexander Polyankin authored
-
- Jul 28, 2023
-
-
Nick Fitzpatrick authored
* SecretKeyWidget accepts confirmation header and dialogs * removing default confirmation values, adding e2e test
-
Cal Herries authored
-
- Jul 27, 2023
-
-
Noah Moss authored
-
- Jul 25, 2023
-
-
Jerry Huang authored
* initial commit * remove print * add fix * remove load * fix tests
-
Noah Moss authored
* untangle ldap circular dependency * only try to require ee code when ee is available * LDAP login e2e tests * fix eslint errors * Update e2e/test/scenarios/admin/settings/sso/ldap.cy.spec.js Co-authored-by:
Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com> * update command in e2e-ldap-helpers.js --------- Co-authored-by:
Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com>
-
Cam Saul authored
-
- Jul 17, 2023
-
-
Alexander Polyankin authored
-
- Jul 14, 2023
-
-
Cam Saul authored
-
- Jul 13, 2023
-
-
Tim Macdonald authored
[Fixes #32263]
-
Tim Macdonald authored
[Fixes #32265]
-
- Jul 12, 2023
-
-
Noah Moss authored
-
- Jul 11, 2023
-
-
Braden Shepherdson authored
This reverts commit 793577c8.
-
Braden Shepherdson authored
Some premium features (and in theory even non-premium EE features) use parts of others, and the token might not have those other features enabled. This mechanism allows dynamically overriding the set of features the token is considered to have, enabling eg. `:audit-app` code to use `:serialization` internally even if the user's token doesn't support `:serialization`. ```clojure (premium-features/with-premium-feature-overiddes [:foo :bar] (has-feature? :foo)) ;=> true ```
-
Ngoc Khuat authored
* expose new feature flags: :official_collections, :snippets_collections, :disable_password_login
-
- Jul 10, 2023
-
-
john-metabase authored
-
Alexander Polyankin authored
-
- Jul 06, 2023
-
-
Uladzimir Havenchyk authored
jsdom lib had a perf problem with getComputedStyle method, which is used a lot with css in js solutions. The problem was addressed in JSDOM 22.1.0, but jest itself waits for the major upgrade to take it into account. The temporary proposed solution is to use yarn resolutions.
-
Noah Moss authored
* put search enhancements under content-management flag * fix token check for snippet perms and add with-additional-premium-features macro * remove :feature :any option for defenterprise * fix whitespace in docstring * fix snippet API tests * fix final tests * fix feature for snippets, plus some small test fixes * fix more tests * Clean ns
-
Cal Herries authored
-
Alexander Polyankin authored
-
- Jul 03, 2023
-
-
Aleksandr Lesnenko authored
-
- Jun 30, 2023
-
-
Alexander Polyankin authored
-
- Jun 29, 2023
-
-
Noah Moss authored
-
- Jun 26, 2023
-
-
Ryan Laurie authored
* convert searchResult to typescript * expand searchResult tests and convert to typescript * remove prop types * cleanup tests and infoText component
-