This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Nov 11, 2021
-
-
dpsutton authored
* Nest qbnewb under /modal to allow for other modals move the api from api/user/:id/qbnewb -> api/user/:id/modal/qbnewb to allow for the upcoming new dismissable modal * Add additional datasetnewb route staying with the same naming scheme as qbnewb. the db field is is_datasetnewb, the route just takes datasetnewb. I'm not wild about the default is true, set to false, and the naming scheme. But will be easier to migrate and easier for FE to use if we continue the defaults/logic etc. * Remark on db change in migration file
-
Alexander Polyankin authored
-
- Nov 10, 2021
-
-
dpsutton authored
-
Jeff Bruemmer authored
-
Jeff Evans authored
Disable these tests for Redshift, since they are consistently failed with Out of Memory errors (#18935) * pivot-parameter-dataset-test * pivot-public-dashcard-test Re-enable if/when #18834 is resolved
-
Ariya Hidayat authored
-
Anton Kulyk authored
-
- Nov 09, 2021
-
-
Ariya Hidayat authored
Co-authored-by:
Maz Ameli <maz@metabase.com>
-
Alexander Lesnenko authored
* add waterfall static viz * review fixes
-
Anton Kulyk authored
* Slightly simplify QuestionDataSource * Extract and cleanup HeaderBreadcrumbs * Only keep database icon in breadcrumbs * Fix object ID not shown in detail view * Use `text-light` color for CollectionBadge * Support icon name as a prop of Badge * Add `inactiveColor` prop to Badge * Unify head and subhead breadcrumb components * Fix ad-hoc view items alignment * Fix invalid CSS * Use isStructured question method * Fix filters display in adhoc question header * Fix E2E selector * Fix saved question filters alignment
-
Ariya Hidayat authored
-
Jeff Evans authored
Secrets
PR 5 - Translate secret connection-properties into existing types understood by frontend (#18236) * Translate secret connection-properties into existing types understood by frontend For all :type :secret properties, before returning over the wire (i.e. from `available-drivers-info`), translate the connection-property into one or more new client side properties, using the existing types, to encapsulate the behavior of that individual secret "unit". Depending on the :secret-kind and hosting environment, this could mean there are multiple additional properties injected (one for the file upload versus local path option field, one for the value itself on upload, and one for the file path) Adding utility function to do the reverse (i.e. translating those client side properties back to the server secret property definition) Adding tests for both (including updating secret-test-driver to cover all of these) Add support for the treat-before-posting connection property config * Fix bug in `delete-orphaned-secrets!` -
Alexander Polyankin authored
-
Anton Kulyk authored
-
Anton Kulyk authored
* Add `hasPlugin` check to moderation plugin * Remove border from QuestionModerationSection * Remove padding from question description * Reorder imports and exports * Remove not used prop * Manage section border in the sidebar * Add tests for question details sidebar * Add basic dataset management section * Add icon for dataset > question action * Test dataset —> question change * Add ability to turn a dataset into a question * Use HTML buttons for dataset management * Show question verification section * Fix datasets e2e test helper * Fix hover effect for dataset action buttons * Fix question sidebar button alignment * Use CSS to handle sidebar border
-
- Nov 08, 2021
-
-
Pawit Pornkitprasan authored
* Use SameSite=None for EMBEDDED_SESSION and DEVICE cookies - EMBEDDED_SESSION previously did not specify SameSite attribute and assumed that the browser would default to SameSite=None, but recent browsers default to SameSite=Lax which does not work with cross-domain full-app embedding. - DEVICE was previously set to SameSite=Lax causing devices to not be remembered during login with cross-domain full-app embedding resulting in superfluous "We've Noticed a New Metabase Login" emails. Setting it to SameSite=None is safe because the cookie is not used to authenticate a user. * Only print SameSite warning if not over https
-
Pawit Pornkitprasan authored
`embedding-app-origin` may contain multiple origins but postMessage supports only a single origin, so we need to use `*` instead. The risk should be very low because - the data we send is not sensitive data (frame size, current URL) - we are already using frame ancestor policy to limit domains that can embed Metabase
-
Jeff Evans authored
Update new BigQuery driver to only use project-id in qualified names if it differs from credentials (#18843) * Update new BigQuery driver to only use project-id in qualified names if it differs from credentials Add new key to db-details for :bigquery-cloud-sdk when a database is updated, called :project-id-from-credentials, and extract the project-id from the service account creds when the database is saved Updating logic in bigquery-cloud-sdk QP to only include the project-id when qualifying an Identifier, if the project-id (override) value is set, and its value differs from the :project-id-from-credentials value mentioned above Adding a test to confirm that a card query continues to work after changing the associated DB's driver from :bigquery to :bigquery-cloud-sdk Change all syncs in the test to {:scan :schema} to speed them up (deeper level not needed)
-
Tomás Pinho authored
multiple user groups from Okta
-
Greg Wilson authored
* Added documentation on how to connect to Google Analytics * Added section explaining how to enable Google Analytics API * Reduced png size by 35 percent using optipng * Update docs/administration-guide/databases/google-analytics.md Co-authored-by:
Jeff Bruemmer <jeffbruemmer@gmail.com> * Update docs/administration-guide/databases/google-analytics.md Co-authored-by:
Jeff Bruemmer <jeffbruemmer@gmail.com> * Update docs/administration-guide/databases/google-analytics.md Co-authored-by:
Jeff Bruemmer <jeffbruemmer@gmail.com> * Update docs/administration-guide/databases/google-analytics.md Co-authored-by:
Jeff Bruemmer <jeffbruemmer@gmail.com> * Update docs/administration-guide/databases/google-analytics.md Co-authored-by:
Damon P. Cortesi <d.lifehacker@gmail.com> * Update docs/administration-guide/databases/google-analytics.md Co-authored-by:
Damon P. Cortesi <d.lifehacker@gmail.com> * Removed reference to Google Analytics versions for API scopes * Update docs/administration-guide/databases/google-analytics.md Co-authored-by:
etoulas <etoulas@users.noreply.github.com> * Editing the Google Analytics docs Co-authored-by:
Leandro Lamaison <leandro.lamaison@ank.app> Co-authored-by:
Leandro Lamaison <69637098+lama-ank@users.noreply.github.com> Co-authored-by:
Jeff Bruemmer <jeffbruemmer@gmail.com> Co-authored-by:
Damon P. Cortesi <d.lifehacker@gmail.com> Co-authored-by:
etoulas <etoulas@users.noreply.github.com>
-
Alexander Lesnenko authored
* add progress static viz * fix negative values, amend contract
-
Alexander Polyankin authored
-
Anton Kulyk authored
-
Jeff Evans authored
* Add backend support for keystore type secrets Adding code to handle keystore type secrets Adding test code to create and verify a keystore through the secret DB roundtrip Adding util fn to secret namespace for converting the value to file, and adding test for that
-
Alexander Polyankin authored
-
Noah Moss authored
-
Alexander Polyankin authored
-
Jeff Bruemmer authored
-
Anton Kulyk authored
* Support datasets in search * Extend SearchResult not to be a link on demand * Use common SearchResult component for data picker * Wrap data picker search results in `li` * Fix E2E test selector * Fix E2E test selector
-
Anton Kulyk authored
* Extract BaseSelectListItem component * Remove redundant prop types * Switch to custom SelectList for data bucket step * Remove iconPosition prop from AccordionList * Fix SelectListItem
-
Anton Kulyk authored
-
- Nov 06, 2021
-
-
Dalton authored
* add DimensionInfo component * reorder imports * add a max height to the description * add index.js
-
Dalton authored
* simplify logic for checking if a parameter's fields are populated with values * lint fix * always define a fields array * make sure fields is defaulted to array in template tag sidebar
-
- Nov 05, 2021
-
-
Dalton authored
* add DimensionLabel ui component add index.js Update size convert jsx to tsx move logic from info file to unit test go back to jsx * replace IconWrapper with a styled(Icon)
-
Alexander Polyankin authored
-
Cam Saul authored
-
Cam Saul authored
* Fix sandboxing when the source query gets cached * Fix circular references
-
Noah Moss authored
-
Alexander Polyankin authored
-
Anton Kulyk authored
* Remove eslint comment * Reorder imports * Extract UndoList * Use func declaration for DefaultMessage * Remove class decorators * Turn UndoListing into a func component * Cleanup UndoListing * Fix undo and dismiss * Restyle UndoListing * Fix Cypress test using undo toast
-