This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Jan 07, 2022
-
-
Nemanja Glumac authored
-
Nemanja Glumac authored
-
- Jan 06, 2022
-
-
Ariya Hidayat authored
-
Alexander Polyankin authored
-
Dalton authored
-
Nemanja Glumac authored
-
Dalton authored
-
Noah Moss authored
-
ajatamayo authored
-
- Jan 05, 2022
-
-
frannietrempe authored
* docs - qb screenshots * updated screenshot * docs - replaced screenshots
-
Alexander Polyankin authored
-
Ariya Hidayat authored
-
Ariya Hidayat authored
The previous Chevrotain-based parser had a few limitations, which need to be taken account by the expression generator for the fuzzer. With the new recursive parser (PR #19335), these limitations are not necessary anymore: * leading decimal digit, e.g. `.25` * nested negatives, e.g. `-- 3` * nested boolean NOT, e.g. `NOT NOT X`
-
Nemanja Glumac authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
- Jan 04, 2022
-
-
Ariya Hidayat authored
If the expression is not valid, i.e. there is an error message associated with processing it, do not blindly continue with it, since it leads to a potential rewrite of the expression (the rest of the parser/compiler can tolerate certain brokenness).
-
Jeff Bruemmer authored
-
Alexander Lesnenko authored
-
adam-james authored
* JWT Login URL configured by user may have URL parameters Since params may already exist in the login URL, a check is performed to make sure the generated URL with 'return_to' param formats correctly. If a param already exists, all subsequent params should have an '& character. * Sorted ns to pass linting * added issue number to test string for added context.
-
Alexander Lesnenko authored
* remove old store page * add license pages * add remove webpack cache command * lint * fix specs * remove license widget from the oss version * add missing translation * show loader only for unput when updating token * fix specs * amend the license page * unactivated state fix * add premium embedding page, refactor, fix specs * amend the license page * amend the license page * change license page padding
-
Alexander Polyankin authored
-
Dalton authored
* Only use webpack caching in hot mode * make webpack filesystem caching enabled via flag
-
Alexander Polyankin authored
-
Dalton authored
-
Jeff Bruemmer authored
-
Noah Moss authored
-
Dalton authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
- Jan 03, 2022
-
-
Ariya Hidayat authored
-
Jeff Bruemmer authored
-
Howon Lee authored
One possible combination of the many ways to have multiplicity in charts is to have a single card with singular chart type with multiple y-axes. This makes the general line-area-bar chart compatible with this.
-
Howon Lee authored
We had some CI breaks that are predicated on the year changing. Fix them.
-
- Dec 30, 2021
-
-
Luis Paolini authored
* Add checks for _FILE env vars * Fixing this for once and for all + documenting * Update run_metabase.sh
-
Ngoc Khuat authored
-
- Dec 29, 2021
-
-
Plugner authored
* Update suggestion from AdoptOpenJDK to Eclipse Temurin Eclipse Temurin is the replacement for AdoptOpenJDK Hotspot, as the project now is part from Eclipse Foundation, and the OpenJ9 build is called now as Semeru. * Update java-versions.md * Update running-the-metabase-jar-file.md
-
Dennis Schridde authored
Liquibase 3.3.0 deprecated [1,2] (not listed in the changelog [3] for that version) the overload of `Liquibase.listUnrunChangeSets` without a `LabelExpression`. Fix usage of that deprecated method by using the non-deprecated method with an empty `LabelExpression`, just as the deprecated method does. [1]: https://www.javadoc.io/doc/org.liquibase/liquibase-core/3.2.3/liquibase/Liquibase.html#listUnrunChangeSets(liquibase.Contexts) [2]: https://www.javadoc.io/doc/org.liquibase/liquibase-core/3.3.0/liquibase/Liquibase.html#listUnrunChangeSets(liquibase.Contexts) [3]: https://github.com/liquibase/liquibase/releases/tag/liquibase-parent-3.3.0
-
- Dec 28, 2021
-
-
Cam Saul authored
* Rename setting/get and setting/all; GeoJSON via env var tests * Fix typo (thanks @noahmoss) * Support Database-local Settings in metabase.models.setting itself * Rework Settings code so it can handle possibly-already-deserialized values * Database-local Settings * Remove empty part of docstring * Appease linters * Update dox again * Use text.type for the new column * Test fixes
* Test fix * Test fix * All negative integer values when setting :integer Setting with a string
-