This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Mar 14, 2022
-
-
Mahatthana (Kelvin) Nomsawadi authored
* Revert field update to only notify without allow undoing * Add feedback when updating field details on datamodel
-
- Mar 12, 2022
-
-
Cam Saul authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
- Mar 11, 2022
-
-
Ariya Hidayat authored
-
Benoit Vinay authored
* TimeSeriesLineChart uses scaleBand instead of scaleTime for x-axis Similar to TimeSeriesBarChart * TimeSeriesAreaChart updated to match TimeSeriesLineChart
-
dpsutton authored
- sorting in query so don't have to sort in memory afterwards, and leaves open spot on the api to sort with user preferences if present (future work) - adds schema so we know what these bookmarks look like, and return an explicit structure instead of threading through dissoc and assoc - combined the remove-nil-values into the normalize function since it set up preconditions necessary for the normalize. - use Models in query so we don't have to hardcode the underlying table
-
Ariya Hidayat authored
-
Ariya Hidayat authored
This way, if the field name contains [ or ], this character will be handled properly (with escaping and unescaping at the right place). Ensure escape vs unescape symmetry
-
Diogo Mendes authored
-
Alexander Polyankin authored
-
- Mar 10, 2022
-
-
Noah Moss authored
-
Dalton authored
-
frannietrempe authored
-
Dalton authored
* Match the z-index of old popovers * Add flip prop to TippyPopover
-
Cam Saul authored
* Improved error messages when query execution fails * Pretty-print hx/identifier in a different way if it contains extra keys * Fix #20806 * Rename key used to record that we should not qualify * Fix line breaks * Test fix
-
Dalton authored
* use site-url when opening links via JS * fix normalization of 0 value * make dashboard click drill to same dashboard just update parameters * fix race condition with location prop * use Link instead of anchor tag
-
Ariya Hidayat authored
-
Diogo Mendes authored
* Creating cypress action * Adding shell
-
Dalton authored
-
Cam Saul authored
-
Cam Saul authored
-
Ngoc Khuat authored
* Localize personal colections's name * adding a macro to generate test data * use precondition instead of assert * fix per comment
-
Bryan Maass authored
* Fix ssl-key connection prop name * Adds unit test for ssl-key typo fix * fix ns require ordering Co-authored-by:
Guillermo Ríos <grios@stratio.com>
-
Luis Paolini authored
* Update env vars of SAML Adding some very important comments * Update docs/operations-guide/environment-variables.md Co-authored-by:
flamber <1447303+flamber@users.noreply.github.com> Co-authored-by:
flamber <1447303+flamber@users.noreply.github.com>
-
Gustavo Saiani authored
-
Gustavo Saiani authored
-
- Mar 09, 2022
-
-
adam-james authored
* Add the :archived status of card/dashboard/collection for filtering If an item is bookmarked, we can follow the link to that item without issue. But, if we bookmark an item and then archive that item, the bookmark shouldn't show up, as we don't want to link to an archived item. The bookmark itself is not removed, it's just filtered away when :archived is true. * Added test for bookmarked and archived items The archived items that are still bookmarked should not be sent to the Frontend.
-
Gustavo Saiani authored
-
Nemanja Glumac authored
* Upgrade Cypress to the latest version (9.4.1) * Fix collections tests failures after upgrade * Fix binning tests failures after upgrade * Fix dashboard test failures after upgrade * Fix models test failures after upgrade * Fix admin test failures after upgrade * Fix visualizations test failures after upgrade * Rewrite and fix repro for 17397 Added the missing issue reference. * Fix question test failures after upgrade * Fix interception handlers in metabase-visual tests * Fix the rest of the binning tests after upgrade * rewrite cypressWaitAll helper with a simple recursion * Updating to 9.5.0 * Upgrade Cypress to v9.5.1 * Fix repro for 13332 * Fix pinned items `collections` test failures * Speed `collection-pinned-overview` spec up using the API * Fix failing localization test Co-authored-by:
Aleksandr Lesnenko <alxnddr@gmail.com> Co-authored-by:
Diogo Mendes <diogo@metabase.com>
-
Diogo Mendes authored
* Create action for Uberjar * Fixing name * Adding shell bash to SHA * Adding shell on proper place * Adding one more shell
-
Noah Moss authored
-
Howon Lee authored
Put in capability but not link it in for nested column enrichment for postgres JSON columns
-
Mahatthana (Kelvin) Nomsawadi authored
-
- Mar 08, 2022
-
-
Nemanja Glumac authored
-
Dalton authored
* Fetch db schemas as dependencies of a query * Update StructuredQuery unit tests
-
Dalton authored
-
Nemanja Glumac authored
-
Jeff Bruemmer authored
-
frannietrempe authored
-