Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Jul 27, 2018
  2. Jul 26, 2018
  3. Jul 25, 2018
    • Tom Robinson's avatar
      Remove overly agressive shouldComponentUpdate from EntityType, which broke... · 14d04eb4
      Tom Robinson authored
      Remove overly agressive shouldComponentUpdate from EntityType, which broke collection links etc (#8149)
      
      14d04eb4
    • Cam Saul's avatar
      Merge pull request #8107 from metabase/dont-default-to-port-1433-for-sql-server · 5aba78d0
      Cam Saul authored
      Don't apply default port for SQL Server
      Unverified
      5aba78d0
    • Sameer Al-Sakran's avatar
      Merge pull request #8037 from metabase/single-pass-fingerprinting · 8f0e6aa5
      Sameer Al-Sakran authored
      Single pass fingerprinting
      Unverified
      8f0e6aa5
    • Tom Robinson's avatar
      Merge pull request #8147 from metabase/fix-ga-browse-link · 798303b4
      Tom Robinson authored
      Fix data browse for GA table
      Unverified
      798303b4
    • Tom Robinson's avatar
      Fix data browse for GA table · 7d1ca930
      Tom Robinson authored
      7d1ca930
    • Tom Robinson's avatar
      Merge pull request #7915 from metabase/date-histogram-fixes · e4cfefca
      Tom Robinson authored
      Date histogram fixes + other charting fixes
      Unverified
      e4cfefca
    • Tom Robinson's avatar
      d3e83360
    • Cam Saul's avatar
    • Cam Saul's avatar
    • Kyle Doherty's avatar
      fix archive redirect (#8108) · 56297877
      Kyle Doherty authored
      Unverified
      56297877
    • Tom Robinson's avatar
      Generated passwords can be longer than the minimum complexity requirements.... · 78714721
      Tom Robinson authored
      Generated passwords can be longer than the minimum complexity requirements. Use the previous default of 14
      Unverified
      78714721
    • Sameer Al-Sakran's avatar
      fix_typos · dea958c8
      Sameer Al-Sakran authored
      Unverified
      dea958c8
    • Tom Robinson's avatar
      Potential fix for _location CI failures · d544c04b
      Tom Robinson authored
      Unverified
      d544c04b
    • Kyle Doherty's avatar
      Ie11 fixes (#8145) · ce5ea20a
      Kyle Doherty authored
      * add polyfill for classList usage on FitViewPort
      
      * simplify new question options structure - fixes ie 11
      Unverified
      ce5ea20a
    • Kyle Doherty's avatar
      Instrument 0.30 (#8130) · fc376703
      Kyle Doherty authored
      * remove redux trackEvent
      
      * add events to collection page links
      
      * instrument homepage
      
      * lint
      
      * data browse events
      
      * navbar events
      
      * collection list event
      
      * fix test
      
      * type filter events
      
      * search result items
      
      * sync name
      
      * crumb events
      
      * events for collection badges
      
      * add conditional formatting events
      
      * apply context
      
      * entity item events
      
      * event structure
      Unverified
      fc376703
    • 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
    • Tom Robinson's avatar
      Add some unit tests for chart fixes · 2330b755
      Tom Robinson authored
      2330b755
Loading