forked from apache/superset
-
Notifications
You must be signed in to change notification settings - Fork 4
/
lyft_changes.txt
54 lines (51 loc) · 3.22 KB
/
lyft_changes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
This file tracks the changes we have pushed to lyft-master but not apache/incubator-superset master.
lyft-master is a branch in a Lyft fork of apache/incubator-superset that has cherries applied to it.
Since then, we have modified these "cherries" and/or added files. Please add changes done to this
file to help us track how close or far we are from apache/incubator-superset master.
1. Kepler changes
- @superset-ui/legacy-preset-chart-kepler has been added to package.json
- webpack.config.js has been updated to tell Babel not to parse files in the type-analyzer package
because it contains CommonJS files. If Babel parses such files, it will mix require and export
default in a module, which is not allowed.
- KeplerChartPreset has been added in superset/assets/src/visualizations/presets/MainPreset.js
- class KeplerViz in superset/viz.py is still there
- Two controls ("Read Only Mode" and "Config" controls) in
superset/assets/src/explore/controls.jsx are still there.
- superset/assets/src/explore/controlPanels/Kepler.js is still there
- Registering the kepler plugin in superset/assets/src/setup/setupPlugins.ts is still there.
- kepler dependency in package.json and package-lock.json has been removed
- superset/assets/src/visualizations/Kepler/Kepler.css has been removed
- superset/assets/src/visualizations/Kepler/Kepler.jsx has been removed
- superset/assets/src/visualizations/Kepler/KeplerChartPlugin.js has been removed
- superset/assets/src/visualizations/presets/DeckGLChartPreset.js has been removed
2. Tag changes
- react-bootstreap-table-next (^1.4.0) added to package.json
- react-tag-autocomplete (^5.8.0) added to package.json
- whatwg-fetch (^3.0.0) added to package.json
- add superset-frontend/tags.jsx
- Add superset-frontend/src/dashboard/components/gridComponents/Tags.jsx
- Add superset-frontend/src/dashboard/components/gridComponents/new/NewTags.jsx
- Add superset-frontend/src/welcome/TagsTable.jsx
- Add superset-frontend/src/dashboard/components/gridComponents/new/NewTags.jsx
- add superset-frontend/src/components/ObjectTags.jsx
- integrate superset-frontend/src/welcome/Welcome.json with TagsTable and tags.jsx
- integrate superset-frontend/src/dashboard/components/gridComponents/index.js with Tags
- integrate superset-frontend/src/explore/components/ExploreChartHeader.jsx with ObjectTags etc
- integrate superset-frontend/src/dashboard/components/Header.jsx
- integrate superset-frontend/src/dashboard/components/InsertComponentPane.jsx with NewTags