This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Nov 17, 2015
-
-
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
-
- 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.
-
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.
-
Cam Saül authored
Minor formatting cleanup
-
- Nov 13, 2015
-
-
Cam Saül authored
-
Cam Saül authored
mongo relative dates
-
Cam Saül authored
-
Allen Gilliland authored
fix issue where database create/update was still trying to call the d…
-
Allen Gilliland authored
fix issue where database create/update was still trying to call the db_form_input endpoint which we removed recently.
-
Cam Saül authored
-
Cam Saül authored
-
- Nov 12, 2015
-
-
Cam Saül authored
-
Allen Gilliland authored
Fix skinny time series bar charts
-
Allen Gilliland authored
-
Allen Gilliland authored
make sure QP "annotate" returns the correct version of a field (fixes #1257)
-
- Nov 11, 2015
-
-
Cam Saül authored
-
Allen Gilliland authored
Admin email setting
-
Cam Saül authored
-
Allen Gilliland authored
-
Allen Gilliland authored
-