This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Feb 10, 2022
-
-
Anton Kulyk authored
-
Ariya Hidayat authored
-
- Feb 09, 2022
-
-
Alexander Lesnenko authored
-
Cam Saul authored
* Add org.quartz-scheduler/quartz as an explict dep and bump version from 2.17 -> 2.3.2 * Add no-op impl for `initialize` for our Quartz `ConnectionProvider`
-
Ariya Hidayat authored
-
Jeff Bruemmer authored
-
Nemanja Glumac authored
-
Jeff Bruemmer authored
-
Alexander Lesnenko authored
-
Anton Kulyk authored
-
Anton Kulyk authored
* Make `performDefaultAction` usage more readable * Connect `Visualization` to redux * Fix visualization unit tests
-
- Feb 08, 2022
-
-
Cam Saul authored
* Simplify QP cache middleware * Fix hanging tests
-
Cam Saul authored
-
Ariya Hidayat authored
-
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
-
Luis Paolini authored
* Update full-app-embedding.md * Update docs/enterprise-guide/full-app-embedding.md Co-authored-by:
flamber <1447303+flamber@users.noreply.github.com> * Update docs/enterprise-guide/full-app-embedding.md Co-authored-by:
flamber <1447303+flamber@users.noreply.github.com> * Update full-app-embedding.md Co-authored-by:
flamber <1447303+flamber@users.noreply.github.com>
-
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 -
Jeff Evans authored
* Remove :bigquery driver Add "migration" to convert existing Database instances from :bigquery to :bigquery-cloud-sdk (with error log if using outdated OAuth mechanisms), by way of `normalize-db-details` Removing references to :bigquery from various places in the code * Remove from modules/drivers/deps.edn * Remove stuff from CircleCI that is running the old driver Remove `driver-switch-test` since there is no practical way to run this anymore (since we can't initialize the old driver) Remove buggy redef of `isa?` from `semantic-type-migration-tests` Co-authored-by:
Cam Saul <github@camsaul.com>
-
Howon Lee authored
Pursuant to issue #20332 - it was blanking out without settings set before
-
Maz Ameli authored
-
Dalton authored
* Add hideOnEsc plugin & tweak lazy plugin * full example * rmv unused defaultValue
-
Alexander Lesnenko authored
-
Luis Paolini authored
* Fix locking in new Alpine release container Seems like the new Alpine container (3.15) has some issue when doing apk upgrade first which ends up erroring out the process, so moving it to the last part of the process (after installing the packages) makes the trick. You can test it out by using the current process (errors with a "Unable to lock database: temporary error (try again later)") and the one in this branch which will finish successfully
-
frannietrempe authored
* docs - mention prefers-reduced-motion setting * Update docs/accessibility.md Co-authored-by:
Jeff Bruemmer <jeff@metabase.com> Co-authored-by:
Jeff Bruemmer <jeff@metabase.com>
-
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
-
Cam Saul authored
Rework how the remappings middleware matches remapped to/from columns for explicit external (FK) remaps (#20009) * Fix #9236 [WIP] * Revert unneeded changes * Only merge namespaced :options into result info * Revert unneeded changes * Everything is working
* Revert unneeded change * Clean namespaces * Add `:test` profile to `namespace-checker` to suppress log messages. * PR feedback * Fix namespaces -
Ariya Hidayat authored
-
- 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
-
Jeff Bruemmer authored
-
Jeff Bruemmer authored
-
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
-