Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Aug 20, 2018
  2. Jul 25, 2018
  3. Jul 23, 2018
  4. Jul 03, 2018
  5. Jul 02, 2018
  6. Jun 11, 2018
  7. Jun 08, 2018
  8. May 29, 2018
    • Kyle Doherty's avatar
      Merge Collections project into master (#7752) · 1051eba6
      Kyle Doherty authored
      * Entity pages (courtesy @kdoh)
      
      * Add collection_id to Dashboards & Pulses (#7358)
      
      * add search to top nav
      
      * flip homepage, updated collections
      
      * make recent views self contained, add to home
      
      * recent items style, add some new colors
      
      * adjust default text color
      
      * add js colors to style guide
      
      * add copy color
      
      * segment loader
      
      * move to landings
      
      * landing nav
      
      * segment list + loader
      
      * clean up landing nav
      
      * metric + segment listing
      
      * mucking around with selectable stuff
      
      * layout tweaks
      
      * other loaders
      
      * stronger left sidebar
      
      * left sidebar
      
      * fix landing
      
      * layout port
      
      * more tweaks
      
      * nav tweaks
      
      * explore
      
      * collection wrap
      
      * Add collection_id to Dashboards & Pulses
      
      * GET /api/collection/:id default to returning everything. Wow!
      
      * colleciton items loader
      
      * dashboard move modal + cleanup
      
      * currentCollection and items
      
      * Add GET /api/collection/root endpoint
      
      * pulse move modal
      
      * MASSIVE ALERTS/PULSES/NOTIFICATIONS OVERHAUL
      
      * move activity feed
      
      * all items, cards
      
      * link
      
      * Filter out stuff you're not allowed to see from the so-called "Root" Collection
      
      * Tests for GET /api/collection/root
      
      * fix query builder and login layout
      
      * lint + test fixes
      
      * filter collection landing
      
      * create dash modal
      
      * new collection modal
      
      * Tests for Dashboard + Collection permissions
      
      * Tests for Pulse + Collection permissions
      
      * Add new Pulse/Alert perms tests & lots of cleanup :shower:
      
      * Test fixes :wrench:
      
      * tweak grid, add system to icon
      
      * truncate long titles
      
      * remove duplicate file
      
      * add collection to create dashboard
      
      * add collection selection to pulse edit
      
      * icon spacing
      
      * use site name for landing
      
      * clean up routes
      
      * include required pulse card keys
      
      * fix entity menu action / link and add to collection landing
      
      * update jest snapshots changed by icon
      
      * use entity loader for collections
      
      * use object loader for collection items
      
      * fix colleciton edit and permissions
      
      * remove unused file
      
      * add key to collection grid items
      
      * link to pulse edit
      
      * use named list for collections
      
      * Increase nav z-index Fixes #7523
      
      * tweak z-index level
      
      * fix filters
      
      * fitViewport component and application
      
      * add fitViewport to setup and post setup
      
      * add root collection to dashboard move modal
      
      * move to id for loading collections
      
      * fix permission editor
      
      * fix other instances of collection slug
      
      * fix unit tests
      
      * flow fixes
      
      * dep flow fixes
      
      * Fix admin routes not loading currentUser before checking auth
      
      * Add id: root to Root Collection
      
      * root collection items
      
      * temporary archive links
      
      * fix up question archive route
      
      * redirect to collection on pulse creation
      
      * use fitClasses on /explore
      
      * Fix NavBar popover and modal interactions
      
      * Fix comments about when migrations were added
      
      * fix lint
      
      * style updates
      
      * fix recent views
      
      * collection empty state
      
      * Make FitViewPort more robust
      
      * Fix side bar link states
      
      * fix snapshot
      
      * Fix alerts
      
      * update link and landing nav style
      
      * add archive collection route / modal
      
      * add modal
      
      * Disable onboarding integration test
      
      * Fix disabling of dashbaord tests
      
      * Update snapshots and lint error
      
      * Fix collection archiving
      
      * lint
      
      * revert text color
      
      * Reload collection list each time it's shown to ensure it's in the correct state:
      
      * fix empty state image
      
      * only show permissions edit option for the root collection
      
      * nav
      
      * simple layout
      
      * fix grid
      
      * grid component
      
      * fix translation
      
      * fitClassNames > fitClasses
      
      * fix up collection items loader
      
      * remove unused files
      
      * remove type filter
      
      * qb lives
      
      * default to qb
      
      * collection landing and components
      
      * hoverable card
      
      * placeholder search bar
      
      * flip collection / content order on landing
      
      * fix padding
      
      * dashboards first in the list
      
      * Merge master into collections-project
      
      * only show sidebar if exists
      
      * Add collection_position column to Card/Dashboard/Notification (#7675)
      
      * add first version of pins
      
      * Fix memory leak found using RedShift JDBC Metadata methods
      
      Running sync calls several JDBC metadata methods that return
      `ResultSet` objects. According to the JDBC spec, when the connection
      associated to the JDBC ResultSet has been closed, it should free the
      resources used by the ResultSets that were left open in that
      connection. That doesn't look to be happening in RedShift. Closing the
      ResutSet instance ourselves before the connection closes will ensure
      that these resources are freed and doesn't allow the RedShift bug to
      occur.
      
      * use entity update instead of raw api
      
      * Fix tests :wrench::unamused:
      
      * Unified archive, search, schema data browsing, and refactor of entities
      
      * Fix create dashboard modal
      
      * Collections overworld (#7687)
      
      * add overworld
      
      * layout tweaks
      
      * remove navbar browsing link
      
      * table item cards
      
      * search page layout and item icon colors
      
      * search bar active style
      
      * Remove Label & CardLabel models & endpoints
      
      * DO NOT RUN TESTS ON SHUTDOWN! EVER!
      
      * remove navbar browsing link
      
      * table item cards
      
      * search page layout and item icon colors
      
      * search bar active style
      
      * archive page changes
      
      * Merge master into collections-project :flushed:
      
      * activity style updates
      
      * match search bar width to content
      
      * schema grid
      
      * greet with name
      
      * type sync
      
      * pin icon
      
      * be round now
      
      * search spacing and entitiy item last child border
      
      * collection text color
      
      * collection pinned item size / text
      
      * better root collection name
      
      * something styled
      
      * init search empty state
      
      * lint fix
      
      * fix colleciton links. fixes #7716 (#7720)
      
      * Merge master into collections-project :flushed:
      
      * database card styling
      
      * tweak hex value
      
      * prettier
      
      * fix overlap (#7737)
      
      * Reload collections list in question save modal, and collections items list as stopgap until it's more automatic (#7731)
      
      * Fix public question layout (#7732)
      
      * Change Urls.collection() to take an ID, default to 'root', and use when creating pulse
      
      * Collections project bg sync (#7740)
      
      * default to bg-slate-extra-light color
      
      * admin routes
      
      * fix question archive redirect and archived message (#7730)
      Unverified
      1051eba6
  9. May 15, 2018
  10. Apr 20, 2018
  11. Apr 02, 2018
  12. Mar 27, 2018
  13. Mar 23, 2018
  14. Mar 07, 2018
  15. Mar 05, 2018
  16. Mar 01, 2018
  17. Feb 18, 2018
  18. Jan 25, 2018
  19. Jan 16, 2018
  20. Nov 28, 2017
  21. Oct 29, 2017
  22. Oct 25, 2017
  23. Oct 23, 2017
  24. Oct 19, 2017
  25. Oct 13, 2017
  26. Oct 12, 2017
  27. Oct 11, 2017
  28. Oct 10, 2017
  29. Aug 28, 2017
    • Kyle Doherty's avatar
      XRay comparison v2 (#5793) · 55998e0a
      Kyle Doherty authored
      * Add :largest-contributors to comparison, bug fixes, refactoring
      
      * Add valid-pairs and field endpoints to comparisons
      
      * Dampen field difference weight in contribution assesment
      
      * fix nice-bins for empty histogram
      
      * fix for nice-bins for histogram with only 1 value
      
      * Change comparison field zoom in. Rename largest-contributor to top-contributor
      
      * fix halfassed rename
      
      * refactor + new components
      
      * use true multiseries
      
      * cleanup
      
      * include constituents in card
      
      * add dataset to card return
      
      * card wip
      
      * growth rate
      
      * check for values
      
      * lint
      
      * cardify all series features. Unpack linear regression
      
      * add linear regression
      
      * use percentages
      
      * flip order
      
      * add growth series description
      
      * add additional info
      
      * fix layout
      
      * layout tweaks
      
      * add action in qb
      
      * show growth series as a %
      
      * xray segment action
      
      * flow
      
      * Support all time breakdowns, fix filtering bug
      
      * make linter happy
      
      * more robust test
      
      * Add conditional descriptions for growth-series. Update tests.
      
      * add periodicity to cards
      
      * Update for updated distance measure
      
      * Removed updates to comparison as they should not be part of PR
      
      * Correct chi^2 distance
      
      * fix headings
      
      * fix flow
      
      * disable flow for action
      
      * use beaker for xray actions
      
      * move specs to proper test directory
      
      * Fix round-to-month when crossing year
      
      * add key
      
      * Add smoke tests for table xray and segment xray pages
      
      * Correctly handle unixtimestamps encoded as bigints
      
      * Add test cases for question xray page and segment xray query builder action
      
      * Test also timeseries question action widget action
      
      * Fix lint errors for xray tests
      
      * Fix Histogram element passing data in invalid format to Visualization
      
      * Fix integration tests for xrays
      
      * Make xrays urls in services.js consistent with other urls
      
      * fix periodicty reweighing
      
      * cleanup
      
      * spacing
      
      * cleanup
      
      * fix failing tests
      55998e0a
  30. Aug 21, 2017
  31. Aug 11, 2017
    • Simon Belak's avatar
      X-ray comparison (#5731) · 5a02c313
      Simon Belak authored
      * Remove duplicated code from binning
      
      * remove PKs from constituents
      
      * Add rolling window XoX growth. Update time series decomposition
      
      * Add descriptions for new time series features
      
      * fix comparison
      
      * The big rename
      
      * add xray namespace and rename
      
      * match updated endpoints
      
      * fix threading
      
      * Apparently we don't have to cast *id
      
      * Fix field comparison
      
      * api change: constituents are now keyd
      
      * wip
      
      * Unify shape of features for empty datastets with normal features
      
      * Refactor
      
      * use new structure
      
      * hardcode order
      
      * segment/segment
      
      * comparison button
      
      * histogram colors
      
      * more layout tweaks
      
      * sort by distance
      
      * compare icon
      
      * Refactor, generalize metadata/db-id
      
      * more layout
      
      * add cost to comparisons
      
      * First round of tests, some bug fixes
      
      * comment out currently unsed spec to make linter happy
      
      * add cost to comparisons
      
      * add titles
      
      * use terms for difference
      
      * remove uniqueness
      
      * comparison items hover
      
      * fix segment comparison link
      
      * fix field sort by distance
      
      * lint
      
      * fix button
      
      * fix comparison table borders
      5a02c313
  32. Jun 26, 2017
  33. Jun 14, 2017
  34. Jun 12, 2017
Loading