The Wayback Machine - https://web.archive.org/web/20220714061341/https://github.com/apache/superset/commits/master
Skip to content
Permalink
master
Switch branches/tags

Commits on Jul 13, 2022

  1. Added pyodbc (#20598)

    vladik-hbinov committed Jul 13, 2022
  2. Update elasticsearch.mdx (#20695)

    Configuration to get rid of "urllib3.exceptions.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1131)"
    lguillaud committed Jul 13, 2022
  3. Save Dataset Modal: (#20691)

    - Stop clearing the selected dataset after overwritting so users can overwrite as many times as they see fit
    - There's a new AsyncSelect we should use now
    Antonio-RiveroMartnez committed Jul 13, 2022
  4. refactor: Unify shared datasources reducers and actions (#20645)

    * refactor: Unify shared datasources reducers and actions
    
    * Removes column_types
    
    * Adjusts hydrateExplore
    
    * Revert "Removes column_types"
    
    This reverts commit 096bbf7.
    
    * Fixes test
    michael-s-molina committed Jul 13, 2022
  5. refactor: Renders addSlice in SPA (#20675)

    * refactor: Renders addSlice in SPA
    
    * Removes unused imports
    
    * Fixes test imports
    
    * Removes unnecessary imports
    michael-s-molina committed Jul 13, 2022
  6. Fixes datatable crash when dimension is empty (#20680)

    Fixes #20679
    
    Co-authored-by: Usiel Riedl <usiel.riedl@automattic.com>
    Usiel and Usiel Riedl committed Jul 13, 2022
  7. chore(explore): Update chart save to use API endpoints (#20498)

    * Update SaveModal to use v1 API instead of POST /explore.
    
    * Refactor SaveModal tests and remove obsolete ones.
    
    * Fix redirect to /explore on save.
    
    * Add toasts (but they don't work).
    
    * Move logic inside try block, clarify unary-plus use.
    
    * Add tests.
    
    * Fix owners bug in updateSlice, enable navigation to dashboard w/o reload.
    
    * Fix toasts.
    
    * Fix translated strings.
    
    * Fix unintended removal from dashboard bug.
    
    * Fix native filters bug.
    
    * Don't refresh Explore page after saving
    
    * Use JSON payload shorthand.
    
    * Prevent current dashboards being overwritten on viz type change.
    codyml committed Jul 13, 2022

Commits on Jul 12, 2022

  1. feat: have user go to explore after dataset creation (#19965)

    * feat: have user go to explore after dataset creation
    
    * change flow to create chart
    
    * fix lint
    
    * update with suggestions and add store for toasts
    
    * fix ts
    
    * fix test
    
    * lint
    pkdotson committed Jul 12, 2022
  2. chore(docs): custom and built-in event logging class at the same time (

    …#20098)
    
    * chore: custom and built-in event logging class at the same time
    
    * fix whitespaces
    
    * Update Event Logging docs
    wiktor2200 committed Jul 12, 2022

Commits on Jul 11, 2022

  1. fix: annotation broken (#20651)

    * fix: annotation broken
    
    * fix UT
    
    * add annotation data to mixed timeseries chart
    zhaoyongjie committed Jul 11, 2022
  2. chore(deps-dev): bump jsdom from 16.4.0 to 20.0.0 in /superset-fronte…

    …nd (#20649)
    
    Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.4.0 to 20.0.0.
    - [Release notes](https://github.com/jsdom/jsdom/releases)
    - [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md)
    - [Commits](jsdom/jsdom@16.4.0...20.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: jsdom
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 11, 2022
  3. chore(deps): bump moment from 2.29.2 to 2.29.4 in /superset-frontend (#…

    …20644)
    
    Bumps [moment](https://github.com/moment/moment) from 2.29.2 to 2.29.4.
    - [Release notes](https://github.com/moment/moment/releases)
    - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
    - [Commits](moment/moment@2.29.2...2.29.4)
    
    ---
    updated-dependencies:
    - dependency-name: moment
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 11, 2022
  4. feat(HelmChart): Add securityContext on pod level (#20666)

    * feat(HelmChart): securityContext - container level
    
    * build(helmchart): bump chart to 0.6.5
    miloszbednarzak committed Jul 11, 2022

Commits on Jul 8, 2022

  1. fix: pandas bug when data is blank on post-processing (#20629)

    * fix pandas bug when data is blank on post-processing
    
    * account for multiple queries when data is blank
    eschutho committed Jul 8, 2022
  2. fix(embedded): Ensure guest token is passed to log endpoint (#20647)

    * Pass guest token to sendBeacon
    
    * Add tests
    jfrag1 committed Jul 8, 2022
  3. fix: enable admin to edit dataset in explore (#20613)

    * add conditional
    
    * add test
    
    * fix lint
    pkdotson committed Jul 8, 2022
  4. chore: removing Druid from front- and back- end (#20338)

    * first pass at removing native Druid nosql
    
    * removing having_druid
    
    * addressing comments, linting
    
    * fixed all tests
    
    * addressing comments
    
    * redirected to ui-core TimeGranularity type
    
    * query form metric linting
    
    * fixed broken chart type
    
    * implementing feedback
    AAfghahi committed Jul 8, 2022
  5. feat(handlebars plugin): adding handlebars helpers for common math op…

    …erations (#20648)
    
    * feat(plugin-chart-handlebars): add common helpers
    
    * add import
    
    * add declare module
    
    Co-authored-by: Ville Brofeldt <ville.v.brofeldt@gmail.com>
    rusackas and villebro committed Jul 8, 2022

Commits on Jul 7, 2022

  1. Database Modal: (#20637)

    - Since our DatabaseConnectionForm is wrapped in a AntD Form, we need to ensure our custom design is applied in the upload input instead of AntD default one for file input type=file.
    Antonio-RiveroMartnez committed Jul 7, 2022
  2. chore: Split Select component into Async and Sync components (#20466)

    * Created AsyncSelect Component
    Changed files to reference AsyncSelect if needed
    
    * modified import of AsyncSelect, removed async tests and prefixes from select tests
    
    * fixed various import and lint warnings
    
    * fixing lint errors
    
    * fixed frontend test errors
    
    * fixed alertreportmodel tests
    
    * removed accidental import
    
    * fixed lint errors
    
    * updated async select
    cccs-RyanK committed Jul 7, 2022
  3. docs: add WikiMedia Foundation to users list (#20578)

    * Add WikiMedia to INTHEWILD.md
    
    * docs: add WikiMedia Foundation to users list
    
    Co-authored-by: ʈᵃᵢ <tai@apache.org>
    
    Co-authored-by: ʈᵃᵢ <tai@apache.org>
    vg and nytai committed Jul 7, 2022
Older