This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Jul 05, 2022
-
-
Aleksandr Lesnenko authored
-
Cal Herries authored
* Add test for user list endpoint when user is a sandboxed group manager * Improve test description
-
Maz Ameli authored
* larger description text * massage description area styling * fix spacing in question info sidebar * Using Emotion for style changes Co-authored-by:
Nick Fitzpatrick <nick@metabase.com>
-
Ryan Laurie authored
* Modal tab scroll and styling updates
-
Alexander Polyankin authored
-
Nemanja Glumac authored
* Fix model flakes * Add additional guards * Update the assertion
-
Benoit Vinay authored
-
Ryan Laurie authored
* give booleans a higher priority than lists * Capitalize True and False
-
Alexander Polyankin authored
-
Ngoc Khuat authored
* increase auto-list-cardinality-threshold to 1000 * fix cypress tests(part1) * fix the rest of failing cypress * fix from nemanja's suggestions * .first() it is * add productsQuestion back * fix a new test Ryan adde
-
Benoit Vinay authored
* Utils converted to TS * Misc * Split utils into its package * Removed nyi method * Misc
-
metamben authored
* Prevent closing parens with non-matching paren type. * Properly consume early `]]`.
-
Ngoc Khuat authored
* Store Sandboxed FieldValues * locked-filter -> linked-filter * resolve Noah and Braden comments * Ensure current code does not confuse with the new added FieldValues type (#23601) * makes sure the old code returns the correct FieldValues after adding new FieldValues types * use threading macro to make at test easier to read * Job to clean expired advanced field values (#23437) * add a clean job * merge upstream * use java-time for max-age var * simplify a reduce function and update some tests to make it easier to understand
-
- Jul 04, 2022
-
-
Mahatthana (Kelvin) Nomsawadi authored
* Fix embedding option name * Adjust breadcrumb size to match previous page heading
-
Anton Kulyk authored
* Expose `site-uuid` setting * Add `site-uuid` to settings type * Add utility generating cache schema name * Update model caching control * Fix copy
-
Natalie authored
-
Case Nelson authored
* Send alert emails on persisted model refresh fail * Fixing formatting and making sure all the information is available for template * Fix circular dependency * Fixing tests and only check advanced perm users if they exist * Fix merge cruft that was renamed * Only send emails in persist-refresh * Add temporary endpoint for testing persist failure emails * Use `border-box` box sizing in emails * Use Lato font in emails * Style model caching error email * Revert "Add temporary endpoint for testing persist failure emails" This reverts commit 3d3b8f123060f278374aa5a9301c67d547eb42f7. * Add is-not-first to error context to help styling * Only send to admins if advanced-permissions is off From @noahmoss: > This is an edge case, but it's possible for an EE instance to downgrade back to OSS. When this happens, users with DB and/or monitoring perms lose these permissions in the app, since it's an EE-only feature. But we don't run any migrations on the permissions table when downgrading happens, so they'll still show up here. > To fix this you'll need to call metabase.public-settings.premium-features/enable-advanced-permissions? to check whether the instance is EE and advanced perms are enabled before including these users in this query. * Test private fn * More robust admin email handling and tests * Remove commented out code * Avoid `nth-child` selector for padded sections * Don't hardcode colors * Fix line-height * Use line-height fix for Outlook * Avoid media-queries and `box-sizing` * Fix E2E test Co-authored-by:
Anton Kulyk <kuliks.anton@gmail.com>
-
Nick Fitzpatrick authored
-
Gustavo Saiani authored
Show "account disabled" message in readable place when user logging in has been deactivated (#23667)
-
Mahatthana (Kelvin) Nomsawadi authored
* Update invitation email CTA link when SSO is active * Update FE copy when inviting members with SSO configured * Remove irrelevant comment * Add relevant comments * Match FE logic with BE * Address feedback: Fix smtp setup * Make BE function condition more obvious * Address review * Address feedback move code to settings.ts * Fix the logic to not only send new email for EE but also OSS * Fix SSO check logic to not require BE change. * add a test for invitation email when sso is enabled and password login is disabled Co-authored-by:
Ngoc Khuat <qn.khuat@gmail.com>
-
Alexander Polyankin authored
-
Nick Fitzpatrick authored
-
Kyle Doherty authored
-
Alexander Polyankin authored
-
Maz Ameli authored
-
Maz Ameli authored
-
- Jul 01, 2022
-
-
Gustavo Saiani authored
-
Gustavo Saiani authored
-
metamben authored
-
Ryan Laurie authored
-
Maz Ameli authored
-
Maz Ameli authored
-
- Jun 30, 2022
-
-
Mahatthana (Kelvin) Nomsawadi authored
* WIP embedding changes * Simplify logic to not render nested setting page in the sidebar * Add sub setting for embedding for admin * Update embedding copies for OSS users * Fix E2E tests
-
Diogo Mendes authored
* Removing old report configuration * Adding mochawesome, mochawesome-merge and mochawesome-report-generator * Adding mochawesome configuration to cypress.json * Adding mochawesome context (screenshot and video) for failed runs * Adding report to CI artifacts upon failure * Fixing whitespace * Fixing import pointed by es-lint * Moving titleToFileName inside of failure analysis * Adding suggestion
-
Ryan Laurie authored
-
metamben authored
-
metamben authored
This is to enable is-empty and non-empty tests on :type/MongoBSONID columns.
-
Ryan Laurie authored
-
Ryan Laurie authored
* hide filter sidebar button
-
Nemanja Glumac authored
-