This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Dec 06, 2024
-
-
github-automation-metabase authored
Co-authored-by:
Chris Truter <crisptrutski@users.noreply.github.com>
-
- Dec 05, 2024
-
-
github-automation-metabase authored
* fix the script, and add the new edn * make the migrations run in the proper order * it works (needs cleanup) * remove broken binning - These bins rely on fingerprinting for the custom Age column - The fingerprinting for that custom column are not properly exported in serialization, hence do not get loaded into metabase, causing binning by Age to fail. * cleanup / linting * cleanup * update migration test ids to test * realign test name to check for to see if sample content was created * remove Product collection + move Examples into root * update collection_ids for the content too * remove click behavior for 'Revenue goal for this quarter' * Apply suggestions from code review * for the sample collection is_sample should be true * Drop CreateInternalUserNoOp * typo * update migration comments * 2 small fixes * fix data perms for example coll * add a comment so we don't have 2 blank lines in a row --------- Co-authored-by:
bryan <bryan.maass@gmail.com> Co-authored-by:
Chris Truter <crisptrutski@users.noreply.github.com>
-
github-automation-metabase authored
Co-authored-by:
William <william@metabase.com>
-
Jeff Bruemmer authored
-
github-automation-metabase authored
Co-authored-by:
Oleksandr Yakushev <alex@bytopia.org>
-
github-automation-metabase authored
Co-authored-by:
Chris Truter <crisptrutski@users.noreply.github.com>
-
github-automation-metabase authored
Co-authored-by:
Noah Moss <32746338+noahmoss@users.noreply.github.com>
-
github-automation-metabase authored
Co-authored-by:
Chris Truter <crisptrutski@users.noreply.github.com>
-
- Dec 04, 2024
-
-
github-automation-metabase authored
Co-authored-by:
Ngoc Khuat <qn.khuat@gmail.com> Co-authored-by:
Phoomparin Mano <poom@metabase.com>
-
github-automation-metabase authored
Fixes: #50771 The new sync process failed to qualify enums outside public and therefore failed to properly type them in database_type. This could either result in matching the wrong type if there was a conflict or not being typed as an enum. Co-authored-by:
Case Nelson <case@metabase.com>
-
github-automation-metabase authored
Co-authored-by:
metamben <103100869+metamben@users.noreply.github.com>
-
github-automation-metabase authored
* Add trial banner * Use the semantic "warning" color for background * Simplify the "reappearance" logic * Refine the banner logic - Pass the bare minimum information (expiry timestamp) to the `TrialBanner` - Take timezones into account - Introduce utilities - Add unit tests * Update the remaining tests * Clean up * Unbreak my `defsetting`
* Add comments * Defer var assignment * Fix failing tests * Adjust the types in order to match `master` * Move the logic up to the parent component * Convert the `index` component to TS * Fix typo in the JSDoc * Fix another typo * Make the return statement more readable * Remove redundant test Co-authored-by:Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com>
-
github-automation-metabase authored
Applying the underlying records filter to a query with a join displays fields from the join Co-authored-by:
William <william@metabase.com>
-
github-automation-metabase authored
Co-authored-by:
Chris Truter <crisptrutski@users.noreply.github.com>
-
github-automation-metabase authored
Co-authored-by:
Chris Truter <crisptrutski@users.noreply.github.com>
-
github-automation-metabase authored
Co-authored-by:
Alexander Solovyov <alexander@solovyov.net>
-
github-automation-metabase authored
Co-authored-by:
Ngoc Khuat <qn.khuat@gmail.com>
-
github-automation-metabase authored
Co-authored-by:
Ngoc Khuat <qn.khuat@gmail.com>
-
- Dec 03, 2024
-
-
github-automation-metabase authored
Co-authored-by:
Noah Moss <32746338+noahmoss@users.noreply.github.com>
-
github-automation-metabase authored
Pivot Exports Can Handle `nil` in Breakout Col, and Multiple Cols of the Same Aggregation Type (#50672) (#50780) * Pivot Exports Can Handle `nil` in Breakout Col, and Multiple Cols of the Same Aggregation Type Fixes #50551 If a pivot table has several measures configured, they might both use the same kind of aggregation (eg. 'sum'). Previously, this would lead to columns with the same name preventing the pivot-measures from properly making it through the export post processing. Now, the correct aliased/deduped name is used and all columns can be properly included in the pivot export. Also fixes the case where a breakout column (pivot-row) contains `nil` values, which caused the pivot export to fail. Now, all nil values are grouped and handled appropriately. * when pivot is disabled, header should still be included * min and max don't default to 0, add a test for the aggregations Co-authored-by:
adam-james <21064735+adam-james-v@users.noreply.github.com>
-
github-automation-metabase authored
Co-authored-by:
Chris Truter <crisptrutski@users.noreply.github.com>
-
github-automation-metabase authored
* match against any hexadecimal bundle name * add e2e tests skeleton * Support display-name for ISO get-day-of-week exclusion expressions (#50606) * Support display-name for ISO get-day-of-week exclusion expressions Fixes #50574 * Fix light theme embeddings has different text colors (#50678) * add cache-control tests * support local runs --------- Co-authored-by:
Phoomparin Mano <poom@metabase.com> Co-authored-by:
metamben <103100869+metamben@users.noreply.github.com> Co-authored-by:
Mahatthana (Kelvin) Nomsawadi <me@bboykelvin.dev>
-
- Nov 30, 2024
-
-
github-automation-metabase authored
Co-authored-by:
Chris Truter <crisptrutski@users.noreply.github.com>
-
- Nov 29, 2024
-
-
github-automation-metabase authored
Co-authored-by:
Chris Truter <crisptrutski@users.noreply.github.com>
-
github-automation-metabase authored
Co-authored-by:
Chris Truter <crisptrutski@users.noreply.github.com>
-
github-automation-metabase authored
This protects against us trying to read or write from an incompatible search index. In particular it prevents existing instances from being switched over to an incompatible table during an HA upgrade or downgrade. ~~It doesn't yet get rid of the needless re-initialization, but that will be a fast follow.~~ It breaks up the jobs so that we won't reindex on startup unless necessary. Co-authored-by:
Chris Truter <crisptrutski@users.noreply.github.com>
-
github-automation-metabase authored
Co-authored-by:
Chris Truter <crisptrutski@users.noreply.github.com>
-
github-automation-metabase authored
See https://www.notion.so/metabase/Search-Index-Maintenance-14b69354c9018047b670cbba1c3be50d This ensures that when one instance starts or finishes reindexing, the other instances pick up and switch to the same tables. Note: this does not stop blowing away the currently active table on deployment yet, we need to have a notion of version for that first. Co-authored-by:
Chris Truter <crisptrutski@users.noreply.github.com>
-
github-automation-metabase authored
This also avoids a brittle song and dance with non-authoritative atoms in the background. Now we juggle authoritative atoms all the time
Co-authored-by:Chris Truter <crisptrutski@users.noreply.github.com>
-
- Nov 28, 2024
-
-
github-automation-metabase authored
* Enable underlying-records drill in table viz for multi-stage queries * Fix e2e test * Add tests for underyling-records drill for multi-stage queries * Review feedback: filterv not-empty etc * Review feedback: add a breakout-only query to drill-thru canned-queries Co-authored-by:
appleby <86076+appleby@users.noreply.github.com>
-
github-automation-metabase authored
Fixes https://github.com/metabase/metabase/issues/50501 Co-authored-by:
Chris Truter <crisptrutski@users.noreply.github.com>
-
- Nov 27, 2024
-
-
github-automation-metabase authored
* Table Column Ordering Should Not Prevent Pivot Exports Prior, when viz-settings existed for table column ordering, or if some columns were hidden in a regular table viz, the pivot export could fail. Now, if a pivot table is being exported, the table column sorting is properly ignored and the pivot export should work. * address feedback Co-authored-by:
adam-james <21064735+adam-james-v@users.noreply.github.com>
-
github-automation-metabase authored
Co-authored-by:
Chris Truter <crisptrutski@users.noreply.github.com>
-
github-automation-metabase authored
Co-authored-by:
Chris Truter <crisptrutski@users.noreply.github.com>
-
github-automation-metabase authored
Co-authored-by:
Chris Truter <crisptrutski@users.noreply.github.com>
-
- Nov 26, 2024
-
-
github-automation-metabase authored
* Adding .png version of no_results.svg to fix #49012 * Adjusting text color to to match existing color scheme * Removing old unused no results assets; adding new png version of no_results.svg at matching resolution to pulse_no_results@2x.png * Fixing namespace import cycle Co-authored-by:
Tyler Plude <tsplude@gmail.com>
-
github-automation-metabase authored
* remove pivot-grouping row and columns in tandem (#50476) * remove pivot-grouping row and columns in tandem * add pivot card scalar test for csvs and xlsx. * improve test feedback * add a 'todo' for pivoted json exports * indent * tap tap tap --------- Co-authored-by:
bryan <bryan.maass@gmail.com> Co-authored-by:
Adam James <adam.vermeer2@gmail.com>
-
github-automation-metabase authored
* Pivot Export Aggregations Improved and Won't Error (#50380) * Pivot Export Aggregations Improved and Won't Error Fixes #50207 WIP - Totals now have appropriate aggregation implementation - Totals for different row and column partial paths could collide before (eg. if a pivot-col value was equal to the - measure idx), now the paths are unique and will not collide, causing errors * add a test * multiple measures need to have the correct order in each row * clean up, add some comments explaining totals paths * fix tests * add test to show add-rows working correctly after :rows-part :cols-part added * tap tap tap --------- Co-authored-by:
adam-james <21064735+adam-james-v@users.noreply.github.com> Co-authored-by:
Adam James <adam.vermeer2@gmail.com>
-
Kamil Mielnik authored
* Add stage-number parameter to NativeParameterDimensionTarget * Update unit test * Recognize native query dimension parameters with stage-number * Update test setup --------- Co-authored-by:
Tamás Benkő <tamas@metabase.com>
-