This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Mar 02, 2022
-
-
Jeff Bruemmer authored
-
Luis Paolini authored
-
- Mar 01, 2022
-
-
Nemanja Glumac authored
-
Nemanja Glumac authored
-
Dalton authored
-
frannietrempe authored
* docs - fix & update permissions links * jeff edit Co-authored-by:
Jeff Bruemmer <jeff@metabase.com> Co-authored-by:
Jeff Bruemmer <jeff@metabase.com>
-
frannietrempe authored
* docs - remove premium embedding, update screenshots * add learn track link
-
dpsutton authored
mostly unused bindings. Had a few redundant lets. One common pattern was a let binding for a read check but the resulting value was never used, just checked that we could read or write it. Removed that from a binding since it throws otherwise
-
Gustavo Saiani authored
-
Alexander Polyankin authored
-
Nemanja Glumac authored
-
Alexander Polyankin authored
-
Nemanja Glumac authored
* Use human readable names for vars * Apply new version syntax to the related tests
-
- Feb 28, 2022
-
-
Jeff Bruemmer authored
-
Nemanja Glumac authored
-
Alexander Polyankin authored
-
Dalton authored
* Handle legacy Field filter parameters that did not specify `:widget-type` * Fix indentation * Test fix * Revert to old template tag validation logic * Update e2e test Co-authored-by:
Cam Saul <github@camsaul.com>
-
Cam Saul authored
* Handle legacy Field filter parameters that did not specify `:widget-type` * Fix indentation * Test fix
-
Nemanja Glumac authored
* Add embedding smoke tests when embedding is disabled * Fix abstraction
-
- Feb 26, 2022
-
-
Nemanja Glumac authored
* Displace tests that are not related to embedding * Rename and enable embedding snippets spec * Add more assertions to the embedding code snippets spec * Rewrite and enable premium ebmedding token tests * Fix a timezone related issue in the validity date of the token
-
- Feb 25, 2022
-
-
Ariya Hidayat authored
-
JC Louis authored
-
Dalton authored
-
Alexander Lesnenko authored
* Convert Tree component to Typescript * fix types * review
-
adam-james authored
* Adding tests in collections and card. Fixing some minor test things * Added Test for timeline event range selection via card API * Cleaned up a few TODO comments * Made the timestamp required when POST-ing a timeline-event * Remove unnecessary nesting of with-temp* forms * Moved Icons schema into timeline-event model This schema seems to be validating more than just the API, so we've moved it. * Added start/end to GET /api/timeline/:id Also cleaned up some unnecessary nesting in a card API test Added timeline range test in timeline API test ns too. * Parse timestamp when it exists in a timeline-event PUT We saw the db error presented in the FE when updating timeline events. This should fix that problem. * Add a test to ensure we can change timestamps via timeline-event PUT
-
Nemanja Glumac authored
-
Nemanja Glumac authored
-
Nemanja Glumac authored
* Add `SAMPLE_DB_TABLES` reference * Add notes to the cypress data references * Ensure table ids are correct Early warning mechanism. * Use SAMPLE_DB_TABLES in e2e helpers and custom commands * Use `SAMPLE_DB_ID` in the previously missed helper
-
Nemanja Glumac authored
-
- Feb 24, 2022
-
-
Ariya Hidayat authored
-
Michiel Borkent authored
* Refer all * allow refer all in tests * Add toucan test macro config * wip * Improve hooks * Fix formatting issue * Improve * presto * oracle * mongo * druid * zero errors * undo whitespace change * ns linter satisfaction
-
Maz Ameli authored
* change paleozoic to mesozoic for accuracy * switch kebab icons to ellipses
-
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)
-