This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Mar 23, 2023
-
-
Emmad Usmani authored
* fix pie chart legend not fading on hover * use `aria-current` in test instead of directly checking style * fix failing test
-
Natalie authored
-
Ngoc Khuat authored
* db/count -> t2/count * db/exists -> t2/exists
-
Uladzimir Havenchyk authored
-
Braden Shepherdson authored
This is tested implicitly by round-tripping every legacy MBQL query the BE tests pass to `mt/mbql-query` etc.
-
Nick Fitzpatrick authored
-
Cal Herries authored
* Use type/JSON instead of type/SerializedJSON * Tidy migration * Update migration * Fix rollback migration for h2 * whitespace * Add test for migration * Fix test * Add rollback * whitespace * Test JSONB type as well as JSON * Don't fingerprint JSON columns * Remove comment, that might be wrong in the future * Update test * Add tests for fingerprinting * Use base-type JSON for fingerprinting base query * Add test for visibility-type=details-only * undo . * Change migration id * Fix migration test * Merge master * Exclude mariadb from tests * Make is-mariadb? public
-
Ngoc Khuat authored
* convert db\/insert! to t2
-
Cal Herries authored
* Drop support for nested field columns for redshift * db/select -> t2/select * Remove clj_kondo file
-
Tim Macdonald authored
* Add action.dataset_query to search results * Add action.database_id to search results * Unskip repro * better FE error handling for action query display * update repro --------- Co-authored-by:
Ryan Laurie <iethree@gmail.com>
-
Nemanja Glumac authored
* Remove usages of `cy.addFilterToDashboard` custom command * Fully remove `cy.addFilterToDashboard` custom command
-
- Mar 22, 2023
-
-
Bryan Maass authored
They were getting deleted, but only when granting permissions. Now they will be deleted whenever their v1 path counterpart gets deleted.
-
Natalie authored
-
adam-james authored
* WIP improvement of recent_views endpoint query * Adjust query to actually include models (cards with :dataset true) This was not part of the recent_views before, so I think it's actually an improvement to the feature as well as improvement to the characteristics of the query itself. * Linter fixes * One more take on recent_views query. Last 30 days, all req's in 1 query This query combines view_log and query_execution Keep query_executions when they are card with context 'question' Keep any card views when they are 'datasets' (aka models) Remove duplicates with GROUP BY model, model_id Sort by timestamp desceneding Remove any views that are bookmarked by using NOT IN * An improved query that handles all logic in one db query * Adjust limit in case archived cards/dashboards are in the list * Make fn private for linter * Add one additional constraint to prevent pinned items from counting as viewed * Address review feedback * Accidentally slipped this in... not needed on this PR
-
Emmad Usmani authored
* fix color range for null values in table * add another test case
-
Uladzimir Havenchyk authored
-
Jerry Huang authored
* initial changes * styling change * address comments * fix sso settings * update test * update test * remove warning * fix test
-
Mark Bastian authored
-
Jeff Bruemmer authored
-
Alexander Polyankin authored
-
Braden Shepherdson authored
It's broken there because it tries to capture the Var returned by `defn` in a `let`. Vars aren't real in CLJS, so this doesn't work. The compile succeeds but the JS output is subtly broken.
-
Alexander Polyankin authored
-
Emmad Usmani authored
-
Jeff Bruemmer authored
-
Noah Moss authored
* show all subscriptions in notification management page regardless of collection perms * strip cards and recipients if necessary * indentation tweak * add backend tests * add cypress repro * fix permissions check * slightly different approach * fix cypress test * fix test * address comment
-
Jeff Bruemmer authored
-
Cam Saul authored
* MLv1 remove unused * Remove definitely unused methods
-
Anton Kulyk authored
* Use internal metadata for `generateQueryDescription` * Remove `tableMetadata` from `SaveQuestionModal` * Remove `tableMetadata` from `AggregationPopover` * Remove `tableMetadata` from `QueryBuilder` * Remove console.logs * Fix `_getMLv2Query` call
-
uladzimir authored
-
Nemanja Glumac authored
-
Alexander Polyankin authored
-
Cal Herries authored
* Don't fingerprint fields that have (isa? :base_type :type/Structured) * Add fingerprinting test
-
Cal Herries authored
-
- Mar 21, 2023
-
-
Ngoc Khuat authored
-
metamben authored
* Add function for updating filters
-
metamben authored
* Support adding and getting filters * Add current-filters function for handling a conjunction of filters
-
Roman Abdulmanov authored
-
Emmad Usmani authored
* fix dashboard opening in editing state when it shouldn't * unskip reproduction test
-
Noah Moss authored
-
Aleksandr Lesnenko authored
-