This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Dec 03, 2024
-
-
github-automation-metabase authored
* Add new strings for v52.0 * Update translations --------- Co-authored-by:
github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by:
github-actions <github-actions@github.com>
-
- Nov 20, 2024
-
-
github-actions[bot] authored
* Add new strings for v51.4 * Update translations * kick ci --------- Co-authored-by:
github-actions <github-actions@github.com> Co-authored-by:
Ryan Laurie <iethree@gmail.com>
-
- Nov 18, 2024
-
-
Ryan Laurie authored
-
- Aug 29, 2024
-
-
Ryan Laurie authored
-
- Aug 19, 2024
-
-
github-actions[bot] authored
* Add new strings for v50.20 * update translations for 50.21 --------- Co-authored-by:
github-actions <github-actions@github.com> Co-authored-by:
Ryan Laurie <iethree@gmail.com>
-
- Jul 30, 2024
-
-
github-actions[bot] authored
* Add new strings for v50.15 * import updated translations --------- Co-authored-by:
github-actions <github-actions@github.com> Co-authored-by:
Ryan Laurie <iethree@gmail.com>
-
- Jul 15, 2024
-
-
Ryan Laurie authored
-
- Jun 06, 2024
-
-
Ryan Laurie authored
* update translations for v50 * add Danish * update translations for v50 release * alphabetical order is nice
-
- Apr 01, 2024
-
-
Ryan Laurie authored
* put new strings in the pot * update some more strings * add new translated strings
-
- Mar 13, 2024
-
-
Ryan Laurie authored
* updated pot file for v49 * update translations for 49
-
- Feb 05, 2024
-
-
Ryan Laurie authored
* add Hebrew support
-
- Dec 14, 2023
-
-
Ryan Laurie authored
-
- Dec 11, 2023
-
-
Ryan Laurie authored
-
- Oct 30, 2023
-
-
Cal Herries authored
-
- Oct 03, 2023
-
-
Aleksandr Lesnenko authored
-
- Aug 14, 2023
-
-
Maz Ameli authored
* add latvian and update translations for 47 * translate untagged strings found in review * okay but really this time is it I swear
-
- Mar 20, 2023
-
-
Maz Ameli authored
* build strings for 46 * pull in translations for 46 * last-minute updates and add korean
-
- Dec 02, 2022
- Oct 26, 2022
-
-
Alexander Polyankin authored
-
- Sep 08, 2022
-
-
Alexander Polyankin authored
-
- Aug 03, 2022
-
-
Diogo Mendes authored
-
- May 14, 2022
-
-
Maz Ameli authored
* build resources * update translations for x.43.1
-
- Apr 26, 2022
- Feb 01, 2022
-
-
Maz Ameli authored
0.42 translations: adds Indonesian, cleans up some strings, and updates our i18n build script (#20041) * update translation build script to catch ts and tsx files * add blank file for indonesian * makes password resetting less awesome * get rid of 'this item' text * add updated translations * Adjust E2E tests expectation of the strings (after the modification) Co-authored-by:
Ariya Hidayat <ariya@metabase.com>
-
- Oct 05, 2021
-
-
Maz Ameli authored
-
- Aug 03, 2021
-
-
Maz Ameli authored
-
- Jul 08, 2021
-
- Jun 29, 2021
-
-
Maz Ameli authored
-
- Apr 15, 2021
-
-
Maz Ameli authored
-
- Jan 26, 2021
-
-
Maz Ameli authored
-
- Jan 15, 2021
-
-
Maz Ameli authored
-
- Dec 28, 2020
-
-
Maz Ameli authored
* basic multi-level pivoting [ci skip] * better code to get rows * multiple value columns, other fixes * fix pivot table unit tests now that values are formatted * Pivot table column settings (#13760) * Pivot table virtualization (#13879) * add pivot table icon * Dashboard subscriptions work, squashed This test namespace differs in EE and OSS Without other changes from EE, this won't work so, for now, I've restored the pure OSS version of this test redo wording on existing subscription cards hacks? to address some timing issues where the render loop executes before properties are available (loaded from the server) links to configure pulse types Display a link to configure email or slack when they aren't already Fix the am/pm picker set up a new schedule tooltip The sidebar can appear and disappear from the Sharing popover run prettier on everything email recipients now does the "name [and n other]" thing Dashboard subscriptions work, squashed redo wording on existing subscription cards hacks? to address some timing issues where the render loop executes before properties are available (loaded from the server) styling for email not configured state add styling for slack unconfigured state disable cursor-pointer if email or slack isn't configured Implement cancel button for the sidebar (#13741) Dashboard subscription UX enhancements: * Implement cancel button for the sidebar * Don't return duplicate dashboard subscriptions * Move sidebar cancellation into Redux * Add close icon * Fix popover behavior Dashboard Subscriptions: Fix build (#13859) * Frontend lint fixes * Fix failing email tests * Revert some of the snapshot changes * regenerate snapshots * done fixing FE tests? * Make `dashboard_card_id` optional in CardRef schema * Fix test setup in pulse model test * Fix collection API test * Order pulses by name * Cypress fixes/skips Co-authored-by:
Paul Rosenzweig <paul.a.rosenzweig@gmail.com> Subscribe to dashboards send test email (#13886) * Frontend lint fixes * Fix failing email tests * Revert some of the snapshot changes * regenerate snapshots * done fixing FE tests? * Make `dashboard_card_id` optional in CardRef schema * Fix test setup in pulse model test * Fix collection API test * Order pulses by name * Cypress fixes/skips * uggh cypress * Add button to send test email for dashboard subscriptions * Disable test email with no recipients * Refactor SendTestEmail Co-authored-by:
Paul Rosenzweig <paul.a.rosenzweig@gmail.com> Fix failing collection tests (#13891) * Move dashboard embedding button (#13928) * PoC of a basic waterfall renderer (#13661) (#13812) * PoC of a basic waterfall renderer (#13661) * Ensure that waterfall bars are not razor-thin * Assume the data is already in the form of increases & decreases * Waterfall chart: show the correct series values (positives and negatives) (#13661) (#13824) * Waterfall chart: show the correct series values (positives and negatives) Also, position the value labels properly (horizontally centered). * Waterfall: fix the vertical posiition of series values * Refactor the detection of bar or waterfall display * Waterfall: add the total bar (#13862) * Waterfall: add the total bar This is carried out by adding a new row in the chart series. * Fix string for translation * Fix reducer when calculating the total sum * Fix the position of the value label for the total bar * Use _.each and array spread operator * Prepare the total bar for waterfall without mutating the series data * Waterfall: Refactor stacked bar computation to fix for negative values (#13893) * Waterfall: Refactor stacked bar computation to fix for negative values This also simplifies the renderer, as most of the usual logic for stacked bar can be reused for waterfall. * Simplify computing waterfall values using Array#reduce * Add some unit tests for the waterfall renderer (#13909) * Waterfall: Ensure the correct tooltip and value label for the total (#13907) * Waterfall setting show/hide the total bar (#13919) * add waterfall icon * Waterfall settings: color settings for increases, decreases, total (#13931) * Waterfall settings: color widgets for increases, decreases, total * Compactify the color settings for waterfall * Waterfall colors: apply the increase & decrease colors * Move waterfall coloring to setChartColor() * Separate waterfall's total into its own (in the virtual stacked bars) This makes it easy to color the total bar, which has a value only for the last one in the series anyway * Waterfall total color should be conditional on the total toggle * Hide the regular series color widgets for waterfall charts. (#13951) Since the waterfall rendering only uses the increase, decrease, and total colors, there is no need to let the user pick the regular series colors. * add some strings that aren't in the UI yet (#13963) * update translations * remove all the extra newlines blerg * check out unmodified dashboard.clj model * reset two unrelated files Co-authored-by:
Paul Rosenzweig <paul.a.rosenzweig@gmail.com> Co-authored-by:
Paul Rosenzweig <paulrosenzweig@users.noreply.github.com> Co-authored-by:
Robert Roland <rob@metabase.com> Co-authored-by:
Ariya Hidayat <ariya@metabase.com> Co-authored-by:
Ariya Hidayat <ariya.hidayat@gmail.com> Co-authored-by:
Reza Lotun <reza@lotun.ca>
-
- Oct 21, 2020
-
-
Maz Ameli authored
-
- Jul 21, 2020
-
-
Maz Ameli authored
-
- May 20, 2020
-
-
Maz Ameli authored
* add fully translated turkish po file * fix newline errors
-
- Mar 27, 2020
-
-
Paul Rosenzweig authored
-
- Dec 19, 2019
-
-
Maz Ameli authored
* update pot and tag some missed strings * import updated strings from poeditor and remove ukrainian and norwegian * remove pesky \ns
-
- Nov 06, 2019
-
-
Maz Ameli authored
* update translations for included languages * Add i18n CI step from master * fix newlines in it.po * remove \n from nl.po * remove \n from pl.po * add Slovak and update others * remove newlines * update locales.clj * reset config.yml
-