This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Mar 21, 2016
-
-
Sameer Al-Sakran authored
how do parens work?
-
Sameer Al-Sakran authored
-
Sameer Al-Sakran authored
Contributor guide
-
Allen Gilliland authored
Disable field type
-
Sameer Al-Sakran authored
-
Sameer Al-Sakran authored
-
Allen Gilliland authored
-
Allen Gilliland authored
-
Sameer Al-Sakran authored
-
Allen Gilliland authored
-
Allen Gilliland authored
Field visibility type
-
Sameer Al-Sakran authored
-
- Mar 18, 2016
-
-
Allen Gilliland authored
Fix issue with stale SQL connection pools consuming unneeded connections
-
Allen Gilliland authored
-
Allen Gilliland authored
-
Allen Gilliland authored
remove `field_type` as a user presented/controllable thing. only meaningful implication is that the list of fields for breakout becomes all fields by default now.
-
Allen Gilliland authored
-
Allen Gilliland authored
Report Timezone setting warning
-
Sameer Al-Sakran authored
-
Sameer Al-Sakran authored
-
- Mar 17, 2016
-
-
Allen Gilliland authored
provide a small warning about the Report Timezone on the settings page and the fact that it won't work on databases that don't have timezone support.
-
Allen Gilliland authored
-
Allen Gilliland authored
publish a `:database-update` event and create an event listener which calls our driver notify-database-updated method whenever we get a :database-update event.
-
Allen Gilliland authored
add a new optional driver method for `notify-database-updated` which allows drivers to be informed when their databases are updated. then implement this method on the generic-sql driver and use it to actively shutdown any open connection pool on the updated database so that we can recreate it as needed.
-
Allen Gilliland authored
update the connection-spec acquisition code for our generic SQL driver to unify it based on acquiring a connection for a given DATABASE and to replace the memoize/ttl with our own atom for caching db connection pools to each database. This avoids the unnecessary recreation of connection pools every so many hours.
-
Allen Gilliland authored
add a client side search on the table name in the data selector.
-
Allen Gilliland authored
-
- Mar 16, 2016
-
-
Cam Saül authored
Add new :min & :max aggregation types
-
Cam Saül authored
-
Allen Gilliland authored
-
Cam Saül authored
Better type checking for our clojure protocols & types
-
Allen Gilliland authored
we have the column metadata to tell us if the column is a date, so lets use it
-
Allen Gilliland authored
construct the new rows query from the data reference in a more appropriate fashion.
-
Allen Gilliland authored
fix typo that was preventing description from saving on cards
-
Allen Gilliland authored
fix up the LimitWidget and use it as a declarative UI component.
-
Cam Saül authored
-
Allen Gilliland authored
-
Allen Gilliland authored
update frontend data model edit page to use new visibility_type field (also removes "sensitive" as a field_type option)
-
Allen Gilliland authored
-
Allen Gilliland authored
-