This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Aug 22, 2022
-
-
Cam Saul authored
* [Toucan 2 prep] Don't invoke Toucan models as functions * Some fixes * Test fixes
-
Nick Fitzpatrick authored
-
Nemanja Glumac authored
-
Gustavo Saiani authored
-
Alexander Polyankin authored
-
Cal Herries authored
* Show all "details-only" columns in the metadata tab of the DatasetEditor * Remove unnecessary `_.compose` Co-authored-by:
Mahatthana (Kelvin) Nomsawadi <mahatthana.n@gmail.com> * Move filtering condition from settings to _updateData * Add e2e test for showing details-only column in metadata tab * Fix breaking Table component * Fix merge conflict Co-authored-by:
Mahatthana (Kelvin) Nomsawadi <mahatthana.n@gmail.com>
-
Braden Shepherdson authored
FieldValues can be rebuilt by the sync process, but they are portable and including them aids in the plans for content moderation via git.
-
Gustavo Saiani authored
-
Alexander Polyankin authored
-
- Aug 19, 2022
-
-
Jeff Bruemmer authored
-
Braden Shepherdson authored
-
Alexander Polyankin authored
-
Jeff Bruemmer authored
-
Anton Kulyk authored
-
Alexander Polyankin authored
-
Jeff Bruemmer authored
-
- Aug 18, 2022
-
-
Aleksandr Lesnenko authored
* fix static viz waterfall colors * tests * Pass colors into StaticChart as third argument This might not be the best design, so changes are welcome, but I added this to properly consider the case where the application-colors are different, but the chart has no viz-settings: application-colors were being ignored (as they were passed into options, but not pulled out of options into the colors arg). * review Co-authored-by:
Adam James <adam.vermeer2@gmail.com>
-
Aleksandr Lesnenko authored
* static viz measure text * update previous incorrect values in tests
-
Cal Herries authored
* Display original field name with form input * Add subtitle through to input component (#24859) * Add subtitle through input component * Adjust layout Co-authored-by:
Callum Herries <hi@callumherries.com> Co-authored-by:
Gustavo Saiani <gustavo@poe.ma>
-
Jeff Bruemmer authored
-
- Aug 17, 2022
-
-
Dalton authored
Fix Dimension instance mismatch problems when filtering via a native Model's remapped field (#24817) * Add dimension to the clicked object created by a table header click * Use clicked.dimension in ColumnFilterDrill * Change how virtual table fields are instantiated * Add field_ref to reference method of Field * Revert virtual table field instantiation * Fix Dimension render method dup words issue * Carry other secret props over when reinstantiating * Stupid workaround to handle missing join-alias * Account for more silly subtitles btwn virtual and real tables * Update binning e2e tests * Fix more e2e tests (#16675) * Fix more e2e tests (#16674) * Unskip repro and add hacks to make it work * Try withoutJoinAlias without limiting to virtual tables
-
Anton Kulyk authored
-
Anton Kulyk authored
* Revert "Hide data app ID filters when viewing an app page (#24051)" This reverts commit 4c080d04. * Revert "Add confirmation modal and input modal description for custom actions (#24598)" This reverts commit b0c7a36a. * Revert text parametrization prototype in data apps * Remove "App" dashboard name prefix hack * Remove text parametrization prototype bit * Remove "Basic CUD" action buttons * Properly fix dashboard filters usage in text cards
-
Nemanja Glumac authored
* Remove test that is not relevant anymore * Move browse data test where it belongs * Move repro 16108 to the `sharing` reproductions * Consolidate tests regarding the new question data picker * Remove duplicate test Exactly the same copy lives in `saved.cy.spec.js` * Move tests related to aggregation to where they belong * Migrate data picker reproductions over from `new-menu` spec * Move test to the saved questions * Remove the `describe` block related to "simple" question mode Simple or Custom question modes do not exist anymore. When opening a new question data picker, it's always in the custom/notebook mode. The new "simple" mode now refers to an already opened table or a saved question. * Move repro 15808 to nested questions
-
Nemanja Glumac authored
-
Anton Kulyk authored
* Move action parameters utils to `writeback` module * Don't export internal utils * Remove not used import * Fix action types to match BE schema * Unify query and HTTP actions interface * Move `createHTTPAction` action to `writeback` * Remove redundant newline
-
Cal Herries authored
* Separate setting the timeout cookie's expires attribute from the session cookie's max-age * Add back public-settings/session-cookies tests and add docstrings * Fix setting cookies with full-app-embedding * Add docstring * Change logout to always delete the session * Remove extra code * Change session-cookie-name from multimethod to simple case expression * Refactor: move use-permanent-cookies? closer to usage * Fix FE unit test
-
Cam Saul authored
* RIP namespace checker linter * Remove linters.namespace-checker shim namespace
-
Natalie authored
-
Nemanja Glumac authored
-
- Aug 16, 2022
-
-
Nemanja Glumac authored
* Docs: update envvars to v44.1 Co-authored-by:
flamber <1447303+flamber@users.noreply.github.com>
-
Case Nelson authored
-
dpsutton authored
* Preserve metadata visibility-type Was being saved but not preserved and merged correctly. There are two points we need to preserve this information: in annotating the result metadata, we need to "flow" them. This is the combine metadata function which uses `preserve-keys`. And finally that stuff needs to be selected to be saved in `results_metadata`. That plucks off the `cols` map from the query run, merges it with insights and saves it. Missing this metadata in either location means we drop it: we have to flow it through the metadata and then ensure we select it for the final saving. * mt/mbql-query wants a symbol not a keyword * Update test to include visibility type when present
-
Anton Kulyk authored
-
dpsutton authored
not a huge deal, just small logger stuff set in metabase.bootstrap
-
Aleksandr Lesnenko authored
* revert render throttling and remove the sidebar animation * skip the initial cards animation * extend comment
-
Ngoc Khuat authored
* fix incorrectly hash a fieldvalues for field that is not the field we use to define sandbox rule * appease clj-kondo * make the doc clearer * remove the _id destructring
-
- Aug 15, 2022
-
-
Jeff Bruemmer authored
-
Natalie authored
-
Alexander Polyankin authored
Revert "Fix #23689: Sandboxed group managers can't see other users in the People tab (#23825)" (#24760)
-