This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Jan 04, 2023
-
-
Jeff Bruemmer authored
-
- Jan 03, 2023
-
-
Case Nelson authored
* Fix mongo version checking for now * Add minor versions for comparison * Handle nil case * newline * Replace _ * Use dbms-version semantic-version instead * Compare only the major and minor version * Fix mongo database-supports? * Fix duplicate require * Fix typo * Remove expressions from version check * Fix various mongo expressions `trim`, `rtrim`, `ltrim` needed to be wrapped in `{"input" expr}` object `replace` needed to be wrapped in `{"input" expr "find" ... "replacement" ...}' object `substring` needed to fill in the 3rd argument, optional in mbql but required in mongo. Also to use a 1 based index * Generalize semantic-version-gte * Used synced dbms_version for testing feature support * Expressions are only supported by mongo 4.2+ * Disable some tests * Fix mongo division Handle nulls with an upfront condition check. Handle multiple divisors. * Remove unused namespace * Throw exeception if using replace on mongo < 4.4 * Skip test because of #27249 * Move minimum Mongo CI version to 4.2 * Fix sorting by expressions $sort needs to come before $project otherwise we can only see the projected fields, however expressions are only added in $project. So now if a sort includes an expression, we will use $addFields to be able to sort by that expression. * Disable tests for expressions inside aggregations To be addressed by #27275 * Handle aggregation nested in an expression * Remove :truncation-start workaround * Enable tests for expressions inside aggregations * Fix datetime-math-tests * Make sure dbms_version is included when fetching database for store * Update doc for replace to indicate it should replace all occurrences * Fix order-by-test * Handle embedded special aggregations (#27315) * Handle embedded special aggregations * Preserve aggregation options for nested aggregations * Use top-level aggregation name as group name * Disable nil punning on semantic version check (#27317) * Optimize produced query for division when dividing by literals * Rename var * Use reduce to build division * Fix reduction * Clean up formatting and document some details Co-authored-by:
Callum Herries <hi@callumherries.com> Co-authored-by:
Tamás Benkő <tamas@metabase.com> Co-authored-by:
metamben <103100869+metamben@users.noreply.github.com>
-
- Dec 23, 2022
-
-
Jeff Bruemmer authored
-
- Dec 22, 2022
-
-
Jeff Bruemmer authored
* explanation and connective tissue * heading promotion * formatting * note on full-app embedding * hyphen
-
- Dec 21, 2022
-
-
Luis Paolini authored
-
- Dec 16, 2022
-
-
Jeff Bruemmer authored
-
Jeff Bruemmer authored
-
- Dec 15, 2022
-
-
Cal Herries authored
* Add database-type function * Add datetime-diff multimethod and default impl * Refactor postgres * Refactor vertica * Remove accidentally left comment * Tidy datetime-diff-check-args * Add to datetime-diff-check-args docstring * Add multimethod to changelog * Add to docstrings * Add `:added` metadata to `datetime-diff` Co-authored-by:
Cam Saul <1455846+camsaul@users.noreply.github.com> Co-authored-by:
Cam Saul <1455846+camsaul@users.noreply.github.com>
-
- Dec 14, 2022
-
-
Natalie authored
-
Jeff Bruemmer authored
-
- Dec 12, 2022
-
-
Jeff Bruemmer authored
-
Luis Paolini authored
* Add app colors example * Update docs/configuring-metabase/environment-variables.md Co-authored-by:
Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com> * formatting Co-authored-by:
Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com> Co-authored-by:
jeff bruemmer <jeff.bruemmer@gmail.com>
-
Cal Herries authored
* Add quarter for postgres * Add quarter to schema * Add quarter tests * Add quarter for mysql * Add quarter for bigquery * Add quarter for snowflake * Add quarter for redshift * Add quarter for vertica * Add quarter for sqlserver * Add quarter to docs * Fix snowflake implementation * Make time zone dataset smaller * Revert "Make time zone dataset smaller" This reverts commit 4c97048d6c01e0f83b259a00c39d34169036fe77. * Revert "Revert "Make time zone dataset smaller"" This reverts commit d1b8fc49c8bf86fecd9897a7c4f496dbdb1b9b06. * Fix test for drivers not supporting set-timezone
-
- Dec 09, 2022
-
-
Natalie authored
-
Natalie authored
-
Luis Paolini authored
* Update config-file.md * Update docs/configuring-metabase/config-file.md Co-authored-by:
Jeff Bruemmer <jeff.bruemmer@gmail.com> * Update config-file.md Co-authored-by:
Jeff Bruemmer <jeff.bruemmer@gmail.com>
-
- Dec 08, 2022
-
-
metamben authored
* Fingerprint bigquery by previewing tables * Address review comments
-
- Dec 07, 2022
-
-
Natalie authored
-
Natalie authored
-
Jeff Bruemmer authored
-
- Dec 06, 2022
-
-
Nemanja Glumac authored
* [Docs] Fix external broken link * Link to the Cypress intro page without anchors * Exclude Cypress links from checks all together * Add back `.html` extension to the link
-
Jeff Bruemmer authored
-
Jeff Bruemmer authored
-
Anton Kulyk authored
-
Cal Herries authored
* Fix formatting for datetime function docs * Undo datetimeAdd and datetimeSubtract
-
- Dec 05, 2022
-
-
Natalie authored
-
Jeff Bruemmer authored
-
- Dec 02, 2022
-
-
Natalie authored
-
Jeff Bruemmer authored
-
- Nov 30, 2022
-
-
Jeff Bruemmer authored
-
- Nov 28, 2022
-
-
Natalie authored
-
Jeff Bruemmer authored
-
- Nov 24, 2022
-
-
Luis Paolini authored
* Update models.md * Update docs/troubleshooting-guide/models.md Co-authored-by:
Jeff Bruemmer <jeff.bruemmer@gmail.com> * Update models.md * Update models.md Co-authored-by:
Jeff Bruemmer <jeff.bruemmer@gmail.com>
-
- Nov 23, 2022
-
-
Natalie authored
-
Jeff Bruemmer authored
-
Jeff Bruemmer authored
-
Jeff Bruemmer authored
-
Devon Greenway authored
* Update running-metabase-on-azure.md Having an `@` symbol in the connection string may cause issues when it is parsed and rebuilt. Using separate user and password configuration values solves that problem. * Update docs/installation-and-operation/running-metabase-on-azure.md Co-authored-by:
Jeff Bruemmer <jeffbruemmer@gmail.com> Co-authored-by:
Jeff Bruemmer <jeff.bruemmer@gmail.com>
-
- Nov 21, 2022
-
-
Tom Hallett authored
* Adding instructions for increasing EB Timeout If you host your metabase application on Elastic Beanstalk and a query takes longer than 60 seconds, you will get a "Your query took too long" error. This section documents how to increase that timeout value. * Updating readme based on PR feedback. Co-authored-by:
Jeff Bruemmer <jeff.bruemmer@gmail.com>
-
- Nov 16, 2022
-
-
Natalie authored
-