master
Commits on Jul 14, 2022
Commits on Jul 13, 2022
-
-
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)"
-
- 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
-
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
-
refactor: Renders addSlice in SPA (#20675)
* refactor: Renders addSlice in SPA * Removes unused imports * Fixes test imports * Removes unnecessary imports
-
fix(dashboard): Native filter on the dashboard with multiple tabs is …
…displayed as out of scope (#20693)
-
Fixes datatable crash when dimension is empty (#20680)
Fixes #20679 Co-authored-by: Usiel Riedl <usiel.riedl@automattic.com>
-
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.
Commits on Jul 12, 2022
-
-
-
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
-
-
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
Commits on Jul 11, 2022
-
fix: annotation broken (#20651)
* fix: annotation broken * fix UT * add annotation data to mixed timeseries chart
-
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>
-
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>
-
feat(HelmChart): Add securityContext on pod level (#20666)
* feat(HelmChart): securityContext - container level * build(helmchart): bump chart to 0.6.5
Commits on Jul 9, 2022
Commits on Jul 8, 2022
-
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
-
fix(embedded): Ensure guest token is passed to log endpoint (#20647)
* Pass guest token to sendBeacon * Add tests
-
fix: enable admin to edit dataset in explore (#20613)
* add conditional * add test * fix lint
-
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
-
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>
-
Commits on Jul 7, 2022
-
- 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.
-
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
-
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>

