This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Jan 12, 2023
-
-
Ryan Laurie authored
* add PivotTable unit tests * allow dynamic pivot table header width * access settings using metabase/lib * fix comments
-
Jeff Bruemmer authored
-
Anton Kulyk authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
- Jan 11, 2023
-
-
Bryan Maass authored
* - ensure errors are strings + provide strucrual hints Instead of just overwriting the (string) erorr messages, swap in the malli string description at [:errors :<field-name>] key. Adds humanized error (which highlights which parts of req were not sufficient) under the :specific-errors key. * fix tests + note about auto-cohersion
-
Cam Saul authored
* Switch to Honey SQL 2 for some application DB things * Fix Chain Filter query * More fixes * Test fixes :wrench * Fix Kondo lint errors * Test fixes
* Test and formatting fixes for MySQL * Fix new code using `db/query` * Fix circular references * Switch to Honey SQL 2, Part 1 * Test fix * Revert deletion of ratios-test * Fix Kondo error * Fix stack overflow * Update code to use new names for schemas -
Ryan Laurie authored
* make model detail work in master * bring basic model detail page in * Remove page URL helper leftovers * Rename `Urls.dataset` into `Urls.model` * Add tests to `Urls.model` * Move `Urls.model` to its own file * Add `Urls.modelEditor` * Use correct URL helpers in model detail page * Add link to query editor * Extract `ModelDetailHeader` component * Small readability fix * Clean up `QuestionMoveToast` * Fix model archiving * Add move and archive actions * Add border below tab controls * Fix import * Add page title * Extend server mocks * Fix console errors * Add `role: dialog` to `Modal` * Add tests * Add `ActionsContainer` to `PinnedItemCard` * Handle read-only model permissions * Remove data app leftovers * Don't add `result_metadata` to shared mocks * Fix spacing * Fix i18n * Remove `console.warn` block * Fix import * Fix type error * Add links to reach the model detail page (#27628) * Add `Urls.modelDetail` helper * Add `ModelDetailLink` component * Clean up `PinnedItemCard's` unit tests * Add model detail link to `PinnedItemCard` * Clean up `BaseItemsTable's` unit tests * Add model detail link to `BaseTableItem` * Add model detail link to model info sidebar * Fix tests * Fix spacing * Add tooltip Co-authored-by:
Anton Kulyk <kuliks.anton@gmail.com>
-
Jeff Bruemmer authored
-
Alexander Polyankin authored
-
Nemanja Glumac authored
* Removed forced `node-forge` resolution It now resolves to the `version "1.3.0"` anyway. * Removed forced `nanoid` resolution It now resolves to the `version "3.1.31"` anyway. * Removed forced `immer` resolution It doesn't appear in the list of dependencies anymore. * Removed forced `prismjs` resolution It doesn't appear in the list of dependencies anymore. * Removed forced `minimist` resolution It now resolves to the `version "1.2.6"` anyway. * Removed forced `nth-check` resolution It now resolves to the `version "1.0.2"` anyway.
-
Aleksandr Lesnenko authored
-
Ngoc Khuat authored
* move malli schema from metabase.util.schema to a new ns metabase.util.malli.schema * revert name changes for plumatic schema. e.g: NonBlankStringPlumatic -> NonBlankString * add clj-kondo rule to enforce consistent alias for metabase.util.malli.schema
-
Alexander Polyankin authored
-
Jeff Bruemmer authored
-
Tim Macdonald authored
* Warn when cards used for filtering are archived * filter-values -> dropdown-widget-values * Better string concatenation * dropdown_widget_values_usage_count -> parameter_usage_count * Add end-to-end test
-
Alexander Polyankin authored
-
Ngoc Khuat authored
* add default values keys for dashboard.parmaeters * fix tests and add tests
-
Cam Saul authored
* Switch to Honey SQL 2, Part 1 * Test fix * Fix Kondo error
-
Tim Macdonald authored
[Fixes #27216]
-
- Jan 10, 2023
-
-
Anton Kulyk authored
-
Anton Kulyk authored
* Delete `QuestionHistoryModal` * Delete `HistoryModal` * Delete `AdminEmptyText` * Delete `EditWarning` * Delete `Expandable` * Remove a bunch of question loaders * Delete `CandidateListLoader` * Delete `QuestionName` * Revert "Remove a bunch of question loaders" This reverts commit 209dbac68dec92083d6e3bdf34ff42ace76a3870. * Remove `QuestionAndResultLoader`
-
Tim Macdonald authored
* Do not let API users archive the last superuser [Fixes #26759] * DRY up admin-archiving check * Fix is_superuser bug in with-single-admin-user * Get count of values correctly on H2
-
Tim Macdonald authored
We were explicitly keeping ParameterCards and dashboard.parameters in sync, but that's not necessary
-
dpsutton authored
* fix api/database/<id>/fields to include table's name including name and display name for field, and table name (not display name) which was original complaint. * tests
-
Alexander Polyankin authored
-
Anton Kulyk authored
* Convert `VirtualizedList` to TypeScript * Add `VirtualizedSelectList` component * Virtualize raw table list * Virtualize model and question list * Fix rendering virtualized lists in tests
-
Anton Kulyk authored
* Move out `ArchiveQuestionModal` * Move out `QuestionMoveToast`
-
Anton Kulyk authored
* Install and enable plugins * Run eslint auto fix * Fix linter issues (part 1) * Fix Visualization test * Fix Pie Visualization test * Add `getIcon` and `queryIcon` helpers * Fix `VisibilityToggler` tests * Fix `QuestionActivityTimeline` tests * Fix formatting tests * Fix `EntityMenuItem` tests * Fix `ClampedText` tests * Fix `ObjectRelationships` tests * Fix `EmailAttachmentPicker` tests * Fix `SavedQuestionHeaderButton` tests * Fix `DatabaseEngineWarning` tests * Fix `Tooltip` tests * Fix `TippyPopoverWithTrigger` tests * Fix `TippyPopover` tests * Fix `TableLabel` tests * Fix `TableInfo` tests * Fix `ModerationStatusIcon` tests * Fix `Sidebar` tests * Fix `PermissionSelect` tests * Fix `PinnedItemCard` tests * Fix widget tests * Fix `DimensionSemanticTypeLabel` tests * Fix `ListSearchField` tests * Fix `ControlledPopoverWithTrigger` tests * Fix `FieldFingerprintInfo` tests * Fix `ErrorActionButton` tests * Fix `QueryValidationError` tests * Fix `LineAreaBarRenderer` tests * Fix `DataSelector` tests * Fix `PivotTable` tests * Fix `ItemPicker` tests * Fix `TokenField` tests * Fix `TagEditorParam` tests * Fix tests * Fix tests * Run prettier * Fix tests
-
Tim Macdonald authored
[Fixes #16293]
-
- Jan 09, 2023
-
-
Aleksandr Lesnenko authored
* allow including weekday to formatted dates * specs
-
Ariya Hidayat authored
-
Ryan Laurie authored
* remove panning logic from map boundary calculation * add map viz percy tests * wait for map load in visual tests
-
Anton Kulyk authored
* Install `eslint-plugin-jest` * Enable `eslint-plugin-jest` * Run eslint auto fix * Fix linter issues * Fix get-column-key * Fix extra space * Fix ChartSettingFieldPicker * Fix eslint issues * Remove redundant describe
-
adam-james authored
Since the frontend sends a date-style string with various differences from how Java's Date Formatter expects things, we need to post-process some bits. The 'D' -> 'd' string replacement was missed in the post processing fn, and so in some cases it was missed altogether, causing this bug. Existing tests in `metabase.pulse.render.datetime-test` and `metabase.pulse.render.table-test` should already catch this issue. Prior to the change they would fail, but they now pass after adding this PR's changes.
-
Noah Moss authored
* oxford comma for parameter values with more than 2 items * refactor logic to use a better translated string and fix tests
-
metamben authored
-
Cam Saul authored
-
Anton Kulyk authored
* Add `LoadingState` component * Add `EmptyState` component * Use `EmptyState` in `DataPickerView` * Add loading and empty states to card picker * Add loading and empty states to raw data picker * Handle case when there's no tree data * Add tests
-
Gustavo Saiani authored
-