This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Nov 17, 2015
-
-
Allen Gilliland authored
-
Allen Gilliland authored
-
Allen Gilliland authored
condense the `(process-*)` functions in the qp namespace into a single function definition and unify the call stack so that we simply apply all of our qp middleware functions regardless of the query. this simplifies the understanding of the qp code path and reduces a bit of redundant code. the one requirement that comes out of this is that our qp middleware now needs to add some conditional code so that it only applies itself on queries that it's meant to work against.
-
- Nov 16, 2015
- Nov 14, 2015
-
-
Allen Gilliland authored
update our predicate function `field-should-have-field-values?` to include a check that the field is not one of our Date/DateTime/Time field types.
-
Allen Gilliland authored
-
Allen Gilliland authored
* remove the /api/database/validate endpoint * introduce connection checking as part of the database api create/update endpoints directly * modify the return of the Database model in the api so that if a password was provided we swap it out for a known value and prevent leaking of the real password via the api.
-
- Nov 13, 2015
- Nov 11, 2015
-
-
Cam Saül authored
-
Cam Saül authored
-
Allen Gilliland authored
-
Allen Gilliland authored
-
Cam Saül authored
-
Cam Saül authored
-
Cam Saül authored
-
Allen Gilliland authored
-
Allen Gilliland authored
migrate existing installations and automatically set the `:admin-email` if it hasn't been set before.
-
Allen Gilliland authored
-
Allen Gilliland authored
-
- Nov 10, 2015
-
-
Cam Saül authored
-
- Nov 06, 2015
-
-
Cam Saül authored
-
Cam Saül authored
-
Allen Gilliland authored
-
Allen Gilliland authored
provide information about our `:engines` through our main MetabaseSettings which simplifies some things and removes the need for a /api/database/form_input endpoint.
-
Allen Gilliland authored
-
- Nov 05, 2015
-
-
Allen Gilliland authored
-
- Nov 03, 2015
-
-
Cam Saül authored
-
- Nov 02, 2015