This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Apr 18, 2022
-
-
Maz Ameli authored
* change the General permissions to Application * rename general permissions to application permissions * BE: Rename General Perms to Application Perms (#21709) * BE: Change General Perms to Application Perms * lint migration file * add migration to update seq name * update application perms graph endpoint in fe Co-authored-by:
Aleksandr Lesnenko <alxnddr@gmail.com> Co-authored-by:
Ngoc Khuat <qn.khuat@gmail.com>
-
Maz Ameli authored
-
- Apr 16, 2022
-
-
Nemanja Glumac authored
-
- Apr 15, 2022
-
-
Dalton authored
* Fix combined tooltip for charts (#17946) * Check card name to ensure it hasn't been derived from a column name * Make the fix specific to dashboard added series * Update comment * Fix logic around finding correct added dashcard series * Pass dashboard to ChartSettings component * Attempt to handle multi series in dash cards * Add e2e tests Co-authored-by:
Alexander Polyankin <alexander.polyankin@metabase.com>
-
Gustavo Saiani authored
-
Alexander Polyankin authored
-
Alexander Lesnenko authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
metamben authored
Without this change the following error is logged: ERROR TypeError: Cannot read property 'table.column_formatting' of null
-
metamben authored
-
Nemanja Glumac authored
* Fix the flake * Rewrite repro using API to set up dashboard * Rename test to better reflect the issue * Uncomment the logs
-
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
-