1. 19 3月, 2019 11 次提交
  2. 18 3月, 2019 5 次提交
  3. 15 3月, 2019 2 次提交
  4. 13 3月, 2019 3 次提交
  5. 09 3月, 2019 3 次提交
    • C
      0.31.0rc15 · c42afa11
      Christine Chambers 提交于
      c42afa11
    • C
      Enhancement of query context and object. (#6962) · 35c55278
      Conglei 提交于
      * added more functionalities for query context and object.
      
      * fixed cache logic
      
      * added default value for groupby
      
      * updated comments and removed print
      
      (cherry picked from commit d5b9795f)
      35c55278
    • C
      Split tags migration (#7002) · 1c41020c
      Christine Chambers 提交于
      This PR removes the iteration over charts, dashboards and saved queries to create tags in the original migration, leaving only the logic to create the tags and the tagged objects tables.
      Tested locally by running `superset db downgrade` to revert to the previous migration and then running `superset db upgrade` to the current version.
      
      (cherry picked from commit e47a1b28)
      1c41020c
  6. 02 3月, 2019 2 次提交
    • C
      0.31.0rc14 · ec7a0b22
      Christine Chambers 提交于
      ec7a0b22
    • M
      Remove Cypress from package.json (#6912) · 4655cb4c
      Maxime Beauchemin 提交于
      * Remove Cypress from package.json
      
      I'm building some Docker images these days and realizing just how big
      the Cypress package is. Looks like its ~500mb or so.
      
      I prefer adding it as needed only as opposed to having to play tricks as
      in `npm ci && rm node_modules/cypress`
      
      * Pin cypress version
      
      * Add script entry install-cypress
      
      * bump cypress and fix ts-jest warning
      
      (cherry picked from commit 8f2ce756)
      4655cb4c
  7. 01 3月, 2019 2 次提交
  8. 28 2月, 2019 2 次提交
  9. 26 2月, 2019 2 次提交
    • C
      0.31.0rc11 · 9939a52d
      Christine Chambers 提交于
      9939a52d
    • C
      Fix rendering regression from the introduction of bignumber (#6937) · c3db74d9
      Christine Chambers 提交于
      In superset-ui 0.8.0, we used bignumber.js to transform numbers in chartProps' payload from plain 64-bit floats to BigNumber instances. This causes a number of charts to render incorrectly when comparison functions in the rendering algorithms operate on BigNumber objects instead of floats. This PR uses the preTransformProps step in SuperChart to transform BigNumber instances back to floats so charts can render properly.
      
      (cherry picked from commit 73cdb37f)
      c3db74d9
  10. 21 2月, 2019 2 次提交
  11. 20 2月, 2019 6 次提交
    • C
      v0.31.0rc9 · ccb51385
      Christine Chambers 提交于
      ccb51385
    • B
      Fix database typeahead in SQL Lab (#6917) · db0235fb
      Beto Dealmeida 提交于
      * Fix database typeahead in SQL Lab
      
      * Fix lint
      
      * Use string interpolation
      
      (cherry picked from commit 25ec00b3)
      db0235fb
    • C
      Address tooltip's disappearance and stickiness (#6898) · 953d6dc9
      Christine Chambers 提交于
      * Address tooltip's disappearance and stickiness
      
      Nvd3 attaches tooltips to the body of the dom, not the chart the tooltip is meant fo. On hover, it sets their opacity to 1. In order to address both their stickiness when chart reloads (PR #6805) and thier disappearance on scroll in dashboards (PR #6852), we introduce a shouldRemove parameter to `hideTooltips` and only remove them befor chart reloads. For the scroll events triggered on dashboards, we only hide the tooltips by setting their opacity to 0. When they get hovered over again, nvd3 sets their opacity to 1 which causes them to reappear.
      
      * adding a comment about the shouldRemove parameter
      953d6dc9
    • B
      Fix extra_filters in multi line viz (#6868) · c0eaa5f6
      Beto Dealmeida 提交于
      (cherry picked from commit b035185b1c5c4f4332bfc8c9f748166f8d43151f)
      c0eaa5f6
    • B
      Fix tooltip (#6895) · ebcadc1f
      Beto Dealmeida 提交于
      (cherry picked from commit 3f96b0c5)
      ebcadc1f
    • C
      Add show metadata button back to the explore view (#6911) · 5fa5acb5
      Christine Chambers 提交于
      * Add show metadata button back to the explore view
      
      - Add the show metadta button, accidentally removed from PR #6046, back to the explore view
      - Remove dead code that is no longer reachable from DataSourceModal.jsx.
      
      * Adding additional code back to make the button function and remove more dead code.
      
      (cherry picked from commit f8cf0fb7)
      5fa5acb5