This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Feb 19, 2021
-
-
Jeff Evans authored
Adding entry in public_settings.clj for ssh heartbeat interval, and referencing that from ssh.clj Adding the heartbeat interval to the existing log message when tunnel is established Adding mention of the env var to environment-variables.md
-
Jeff Evans authored
-
Jeff Evans authored
Extend the definition of sensitive-fields in the Database model to include any custom password type properties (#14712) Adding new utility function to determine sensitive fields for a driver, which lives in the driver.utility namespace Delegating all calls to what used to be the sensitive-fields var to use the new fn instead Adding new test to confirm that custom :password connection-properties are masked
-
Luis Paolini authored
* Update Dockerfile for parallel and 20% faster builds * Changes proposed by @ariya
-
Dalton authored
* Make 'esc' button work with full page modal * Rmv explicit bind
-
- Feb 18, 2021
-
-
Reza Lotun authored
-
Reza Lotun authored
Users should follow instructions in our SECURITY.md file instead.
-
- Feb 17, 2021
-
-
Cam Saul authored
* Don't generate initial projections for MongoDB * Massively streamlined MongoDB queries * Linter/test fixes
* Let's fix #13097 at the same time -
Dalton authored
* add copy action to saved question * Change text from "copy" to "duplicate" Co-authored-by:
Maz Ameli <maz@metabase.com> * move clone action above archive action * Use EntityCopyModal to dupe question * update duplicate question cy test * rmv unneeded line setting id to undefined Co-authored-by:
Maz Ameli <maz@metabase.com>
-
Cam Saul authored
Merge x.38.0 -> master
-
- Feb 16, 2021
-
-
Cam Saul authored
-
Nemanja Glumac authored
-
Cam Saul authored
-
Jeff Bruemmer authored
* clarify pivot tables only work with simple and custom questions * typo * Maz edit Co-authored-by:
Maz Ameli <maz@metabase.com> * picking your starting data Co-authored-by:
Maz Ameli <maz@metabase.com>
-
Cam Saul authored
* Revert test-data-loading tweaks for now * Test fix
* Test fix * Test fixes * Unskip repro for #14859 * Test fix Co-authored-by:Nemanja <31325167+nemanjaglumac@users.noreply.github.com>
-
Ariya Hidayat authored
-
-
Nemanja Glumac authored
#14854 Repro: Custom Expression using `case()` function fails when referencing the same column names [ci skip] (#14857)
-
dpsutton authored
-
Nemanja Glumac authored
#14843 Repro: Filtering a Custom Column does not give correct results when using "Not equal to" (#14847) This issue is fixed on dc50e8a2 Closes #14843
-
Nemanja Glumac authored
-
- Feb 15, 2021
-
-
Tim Macdonald authored
Co-authored-by:
Kyle Doherty <5248953+kdoh@users.noreply.github.com>
-
Maz Ameli authored
-
Tim Macdonald authored
[ci skip]
-
Nemanja Glumac authored
-
Nemanja Glumac authored
-
Nemanja Glumac authored
#14776 Repro: Autocomplete results not correctly showing summary columns when full word entered [ci skip] (#14827)
-
Nemanja Glumac authored
-
Jeff Bruemmer authored
-
Cam Saul authored
-
Nemanja Glumac authored
* Group 2 repro versions into common describe block * Unskip repro version 1 (fixed in #14804) * Rewrite version 1 of the repro for #12985 using API * Add version 2 of repro for #12985
-
dpsutton authored
* Semantic types migration * Fixup for basic querying * Remove the relation type migration. it makes the diff far too hard at the moment. need to be able to just move everything from special_type -> semantic_type and then correct the few that look at it to care about the effective type. the PK/FK stuff gets really invasive and needs to be in its own much smaller changeset * Just rename special_type -> semantic_type for first change * Special type -> semantic type * special-type -> semantic-type * SpecialType -> SemanticType * special type -> semantic type mostly in documentation, docstrings, etc * Fix tests which relied on order of sets database position was annotated by map-index'ing over the set. changing `:special-type` to `:semantic-type` changed the order of the seq produced from it. * special -> semantic in schema_metadata * Tim is awesome: Undo overeager special->semantic in docstrings * Un-rename semantic_type in data_migrations These migrations are run unless a migrations table marks them as already having run. If they haven't run, then the db is older and the column is special_type most likely. So we let them run as `:special_type` and add some error handling to the migration runner that is _opt in_. ```clojure (defmigration ^{:author "camsaul", :added "0.20.0", :catch? true} migrate-field-types ... ) (try (@migration-var) (catch Exception e (if catch? ;; catch? from metadata (log/warn (format "Data migration %s failed: %s" migration-name (.getMessage e))) (throw e)))) ``` * Fix merged master changes just accepted their changes and fixed up rather than fix conflicts.
-
Tim Macdonald authored
* Search card queries [Fixes #4227] * Only show results with a non-zero score * Don't pollute the namespace with search.config's vars * Use a transducer to filter search results from the DB
-
Nemanja Glumac authored
It was fixed in #14804.
-
- Feb 13, 2021
-
-
Cam Saul authored
-
Nemanja Glumac authored
-
- Feb 12, 2021
-
-
Cam Saul authored
Merge `release-x.38.x` into master
-
Cam Saul authored
-
Nemanja Glumac authored
-
Nemanja Glumac authored
-