This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Feb 11, 2022
-
-
Dalton authored
-
Ariya Hidayat authored
In an expression `COUNT/2`, `COUNT` there should be treated as a function (i.e. `COUNT()`) instead of a field. Another function is the same category is `CUMULATIVECOUNT`. Both don't require any arguments, hence the parentheses are optional.
-
Diogo Mendes authored
-
Alexander Lesnenko authored
-
Alexander Polyankin authored
-
Anton Kulyk authored
* Group `Urls.question` args into object * Use `Urls.serializedQuestion` * Fix `tableRowsQuery` URL builder * Add E2E tests * Add routes with `/:objectId` * Add `objectId` support to question URL builders * Use `queryParams` from `location` in QB init * Fix `useSyncedQueryString` drops other params * Add `zoomInRow` action * Add `resetRowZoom` action * Add basic selectors * Modify `getIsObjectDetail` selector * Handle `objectId` during QB init * Replace actions opening prev/next object detail * Use zoomed row in object detail view * Update `ObjectDetailDrill` * Fix URLs update for detail views * Handle browser "back" button in detail view * Use question name as a fallback for object view title field * Fix E2E tests * Fix E2E test * Fix routes order * Fix opening a link to filtered out record * Move tests for object details * Fix regexp * Fix link style * Better routing handling
-
- Feb 10, 2022
-
-
Nemanja Glumac authored
* Remove superfluous isolated repro for 15648 * Remove superfluous isolated repro for 11183 * Remove superfluous isolated repro for 15574 * Remove superfluous isolated repro for 15446
-
Anton Kulyk authored
* Group `Urls.question` args into object * Use `Urls.serializedQuestion` * Fix `tableRowsQuery` URL builder
-
Anton Kulyk authored
* Fix nested arrays * Add unit test * Fallback to original revision message on error
-
Dalton authored
* Handle scenario where query is undefined * Add repro
-
Dalton authored
* Fix dashboard embedding locked parameter scripting err We were not passing the embedding components the correct parameter objects; instead of dashboard.parameters we need to pass the components parameters that have had metadata added to them such as the fields they are mapped to, as child parameters components now expect this metadata to exist. * Add e2e tests for embedded parameters
-
Nemanja Glumac authored
* Add e2e helpers for bi-basics * Apply `summarize` helper to the related tests * Apply `filter` helper to the related tests
-
Anton Kulyk authored
-
Ariya Hidayat authored
-
- Feb 09, 2022
-
-
Alexander Lesnenko authored
-
Ariya Hidayat authored
-
Nemanja Glumac authored
-
Anton Kulyk authored
-
Anton Kulyk authored
* Make `performDefaultAction` usage more readable * Connect `Visualization` to redux * Fix visualization unit tests
-
- Feb 08, 2022
-
-
Alexander Lesnenko authored
* replace attrs to defaultProps (#20260) * replace attrs to defaultProps * fix replaced attrs * fix className in defaultProps * use emotion (#20265) * replace attrs to defaultProps * fix replaced attrs * use emotion * fix typo in css * eliminate innerRefs * fixes * fixes * fixes * fixes * flakes * specs * specs * docs * specs * fix last spec * remove classNames from defaultProps
-
Cam Saul authored
* Fix #9236 [WIP] * Revert unneeded changes * Only merge namespaced :options into result info * Revert unneeded changes * Everything is working
* Revert unneeded change * Fix #15578 part 2 * Fix #15578 (second attempt) * Test fixes * Sort namespaces * Clean namespaces * Add `:test` profile to `namespace-checker` to suppress log messages. * PR feedback * Fix namespaces * Fix docstring -
Maz Ameli authored
-
Dalton authored
* Add hideOnEsc plugin & tweak lazy plugin * full example * rmv unused defaultValue
-
Nemanja Glumac authored
-
Nemanja Glumac authored
* Expand the `visitQuestionAdhoc` helper with the selection of the `mode` * Rewrite `openTable` helpers using the `visitQuestionAdhoc` * Remove superfluous wait for the `dataset` * Fix `nulls` test * Rewrite and fix `trendline` test * Fix `saved` question test
-
Anton Kulyk authored
* Fix User type * Add mock user factory * Add Event and EventTimeline types * Add mock factories for Event and EventTimeline * Add Events entity * Add EventTimeline entity * Fix exports * Move new types to `types/api`
-
Anton Kulyk authored
* Merge field `results_metadata` into field instance object * Update unit tests * Fix replacing result metadata on query completion * Keep previous QB mode in redux * Rerun model query after saving editor changes * Ignore table column widths reset event after exiting model editor * Reload query when entering model editor * Remove commented out code * Fix Dimension unit tests get stuck
-
Alexander Kiselev authored
* Make changes to header buttons as per designer feedback and remove secondary button style from core button * removed last use of secondary * fix active notebook button color * fix View SQL button and modal
-
Nemanja Glumac authored
* Integrate waiting for the question dataset into the helper function itself * Remove explicit waiting from visual tests * Remove explicit waiting from most of the e2e tests * Handle pivot tables dataset * Handle assertion callback * Simplify helper function * Fix `bar_chart` * Fix `line_chart` * Fix `scatter` visualization tests
-
Anton Kulyk authored
* Disallow moving items to same collection via DND * Fix typo
-
- Feb 07, 2022
-
-
Alexander Lesnenko authored
* Select and AccordionList a11y * fixes * fixes * fix keyboard navigation when filtering * fix missing search input autofocus * optional chaining * fix virtualization combined with autofocused input * remove console warnings * check ci * flakes
-
Anton Kulyk authored
-
Anton Kulyk authored
* Don't offer to save model changes without changes * Rename variable * Assert save button is initially disabled * Disable save button if model isn't dirty * Fix prop type * Clean up metadataDiff after saving changes
-
Anton Kulyk authored
-
Nemanja Glumac authored
-
- Feb 04, 2022
-
-
Dalton authored
* Hide pin action button when user can't pin * unskip repro * add a new boolean
-
Dalton authored
-
Anton Kulyk authored
* Add clear behavior to `SelectButton` * Removed redundant type * Allow unmapping model column from a real one
-
Anton Kulyk authored
-
Alexander Polyankin authored
-