Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Aug 13, 2019
  2. Aug 12, 2019
    • Sergi Almacellas Abellana's avatar
      336e1d2f
    • Walter Leibbrandt's avatar
      Transfer log events as JSON objects and allow filtering on front-end (#10522) · 981acc65
      Walter Leibbrandt authored
      * Return log events as JSON objects from API; render on front-end
      
      Site UUID added to log events.
      
      * Remove superfluous memoization of site UUID retrieval
      
      Settings are already cached.
      
      * Transfer timestamps in ISO-8601 format
      
      * Move `metabase.metabot.instance/local-process-uuid` to `metabase.public-settings`
      
      * Use `local-process-uuid` in stead of `site-uuid`
      
      `site-uuid` is not unique across processes, which is what we want to
      associate with log events.
      
      * Remove unused import
      
      * Allow log events to be filtered by process UUID on front-end
      
      * Move process selector out of loading wrapper
      
      Otherwise, if there are process UUIDs with no log events, the selector is
      removed with the log event list.
      
      * Figured out how to add docs to `defonce`
      
      * Fix ns declaration
      
      * Linter appeasement
      
      * Merge log events received from back-end with previously received ones
      
      This allows responses from multiple back-end instances to be spliced
      together.
      
      * Use MB components in stead of plain, styled HTML tags
      
      The select is only displayed if more than one process UUID was found.
      
      * Linter appeasement
      
      * Move `metabase.public-settings/local-process-uuid` to `metabase.config`
      
      * Fix sorting on multiple log event fields
      
      * Flatten `Select` children to allow nested arrays of children
      
      * Generate options directly under parent Select
      
      * Limit the number of log events that we render
      
      * Docstring and style updates
      
      * Update editor config with Clojure files max line length
      
      * Ensure that `NumericWrapper` is imported before use
      
      * Cleanup layout
      Unverified
      981acc65
  3. Aug 10, 2019
  4. Aug 08, 2019
  5. Aug 06, 2019
    • Walter Leibbrandt's avatar
      Compute Content-Security-Policy hashes for inline JS (#10504) · 45881866
      Walter Leibbrandt authored
      * Split out inline JS from index/init templates to separate files
      
      * Read inline JS from resources at run time
      
      * Calculate inline JS hashes for CSP header from content
      
      * Move inline JS to resource sub-directory
      
      * Update and memoize inline JS loading
      
      * Revert debug code
      
      * Deduplicate `resp/response` calls
      
      * Fix paths to moved inline JS resources
      
      * Force creation of test data DB so things don't get left in the cache
      
      This fix was provided by @camsaul.
      
      * Combine and `defonce` inline JS hashes
      
      * s/inlinejs/inline-js/
      Unverified
      45881866
  6. Jul 31, 2019
  7. Jul 29, 2019
  8. Jul 23, 2019
  9. Jul 22, 2019
  10. Jul 18, 2019
  11. Jul 16, 2019
  12. Jul 12, 2019
  13. Jul 11, 2019
  14. Jul 10, 2019
  15. Jul 08, 2019
  16. Jul 02, 2019
  17. Jul 01, 2019
  18. Jun 26, 2019
  19. Jun 25, 2019
  20. Jun 20, 2019
    • Octavian Geagla's avatar
      Fix edit segments and metrics (#10224) · 624d2645
      Octavian Geagla authored
      * [segments] fix edit segments; don't use diff for definition changes
      
      * [segments] don't use diff at all on segment updates
      
      * [metrics] don't use diff at all on metric updates either
      
      * [segments] use original body fields + norm'd def
      
      * [test] wip update metric/segment tests
      Unverified
      624d2645
  21. Jun 19, 2019
    • Octavian Geagla's avatar
      Humanization (#10174) · 43aabfb1
      Octavian Geagla authored
      * [test] add simple sql humanization tests wip
      
      * [dict][test] humanization tests to keep sql reserved words whole wip
      
      * [humanization] wip inverse+clean dict
      
      * [humanization] test cases
      
      * [humanization] more user test cases
      
      * [humanization] remove certains words from dict
      Unverified
      43aabfb1
  22. Jun 17, 2019
  23. Jun 14, 2019
  24. Jun 13, 2019
Loading