Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Apr 01, 2018
  2. Mar 27, 2018
  3. Mar 16, 2018
  4. Mar 02, 2018
  5. Mar 01, 2018
  6. Feb 27, 2018
    • Kim Røen's avatar
      Fix some formatting in the SQL parameters guide · ddfeb03b
      Kim Røen authored
      This wraps some uses of `{{}}` which was rendering ``` entities directly in the document with `{% raw %}` opening and closing tags.
      
      It also adds a line break that was missing, causing the new paragraph to be rendered as part of the previous bullet point.
      ddfeb03b
  7. Feb 20, 2018
  8. Feb 11, 2018
  9. Feb 08, 2018
  10. Feb 05, 2018
  11. Feb 02, 2018
  12. Jan 22, 2018
  13. Dec 14, 2017
  14. Dec 12, 2017
  15. Nov 27, 2017
  16. Nov 17, 2017
  17. Nov 14, 2017
    • Cam Saul's avatar
      5b92feb4
    • Ryan Senior's avatar
      Alerts Backend · 9c5332bf
      Ryan Senior authored
      This commit has the backend code needed to support alerts. From the
      frontend perspective, Alerts is separate from pulses and has a
      different endpoint, however much of the backend code and database
      tables are shared. A few new columns were added to the pulse table to
      support alerts, but most of the data is the same between pulses and
      alerts.
      
      This also adds several "meta-notifications" around alerts to let users
      know when they've been added to an alert, removed from an alert or if
      a question has changed such that the alert is no longer meaningful.
      
      This fixes #1372, fixes #6261 and fixes #5768.
      9c5332bf
  18. Nov 08, 2017
  19. Nov 07, 2017
  20. Nov 06, 2017
  21. Nov 03, 2017
  22. Oct 20, 2017
  23. Oct 11, 2017
  24. Oct 03, 2017
Loading