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: Add CODEOWNERS for superset/migrations #13759

Merged
merged 1 commit into from
Mar 30, 2021
Merged

Conversation

robdiciuccio
Copy link
Member

@robdiciuccio robdiciuccio commented Mar 24, 2021

SUMMARY

Per SIP-59 (#13351), add CODEOWNERS for DB migrations.

NOTE: apparently this will not work due to the GitHub team referenced here not being visible, so I'm opening an INFRA ticket change the team visibility.

TEST PLAN

Any changes to files under /superset/migrations/ should notify all committers.

ADDITIONAL INFORMATION

@codecov
Copy link

codecov bot commented Mar 24, 2021

Codecov Report

Merging #13759 (719b20b) into master (fd7c9eb) will increase coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #13759   +/-   ##
=======================================
  Coverage   77.39%   77.40%           
=======================================
  Files         933      933           
  Lines       47186    47186           
  Branches     5872     5872           
=======================================
+ Hits        36521    36522    +1     
+ Misses      10523    10522    -1     
  Partials      142      142           
Flag Coverage Δ
cypress 56.24% <ø> (+0.01%) ⬆️
hive 80.25% <ø> (ø)
javascript 63.53% <ø> (ø)
mysql 80.56% <ø> (ø)
postgres 80.59% <ø> (ø)
python 80.97% <ø> (ø)
sqlite 80.15% <ø> (ø)

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

Impacted Files Coverage Δ
...set-frontend/src/dashboard/util/getDropPosition.js 92.42% <0.00%> (+1.51%) ⬆️

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 fd7c9eb...719b20b. Read the comment docs.

@sebbASF
Copy link

sebbASF commented Mar 25, 2021

Surely changes to files under superset/migrations are already sent to the commits@superset list?

Committers can (should) be subscribed to that.

@robdiciuccio
Copy link
Member Author

@sebbASF The intention here is to automatically add committers as code reviewers to a PR with DB migrations and notify them as such. The high volume on commits@ makes it easy for these changes to be lost in the noise.

@robdiciuccio robdiciuccio marked this pull request as ready for review March 29, 2021 19:16
Copy link
Member

@nytai nytai left a comment

Choose a reason for hiding this comment

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

LGTM

@robdiciuccio robdiciuccio merged commit 2a4e4b3 into master Mar 30, 2021
@robdiciuccio robdiciuccio deleted the rd/CODEOWNERS branch March 30, 2021 15:54
amitmiran137 pushed a commit that referenced this pull request Mar 31, 2021
* master: (56 commits)
  test: Adds tests and storybook to CertifiedIcon component (#13457)
  chore: Moves CheckboxIcons to Checkbox folder (#13459)
  chore: Removes Popover duplication (#13462)
  build(deps): bump elliptic from 6.5.3 to 6.5.4 in /docs (#13527)
  fix: allow spaces in DB names (#13800)
  chore: Update PR template for SIP-59 DB migrations process (#13855)
  Add CODEOWNERS (#13759)
  feat(alerts & reports): Easier to read execution logs (#13752)
  fix: Disallows negative options remaining (#13749)
  Fix broken link (#13861)
  fix(native-filters): add global async query support to native filters (#13837)
  Displays row limit warning with Alert component (#13854)
  fix(errors): Downgrade error on stop query to a warning (#13826)
  fix(alerts and reports): Unify timestamp format on execution log view (#13718)
  fix(sqllab): warning message when rows limited (#13841)
  chore: add success log whenever a connection is working (#13811)
  fix(native-filters): improve loading styles for filter component (#13794)
  chore: update change log with cherry-picks for release 1.1 (#13824)
  feat: added support to configure the default explorer viz (#13610)
  fix(#13734): Properly escape special characters in CSV output  (#13735)
  ...
allanco91 pushed a commit to allanco91/superset that referenced this pull request May 21, 2021
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 1.2.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 preset-io size/XS 🚢 1.2.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants