This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Aug 05, 2024
-
-
Kamil Mielnik authored
* Refactor dashboard helpers to TypeScript * Reuse existing helper * Refactor cy.createQuestionAndDashboard to a function helper - there was no good place to put it, so I also created new helpers/api directory - and I moved all helpers using cy.request (with 1 exception, where a CSV download helper also does a bunch of assertions) in there * Merge TS command definitions into a single file * Export types * Make dashboardDetails optional * Export StructuredQuestionDetails * Remove duplicated function * Extract createNativeQuestion to separate file - 1 exported helper per file, no exceptions! * Reuse const * Add test for unit of time parameters * Improve assertions * Extract createDashboardWithParameters * Add tests for time parameters * Fix hardcoded parameter_mappings ids * Format code * Extract checkButtonVisible * Improve test names * Add tests for location parameters * Reuse const * Update test name * Add WidgetStatusButton * Add unit tests for WidgetStatusButton * Rename handler * Remove redundant assertions * Add iconSize prop * Fix styling * Replace WidgetStatusIcon with WidgetStatusButton - Remove WidgetStatusIcon * Fix tooltip issue * Fix tooltip for good * Use default compact button size * Prevent overflow * Fix alignment issues in parameter sidebar - Remove iconSize prop - Simplify StatusConfig * Update padding in Unit of Time input to make it consistent with other inputs in dashboard parameter sidebar * Update unit tests * Rename WidgetStatusButton to WidgetStatus * Explicitly specify what is a button * Update helpers in tests * Update when buttons are displayed according to the new spec, update tests * Simplify label * Remove utils * Adjust padding * Update reset icon * Make the button gray when color is undesired * Remove old definitions * Add missing export * Remove unused type * Add test for location (single value) * Add test for id (single value) * Add more assertions * Add test for id (multiple values) * Improve name * Add tests for number (single and multi value) * Add tests for text (single and multi value) * Rename file * Update comment * Update test name * Use unique ids * Use new color name * Add a test for chevron icons alignment * Lift className up * Make types more specific * Sort attributes * Revert "Make types more specific" This reverts commit 2e6994b5. * Revert "Use new color name" This reverts commit 2cc68df6. * Remove TODO * Introduce editFilter util, refactor chevron assertions to work with any number of chevrons * Connect label to the default value input in ParameterSettings * Add a whitespace in the default value label when required "(required)" is shown * Add parameter sidebar tests for unit of time * Add parameter sidebar tests for date filters * Extract checkParameterSidebarDefaultValue * Add parameter sidebar tests for location - single values * Add parameter sidebar tests for location - multiple values * Use constants for test case names * Add parameter sidebar tests for id parameters - single values * Add parameter sidebar tests for id parameters - multi values * Add parameter sidebar tests for number parameters - single values * Add parameter sidebar tests for number parameters - multi values * Add parameter sidebar tests for text parameters - single values * Add parameter sidebar tests for text parameters - multi values * Extract checkDashboardFilters * Use checkDashboardFilters in time parameters * Use checkParameterSidebarDefaultValue in checkDashboardFilters * Use checkDashboardFilters everywhere * Sort helpers * Rename checkDashboardFilters to checkDashboardParameters * Rename checkOnlyOneButtonVisible to checkStatusIcon * Add test suite for sql filters, coverage for text filter - single value * Add a whitespace in the default value label when required "(required)" is shown - SQL filters - Similar to 930dd3a5 * Add test suite for sql filters, coverage for number filters * Add test for sql filters - date * Remove unused things, rename placeholder to labelOrPlaceholder * Apply label only to 1 input * Add test for sql filters - field parameters * Fix date tests * Make all sql filters tests work * Add assertions for required without default in text filters * Add assertions for required without default in date filters * Add assertions for required without default in field filters * Allow clearing required SQL filters without default value * Add a test to ensure comma-separated numeric values work * Update unit test * Update helper * Update e2e tests * Use != null and == null checks with defaultValue instead of just checking if its truthy/falsy * Run `yarn test-visual:loki` and then `yarn loki approve` - see https://metaboat.slack.com/archives/C505ZNNH4/p1721289287037069 * Use parameterHasNoDisplayValue to account for empty strings * Run `yarn test-visual:loki` and then `yarn loki approve` after merging master - see https://metaboat.slack.com/archives/C505ZNNH4/p1721289287037069 * Run `yarn test-visual:loki` and then `yarn loki approve` - see https://metaboat.slack.com/archives/C505ZNNH4/p1721289287037069 * Run `yarn test-visual:loki` and then `yarn loki approve` - see https://metaboat.slack.com/archives/C505ZNNH4/p1721289287037069
-
Romeo Van Snick authored
* Make number also have custom parameter values * Render the correct label in the dropdown for number inputs * Mock paramter values endpoint in number input test * Add test for custom labels on number input * Fix number input test * Allow entering comma separated values using labels * Only show custom labels in popover * Use getLabel and getValue helpers to avoid indexing confusion * Remove calls to parameter endpoints for number input * Do not parse the value from the label * Add support for number parameters in the source picker modal * Filter number values * Add e2e test for number parameters with custom source * Remove card option for number parameters * Set the correct initial value for number parameters without fields * Do not render number parameter as search box when it is a list * Fix e2e tests for number lists * Remove e2e tests for card source dashboard filters * Add tests for native filter custom source * Show the dropdown when picking the default value for number parameters * Clear values_source_config when changing parameter type * Restore a parameters' values_source_config when changing the parameter type back * Clear and restore values_source_config for template tags when chaning type * Add e2e test for restoring of template tag sources_value_config * Add e2e test for clear and restore of static-list for dashboard parameters * Fix input type for numbers * Fix broken test * Display labels for ParameterValuePicker too * Clear and restore values_source_type when changing parameter type * Clear and restore values_source_type for tag parameters * Clear and restore values_query_type when changing parameter type * Clear and restore value_query_type for parameters tags * Update tests to test for reset to also apply to values_source_config and values_query_type
-
Emmad Usmani authored
* add both option for pie chart percentages * create story snapshot
-
- Aug 04, 2024
-
-
Radosław Kotkiewicz authored
-
- Aug 02, 2024
-
-
Emmad Usmani authored
* add pie.decimal_places setting * add unit spec * add stories * Update Loki Snapshots * add placeholder text --------- Co-authored-by:
Metabase Automation <github-automation@metabase.com>
-
Aleksandr Lesnenko authored
* fix pivot table missing horizontal scroll * spec * Update Loki Snapshots --------- Co-authored-by:
Metabase Automation <github-automation@metabase.com>
-
Ryan Laurie authored
* YOLO * fix a lot of tests * fix more tests * fix unit tests * remove comment * update tests and formatting * add debug code * remove debug code
-
Sloan Sparger authored
-
Raphael Krut-Landau authored
-
Raphael Krut-Landau authored
-
Alexander Polyankin authored
-
Sloan Sparger authored
* wip * moves code to enterprise folder, adds enterprise guards, updates conditionals as to when to show the feature * impls filter date logic, improves styling, mocks out real endpoint with collection items endpoint, updates table with isLink boolean rath er than using custom item renderer, removes dead code * use the actual url for stale * so many things... updated design, custom table component, polish, misc. refactors, more correct api typing * updates to pagination component and reverts some now unused changes to the base items table * impls pr feedback * fixes * fixes failing unit test * completes pr feedback from raffi * implements second round of feedback from raffi * adds tests and couple of small fixes / feedback * migrate clean up action to enterprise plugin and fix related e2e test, also skip the collection items count query when we do not need the value * finish main base case e2e test * clean up helper code for manual testing and add OSS test to make sure feature is not available in OSS * better handling of min-height on smaller screens * adds internal undo notification for bulk archiving in the clean up modal * reset pagination when items are archived/unarchived to keep users from getting stuck on a page beyond the current view * pr feedback * further cleanup * unit test fix * fixes issue where archiving all items in the modal and then undoing does not result in the stale items list getting refetched --------- Co-authored-by:
John Swanson <john.swanson@metabase.com>
-
Emmad Usmani authored
-
Ryan Laurie authored
* hide notebook button for brand new questions * test notebook button visibility for new questions * move brand new check inside shouldRender * test embedding SDK notebook button * update unit tests * add spy to shouldRender
-
John Swanson authored
* Fix coll permissions for audit collection We've had a function in `models.collection` for a while that has taken a permissions set and returned a set of collection IDs that the user has permissions on. I refactored this recently, but didn't notice that it was actually doing the permissions checks slightly incorrectly. Specifically, because it only looks at the user's permissions and the collection IDs and doesn't use `mi/can-read?` or `mi/can-write?`, it's completely indifferent to whether a collection is an audit collection or not. This is arguably not a *permissions* issue: the two errors that could come about here are: - someone sees the audit collection even though the audit feature is disabled, or - someone is presented with the audit collection in a context where only writable collections should be present - when they try to actually write to it, it fails (since then we're doing the real permissions check). The primary motivation for this fix was to prevent audit dashboards and cards from appearing in the list of stale items. * Fix hardcoded collection ID We were creating a timeline in a fixed collection ID, that in tests happened to be the ID of the Metabase Analytics collection.
-
lbrdnk authored
* Update values-from-card-query * Add test * Update values-from-card-query * Add missing issue no
-
Ryan Laurie authored
* properly handle SMTP environment variables * disable clear button when set by env var * allow the SMTP form to validate with any combination of environment variables * add unit tests for SMTP connection form * BONUS: fix console error for jt keys * fix types
-
github-automation-metabase authored
-
Jeff Bruemmer authored
-
Jeff Bruemmer authored
* link fixes * more links
-
Uladzimir Havenchyk authored
* do not update size if width or height is 0 * add a comment
-
Alexander Solovyov authored
-
Nicolò Pretto authored
* update the UI of the downloads toggle to make it look like the others in the page * make unit tests pass * make e2e pass
-
Sloan Sparger authored
* updates the ordering of create queries permissions options so that granular permissions is the last option * fix unit test * move granular option above no
-
Nicolò Pretto authored
* update static_embed_code_copied to use downloads (#45944) * copy schema file for better diff * adds downloads field to appearance in embed_flow schema * update event to send `downloads` parameter, update e2e tests * fix test for dwonloads: false * fix: use correct schema version for embed flow analytics (#46053) * update `dashboard_pdf_exported` and use it in embedding context (#46076) * copy schema for better diff * adds `dashboard_accessed_via` to the `dashboard_pdf_exported` event * download_results_clicked event (#46132) * adds download_results_clicked event + e2e tests * make strings nullable * adds maxLength * switch back to if/then as it seems more readable * refactor: use the resourceType to determine the download params instead of re-doing the logic * fix ''question' is possibly 'undefined'.' * split resource_type into resource_type and accessed_via to also consider interactive-embedding and sdk * edit comment * adds test for ad-hoc-question * Update frontend/src/metabase/query_builder/actions/downloading.ts Co-authored-by:
Mahatthana (Kelvin) Nomsawadi <me@bboykelvin.dev> * makes describe message more consistent * "else if" => if * fix describe block name * convert downloads event to use enum for download_type and export_type * resource_type should be an enum too * fix line added in the wrong place during merges --------- Co-authored-by:
Mahatthana (Kelvin) Nomsawadi <me@bboykelvin.dev> * Update frontend/src/metabase/public/components/EmbedFrame/EmbedFrame.tsx Co-authored-by:
Mahatthana (Kelvin) Nomsawadi <me@bboykelvin.dev> * adds enum schema to dashboard_accessed_via * fix accessed_via for sdk embeds * update comments to explain why we send 0 when dashboardId is null * only send dashboard_id as a number when it is a number, as expected by snowplow * remove un-needed async/await from saveAsPDF function * rename frontend/src/metabase/redux/downloading-analytics.ts -> frontend/src/metabase/redux/downloads-analytics.ts * fix cy.log message --------- Co-authored-by:
Mahatthana (Kelvin) Nomsawadi <me@bboykelvin.dev>
-
John Swanson authored
This reverts commit c7a5aee1.
-
Noah Moss authored
-
Chris Truter authored
-
Nicolò Pretto authored
* update embed frame pdf button colors to use --mb-color- vars * change download pdf button color to brand color * testing adding the images that actually differ
-
Jeff Bruemmer authored
-
Roman Abdulmanov authored
-
Ngoc Khuat authored
-
Chris Truter authored
-
Alexander Solovyov authored
Previously we unpacked everything and picked up first entry as the directory containing the data. This works well when archives are passed as is. However, if a user unpacks and then packs an archive, there is a good chance that some hidden directories will appear - and they are first in order. So we skip those right now, and additionally check known markers of the serialization data directory.
-
Nemanja Glumac authored
-
- Aug 01, 2024
-
-
Emmad Usmani authored
* fix lost settings * add e2e test * trigger ci
-
Emmad Usmani authored
* fix pie border missing in batik static viz * refactor args * fix typo
-
Ryan Laurie authored
* fix db connection form icons * fix db connection form icons * appease typescript
-
Oreon Lothamer authored
-
lbrdnk authored
* Avoid adding temporal-unit to lhs cols * Use :default temporal-unit * Simplify logic, update comments * Update substitute-field-filter-test * Update align-temporal-unit-with-param-type-test * Update field-filter-date-test * Use end-excludding gte lt filter for DateTime fields * Update substitute-field-filter-test * Update align-temporal-unit-with-param-type-test * Update field-filter-date-test * Update bigquery test + comment * Update date-str->qp-aware-offset-dt * Add guard for unexpected date string format This is just for the completeness, I haven't encountered it. * Address review remarks * Update comment
-