This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Mar 27, 2015
- Mar 26, 2015
-
-
Cam Saul authored
-
Cam Saul authored
nothing) when an error occurs in QP
-
Cam Saul authored
-
Cam Saül authored
fixed: Entity detail doesn't load
-
Cam Saul authored
can cast if needed
-
Cam Saül authored
Native QP Improvements
-
Cam Saul authored
-
Cam Saul authored
malformed SQL. Add unit tests for native QP
-
Allen Gilliland authored
Actual Email Reports
-
Allen Gilliland authored
-
Allen Gilliland authored
fix db validate endpoint
-
Allen Gilliland authored
-
Allen Gilliland authored
-
Allen Gilliland authored
-
Cam Saül authored
log GET params when logging API call
-
Cam Saul authored
autocomplete str > length of table name
-
Cam Saul authored
-
Cam Saül authored
Execute queries nightly
-
Cam Saul authored
for Metabase dev
-
Cam Saul authored
-
Cam Saul authored
-
Cam Saul authored
-
Cam Saul authored
runner. Add task to execute all `Querys` on the `nightly-task-hook`
-
Cam Saül authored
fixed issue where batched hydration would re-hydrate fields that had
-
Cam Saul authored
already been hydrated as a result of read/write checks (etc)
-
Allen Gilliland authored
create (execute-all-reports) function which will run through all of our active EmailReports and execute the ones that are scheduled to run in the current hour. also adds in an hourly task hook for running (execute-all-reports).
-
Allen Gilliland authored
convenience function for converting a time-of-day value like "morning" into an actual hour of the day value.
-
Allen Gilliland authored
-
Allen Gilliland authored
fix up some indenting and tweak return value of (execute-and-send) to return the :id of the EmailReportExecutions.
-
Allen Gilliland authored
add a namespace for emailreport related tasks, specifically creating the `(execute-and-send)` function which allows us to pass in the :id of an `EmailReport` and have the report be executed and sent out via email.
-
Allen Gilliland authored
-
Allen Gilliland authored
update (send-email-report) function so that we capture the rendered email template and return it from the function so the caller could do something with it if they want to.
-
Allen Gilliland authored
add a new function for `(now-with-format)` which accepts a single argument which is a date format as a string and formats the current time to the given format. this makes it easy to get the current time in any format the caller wants.
-
Allen Gilliland authored
add a new namespace `metabase.email.messages` for collecting functions which handle templating of stock email messages. added first function for (send-email-report) which takes appropriate data input and formats an email report message and sends it.
-
- Mar 25, 2015
-
-
Allen Gilliland authored
Small things with org-admin UI
-
Cam Saül authored
async tasks
-
Cam Saul authored
-