This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Apr 14, 2022
-
-
Nemanja Glumac authored
-
Nemanja Glumac authored
-
Ngoc Khuat authored
-
Alexander Lesnenko authored
-
Ryan Laurie authored
* refactor objectDetail to typescript
-
Kyle Doherty authored
-
Alexander Lesnenko authored
-
Nemanja Glumac authored
-
Nemanja Glumac authored
-
Ngoc Khuat authored
* disallow adding recipients by non-admins with monitoring permission * enforce sharing and embedding apis * enforce update monitoring perms for alert, pulse and tasks API * add minor test cases * remove debug code * linting * fix not able to remove users from pulse and make sure our tests cover that case * address Noah's comments * one space
-
- Apr 13, 2022
-
-
Nemanja Glumac authored
-
Howon Lee authored
Make field-values work with JSON fields (really, make the type hierarchy work and get field values to the 90-yard line) (#21609) Many bugs but not the underlying group-by bug squashed for JSON field values. Type hierarchy fixed properly.
-
Alexander Lesnenko authored
-
Nemanja Glumac authored
* Extract "curated" access tests for question management * Extract "view" access tests for question management
-
Case Nelson authored
* Add bookmark ordering Bookmark ordering is applied to bookmark fetches order-by clauses. To save ordering send a sequence of `[{type, item_id}]` values. There are no foreign keys to the `*_bookmark` tables and bookmark ordering handle extra or missing rows gracefully by ignoring them or falling back to order by created_at as a secondary sort. Pruning is done on save. * Fix missing docstring * Fix refer order * Use varchar for type because h2 is unhappy with text index * Cast untyped literal in union for h2 * Use hx/literal thanks @dpsutton
-
metamben authored
See https://github.com/metabase/metabase/issues/21166 for context.
-
Cam Saul authored
* Validate Card query Field Filters match query Database when saving * Test fix
-
Dalton authored
* Rename onClose fn we pass to popover content * Use TippyPopoverWithTrigger in CollectionOptionsButton * Use TippyPopoverWithTrigger in SnippetSidebar * Fix trigger button styling * Update unit test
-
Benoit Vinay authored
* Fix filtering and ListField component clean up * augmentedOptions.filter updates * Misc * Improved filtering * Tests for utils added
-
Benoit Vinay authored
* Misc * Add missing properties in Parameter * Add missing React keys in DashCard * field.id condition updated for DefaultPicker * Test for retrieving field using resultMetadata from Dimension * ParameterValueWidget.getFieldIds to return `number` only as per API expectation * CSSTransitionGroup group tagging updated * QuestionPicker no items tagging removed * Field ids filtering removed * Filtering field ids added back * Removed single use 1 line method formatDateTime return formatDateTimeWithUnit(value, "minute", options); * Misc comment * Misc * Dimension updated with types / misc * ExpressionDimension tests updated to cater for field() method with and without metadata * Empty commit to re-run CI * Improved fallback position for base_type * Empty commit to re-run CI
-
Cam Saul authored
-
Nemanja Glumac authored
-
Nemanja Glumac authored
* Go directly to the orders table in a notebook mode * Limit results to two rows * Create the custom column first, then choose the columns This helps to avoid using the `.click({ force: true });` on a custom column icon. Originally, if we first selected the columns, that popover was hovering and hiding the custom column icon. * Be more specific when selecting elements * Fix the flake by waiting for results to load * Store custom column name in a variable * Limit the number of results in other tests in this spec * Make sure new results loaded before assertion
-
Alexander Polyankin authored
-
Ngoc Khuat authored
* add is_group_manager and hydrate it * update docstring and make sure the is-group-manager? is converted to boolean in any db
-
- Apr 12, 2022
-
-
Ariya Hidayat authored
-
Dalton authored
* Use TippyPopover in TokenField's DefaultTokenFieldLayout * Make unit test async
-
adam-james authored
-
Nemanja Glumac authored
-
Noah Moss authored
-
Jeff Bruemmer authored
-
Jeff Bruemmer authored
-
Diogo Mendes authored
* Update Cypress version * Burning 10x * Removing forgot parameter * Revert Worflow * Restoring original timeout
-
Nemanja Glumac authored
-
metamben authored
This is to prevent test failures on machines with non-US locales. See https://github.com/metabase/metabase/pull/20023#issuecomment-1024872051 for details.
-
Nemanja Glumac authored
-
Nemanja Glumac authored
* Rename `test-cypress-no-build` to `test-cypress-run` * Rename `test-visual-no-build` to `test-visual-run` * Reorder scripts * Remove yarn (install) from the Cypress run script
-
Alexander Lesnenko authored
-
Alexander Polyankin authored
-
Anton Kulyk authored
* Add type definitions for slugg lib * Extract types * Clean up `metabase/lib/urls` * Fix types * Post-rebase fixes * Fix Table type
-