This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Nov 15, 2022
-
-
Nemanja Glumac authored
* Simplify filter glob pattern for frontend tests Take a look at the cheat sheet: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet '**/docs/**' matches `docs/hello.md` and `dir/docs/my-file.txt` * Ignore unrelated paths for `backend` workflow even in `master` * Ignore unrelated paths for `drivers` workflow even in `master` * Ignore clojure tests in E2E workflows * Increase the ignored paths scope for `uberjar` workflow
-
Nick Fitzpatrick authored
* Adding option to hide edit button on ChartSettingOrderedSimple component * Small Cleanup
-
Natalie authored
-
Natalie authored
-
Jeff Bruemmer authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Nemanja Glumac authored
The docs say that Metabase scans the first X documents of a collection where X is first "ten thousand" and later "200", looking at the file with git blame the most recent value edited is "ten thousand" so I expect that to be the correct one. Co-authored-by:
Davide Lettieri <davide.lettieri@gmail.com>
-
Calvin Truong authored
- Removed non-content words to make sentence more concise. - Removed hedging between "your applications" and "or third party software" to increase confidence by reducing indirection; third-party applications is already mentioned in the details as well and redundant. - Emphasized "Hit" verb by starting the sentence with it. - Swapped "specialized" for "custom" to remove ambiguity and emphasize the user/developer's role in setting up the software.
-
Aleksandr Lesnenko authored
* fix showing placeholder series * row chart polish * wip * don't use nice x ticks for stacked expand chart * make grouped row not clickable * update specs * update specs
-
Ikko Ashimine authored
infomation -> information
-
Gustavo Saiani authored
-
Nemanja Glumac authored
-
- Nov 14, 2022
-
-
Braden Shepherdson authored
This also changes the semantics of `metabase.models.serialization.base/load-find-local` to return the whole entity, not just the ID. `load-one!` always needs the whole entity (if it exists) anyway, and some of the `load-find-local` implementations had the entity already loaded but just passed along the ID. This saves some double lookups, especially for inlining eg. `DashboardCard`s under `Dashboard`.
-
Nemanja Glumac authored
-
john-metabase authored
This reverts commit 2a857d7d. The service provider's output has changed back again.
-
Cam Saul authored
Move the config-from-file code into the advanced-config directory since that's the feature we want to flag on (#26461)
-
Cal Herries authored
-
Natalie authored
-
Braden Shepherdson authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
dpsutton authored
-
- Nov 12, 2022
-
-
Luis Paolini authored
* Adding parameters based on the comment * add tests Co-authored-by:
Ngoc Khuat <qn.khuat@gmail.com>
-
- Nov 11, 2022
-
-
Noah Moss authored
* realize lazy seqs during exports * add test & helper * update based on tamas's comment * use mapv * remove unused import * try to fix test * switch to using just a LocalDate for the second test since the ZonedDateTime test was failing for certain drivers and not others, and that isnt relevant to this test
-
johansenja authored
* Fix links supported database docs in README.md * update links Co-authored-by:
Jeff Bruemmer <jeffbruemmer@gmail.com>
-
Cal Herries authored
* Refactor: replace cast and add `mt/with-driver :bigquery-cloud-sdk` where report-timezone is relevant * Add failing tests * Fix failing tests * Technically it should be bigquery-type
-
Nemanja Glumac authored
-
Nemanja Glumac authored
-
Nemanja Glumac authored
-
Alexander Polyankin authored
-
Nemanja Glumac authored
-
Nemanja Glumac authored
* [E2E] Fix grep spec filtering * Add undocumented `grepIntegrationFolder`
-
Nemanja Glumac authored
-
Ngoc Khuat authored
-
- Nov 10, 2022
-
-
Ngoc Khuat authored
-
Ryan Laurie authored
* establish type guards directory * extract and consolidate existing type guards * adjust import paths and leave metabase-lib internal types alone
-
Nick Fitzpatrick authored
-
john-metabase authored
* Streamlines devcontainer Dockerfile and adds fontconfig fontconfig enables running pulse rendering tests in a devcontainer with a headless JVM. The Dockerfile has been streamlined and a comment added to explain the additional requirement. * Adds rlwrap (for clj command)
-
Ariya Hidayat authored
* Migrate some driver tests to GitHub Actions * Druid * MariaDB 10.2 * MariaDB latest * MongoDB 4.0 * MongoDB 5.0 * MongoDB latest * MySQL 5.7 * Postgres 9.6 * Postgres latest * Presto * Spark * SQLite * SQL Server 2017 * Don't use Buildjet runner * Don't run the driver tests for draft PRs * Use Buildjet for Spark driver tests * Use Buildjet for Druid driver tests
-