This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Nov 17, 2015
-
-
Cam Saül authored
-
Cam Saül authored
Fix 0000-00-00 dates in MySQL
#1420 -
Cam Saül authored
-
Cam Saül authored
Rework how tests get selectively enabled for certain drivers
-
Cam Saül authored
-
Allen Gilliland authored
Newsletter subscription option on Setup
-
Allen Gilliland authored
-
Cam Saül authored
Fix misleading QP test names
-
Allen Gilliland authored
Tighten up QP process-* functions [WIP]
-
Cam Saül authored
-
Cam Saül authored
-
Cam Saül authored
Simplify test dataset loaders
-
Cam Saül authored
-
Allen Gilliland authored
-
Allen Gilliland authored
-
Cam Saül 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.
-
Kyle Doherty authored
-
Cam Saül authored
Move data for OG Test Database to EDN File
-
Cam Saül authored
-
Allen Gilliland authored
Dont return db password in api
-
Allen Gilliland authored
-
Allen Gilliland authored
-
Allen Gilliland authored
Frontend api consolidation
-
Allen Gilliland authored
Exclude the creation of FieldValues on temporal column types
-
Allen Gilliland authored
-
Allen Gilliland authored
Fix input flicker issue on metadata editing page
-
Allen Gilliland authored
-
- Nov 16, 2015
- Nov 14, 2015
-
-
Allen Gilliland authored
-
Allen Gilliland authored
-
Allen Gilliland authored
fix the issue with edit boxes losing input on the metadata page by using our full database metadata endpoint to load all our necessary information at one time. part of the underlying problem is that we were looping over the tables to get the metadata and each time the data updated we re-rendered our form and it would clear existing input, so while loading was happening it was easy to lose your input.
-
Allen Gilliland authored
-
Allen Gilliland authored
consolidate all of the angular API service code into the main services.js file. we were mostly going this route already, but this just makes it simple and puts all the api code in a single place.
-
Allen Gilliland authored
-
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
remove code around connection testing from frontend database create/update now that it is being handled in the api.
-