Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: blankstate metrics columns #20755

Merged
merged 106 commits into from
Jul 26, 2022

Commits on Jun 6, 2022

  1. add POC ExploreMixin

    hughhhh committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    6fc435d View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. Working POC

    > columns are loading into page
    hughhhh committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    632ce21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f22618 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. Configuration menu
    Copy the full SHA
    236c489 View commit details
    Browse the repository at this point in the history
  2. fix merge conflicts

    hughhhh committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    24261d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd3b6a9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    64f4181 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c07534 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6fab57f View commit details
    Browse the repository at this point in the history
  7. Added Query preview Modal from DatasourceControl if the data source t…

    …ype is Query [41493]
    
    Initial commit to add ability for the a Query Preview Modal to be available when the data source type is Query and not Dataset
    Converted ModalTrigger to a functional TypeScript component
    eric-briscoe committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    3a46152 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2022

  1. > fix integration point with frontend

    > allow for all records to be displayed
    > fix select with all columns queries
    > filters are now working
    hughhhh committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    613d78a View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. Configuration menu
    Copy the full SHA
    e076f13 View commit details
    Browse the repository at this point in the history
  2. Adjusts conditional logic approach to be extensible for additional ty…

    …pes from DatasourceTypes options
    eric-briscoe committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    31dfdd2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bbb91e0 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'lyndsi/dataset-panel-updates' into ericbriscoe/sc-41493…

    …/query-preview-modal-for-chart-source-query
    eric-briscoe committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    8513cc5 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. refactor

    hughhhh committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    cd54603 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. Configuration menu
    Copy the full SHA
    a173cfa View commit details
    Browse the repository at this point in the history
  2. Merge pull request #218 from preset-io/ericbriscoe/sc-41493/query-pre…

    …view-modal-for-chart-source-query
    
    feat: Ericbriscoe/sc 41493/query preview modal for chart source query
    eric-briscoe committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    0295818 View commit details
    Browse the repository at this point in the history
  3. set field for sql

    hughhhh committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    de20276 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. Configuration menu
    Copy the full SHA
    bd7db0d View commit details
    Browse the repository at this point in the history
  2. add query_language

    hughhhh committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    e344197 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. fix ds main_dttm

    hughhhh committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    9c5bc48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6fbc33 View commit details
    Browse the repository at this point in the history
  3. Fixes issue where database id was not available to save query as data…

    …set, adds default metric when chart source is query
    eric-briscoe committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    6af2961 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    12546f5 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. Configuration menu
    Copy the full SHA
    ff59846 View commit details
    Browse the repository at this point in the history
  2. oops

    hughhhh committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    bdbf2d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    559e1a2 View commit details
    Browse the repository at this point in the history
  4. fix circuliar dep

    hughhhh committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    890be43 View commit details
    Browse the repository at this point in the history
  5. Disables showing Metrics section in DatasourcePanel when Query is the…

    … datasource
    
    A follow on separate effort will enable having a default Count metric when Query is the datasource type
    eric-briscoe committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    4b833be View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. adds condition to use query.columns if query.results is not present e…

    …nable saving query as a dataset
    eric-briscoe committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    4254b7e View commit details
    Browse the repository at this point in the history
  2. down to 26 now

    hughhhh committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    4710b3d View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

  1. patch for pre-commit

    hughhhh committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    017bde6 View commit details
    Browse the repository at this point in the history
  2. one more pre-commit

    hughhhh committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    075c5d8 View commit details
    Browse the repository at this point in the history
  3. added explore_json error

    AAfghahi committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    d73504c View commit details
    Browse the repository at this point in the history
  4. added error messages

    AAfghahi committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    74ae38c View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. add for metrics

    pkdotson committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    ea49535 View commit details
    Browse the repository at this point in the history
  2. add text for columns

    pkdotson committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    3f5bea4 View commit details
    Browse the repository at this point in the history
  3. add model open/close method

    pkdotson committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    07ee508 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. add propogation and methods

    pkdotson committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    3ab4526 View commit details
    Browse the repository at this point in the history
  2. change link to span

    pkdotson committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    d5d8aaa View commit details
    Browse the repository at this point in the history
  3. lint fix

    pkdotson committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    91cd5c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    97ee4eb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    276bc28 View commit details
    Browse the repository at this point in the history
  6. Fixes unit test failure

    eric-briscoe committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    a8ff273 View commit details
    Browse the repository at this point in the history
  7. fix some types

    pkdotson committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    ddf2c8d View commit details
    Browse the repository at this point in the history
  8. added frontend piece

    AAfghahi committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    044945b View commit details
    Browse the repository at this point in the history
  9. fix type

    pkdotson committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    a9fb857 View commit details
    Browse the repository at this point in the history
  10. Merge branch master

    eric-briscoe committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    8d8a868 View commit details
    Browse the repository at this point in the history
  11. Fixes bad import caused by merge from master and removes duplicate sh…

    …owSaveDatasetModal check
    eric-briscoe committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    7ace7a4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e436582 View commit details
    Browse the repository at this point in the history
  13. Fix lint error

    eric-briscoe committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    76c3505 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. Configuration menu
    Copy the full SHA
    3370439 View commit details
    Browse the repository at this point in the history
  2. merged main branch

    AAfghahi committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    d1866e8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #223 from preset-io/arash/error_messages

    feat: error messages for explore_json
    AAfghahi committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    18b6fa1 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. Fixes unit test failure for DatasourceControl and simplifies getDatas…

    …ourceTitle based on PR comment
    eric-briscoe committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    a7ded35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c65c225 View commit details
    Browse the repository at this point in the history
  3. fix ts

    pkdotson committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    54e4023 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. pylint

    AAfghahi committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    232d6dc View commit details
    Browse the repository at this point in the history
  2. core_test fix

    AAfghahi committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    aa2756e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #225 from preset-io/arash/pylint_errors

    chore: Fix Pylint errors
    hughhhh committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    ebdfcf0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a52acd9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3653e40 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. merge master

    hughhhh committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    c0ab26b View commit details
    Browse the repository at this point in the history
  2. fixed from master

    hughhhh committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    655fddf View commit details
    Browse the repository at this point in the history
  3. fixed from master

    hughhhh committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    f752655 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'chart-power-query' of ssh://github.com/preset-io/supers…

    …et into chart-power-query
    eric-briscoe committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    c478add View commit details
    Browse the repository at this point in the history
  5. Fixes issue where Overwrite dataset does not work due to userid error

    SPA refractor changed Redux structure that is used when in explore (which is now within SPA).  user object is at the root of the store now for anything under SPA.
    eric-briscoe committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    5e32c24 View commit details
    Browse the repository at this point in the history
  6. Resolves TypeScript errors with changes made for SPA merging in and c…

    …hanges needed for overwriting dataset from SaveDatasetModal
    eric-briscoe committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    6707808 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. Configuration menu
    Copy the full SHA
    b28d79c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c619618 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa85488 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a09d781 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. add owner check

    hughhhh committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    076e4fd View commit details
    Browse the repository at this point in the history
  2. update FE for it

    hughhhh committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    c5ca22d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a35038d View commit details
    Browse the repository at this point in the history
  4. fix exceptions

    hughhhh committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    661bb9e View commit details
    Browse the repository at this point in the history
  5. fix fe lint

    hughhhh committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    b476b70 View commit details
    Browse the repository at this point in the history
  6. fix test

    hughhhh committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    56fcdc9 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #233 from preset-io/chart-power-query-samples

    fix: Move chart samples to explore resource endpoint
    hughhhh committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    551ddc8 View commit details
    Browse the repository at this point in the history
  8. add tab_name to payload

    hughhhh committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    6e5443a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    97ac731 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. fix merge conflicts

    hughhhh committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    664773a View commit details
    Browse the repository at this point in the history
  2. fix cypress test

    hughhhh committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    a073313 View commit details
    Browse the repository at this point in the history
  3. save columns on execution

    hughhhh committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    f717e18 View commit details
    Browse the repository at this point in the history
  4. fix frontend build test

    hughhhh committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    16ea687 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3f6fa0a View commit details
    Browse the repository at this point in the history
  6. changing column types

    AAfghahi committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    88a51b4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a105ca6 View commit details
    Browse the repository at this point in the history
  8. address comments

    hughhhh committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    9e09af2 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. add changes

    pkdotson committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    69777d3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'chart-power-query' of https://github.com/preset-io/supe…

    …rset into feat-blankstate-metrics-columns
    pkdotson committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    6334e21 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. fix path

    pkdotson committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    8394881 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. Merge branch 'master' of https://github.com/preset-io/superset into f…

    …eat-blankstate-metrics-columns
    pkdotson committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    996f8d3 View commit details
    Browse the repository at this point in the history
  2. fix merge

    pkdotson committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    e9aaa1f View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. fix types

    pkdotson committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    3db3d10 View commit details
    Browse the repository at this point in the history
  2. remove console

    pkdotson committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    0cf7000 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. add type

    pkdotson committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    85177aa View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2022

  1. fix linting

    hughhhh committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    79836f0 View commit details
    Browse the repository at this point in the history
  2. update to enum

    hughhhh committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    6073777 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. Merge branch 'master' of https://github.com/preset-io/superset into f…

    …eat-blankstate-metrics-columns
    hughhhh committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    dc74d2b View commit details
    Browse the repository at this point in the history
  2. fix test

    hughhhh committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    bee3795 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. remove explore from buttons

    hughhhh committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    b626843 View commit details
    Browse the repository at this point in the history
  2. fix logic

    hughhhh committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    9aac370 View commit details
    Browse the repository at this point in the history
  3. fix logic

    hughhhh committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    c0853cf View commit details
    Browse the repository at this point in the history
  4. oops

    hughhhh committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    69009be View commit details
    Browse the repository at this point in the history