Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. May 30, 2024
  2. Oct 27, 2023
  3. Jul 04, 2023
  4. Jun 20, 2023
  5. May 16, 2023
  6. Mar 17, 2023
  7. Aug 10, 2021
    • Cam Saul's avatar
      Whitespace linting (#17348) · 06c0017b
      Cam Saul authored
      * Add the whitespace linter
      
      * Fix whitespace linter errors [except for one file]
      
      * Add a line that will intentionally break stuff to verify the linter is working.
      
      * Ok, remove the line that caused the linter to fail.
      
      * Use latest version of the linter
      
      * Fix missing newline
      Unverified
      06c0017b
  8. Jun 12, 2019
  9. Dec 09, 2018
  10. Nov 16, 2018
  11. Oct 27, 2018
  12. Oct 18, 2018
  13. Oct 03, 2018
    • Simon Belak's avatar
      Superscalars (#8383) · 83d1a405
      Simon Belak authored
      * add :insights to query response
      
      * add last-value to timeseries
      
      * hook up to viz settings
      
      * tweak position
      
      * add SmartScalar to LineAreaBarChart
      
      * lint
      
      * tweak colors and last value style
      
      * Add :previous-value
      
      * show previous value
      
      * add granularity to labels
      
      * proper % change
      
      * smart scalar vis
      
      * return a nil fingerprinter if no insight applies
      
      * responsive dash card layout
      
      * handle flex wrap
      
      * simplify
      
      * past > last
      
      * Correctly handle questions with datatime units
      
      * Add smartsclars to xrays
      
      * Rename SmartScalar -> smartscalar
      
      * Remove unneeded requires
      
      * Update tests [ci all]
      
      * add basic smart scalar viz settings
      
      * More tests
      
      * use column settings for formatting
      
      * only use aggregation column
      
      * icon
      
      * add NoBreakoutError and use for SmartScalar
      
      * init sync styles
      
      * Remove unneeded requires
      
      * silly linter workaround
      
      * remove unused file
      
      * add visualization click to smart scalar
      
      * tweak title and smart value placement on dashboards
      
      * add arrow
      
      * more styling tweaks
      
      * only show comparison value in fullscreen
      
      * fullscreen change tweaks
      
      * fullscreen night mode text
      
      * fullscreen card color
      
      * play down fullscreen change
      
      * scalar titles
      
      * lint and font fixes
      
      * fix tests
      
      * fix down arrow
      
      * actionButtons
      
      * fix alignment
      
      * proper drill through
      
      * pass all data to isSensible
      
      * check for insights
      
      * lint fix
      
      * use destructured data object for scalar isSensible (whoops)
      
      * move night mode colors to colors.css
      
      * Support :year aggregation
      
      * Use :unit to determine step whene possible
      
      * Don't normalize linear function
      
      * CR cleanup
      
      * tweak scalar size at different breakpoints
      
      * Add a missing docstring to `metabase.util.date/date-trunc-units`
      83d1a405
  14. Sep 06, 2018
  15. Aug 14, 2018
  16. Aug 08, 2018
  17. Jul 25, 2018
    • Simon Belak's avatar
      Xray comparisons raised from the dead (#7792) · 99eea124
      Simon Belak authored
      * Reenable comparisons
      
      * Color by segment, add segment names to legends
      
      * Add provisional API endpoint and UI hook via related
      
      * Reorder defns
      
      * Remove unneeded requires
      
      * Ensure all segment components are present in the comparison
      
      * Don't inherit `query-filter`
      
      * Change api endpoint argument name to avoid broken magic
      
      * Manually cast ids to int
      
      * Don't try to recast ints to int
      
      * Don't split Y axis for overlay cards
      
      * Add segment descriptions where possible. Move segment summary up top
      
      * Add backend tests, factor out common utilites for testing xrays
      
      * Add frontend tests
      
      * Add "compare with entire dataset" related for segments.
      
      * Account for description row height
      
      * Add related
      
      * Don't use u/get-id where we might be dealing with adhoc queries
      
      * Improve copy. Make cell titles more sensible
      
      * Split cases where we have query-filter and cell-query
      
      * Introduce [[this.foo]] syntax and make GenericTable and segments nice
      
      * Alow acces to both root and what's binded to this via dot notation
      
      * Don't stuff filter clauses into `cell-query`.
      
      * small tweaks and fixes
      
      * fix typo short-title -> short-name
      
      * Change cell xray to be based off card xray
      
      * downsize titles when merging dashboards
      
      * Fix enumeration of field names in titles
      
      * Correctly handle cell xrays of questions with multiple breakout dims
      
      * Fix regression in candidates
      
      * Fix broken url generation
      
      * Test for more working correctly
      
      * Don't show cards and filters where breakdown dim is a cell dim
      
      * don't explode if cell-query is nil
      
      * Correct title for questions with no breakout dimension
      
      * tests: set up collection for cards so that permissions work
      
      * entry action
      
      * remove use of 'these'
      
      * explicitly test for show=1
      
      * fix indentation
      
      * Appease the defendpoint gods
      
      * update url
      
      * drill entry points
      
      * Don't throw away :query-filter for adhocs; expand segment macros
      
      * Add docstring
      
      * Don't skip small categories in GenericTable
      
      * correctly flow query-filter to aggregate card constituents
      
      * more robust save dashboard test
      
      * Fix nested cards and improve filter merging
      
      * Fix a bunch of bugs
      
      * remove unneeded require
      
      * Flatten filters where possible
      
      * Discard cell-query for comparison side
      
      * upgrade all calls to the new api
      
      * Fix drill through links
      
      * Fix cell comparisons. This time for real :(
      
      * Flatten filter clause
      
      * Don't show superfluous datetime components
      
      * update tests
      
      * fix tiny typo
      
      * reorder minute and hour titles, remove comma from year titles
      
      * Humanize periodical datetime components nicer
      
      * Fix related
      
      * fix regression
      
      * Properly handle timezone
      
      * Add type hint
      
      * fix wrong arg order. ADD TESTS for datetime humanization
      
      * Fix type hint
      
      * fix dangling  in day-of-week xrays
      
      * Add day-of-year and test for all the available units
      
      * Retain structure (provisional)
      
      * Update test
      
      * address sameer's feedback
      
      * Fix bad merge
      
      * Add comparison_title
      
      * better distribution comparison title
      
      * Top align titles
      
      * Better cell titles; skip redundant titles
      
      * Add comparison_title to heursitics
      
      * Make flow happy
      
      * Generate correct title for cells of row questions
      
      * Shorter names for segments, don't split Y axis in overlays
      99eea124
  18. Jul 17, 2018
  19. Jul 12, 2018
  20. Jul 11, 2018
  21. Jul 10, 2018
  22. Jun 29, 2018
  23. Jun 28, 2018
  24. Jun 26, 2018
  25. Jun 25, 2018
  26. Jun 22, 2018
  27. Jun 21, 2018
  28. Jun 14, 2018
  29. Jun 05, 2018
  30. Jun 04, 2018
  31. May 23, 2018
  32. May 07, 2018
  33. Apr 27, 2018
Loading