This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Apr 15, 2022
-
-
Nick Fitzpatrick authored
* Updating favicon and changing toaster/notification behavior
-
Alexander Polyankin authored
-
Nemanja Glumac authored
-
Alexander Polyankin authored
-
Ngoc Khuat authored
* add is_group_manager and hydrate it * update test title * fix namespaces and 1 test * update docstring and make sure the is-group-manager? is converted to boolean in any db * even more docstring * fix ns * Fix a test appeared when merge with master * add tests and more api enforcement * appease linter and make sure the test can run in ee * update by membership id * one dot * update docs * make is_group_manager optional * hydrate is_group_manager when get single group * - Split the `check-group-manager` into 2 functions - Address Noah's comments * Update enterprise/backend/test/metabase_enterprise/advanced_permissions/api/group_manager_test.clj Co-authored-by:
Noah Moss <32746338+noahmoss@users.noreply.github.com> * change is_group_manager in to bool instead of boolstring * remove debug code Co-authored-by:
Noah Moss <32746338+noahmoss@users.noreply.github.com>
-
- Apr 14, 2022
-
-
Dalton authored
* Always pass gridSize prop * Scale Scalar with width of dashcard * Use gridSize, width, height, and grid cols to make scaling a bit more fluid * Separate px per unit value for width/height * minor refactoring: rename numGridColumns * Refactor ScalaraValueWrapper logic * Pass minGridWidth to ScalarValue from Scalar * Make it work for SmartScalar * Add a default when some props unavailable for the calculation * Add unit tests for the adjustment computation logic * Prevent large height adjustment for smaller width cards * Address review comments
-
Braden Shepherdson authored
Fix test failure caused by floating point variance between devices Cause is unclear - M1 Macs, different JVM versions? Rounding to 6 significant figures sidesteps the issue.
-
Nemanja Glumac authored
-
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
-