This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Feb 24, 2022
-
-
Ariya Hidayat authored
-
Nemanja Glumac authored
* Replace hard coded ids in `question.js` * Replace hard coded ids in ad hoc question helpers * Replace hard coded ids in `sandboxTable` custom command * Replace hard coded ids in `updatePermissions` custom command * Avoid circular dependencies
-
Dalton authored
* Run unadded additional dashcard series using card query endpoint * add repro for #20637 * Update frontend/test/metabase/scenarios/dashboard/reproductions/20637-add-series-to-dashcard.cy.spec.js Co-authored-by:
Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com> * wait on all dashboard save requests in e2e test Co-authored-by:
Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com>
-
Nemanja Glumac authored
* Export `SAMPLE_DB_ID` * Replace hard coded sample database id values in the default snapshot creator * Replace hard coded values for the SQLite database * Update function name * Stop using hard coded values for questions and dashboards
-
Howon Lee authored
Step 1 towards the long path towards whacking #708. We need an interface for describing the weird thing every RDBMS vendor did where they have their own special way of doing JSON columns, every single one of them
-
Dalton authored
* Return null when card.dataset_query is missing * Add unit test for missing card.dataset_query * Unskip repro * use optional chaining
-
Nemanja Glumac authored
* Copy over admin premium embedding settings to a new file * Move embedding reproductions to a related folder * Move over dashboard embedded parameters * Move over embedding dashboard spec * Move over repro for 20634 * Enable embedding in CI
-
Nemanja Glumac authored
Repro #19744: Custom Column after aggregation causes dashboard filtering to be very limited (#20696)
-
- Feb 23, 2022
-
-
Ariya Hidayat authored
-
Dalton authored
* Handle nulls in ListField filter * filter out nil options
-
Noah Moss authored
-
Cam Saul authored
* Rewrite add-migrated-collections * Add new tests for the new migrations * Truncate tables (removing values added by Liquibase migrations) before copying * Clean namespaces * Use TRUNCATE TABLE ... CASCADE for Postgres copy * Update test * Sort namespaces * Remove stray println * Fix Postgres TRUNCATE TABLE behavior * Disable DB constraints before truncating tables * Fix fussy postgres
-
Ariya Hidayat authored
-
Cam Saul authored
* Remove MetaBot Group * Fix missing :require * More fixes * Another fix
* change default sandboxed group_id * update group_ids Co-authored-by:Aleksandr Lesnenko <alxnddr@gmail.com>
-
Dalton authored
* Always show sync buttons * Update unit test
-
Nemanja Glumac authored
* Apply `visitQuestion` helper to the related tests * Adjust interception to account for the pivot tables as well
-
Cam Saul authored
* Fix #20519 * Fix busted indentation
-
Ariya Hidayat authored
Co-authored-by:
Nemanja <31325167+nemanjaglumac@users.noreply.github.com>
-
Cam Saul authored
* Don't consider :field :join-alias when deduplicating aliases * Unskip Cypress test
-
Alexander Polyankin authored
-
Ariya Hidayat authored
The previously set 120-second timeout in PR #19412 is apparently not sufficient, as admin-ee and sharing-ee still occasionally fail.
-
Nemanja Glumac authored
-
Anton Kulyk authored
* Convert `ViewButton` to TypeScript * Convert SidebarContent to TypeScript * Convert SidebarHeader to TypeScript * Fix E2E tests * Remove useMemo usage
-
- Feb 22, 2022
-
-
Dalton authored
-
Nemanja Glumac authored
-
Nemanja Glumac authored
* Add repro for #20471 * Remove deprecated `cy.server()`
-
aljkor authored
* ì changed to i * ì changed to i
-
Alexander Polyankin authored
-
- Feb 21, 2022
-
-
Nemanja Glumac authored
-
Nemanja Glumac authored
-
Nemanja Glumac authored
Repro 20638: Creating a new dashboard from the New button in a collection should take me to that dashboard (#20667) * Refactor the existing test for dashboard creation * Add repro for #20638
-
Ariya Hidayat authored
-
Ariya Hidayat authored
-
Nemanja Glumac authored
-
Nemanja Glumac authored
Repro #20656: Dashboard with filter connected to a card that a user doesn't have permissions to view breaks (#20662)
-
Alexander Polyankin authored
-
Anton Kulyk authored
* Accept UnsavedCard type in Question class * Fix type
-
Alexander Lesnenko authored
-
Nemanja Glumac authored
Repro #20627: Nested queries with long Data Model names causes failing query with incorrect aliasing (#20631)
-
- Feb 19, 2022
-
-
Nemanja Glumac authored
E2E Helper `visitQuestion`: Ensure that the query loaded before moving forward with the test (#20630) * Add `visitQuestion` helper function * Apply `visitQuestion` to specs related to alerts
-