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: update standalone url for slack reports #18756

Merged
merged 3 commits into from
Feb 17, 2022
Merged

Conversation

hughhhh
Copy link
Member

@hughhhh hughhhh commented Feb 16, 2022

SUMMARY

Following #18157 we forgot to update the slack url with the new modify url function

BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF

TESTING INSTRUCTIONS

ADDITIONAL INFORMATION

  • Has associated issue:
  • Required feature flags:
  • 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 Feb 16, 2022

Codecov Report

Merging #18756 (25e0c95) into master (4ab0786) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #18756   +/-   ##
=======================================
  Coverage   66.31%   66.31%           
=======================================
  Files        1620     1620           
  Lines       63080    63082    +2     
  Branches     6370     6370           
=======================================
+ Hits        41833    41835    +2     
  Misses      19591    19591           
  Partials     1656     1656           
Flag Coverage Δ
hive 52.22% <50.00%> (-0.01%) ⬇️
mysql 81.42% <100.00%> (+<0.01%) ⬆️
postgres 81.47% <100.00%> (+<0.01%) ⬆️
presto 52.06% <50.00%> (-0.01%) ⬇️
python 81.90% <100.00%> (+<0.01%) ⬆️
sqlite 81.16% <100.00%> (+<0.01%) ⬆️

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

Impacted Files Coverage Δ
superset/reports/notifications/slack.py 87.67% <100.00%> (+0.34%) ⬆️

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 4ab0786...25e0c95. Read the comment docs.

@eschutho
Copy link
Member

Looks great! Thanks for jumping on this. Can you also write a test for it? I think you could maybe repurpose @AAfghahi's.

@hughhhh
Copy link
Member Author

hughhhh commented Feb 16, 2022

Looks great! Thanks for jumping on this. Can you also write a test for it? I think you could maybe repurpose @AAfghahi's.

Just updated slack test that give us access to the url

@hughhhh hughhhh merged commit 5d2e726 into master Feb 17, 2022
@rosemarie-chiu
Copy link
Contributor

🏷 preset:2022.7

rosemarie-chiu pushed a commit to preset-io/superset that referenced this pull request Feb 18, 2022
* update url for slack reports

* fix test

* update text to be dynamic

(cherry picked from commit 5d2e726)
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 1.5.0 labels Mar 13, 2024
@mistercrunch mistercrunch deleted the update-slack-report branch March 26, 2024 18:02
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:2022.7 size/S 🚢 1.5.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants