This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Jul 12, 2021
-
-
Alexander Lesnenko authored
Co-authored-by:
Mário Valney <mariovalney@gmail.com>
-
Anton Kulyk authored
-
Ariya Hidayat authored
-
Gustavo Saiani authored
-
Anton Kulyk authored
-
- Jul 10, 2021
-
-
Ariya Hidayat authored
The console messages (mostly about React warning on deprecated methods) are useful when debugging a running application but they are atrocious, extremely noisy, and barely useful when running the unit tests. In the CI, those console messages drown the more useful PASS/FAIL status of each individual test.
-
- Jul 09, 2021
-
-
Nemanja Glumac authored
* Add test for SQL field filter of the type ID * Fix spelling Co-authored-by:
Gustavo Saiani <gustavo@poe.ma>
-
Nemanja Glumac authored
* Add test for SQL field filter of the type "None" * Add repro for #13825 * Fix spelling Co-authored-by:
Gustavo Saiani <gustavo@poe.ma>
-
Ariya Hidayat authored
Some front-end tasks require Shadow CLJS to compile files into JavaScript, therefore let's cache the JARs which it needs.
-
dpsutton authored
* Scalar rendering as text in slack * Fix tests for pulse * Tests for slack scalars
-
Anton Kulyk authored
* Disable react/prop-types for .info files * Refactor Checkbox * Refactor StackedCheckBox * Add a comment about Checkbox colors * Remove not used prop * Don't show outline for focused unchecked checkbox * Pass custom Checkbox label element * Refactor EmailAttachmentPicker to use label * Refactor FieldsPicker to use label * Refactor FilterOptions to use label * Refactor DisplayOptionsPane to use label * Refactor ScratchApp to use label * Refactor AddSeriesModal to use label * Add "danger" color to colors * Refactor DeleteModalWithConfirm to use label * Add label usage examples for CheckBox * Add label usage examples for StackedCheckBox * Add disabled state to CheckBox * Add disabled state to StackedCheckBox * Fix label prop-types * Add space between examples * Fix StackedCheckBox layout * Add. StackedCheckBox label * Fix disabled state for StackedCheckBox * Migrate FieldsPicker to use label * Migrate EmailAttachmentPicker to use label * Add .styled files for checkbox components * Fix e2e tests * Fix `uncheckedColor` passed to HTML elements * Revert eslint overwrite for .info files * Display focus outline
-
Nemanja Glumac authored
-
Nemanja Glumac authored
* Replace `pure` with `React.Memo` * Fix eslint error * Use `shallowEqual` directly as a utility function * Remove `recompose` library
-
- Jul 08, 2021
-
-
Alexander Lesnenko authored
* Fix home page our analytics section not showing collections * increase limit for root collection children and pinned dashboards that are loaded on the home page
-
Alexander Lesnenko authored
* fix Saved questions string translation * fix Everything else folder is not showing items in the saved question picker for other languages * translate query builder header * Fix saved questions db on the client side * i18n on "Saved Questions" Co-authored-by:
dan sutton <dan@dpsutton.com>
-
Bonifacio de Oliveira authored
-
Tim Macdonald authored
-
Alexander Lesnenko authored
* adjust saved question picker layout * fix saved question picker does not work with collection names that have a colon * unskip repro * make saved question picker usable on the mobile device
-
Gustavo Saiani authored
-
Ariya Hidayat authored
There's no `--lockfile` option, the valid one is `--frozen-lockfile`. https://classic.yarnpkg.com/en/docs/cli/install/#toc-yarn-install-frozen-lockfile
- Jul 07, 2021
-
-
Dalton authored
* don't show error card in prod & make it fullscreen when running cypress * fix height styling
-
Noah Moss authored
-
Ellie Mary authored
-
Alexander Lesnenko authored
* add autofocus to some of inputs * add autofocus to the snippet form
-
Anton Kulyk authored
-
Gustavo Saiani authored
-
- Jul 06, 2021
-
-
Howon Lee authored
We defriendlified but the migration running in the first place is not happening for some users. Investigating but it's better just to be safe on this front
-
Gustavo Saiani authored
-
Nemanja Glumac authored
-
Howon Lee authored
-
Alexander Lesnenko authored
* Fix data picker not showing saved question picker initially * fixup! Fix data picker not showing saved question picker initially
-
Noah Moss authored
-
Jeff Bruemmer authored
-
Jeff Bruemmer authored
-
Nemanja Glumac authored
-
Nemanja Glumac authored
* Extract repro for #12228 into a separate file * Extract repro for #15444 into a separate file * Extract repro for #15460 into a separate file * Extract repro for #15700 into a separate file * Extract repro for #15981 into a separate file * Extract repro for #16739 into a separate file * Extract repro for #13961 into a separate file * Extract repro for #14145 into a separate file * Extract repro for #12581 into a separate file * Extract repro for #14302 into a separate file * Extract repro for #15163 into a separate file * Extract repro for #11580 into a separate file * Extract repro for #11480 into a separate file * Extract repro for #9357 into a separate file
-
Gustavo Saiani authored
-
Anton Kulyk authored
* Add basic segmented control component * Specify segmented control's selected option color * Update SegmentedControl's padding * Use `PropTypes.node` instead of a bunch of types * Remove `aria-selected` from CSS
-
- Jul 05, 2021
-
-
Nemanja Glumac authored
* Extract and apply SQL field filter data objects * Refactor object key `term` -> `value`
-