This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Mar 28, 2016
-
-
Cam Saül authored
-
- Mar 25, 2016
-
-
Allen Gilliland authored
-
Cam Saül authored
ring server`
#2195 -
Cam Saül authored
-
Allen Gilliland authored
add a try/catch block to the code which introspects a Mongo collection so that if an unexpected exception is thrown we can catch it and have a nice stack trace while not affecting the sync of other collections.
-
Allen Gilliland authored
-
- Mar 24, 2016
-
-
Cam Saül authored
-
Cam Saül authored
-
Cam Saül authored
-
Gael Grosch authored
-
- Mar 23, 2016
-
-
Allen Gilliland authored
-
- Mar 22, 2016
-
-
Allen Gilliland authored
-
Allen Gilliland authored
-
Tom Robinson authored
-
- Mar 21, 2016
-
-
Allen Gilliland authored
-
Allen Gilliland authored
update slack api settings endpoint to handle `metabot-enabled` setting and add a new metabot-lifecycle event handler which can listen for the appropriate events (:settings-update) and trigger startup/shutdown of metabot as needed.
-
Allen Gilliland authored
add a new setting for `metabot-enabled` which defaults to true and only launch metabot when it's enabled. also, remove printlns and tidy up logging a bit.
-
- Mar 18, 2016
-
-
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
-
- Mar 17, 2016
-
-
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
-
- Mar 16, 2016
-
-
Cam Saül authored
-
Allen Gilliland authored
-
Cam Saül authored
-
Allen Gilliland authored
-
- Mar 15, 2016
-
-
Cam Saül authored
-
Cam Saül authored
-
Allen Gilliland authored
-
Allen Gilliland authored
tidy up a few more places where Field :active true was being used and replace it with :visibility_type "retired"
-
Allen Gilliland authored
-
Allen Gilliland authored
-
- Mar 09, 2016
-
-
Allen Gilliland authored
-
Allen Gilliland authored
-
Allen Gilliland authored
-
Chris Sturgill authored
-