This is an automated email from the ASF dual-hosted git repository.

amitmiran pushed a change to branch feat/on_import_set_self_as_owner
in repository https://gitbox.apache.org/repos/asf/superset.git.


 discard 1936b65  fix: no requester owner in exmaples import
 discard 919b7b6  feat(import): requester as owner option
     add 2792ddc  refactor: move SupersetAppInitializer to specific 
initialization package (#15278)
     add b28d7ea  fix(native-filters): default value checkbox in config modal 
(#15257)
     add cd0e03a  chore: encapsulate flask app into superset app (#15281)
     add 1948678  fix(helm): Use import_datasources.yaml, if it exists (#14704)
     add 048609d  feat(native-filters): Show/Highlight errored/focused status 
(#15276)
     add cef3dc0  fix(native-filters): improve time range filter performance 
(#15295)
     add 4d48f04  adding new feature flag (#15238)
     add ab153e6  feat: Synchronously return cached charts (#15157)
     add 5b2eb8d  Revert "fix: SQL Lab show "Refetch Results" button while 
fetching new query results (#15109)" (#15301)
     add fc1a62b  chore: Improves the Select component UI/UX - iteration 2 
(#15235)
     add 58cc78d  fix: return query if it already exists (#15207)
     add c211f7d  refactor: icon to icons in DatasourceEditor (#15240)
     add f31d573  feat(editable-title): move and scroll to the end (#15270)
     add 6324490  fix(dashboard): Close FiltersBadge popover on window resize 
(#15305)
     add b89ee0c  fix(native-filters): Assume that temporal columns exist if 
column_types is undefined (#15324)
     add 216e2b8  fix: datasource payload is incorrect (#15184)
     add 4b00c15  feat: implement specific errors for SQL Lab (#15206)
     add ea382e4  fix: Capitalize time grainularity weekdays (#15319)
     add f35ce39  refactor: migrate icon to icons in tablecollection (#15309)
     add 7a1223c  Revert "build(webpack): use [contenthash] instead of 
[chunkhash] (#14942)" (#15285)
     add b295c6a  fix(api): handle undefined column type_generic (#15315)
     add a330b66  docs: correct incorrect hyperlink (#15245)
     add e1ceb7f  refactor: Icon to icons for certifiedIcon (#15306)
     add 352656a  Fix issue #15335 (#15339)
     add f0b6419  feat(native-filters): Set default scope by filters' and 
charts' datasets  (#15302)
     add b3cdff4  fix(native-filters): show default text on filter scoping tree 
(#15351)
     add fae4531  fix: missing orderby in query on the nvd3 timeseries chart 
(#15343)
     add b3616d2  fix: follow up pr-15343 (#15355)
     add 241ee32  feat: custom error SQL Lab timeout (#15342)
     add 680b447  style(sqllab): update table count styling (#15200)
     add a477505  refactor: icon to icons for basicerror componenet (#15336)
     add a3f4e4a  refactor: icon to icons in erroralert component (#15341)
     add 53aa351  chore: bump @svgr/webpack to 5.5.0 (#15349)
     add a2dc76b  feat(import): requester as owner option
     add 270dcee  fix: no requester owner in exmaples import

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (1936b65)
            \
             N -- N -- N   refs/heads/feat/on_import_set_self_as_owner (270dcee)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 docs/src/pages/docs/Miscellaneous/issue_codes.mdx  |    56 +
 .../pages/docs/frequently-asked-questions-page.mdx |     2 +-
 helm/superset/Chart.yaml                           |     2 +-
 helm/superset/values.yaml                          |     4 +
 superset-frontend/package-lock.json                | 23403 ++++++++-----------
 superset-frontend/package.json                     |     4 +-
 .../spec/fixtures/mockDashboardLayout.js           |     2 +-
 .../util/getFormDataWithExtraFilters_spec.ts       |     1 +
 .../datasource/DatasourceEditor_spec.jsx           |     9 +-
 superset-frontend/src/SqlLab/reducers/sqlLab.js    |    15 +-
 superset-frontend/src/chart/chartAction.js         |    33 +-
 .../index.ts                                       |     2 +-
 .../useComponentDidUpdate.test.ts}                 |    15 +-
 .../useComponentDidUpdate.ts}                      |    19 +-
 .../AlteredSliceTag/AlteredSliceTag.test.jsx       |     4 +-
 .../src/components/CertifiedIcon/index.tsx         |     7 +-
 .../src/components/EditableTitle/index.tsx         |     7 +
 .../ErrorMessage/BasicErrorAlert.test.tsx          |    14 +-
 .../components/ErrorMessage/BasicErrorAlert.tsx    |    11 +-
 .../components/ErrorMessage/ErrorAlert.test.tsx    |    14 +-
 .../src/components/ErrorMessage/ErrorAlert.tsx     |    34 +-
 .../src/components/ErrorMessage/types.ts           |     5 +
 .../src/components/Select/AntdSelect.stories.tsx   |   244 -
 .../src/components/Select/Select.stories.tsx       |   313 +
 .../Select/{AntdSelect.tsx => Select.tsx}          |    78 +-
 superset-frontend/src/components/Select/utils.ts   |     2 +-
 .../src/components/TableSelector/index.tsx         |    13 +-
 .../components/dataViewCommon/TableCollection.tsx  |     8 +-
 superset-frontend/src/components/index.ts          |     2 +-
 .../CrossFilterScopingForm.test.tsx                |     6 +-
 .../CrossFilterScopingForm/index.tsx               |     6 +-
 .../components/FiltersBadge/DetailsPanel/index.tsx |    14 +-
 .../FilterBar/FilterControls/FilterValue.tsx       |    50 +-
 .../FiltersConfigForm/CollapsibleControl.tsx       |    13 +-
 .../FiltersConfigForm/DefaultValue.tsx             |    11 +-
 .../FiltersConfigForm/FilterScope/FilterScope.tsx  |    85 +-
 .../FiltersConfigForm/FilterScope/ScopingTree.tsx  |    29 +-
 .../FiltersConfigForm/FilterScope/state.ts         |    16 +-
 .../FiltersConfigForm/FilterScope/types.ts         |    12 +-
 .../FiltersConfigForm/FilterScope/utils.ts         |    40 +-
 .../FiltersConfigForm/FiltersConfigForm.tsx        |   155 +-
 .../FiltersConfigForm/getControlItemsMap.tsx       |     2 +-
 .../FiltersConfigModal/FiltersConfigForm/state.ts  |    46 +-
 .../FiltersConfigModal/FiltersConfigModal.test.tsx |     2 +-
 .../dashboard/components/nativeFilters/utils.ts    |     1 +
 superset-frontend/src/dashboard/types.ts           |    19 +-
 .../src/datasource/DatasourceEditor.jsx            |    17 +-
 .../explore/components/DataTablesPane/index.tsx    |     4 +-
 .../controls/DateFilterControl/DateFilterLabel.tsx |    25 +-
 .../index.tsx                                      |     2 +-
 .../explore/components/controls/ViewQueryModal.tsx |     4 +-
 .../components/GroupBy/GroupByFilterPlugin.tsx     |    57 +-
 .../src/filters/components/GroupBy/controlPanel.ts |    12 +
 .../filters/components/Range/RangeFilterPlugin.tsx |    90 +-
 .../src/filters/components/Range/controlPanel.ts   |    18 +
 .../components/Select/SelectFilterPlugin.tsx       |     4 +-
 .../src/filters/components/Select/controlPanel.ts  |     3 +-
 .../filters/components/Time/TimeFilterPlugin.tsx   |    40 +-
 .../src/filters/components/Time/controlPanel.ts    |    22 +-
 .../TimeColumn/TimeColumnFilterPlugin.tsx          |    54 +-
 .../filters/components/TimeColumn/controlPanel.ts  |    22 +-
 .../components/TimeGrain/TimeGrainFilterPlugin.tsx |    47 +-
 .../filters/components/TimeGrain/controlPanel.ts   |    22 +-
 superset-frontend/src/setup/setupErrorMessages.ts  |    20 +
 .../src/views/CRUD/data/dataset/DatasetList.tsx    |     2 +-
 superset-frontend/webpack.config.js                |    12 +-
 superset/app.py                                    |   694 +-
 superset/charts/api.py                             |    39 +-
 superset/config.py                                 |     6 +-
 superset/connectors/base/models.py                 |     2 +-
 superset/connectors/connector_registry.py          |    36 +
 superset/db_engine_specs/base.py                   |     8 +-
 superset/errors.py                                 |    60 +
 superset/{app.py => initialization/__init__.py}    |   101 +-
 superset/sql_lab.py                                |   111 +-
 superset/translations/ja/LC_MESSAGES/messages.json |     8 +-
 superset/translations/ja/LC_MESSAGES/messages.po   |     8 +-
 superset/translations/ko/LC_MESSAGES/messages.json |     8 +-
 superset/translations/ko/LC_MESSAGES/messages.po   |     8 +-
 superset/translations/messages.pot                 |     8 +-
 superset/utils/core.py                             |     5 +
 superset/views/chart/views.py                      |     2 +-
 superset/views/core.py                             |    73 +-
 superset/views/sql_lab.py                          |     6 +-
 superset/viz.py                                    |     8 +-
 tests/access_tests.py                              |    79 +
 tests/charts/api_tests.py                          |    75 +-
 tests/core_tests.py                                |     2 +-
 tests/sqllab_tests.py                              |   180 +-
 89 files changed, 11941 insertions(+), 14893 deletions(-)
 copy superset-frontend/src/common/hooks/{useComponentDidMount => 
useComponentDidUpdate}/index.ts (95%)
 copy 
superset-frontend/src/common/hooks/{useComponentDidMount/useComponentDidMount.test.ts
 => useComponentDidUpdate/useComponentDidUpdate.test.ts} (68%)
 copy superset-frontend/src/{components/Icons/IconType.ts => 
common/hooks/useComponentDidUpdate/useComponentDidUpdate.ts} (72%)
 delete mode 100644 
superset-frontend/src/components/Select/AntdSelect.stories.tsx
 create mode 100644 superset-frontend/src/components/Select/Select.stories.tsx
 rename superset-frontend/src/components/Select/{AntdSelect.tsx => Select.tsx} 
(89%)
 copy superset/{app.py => initialization/__init__.py} (90%)

Reply via email to