1. 29 10月, 2016 3 次提交
  2. 28 10月, 2016 1 次提交
  3. 27 10月, 2016 7 次提交
  4. 26 10月, 2016 3 次提交
    • M
      [sqllab] some frontend tests (#1400) · 940659bc
      Maxime Beauchemin 提交于
      * [sqllab] some frontend tests
      
      * linting
      
      * Addressing comments
      
      * Addressing unaddressed comments
      
      * Touchups
      940659bc
    • B
      Filter immune slices array stores strings. (#1402) · 7c593373
      Bogdan 提交于
      7c593373
    • V
      Adjusted top margin of heatmap plot to get it working in V2 (#1361) · 89df2fcf
      vera-liu 提交于
      * Adjusted top margin of heatmap plot to get it working in V2
      
      Problem:
      The heatmap in V2 was shifted towards the top margin of slice
      container, this was because in v2 slice name header was part of the
      container body, while in v1 the header was separately defined in
      explore.html template.
      
      Solution:
      To get heatmap properly shown in V2, we need to
      take into account the height of the slice_name header. Adding to
      margin_top will shift the plot in V1 too, but it won't make a big
      difference to the look.
      
      Ideally when we renovate slice container in future PR we would defined a
      height for slice_name header and take it into account for all
      visualization files.
      
      * Added panel header height to margin_top for explore v2
      
      * Use getBoundingClientRect to get header height
      
      * Use slice-header for id of panel-title
      89df2fcf
  5. 25 10月, 2016 4 次提交
  6. 22 10月, 2016 6 次提交
  7. 21 10月, 2016 4 次提交
  8. 20 10月, 2016 4 次提交
  9. 19 10月, 2016 1 次提交
    • N
      Enable "Run Query in New Tab" in SQL Lab (#1343) · 2edce5bf
      Nick Barnwell 提交于
      * Enable "Clone to New Tab" btn in QueryHistoryTable
      
      Method #1; doesn't feel very clean.
      
      Going to attempt to reimplement using an action and changing state directly
      through the reducer rather than creating a new QueryEditor object directly from
      the QueryTable
      
      * Move Clone Logic to Action
      
      * Implement PR feedback
      
      * Clean up reducer action; fix bug
      
      Bug => Attempting to clone anything other than the most recent Query for a given
      TabbedQueryEditor would throw an exception, because we depended on lastQueryId
      to find the title of the QueryEditor to clone. Since you can only activate a
      clone from the currently active tab, we can instead fetch the ID of the Editor
      to copy the Title of from the tip of tabHistory.
      
      * Tests for Reducer Action
      
      * Fix CodeClimate feedback
      2edce5bf
  10. 18 10月, 2016 3 次提交
  11. 16 10月, 2016 1 次提交
  12. 15 10月, 2016 3 次提交