This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Mar 21, 2016
-
-
Tom Robinson authored
-
Tom Robinson authored
-
Kyle Doherty authored
-
Tom Robinson authored
-
Kyle Doherty authored
-
Tom Robinson authored
-
Tom Robinson authored
Merge branch 'new-dash-plus-scalable-cards-plus-fullscreen' of github.com:metabase/metabase into new-dash-plus-scalable-cards-plus-fullscreen Conflicts: src/metabase/db/migrations.clj
-
Tom Robinson authored
Merge branch 'master' of github.com:metabase/metabase into new-dash-plus-scalable-cards-plus-fullscreen Conflicts: src/metabase/db/migrations.clj
-
Kyle Doherty authored
Merge branch 'new-dash-plus-scalable-cards-plus-fullscreen' of github.com:metabase/metabase into new-dash-plus-scalable-cards-plus-fullscreen
-
Kyle Doherty authored
-
Allen Gilliland authored
-
Allen Gilliland authored
Disable field type
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Allen Gilliland authored
-
Allen Gilliland authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Allen Gilliland authored
-
Allen Gilliland authored
Field visibility type
-
- 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
-
- 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.
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Allen Gilliland authored
add a client side search on the table name in the data selector.
-
Tom Robinson authored
Merge branch 'new-dash-plus-scalable-cards-plus-fullscreen' of github.com:metabase/metabase into new-dash-plus-scalable-cards-plus-fullscreen
-