Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Jan 05, 2018
  2. Jan 04, 2018
  3. Jan 03, 2018
  4. Jan 02, 2018
  5. Dec 29, 2017
  6. Dec 28, 2017
    • Ryan Senior's avatar
      Merge pull request #6515 from metabase/deprecate-jdk-7 · f2c0dead
      Ryan Senior authored
      Add a deprecation warning for JDK 7
      Unverified
      f2c0dead
    • Ryan Senior's avatar
      Stream all JSON responses [ci drivers] · f1e91ee6
      Ryan Senior authored
      This commit switches from `ring.middleware.json/wrap-json-response` to
      a new function that will stream JSON responses. Before this change the
      full JSON response was serialized to a String first, then written to
      the response stream. This change will skip that step and write the
      response to a PipedOutputStream directly.
      
      This is the same approach that was used in the response for the
      `/database/:id/fields` route, just generalized and applied to all
      routes.
      f1e91ee6
  7. Dec 20, 2017
Loading