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

Fix: Rejiggering some dependencies, trying to get CI to pass #10747

Merged

Conversation

rusackas
Copy link
Member

@rusackas rusackas commented Sep 1, 2020

SUMMARY

npm install pointed out these duplicated dependencies. Just cleaning up and hoping CI runs.

BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF

TEST PLAN

ADDITIONAL INFORMATION

  • Has associated issue:
  • Changes UI
  • Requires DB Migration.
  • Confirm DB Migration upgrade and downgrade tested.
  • Introduces new feature or API
  • Removes existing feature or API

@pull-request-size pull-request-size bot added size/S and removed size/XS labels Sep 1, 2020
@rusackas rusackas changed the title chore: Removing two duplicate devDependencies - leaving the Dependencies Rejiggering some dependencies, trying to get CI to pass Sep 1, 2020
Copy link
Member

@etr2460 etr2460 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, although i've never known if @types requirements should be in dependencies or devDependencies. We should probably be consistent (especially since i'm sure @types/enzyme isn't needed for the production app)

@rusackas
Copy link
Member Author

rusackas commented Sep 1, 2020

lgtm, although i've never known if @types requirements should be in dependencies or devDependencies. We should probably be consistent (especially since i'm sure @types/enzyme isn't needed for the production app)

I keep wondering the same thing... then I google around to see what others say/do, and wind up just as confused :P

I'm also unsure about the fsevents optional dependency. I just made it e dependency for now, and it seems to be working.

I'm trying not to rock the boat too hard on this PR, but once this goes in, I'll open subsequent PRs to remove fsevents and move @types to devDependencies, and see how those play out.

@rusackas rusackas changed the title Rejiggering some dependencies, trying to get CI to pass Fix: Rejiggering some dependencies, trying to get CI to pass Sep 1, 2020
@codecov-commenter
Copy link

codecov-commenter commented Sep 1, 2020

Codecov Report

Merging #10747 into master will increase coverage by 4.77%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #10747      +/-   ##
==========================================
+ Coverage   60.28%   65.06%   +4.77%     
==========================================
  Files         360      789     +429     
  Lines       23223    37179   +13956     
  Branches        0     3555    +3555     
==========================================
+ Hits        14001    24192   +10191     
- Misses       9222    12882    +3660     
- Partials        0      105     +105     
Flag Coverage Δ
#cypress 56.15% <ø> (?)
#javascript 61.49% <ø> (?)
#python 60.29% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
superset/db_engines/hive.py 82.14% <0.00%> (-3.58%) ⬇️
...explore/components/AdhocMetricEditPopoverTitle.jsx 84.61% <0.00%> (ø)
...ontend/src/dashboard/util/getDashboardFilterKey.ts 100.00% <0.00%> (ø)
superset-frontend/src/setup/setupClient.js 80.00% <0.00%> (ø)
...et-frontend/src/SqlLab/components/TableElement.jsx 82.75% <0.00%> (ø)
superset-frontend/src/logger/actions/index.js 100.00% <0.00%> (ø)
...c/dashboard/components/gridComponents/Markdown.jsx 89.01% <0.00%> (ø)
superset-frontend/src/SqlLab/reducers/common.js 100.00% <0.00%> (ø)
superset-frontend/src/chart/ChartContainer.jsx 100.00% <0.00%> (ø)
...rset-frontend/src/dashboard/actions/datasources.js 57.89% <0.00%> (ø)
... and 421 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update cd144b6...546ed5e. Read the comment docs.

@rusackas rusackas merged commit 807bd65 into apache:master Sep 1, 2020
@rusackas rusackas deleted the removing-two-duplicate-dependencies branch September 1, 2020 03:52
@villebro villebro added the v0.38 label Sep 10, 2020
villebro pushed a commit to preset-io/superset that referenced this pull request Sep 11, 2020
…10747)

* removing two duplicate devdependencies - leaving dependencies

* bumping shuffled dependencies, making fsevents non-optional

* bumping @babel/cli

* Another bump
villebro pushed a commit that referenced this pull request Sep 11, 2020
* removing two duplicate devdependencies - leaving dependencies

* bumping shuffled dependencies, making fsevents non-optional

* bumping @babel/cli

* Another bump
auxten pushed a commit to auxten/incubator-superset that referenced this pull request Nov 20, 2020
…10747)

* removing two duplicate devdependencies - leaving dependencies

* bumping shuffled dependencies, making fsevents non-optional

* bumping @babel/cli

* Another bump
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.38.0 labels Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels size/S v0.38 🚢 0.38.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants