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

chore: bump py version for integration test #16213

Merged
merged 7 commits into from
Aug 13, 2021
Merged

chore: bump py version for integration test #16213

merged 7 commits into from
Aug 13, 2021

Conversation

hughhhh
Copy link
Member

@hughhhh hughhhh commented Aug 11, 2021

SUMMARY

Fixing security issue with dependabot

https://github.com/apache/superset/security/dependabot/requirements/integration.txt/py/open

BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF

TESTING INSTRUCTIONS

ADDITIONAL INFORMATION

  • Has associated issue:
  • Changes UI
  • Includes DB Migration (follow approval process in SIP-59)
    • Migration is atomic, supports rollback & is backwards-compatible
    • Confirm DB migration upgrade and downgrade tested
    • Runtime estimates and downtime expectations provided
  • Introduces new feature or API
  • Removes existing feature or API

@codecov
Copy link

codecov bot commented Aug 11, 2021

Codecov Report

Merging #16213 (7b36b68) into master (7de54d0) will increase coverage by 0.27%.
The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #16213      +/-   ##
==========================================
+ Coverage   76.70%   76.98%   +0.27%     
==========================================
  Files         996      996              
  Lines       53045    54062    +1017     
  Branches     6739     6739              
==========================================
+ Hits        40687    41618     +931     
- Misses      12129    12215      +86     
  Partials      229      229              
Flag Coverage Δ
hive 81.25% <66.66%> (-0.05%) ⬇️
javascript 70.96% <ø> (ø)
mysql 82.01% <66.66%> (+0.46%) ⬆️
postgres 82.07% <66.66%> (+0.50%) ⬆️
presto ?
python 82.42% <66.66%> (+0.33%) ⬆️
sqlite 81.73% <66.66%> (+0.51%) ⬆️

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

Impacted Files Coverage Δ
superset/common/tags.py 0.00% <0.00%> (ø)
superset/models/core.py 89.61% <100.00%> (-0.26%) ⬇️
superset/reports/commands/execute.py 92.50% <100.00%> (ø)
superset/db_engine_specs/presto.py 84.51% <0.00%> (-5.44%) ⬇️
superset/connectors/sqla/models.py 88.57% <0.00%> (-1.12%) ⬇️
superset/typing.py 100.00% <0.00%> (ø)
superset/db_engine_specs/base.py 89.09% <0.00%> (+0.71%) ⬆️
superset/utils/core.py 91.12% <0.00%> (+2.28%) ⬆️
superset/connectors/druid/models.py 87.20% <0.00%> (+4.25%) ⬆️

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 7de54d0...7b36b68. Read the comment docs.

.pylintrc Outdated
Comment on lines 93 to 95
not-callable,
invalid-repr-returned,
not-an-iterable,
Copy link
Member

Choose a reason for hiding this comment

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

Do we need to add these?

@hughhhh hughhhh force-pushed the bump-py branch 3 times, most recently from 67f5a21 to a10fd25 Compare August 12, 2021 19:25
@hughhhh hughhhh merged commit 4ae88ce into master Aug 13, 2021
amitmiran137 pushed a commit that referenced this pull request Aug 16, 2021
…gies

* upstream/master: (64 commits)
  check roles before fetching reports (#16260)
  chore: upgrade mypy and add type guards (#16227)
  fix: pivot columns with ints for name (#16259)
  chore(pylint): Bump Pylint to 2.9.6 (#16146)
  fix examples tab for dashboard (#16253)
  chore: bump superset-ui packages to 0.17.84 (#16251)
  chore: Shows the dataset description in the gallery dropdown (#16200)
  fix(Dashboard): Omnibar dropdown visibility and keyboard commands (#16168)
  chore: bump py version for integration test (#16213)
  fix: skip perms on query context update (#16250)
  refactor: external metadata fetch API (#16193)
  feat(dao): admin can remove self from object owners (#15149)
  fix(dashboard): cross filter chart highlight when filters badge icon clicked (#16233)
  fix: validate_parameters and query (#16241)
  fix: Remove Advanced Analytics tag for 2 charts (#16240)
  Revert "feat: Changing Dataset names (#16199)" (#16235)
  feat: Allow users to connect via legacy SQLA form (#16201)
  fix: remove encryption from db params (#16214)
  fix(Explore): Show the tooltip only when label does not fit the container in METRICS/FILTERS/GROUP BY/SORT BY of the DATA panel (#16060)
  Show/hide tooltips (#16192)
  ...

# Conflicts:
#	superset/tasks/caching/cache_strategy.py
@villebro villebro deleted the bump-py branch October 12, 2021 07:23
villebro pushed a commit to preset-io/superset that referenced this pull request Oct 12, 2021
* bump py version for integration test

* bump py

* bump py

* remove files

* lock pylint

* add not-callable
opus-42 pushed a commit to opus-42/incubator-superset that referenced this pull request Nov 14, 2021
* bump py version for integration test

* bump py

* bump py

* remove files

* lock pylint

* add not-callable
QAlexBall pushed a commit to QAlexBall/superset that referenced this pull request Dec 28, 2021
* bump py version for integration test

* bump py

* bump py

* remove files

* lock pylint

* add not-callable
@mistercrunch mistercrunch added the 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels label Mar 13, 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/L 🚢 1.4.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants