This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Jan 18, 2024
-
-
Jerry Huang authored
* add user-provisioning code * sort namespace * fix linter * fix linter * swap to ee * fix logic * add tests * address comments * fix linter * update tests, address comments
-
lbrdnk authored
* Add timezone to database metadata * Use UTC as _user timezone_ for snowflake driver * Use user timezone as db-default-timezone * Update oracles unprepare-value to handle Z UTC * Update `driver/db-default-timezone :h2` to use jvm timezone * Update containers timezone to match instance timezone and tests * Update modules/drivers/oracle/src/metabase/driver/oracle.clj Co-authored-by:
metamben <103100869+metamben@users.noreply.github.com> * Make unprepare symmetric for offset and zoned datetime --------- Co-authored-by:
metamben <103100869+metamben@users.noreply.github.com>
-
Jacob Joseph authored
Added MB_JDBC_DATA_WAREHOUSE_UNRETURNED_CONNECTION_TIMEOUT_SECONDS to docs
-
Noah Moss authored
Exclude :card from the parameter types which require defaults to be considered fully parameterized (#37764)
-
Cal Herries authored
-
John Swanson authored
Just add a comment warning that the file is autogenerated and not to edit it by hand.
-
Braden Shepherdson authored
Models can override the `:id` and `:fk-target-field-id` of a column, and can even lie and treat a quantity as a FK. Therefore we have to use the query's view of the column and not the global field from the metadata. This is a speculative fix for #36400, which I can't reproduce locally.
-
Nicolò Pretto authored
-
Sloan Sparger authored
-
Oleg Gromov authored
-
Sloan Sparger authored
-
Nemanja Glumac authored
- Remove redundant checks - `canEditQuery` shouldn't determine whether or not a Save button should be visible; It only marks it as disabled or not. - Update a related E2E test - This commit makes the test more explicit and more understandable. - Fix the test assumption - In all other cases we show the disabled Save button to the "nodata" user. It was only in this test that we wrongly asserted that the button doesn't exist at all. * Deprecate `hasData()` methods on StructuredQuery and NativeQuery Resolves #37516
-
Serge Klochkov authored
* Add `align-temporal-unit-with-param-type-and-value` multimethod * Fix tests and add a changelog entry * Update the method docs * Rearrange the default methods call order * Revert formatting changes * Move the clj-kondo ignore * Update docs/developers-guide/driver-changelog.md Co-authored-by:
metamben <103100869+metamben@users.noreply.github.com> --------- Co-authored-by:
metamben <103100869+metamben@users.noreply.github.com>
-
Nick Fitzpatrick authored
* don't dismiss search unless location pathname changes * Only dismiss when location changes using replace
-
Nemanja Glumac authored
* Migrate `_serializeForUrl` method to MLv2 * Use MLv2 function to compare queries --------- Co-authored-by:
Alexander Polyankin <alexander.polyankin@metabase.com>
-
Oleg Gromov authored
-
Kamil Mielnik authored
* Move hasAnyClauses from steps.ts to query-utils - introduce query-utils file to avoid circular dependencies * Update comment * Update hasAnyClauses usage in Question * Rename hasAnyClauses to hasAnyClausesAtStage, introduce new hasAnyClauses * Rename query-utils.ts to stages.ts * Move stage-related utils from query.ts to stage.ts * Drop hasAnyClauses, rename hasAnyClausesAtStage to hasAnyClauses * Rename stages.ts to stage.ts to make it consistent with stage.cljc * Update function name * Format code * Update comment * Add is-stage-empty to MLv2 * Add Lib.isStageEmpty and replace hasAnyClauses with it * Fix typo in comment * Update comment * Update is-empty-clause to list all checked clauses * Improve readability * Export is-stage-empty via lib.core * Revert "Fix typo in comment" This reverts commit 286d412a5abe18589abc6f29b4774f39ff3d562a. * Update comment * Use implicit way of checking clauses presence in query * Inverse and rename is-stage-empty to has-clauses * Update comment * Fix drop-stage-if-empty * Use seq * Cast to boolean * Update src/metabase/lib/stage.cljc Co-authored-by:
metamben <103100869+metamben@users.noreply.github.com> * Add question mark to has-clauses --------- Co-authored-by:
metamben <103100869+metamben@users.noreply.github.com>
-
- Jan 17, 2024
-
-
Uladzimir Havenchyk authored
-
Ryan Laurie authored
* ui followups for api keys * make auth cards take up less vertical space * filter groups users
-
Ryan Laurie authored
-
Case Nelson authored
-
Braden Shepherdson authored
Fixes #37659
-
Ryan Laurie authored
* fix breadcrumbs for schemaless dbs * fix types
-
Ryan Laurie authored
-
Ryan Laurie authored
-
Luis Paolini authored
* Add SNI check env var * Update environment-variables.md * Update docs/configuring-metabase/environment-variables.md Co-authored-by:
Jeff Bruemmer <jeff.bruemmer@gmail.com> --------- Co-authored-by:
Jeff Bruemmer <jeff.bruemmer@gmail.com>
-
adam-james authored
* Use :skip-results-metadata? true in pulse query execution Without this, the results-metadata middleware ends up replacing a model's metadata. Using the correct flag causes that middleware to just be skipped, preserving whatever metadata already exists on the model. * Add a testing form to explain the assertion as clearly as possible.
-
Mahatthana (Kelvin) Nomsawadi authored
* Attempt to fix pivot table not collapsing on public/static embedding * remove extending dataset result with viz settings * spec --------- Co-authored-by:
Aleksandr Lesnenko <alxnddr@gmail.com>
-
Nemanja Glumac authored
* Fix `editable?` source logic The logic now takes into account whether or not a database has native write permissions. * Fix related metadata test * DRY test code * Set the test database metadata native permissions to true * Mock the database native permissions in test * Add issue reference to the test Co-authored-by:
metamben <103100869+metamben@users.noreply.github.com>
-
metamben authored
Part of #37173.
-
Jeff Bruemmer authored
-
Luis Paolini authored
* Rename the env var * env var rename
-
Case Nelson authored
Column group display names need to take fk-reference-name into account and fk-reference-name no longer needs to be exposed through display-info. Also add an implementation of display-name for column-group.
-
Cal Herries authored
-
Oisin Coveney authored
-
Cal Herries authored
-
Jerry Huang authored
* hydrate display * fix tests
-
Alexander Solovyov authored
-
Cal Herries authored
-
Cal Herries authored
-