This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Aug 19, 2024
-
-
github-automation-metabase authored
* Add new strings for v50.20 * update translations for 50.21 --------- Co-authored-by:
github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by:
github-actions <github-actions@github.com> Co-authored-by:
Ryan Laurie <iethree@gmail.com>
-
- Jul 31, 2024
-
-
github-automation-metabase authored
* Add new strings for v50.15 * import updated translations --------- Co-authored-by:
github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by:
github-actions <github-actions@github.com> Co-authored-by:
Ryan Laurie <iethree@gmail.com>
-
- Jul 16, 2024
-
-
github-automation-metabase authored
Co-authored-by:
Ryan Laurie <30528226+iethree@users.noreply.github.com>
-
- Jun 06, 2024
-
-
github-automation-metabase authored
* update translations for v50 * add Danish * update translations for v50 release * alphabetical order is nice Co-authored-by:
Ryan Laurie <30528226+iethree@users.noreply.github.com>
-
- 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
-
- Sep 18, 2019
-
-
Maz Ameli authored
* add back in fa.po and zh.po * fix newlines in it.po * fix newlines in pl.po * fix newlines in fa.po * okay seriously fix all the newline problems * missed a couple * fix some persian things I messed up
-
- Aug 20, 2019
-
-
Cam Saul authored
* 0.33 instrumentation [WIP] (#10610) * wip instrumentation * add nqf instrumentation * Fix data-metabase-event that wasn't being forwarded * Merge master into release-0.33.x (#10634) * Compute Content-Security-Policy hashes for inline JS (#10504) * Split out inline JS from index/init templates to separate files * Read inline JS from resources at run time * Calculate inline JS hashes for CSP header from content * Move inline JS to resource sub-directory * Update and memoize inline JS loading * Revert debug code * Deduplicate `resp/response` calls * Fix paths to moved inline JS resources * Force creation of test data DB so things don't get left in the cache This fix was provided by @camsaul. * Combine and `defonce` inline JS hashes * s/inlinejs/inline-js/ * Ensure that Metabase JAR is readable by `metabase` container user (#10510) If the umask of the user that builds the image is xx7, the JAR will not be world readable in the resulting image. * Remove `--add-modules=java.xml.bind` Java option (#10521) Fixes #10244. @camsaul confirmed that it is no longer needed. * Join on collection table's ID, not the joining table's `collection_id` (#10481) * Join on collection table's ID, not the joining table's `collection_id` This caused each record that joins on collection, to be duplicated for each existing collection: `LEFT JOIN collection collection ON card.collection_id = collection_id` should be `LEFT JOIN collection collection ON card.collection_id = collection.id` * Test fixes from @cam on EE * Insights: correctly handle infinities in results (#10502) Filter out models with infinities * Transfer log events as JSON objects and allow filtering on front-end (#10522) * Return log events as JSON objects from API; render on front-end Site UUID added to log events. * Remove superfluous memoization of site UUID retrieval Settings are already cached. * Transfer timestamps in ISO-8601 format * Move `metabase.metabot.instance/local-process-uuid` to `metabase.public-settings` * Use `local-process-uuid` in stead of `site-uuid` `site-uuid` is not unique across processes, which is what we want to associate with log events. * Remove unused import * Allow log events to be filtered by process UUID on front-end * Move process selector out of loading wrapper Otherwise, if there are process UUIDs with no log events, the selector is removed with the log event list. * Figured out how to add docs to `defonce` * Fix ns declaration * Linter appeasement * Merge log events received from back-end with previously received ones This allows responses from multiple back-end instances to be spliced together. * Use MB components in stead of plain, styled HTML tags The select is only displayed if more than one process UUID was found. * Linter appeasement * Move `metabase.public-settings/local-process-uuid` to `metabase.config` * Fix sorting on multiple log event fields * Flatten `Select` children to allow nested arrays of children * Generate options directly under parent Select * Limit the number of log events that we render * Docstring and style updates * Update editor config with Clojure files max line length * Ensure that `NumericWrapper` is imported before use * Cleanup layout * Bump HoneySQL version (#10559) The new version (0.9.5) includes @camsaul's Turkish upper case fix: jkk/honeysql#237 * Factor out test for access to localStorage (#10533) * Factor out test for access to localStorage This allows code that uses localStorage to test against `window.hasLocalStorage`, in stead of handling exceptions generated when access to localStorage is denied. * Move check for localStorage to metabase/lib/dom * Fix typo in warning message (#10556) * revert text color to #74838f (#10560) * revert text-medium color to #74838f * use light instead of medium on preview button * MBTL (#10105) Add transforms and domain models * Added page about maps and updated nav (#10495) * Added page about maps and updated nav * Clarified step 1 * Added more details throughout * Quick URL change * Added additional resource! * fix typo: 'sdisplay' to 'display' * Add message with link to docs for fields without any filter widgets (#10340) * Correct proxy command line [ci skip] (#10430) * Bump Toucan version to include Turkish lower case fix (#10581) * Wrap `tru` and `trs` macro results in `str` (#10571) * Add versions of `trs` and `tru` that wrap results in `str` The pre-existing `trs` and `tru` were renamed to `lazy-trs` and `lazy-tru` respectively, and new `trs` and `tru` funcs were added, wrapping the result of its lazy counterpart in `str`. This way the normal use case of `trs` and `tru` is improved by no longer requiring that it be wrapped in `str`. Cases where the translated result is passed to `str` anyway, the lazy version can be used. * `(str (trs ...))` → `(trs ...)` And the same for `tru`. * Allow `defsetting` descriptions to use lazy versions of `trs`/`tru` * Use `lazy-trs`/`lazy-tru` where `str` is applied separately * Remove unnecessary `vec` from `tru`/`trs` macros * puppetlabs.i18n does not have a `lazy-tru` * Missed some settings that now need to use `lazy-tru` * Only use `lazy-tru` in top-level `def`s If the localized strings are looked up on module import, before locales are loaded, the lookup will fail and the original input string will be used. * Fix bad usages of `tru` that should be `lazy-tru` * s/lazy-tr/deferred-tr/g * Avoid `tr*` macros being used in top-level (compile time) statements Because localizations are not yet loaded at compile time. * Add type hint for `str*` wrapping of `trs`/`tru` * Fix assigned function's return type hint * Expand docstrings for `i18n/tr[su]` * Use `trs` and `tru` from metabase.util.i18n instead of puppetlabs.i18n.core * Defer compile time translation lookups These changes were pointed out by exceptions generated by `i18n/str*`. * Remove unused `require`d function * New compile time `trs` usages caught by `lein uberjar` * Ensure that error message from db driver is a string It is necessary to ensure that the error message is a string, because some db driver errors come from statically declared error messages, using `deferred-tru`. Like those in `metabase.driver.common/connection-error-messages`. Fixes #10347 and #10473. * Remove string type hint from `humanize-connect-error-message` * Don't disable preview for fields with non-trivial type (#9687) * Don't create API callback if no database is associated with card (#10573) * Don't create API callback if no database is associated with card Fixes #10538 * Return empty array to avoid mapping over null * Operations guide breakout (#10569) * Splitting the operations guide into separate pages * Added a description to the Operations Guide nav * Renamed the files and updated the navigation * FAQ section of the docs (#10587) * FAQ section of the docs * Made links relative * Link & TOC changes * Fixing duplicate header, adding data collection URL * Removed the "option is turned off by default" wording * Don't return table data for archive searches (#10627) Fixes #10439 * Fix docs links, small text changes (#10613) * Fingerprinting: correctly handle datetimes that are also FKs (#10621) * Test fixes [ci druid] * Disable failing test for now * v0.33.0 * Only throttle failed login attempts (#10593) * Compute Content-Security-Policy hashes for inline JS (#10504) * Split out inline JS from index/init templates to separate files * Read inline JS from resources at run time * Calculate inline JS hashes for CSP header from content * Move inline JS to resource sub-directory * Update and memoize inline JS loading * Revert debug code * Deduplicate `resp/response` calls * Fix paths to moved inline JS resources * Force creation of test data DB so things don't get left in the cache This fix was provided by @camsaul. * Combine and `defonce` inline JS hashes * s/inlinejs/inline-js/ * Ensure that Metabase JAR is readable by `metabase` container user (#10510) If the umask of the user that builds the image is xx7, the JAR will not be world readable in the resulting image. * Remove `--add-modules=java.xml.bind` Java option (#10521) Fixes #10244. @camsaul confirmed that it is no longer needed. * Join on collection table's ID, not the joining table's `collection_id` (#10481) * Join on collection table's ID, not the joining table's `collection_id` This caused each record that joins on collection, to be duplicated for each existing collection: `LEFT JOIN collection collection ON card.collection_id = collection_id` should be `LEFT JOIN collection collection ON card.collection_id = collection.id` * Test fixes from @cam on EE * Insights: correctly handle infinities in results (#10502) Filter out models with infinities * Transfer log events as JSON objects and allow filtering on front-end (#10522) * Return log events as JSON objects from API; render on front-end Site UUID added to log events. * Remove superfluous memoization of site UUID retrieval Settings are already cached. * Transfer timestamps in ISO-8601 format * Move `metabase.metabot.instance/local-process-uuid` to `metabase.public-settings` * Use `local-process-uuid` in stead of `site-uuid` `site-uuid` is not unique across processes, which is what we want to associate with log events. * Remove unused import * Allow log events to be filtered by process UUID on front-end * Move process selector out of loading wrapper Otherwise, if there are process UUIDs with no log events, the selector is removed with the log event list. * Figured out how to add docs to `defonce` * Fix ns declaration * Linter appeasement * Merge log events received from back-end with previously received ones This allows responses from multiple back-end instances to be spliced together. * Use MB components in stead of plain, styled HTML tags The select is only displayed if more than one process UUID was found. * Linter appeasement * Move `metabase.public-settings/local-process-uuid` to `metabase.config` * Fix sorting on multiple log event fields * Flatten `Select` children to allow nested arrays of children * Generate options directly under parent Select * Limit the number of log events that we render * Docstring and style updates * Update editor config with Clojure files max line length * Ensure that `NumericWrapper` is imported before use * Cleanup layout * Bump HoneySQL version (#10559) The new version (0.9.5) includes @camsaul's Turkish upper case fix: jkk/honeysql#237 * Factor out test for access to localStorage (#10533) * Factor out test for access to localStorage This allows code that uses localStorage to test against `window.hasLocalStorage`, in stead of handling exceptions generated when access to localStorage is denied. * Move check for localStorage to metabase/lib/dom * Fix typo in warning message (#10556) * revert text color to #74838f (#10560) * revert text-medium color to #74838f * use light instead of medium on preview button * MBTL (#10105) Add transforms and domain models * Added page about maps and updated nav (#10495) * Added page about maps and updated nav * Clarified step 1 * Added more details throughout * Quick URL change * Added additional resource! * fix typo: 'sdisplay' to 'display' * Add message with link to docs for fields without any filter widgets (#10340) * Correct proxy command line [ci skip] (#10430) * Bump Toucan version to include Turkish lower case fix (#10581) * Wrap `tru` and `trs` macro results in `str` (#10571) * Add versions of `trs` and `tru` that wrap results in `str` The pre-existing `trs` and `tru` were renamed to `lazy-trs` and `lazy-tru` respectively, and new `trs` and `tru` funcs were added, wrapping the result of its lazy counterpart in `str`. This way the normal use case of `trs` and `tru` is improved by no longer requiring that it be wrapped in `str`. Cases where the translated result is passed to `str` anyway, the lazy version can be used. * `(str (trs ...))` → `(trs ...)` And the same for `tru`. * Allow `defsetting` descriptions to use lazy versions of `trs`/`tru` * Use `lazy-trs`/`lazy-tru` where `str` is applied separately * Remove unnecessary `vec` from `tru`/`trs` macros * puppetlabs.i18n does not have a `lazy-tru` * Missed some settings that now need to use `lazy-tru` * Only use `lazy-tru` in top-level `def`s If the localized strings are looked up on module import, before locales are loaded, the lookup will fail and the original input string will be used. * Fix bad usages of `tru` that should be `lazy-tru` * s/lazy-tr/deferred-tr/g * Avoid `tr*` macros being used in top-level (compile time) statements Because localizations are not yet loaded at compile time. * Add type hint for `str*` wrapping of `trs`/`tru` * Fix assigned function's return type hint * Expand docstrings for `i18n/tr[su]` * Use `trs` and `tru` from metabase.util.i18n instead of puppetlabs.i18n.core * Defer compile time translation lookups These changes were pointed out by exceptions generated by `i18n/str*`. * Remove unused `require`d function * New compile time `trs` usages caught by `lein uberjar` * Ensure that error message from db driver is a string It is necessary to ensure that the error message is a string, because some db driver errors come from statically declared error messages, using `deferred-tru`. Like those in `metabase.driver.common/connection-error-messages`. Fixes #10347 and #10473. * Remove string type hint from `humanize-connect-error-message` * Only throttle failed login attempts This will not work until metabase/throttle#1 has been merged, and Metabase's deps updated to include that change. * Don't disable preview for fields with non-trivial type (#9687) * Don't create API callback if no database is associated with card (#10573) * Don't create API callback if no database is associated with card Fixes #10538 * Return empty array to avoid mapping over null * Throttle logins on request support, with custom header support If the `:mb-session-throttle-source-header` config option is set, a login request's source is read from that header in the HTTP request, instead of using `(:remote-addr request)`. The concrete use case for this is setting is `X-Forwarded-For`. * Update test expectations to reflect fixes in `throttle` lib * Expand `X-Forwarded-For` header source IP test * Add test for per request source throttling * Rename variable * Factor out injection of HTTP 400 status into error * Replace remaining uses of `throttle-check` with `with-throttling` * Re-add `throttle-check` for use in `forgot_password` endpoint The usage semantics of this endpoint is different, in that it doesn't have a concept of the failed request. Therefore all requests need to be throttled. * Operations guide breakout (#10569) * Splitting the operations guide into separate pages * Added a description to the Operations Guide nav * Renamed the files and updated the navigation * Bump throttle version * Initialize new `source-address-header` setting during setup * Replace request source header config with public setting * Update `with-throttling` usage to new multi-throttler form * Parameterize `cleaned-throttlers` to make it more generally applicable * Add test for throttling on `forgot_password` endpoint * Update docstring * Only throttle Google auth requests when throttling is enabled * Don't initialize source address header setting last It nukes the returned response object from `set-session-cookie`. * Linter fixes and appeasement * FAQ section of the docs (#10587) * FAQ section of the docs * Made links relative * Link & TOC changes * Fixing duplicate header, adding data collection URL * Removed the "option is turned off by default" wording * Don't return table data for archive searches (#10627) Fixes #10439 * Fix docs links, small text changes (#10613) * Fingerprinting: correctly handle datetimes that are also FKs (#10621) * Center chart with legend (#10406) * Simplify function implementation * Replace consecutive `get`s with single `get-in`s * Fix comment styling * Ensure that `source-address-header` setting is always (safely) lower cased * Add test for `metabase.util/lower-case-end` * fix i18n files; Update toucan (#10642) * Fix locales newlines * Bump Toucan version -> 1.14.0 * Update version
-
Cam Saul authored
* Fix locales newlines * Bump Toucan version -> 1.14.0
-
- Aug 19, 2019
-
-
Maz Ameli authored
-