This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Mar 16, 2023
-
-
Alexander Polyankin authored
-
Case Nelson authored
* Add an aggregate function to add aggregations to queries * Call ->op-arg on aggregate input * Allow any in aggregations for now because expressions on aggregates are allowed * We have to recurse into clauses
-
Natalie authored
-
Jerry Huang authored
* add permissions and test * address comments * fix whitespace * remove ehitespace * revert vscode changes
-
Tim Macdonald authored
-
Nemanja Glumac authored
-
Denis Berezin authored
* Refactored ExpressionWidget, ClauseStep components to TS (#28687) * Implement new UI design, add unit tests (#28776) * Add design changes to ExpressionWidget * Add new design for ExpressionEditorHelpText (#28920) * Add expression function arguments interactivity (#28966) * New design for expression editor info link (#29113)
-
Anton Kulyk authored
* Fix empty database picker state * Remove redundant `requireWriteback` occurrences * Update test * Update test * Use clearer names * Don't show query language message for actions * Use database `hasActionsEnabled` method * Remove `requireWriteback` prop * Respect `readOnly` prop in `DataSourceSelectors` * Extend e2e test coverage * Use `setActionsEnabledForDB` in Cypress * Fix data picker behavior
-
Nemanja Glumac authored
-
- Mar 15, 2023
-
-
Jeff Bruemmer authored
-
Ngoc Khuat authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Ryan Laurie authored
-
Ryan Laurie authored
* remove 'category' as a field type, because it isnt * update types
-
Ngoc Khuat authored
-
- Mar 14, 2023
-
-
Bryan Maass authored
* defendpoint auto coercion :arrow-heading-up::gear: * annotate all the id fields on the api with ms/Id * mark nillable "boolean" * update shape of action map - also improve the error messages with "recieved: _" * oh yeah! there are like 20 more *id*'s! * fix docstring + parse numbers properly * rename IntGreaterThanZero -> PositiveInt - remove ms/Id * fiddle with test wording * add regexes into compojure routes to avoid arbitrary route matching * tests for compojure route disambiguation w/ regex * trivial change to kick CI * minor refactor + update docstring * add nil condp default case * fix linter errors that snuck through .. somehow * fix typo + update tests that no longer regex-match
-
Tim Macdonald authored
-
Ryan Laurie authored
* Allow linkviz to show recent item suggestions * unit test recent link adding * oops
-
Tim Macdonald authored
* Users can execute actions if they can read the model and the DB is not blocked [Fixes #28425]
-
Anton Kulyk authored
* Handle data permission error for dashboard actions * Extract `setupUnauthorizedDatabaseEndpoints` * Type error as `unknown`
-
Nick Fitzpatrick authored
* adding hasMultipleDimensions check to hasLegend clause * Adding queryBuilderMain helper * PR Feedback * remove only
-
Mark Bastian authored
Updated module versions along with a few updated main deps.edn libs. Also added the outdated task to the deps file and fixed in place the nrepl and shadow-cljs nrepl ports.
-
Bryan Maass authored
-
Austin Lai authored
-
Aleksandr Lesnenko authored
-
Aleksandr Lesnenko authored
* fix exclude date filter serialization * review
-
Cal Herries authored
* Optimize average case DB calls * Typo * Fix test * Remove duplicate require * Return nil * Fixes * Fix docstring * Remove unused require * Avoid hydrating ordered_cards on the dashboard again * Tidy * Update docstring * Move transaction * Move comment * Remove dashboard->param-field-ids * whitespace * Tidy update-dashcards! * Updates from suggestions * Update test * Update test description Co-authored-by:
Ngoc Khuat <qn.khuat@gmail.com> --------- Co-authored-by:
Ngoc Khuat <qn.khuat@gmail.com>
-
Anton Kulyk authored
* Use icon helpers * Remove redundant export * Use top-level component in tests, keep clean state * Remove redundant `findBy*` lookups * Extract IDs to constants * Reduce repetitive code * Always mock execution endpoint * Get back changes lost while rebasing * Don't repeat exec mock URL everywhere
-
Aleksandr Lesnenko authored
-
- Mar 13, 2023
-
-
Cam Saul authored
-
Jerry Huang authored
* change documentation * change code comment to match
-
Natalie authored
-
Case Nelson authored
* Initial aggregation functions for metabase-lib * Remove comment for build? * Move defop to common * Add docstrings * Make eastwood happy
-
Aleksandr Lesnenko authored
* lint e2e specs on CI * update eslint to run on e2e specs
-
Cam Saul authored
* lib.equality * Better generation
-
Ryan Laurie authored
* only save changed dashboards * test early return from save action * remove problematic api wait for dashboard save * deeply compare cards and add better tests * update failing e2e test
-
Jeff Bruemmer authored
-
Mark Bastian authored
Updated kixi/stats lib from 0.44 to 0.5.5.
-
Nick Fitzpatrick authored
* Adding Show Total toggle, adding unit tests * adjusting unit test, fixing logic * Adding Static Viz test. PR Feedback
-