This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Jun 27, 2023
-
-
Cam Saul authored
* Extra Metric tests; include `:description` in the Metric `display-info` * Add `available-metrics` function & TS wrappers * Support passing a Metric to `lib/aggregate` * Include `:selected` information in Metric display info * Fix indentation * Revert changes to arithmetic type-of calculation * Test fixes
* Address PR feedback * Address PR feedback * Update docstring -
Cam Saul authored
* MLv2: lib.metadata function simplification * Kondo
-
Case Nelson authored
* [MLv2] Native query manipulation functions for raw query and template tags * Remove circular dependency * Check extract, rather than recognize * Copy schema from #31789, fix tests for schema * Fix test * Update src/metabase/lib/js.cljs Co-authored-by:
metamben <103100869+metamben@users.noreply.github.com> * Update src/metabase/lib/native.cljc Co-authored-by:
metamben <103100869+metamben@users.noreply.github.com> * Convert template-tag dimension field to mlv2 * Update src/metabase/lib/schema/template_tag.cljc Co-authored-by:
metamben <103100869+metamben@users.noreply.github.com> * Include ::id/snippet * Add assert for modifying native queries * sort namespace --------- Co-authored-by:
metamben <103100869+metamben@users.noreply.github.com>
-
metamben authored
* Fix resolving inherited columns * Introduce remove-join function Part of #30093.
-
Tim Macdonald authored
-
Case Nelson authored
-
Noah Moss authored
* only try to parse temporal values during xlsx export when effective type is temporal * add dan's test suggestion
-
- Jun 26, 2023
-
-
Noah Moss authored
* read is-metabot-enabled setting from env var only * change visibility back to public * skip metabot specs * skip one more spec * fix BE tests * fix indentation * more indentation --------- Co-authored-by:
Aleksandr Lesnenko <alxnddr@gmail.com>
-
Emmad Usmani authored
* only load cards and metadata for current dashboard tab * add e2e test * refactor * more refactoring * fix filters not working * update e2e test * fix bug with x-rays * add dashboard_tab_id to automagic-dashboard response * use schema check instead * fix on public dashboards * remove FE x-ray fix now that BE is fixed * add test for public dashboards * fix duplicate request for public dashboards * fix notification bug * fix failing unit tests in `reducers.unit.spec.js` --------- Co-authored-by:
Ngoc Khuat <qn.khuat@gmail.com>
-
- Jun 24, 2023
-
-
metamben authored
The join-alias of joined columns should not escape the stage of the join.
-
- Jun 23, 2023
-
-
metamben authored
Part of #30093.
-
Case Nelson authored
[MLv2] filter-clause and aggregation-clause should return a raw MBQL clause, not external op (#31748) Fixes # * [MLv2] filter-clause and aggregation-clause should return a raw MBQL clause, not external op * Add tests for clause fns * Fix linter
-
- Jun 22, 2023
-
-
Tim Macdonald authored
-
- Jun 21, 2023
-
-
Cam Saul authored
* `:metadata/field` => `:metadata/column` * Merge master
-
Cam Saul authored
* Implement `suggested-join-condition` * Update docstring * OOOF fix typo in `filter-clause` * Fix premature i18n lookup * Address PR feedback * MLv2 JS join function wrappers * PR feedback from #31590 * `join-conditions` returns raw MBQL clauses! * WIP * Simplify `with-join-alias` and `with-join-fields` * Simplify join and add with-join-conditions * Un-revert dev * Wow! Remove unresolved nonsense. * Remove dev * Remove dev * Test fixes
* PR feedback * WIP * defop doesn't need query or stage-number anymore * Fix Cljs tests for base PR * Test fixes * Test fix * Update JS wrappers * MLv2: remove the source-table: card__<id> hack once and for all -
Cal Herries authored
-
Ngoc Khuat authored
-
Alexander Polyankin authored
-
Cal Herries authored
-
- Jun 20, 2023
-
-
Cam Saul authored
* MLv2: Handle missing Field metadata as long as it is present in Saved Question metadata * Address PR feedback
-
Cam Saul authored
* Implement `suggested-join-condition` * Update docstring * OOOF fix typo in `filter-clause` * Fix premature i18n lookup * Address PR feedback * MLv2 JS join function wrappers * PR feedback from #31590 * `join-conditions` returns raw MBQL clauses! * WIP * Simplify `with-join-alias` and `with-join-fields` * Simplify join and add with-join-conditions * Un-revert dev * Wow! Remove unresolved nonsense. * Remove dev * Remove dev * Test fixes
* PR feedback * WIP * defop doesn't need query or stage-number anymore * Fix Cljs tests for base PR * Test fixes * Test fix * Update JS wrappers -
Cam Saul authored
MLv2 Join API Simplification; implement `with-join-conditions`; make join `:alias` required (#31679) * Implement `suggested-join-condition` * Update docstring * OOOF fix typo in `filter-clause` * Fix premature i18n lookup * Address PR feedback * MLv2 JS join function wrappers * PR feedback from #31590 * `join-conditions` returns raw MBQL clauses! * WIP * Simplify `with-join-alias` and `with-join-fields` * Simplify join and add with-join-conditions * Un-revert dev * Test fixes
-
Jerry Huang authored
* initial commit * add snowplow schema * change indexmodel to model
-
metamben authored
* Include refs for all expressions in :fields whenever present * Remove the :fields clause if only expressions remain in it
-
Cam Saul authored
* Implement `suggested-join-condition` * Update docstring * OOOF fix typo in `filter-clause` * Fix premature i18n lookup * Address PR feedback * MLv2 JS join function wrappers * PR feedback from #31590 * `join-conditions` returns raw MBQL clauses!
-
Noah Moss authored
* initial prototype w/out statement count parameter * new approach * default-database-role driver method * migration for connection_impersonations table * conn impersonation model, API and tests * impersonation fetch and deletion endpoints * switch test to t2 with-temp * read conn impersonation settings from DB * fix merge issue * add impersonated key to data perms graph and treat it the same as full self-service access * include impersonated key in returned permissions graph * make sure impersonated graph passes StrictDataPerms validation * fix boolean logic * make sure impersonated keyword doesnt cause error when deleting gtaps * clear impersonations as necessary when perms graphs changes * add impersonation support for postgres * fix typo * make sure impersonation updates are a non-lazy seq * add impersonated-user? fn * fix impersonation api tests * fix snippet tests * fix build & exclude connection impersonations from serialization * switch a test to use t2.with-temp * add with-impersonations helper and util tests * move macro and add a connection impersonation driver-level test for postgres * fix rebase issue * more tests and code reorganization * add snowflake test * clarify comment * fix lint errors * fix final kondo error * reorganization * fix one test * fix lint errors * revert change to sql_jdbc.execute from bad merge * make sure perms for all users gets reset after conn impersonation tests * ignore exceptions when restoring perms * fix postgres test * refactor to address bryan's comment * add note about new methods to database changelog * driver method refactor
-
Ngoc Khuat authored
* lint rule to prevent using model/defomdel and clean up model.interface * remove models/do-post-select * no more mdb.u/primary-key
-
Alexander Polyankin authored
-
john-metabase authored
-
Ngoc Khuat authored
* Fix cases where revision record even if a dashboard doesn't change it that dashboard has a filter
-
Ngoc Khuat authored
-
Tim Macdonald authored
[Fixes #29884]
-
- Jun 19, 2023
-
-
Cam Saul authored
* Fix new CSV upload driver names * `upload/load-from-csv` => `upload/load-from-csv!` * `query-table`, not `query-table!`
-
Cal Herries authored
-
Ngoc Khuat authored
-
- Jun 17, 2023
-
-
Cam Saul authored
* Squash * Replace connection-with-timezone usages * Add deprecation warning. * Fix docstring
-
Ngoc Khuat authored
* Collection to toucan2
-
Ngoc Khuat authored
* Permissions to toucan2 * PermissionsGroup to toucan2 * PermissionsGroupMembership to toucan2 * PermissionsRevision to toucan2 * GroupTableAccessPolicy to toucan2 * ApplicationPermissionsRevision to toucan2 * CollectionPermissionGraphRevision to toucan2 too
-
- Jun 16, 2023