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: FE call to changed recent_activity endpoint #24420

Merged
merged 1 commit into from
Jun 16, 2023

Conversation

dpgaspar
Copy link
Member

@dpgaspar dpgaspar commented Jun 16, 2023

SUMMARY

Fixes a bug created on #24400. The frontend was not updated with the changed backend REST API endpoint.

The endpoint changed from /api/v1/log/recent_activity/<user_id>/ to /api/v1/log/recent_activity/

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 Jun 16, 2023

Codecov Report

Merging #24420 (e593354) into master (23bb1c4) will not change coverage.
The diff coverage is 100.00%.

❗ Current head e593354 differs from pull request most recent head 317cf7c. Consider uploading reports for the commit 317cf7c to get more accurate results

@@           Coverage Diff           @@
##           master   #24420   +/-   ##
=======================================
  Coverage   68.91%   68.91%           
=======================================
  Files        1904     1904           
  Lines       73920    73920           
  Branches     8119     8119           
=======================================
  Hits        50944    50944           
  Misses      20865    20865           
  Partials     2111     2111           
Flag Coverage Δ
javascript 55.65% <100.00%> (ø)

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

Impacted Files Coverage Δ
...erset-frontend/src/features/home/ActivityTable.tsx 41.81% <ø> (ø)
...frontend/src/profile/components/RecentActivity.tsx 57.14% <ø> (ø)
superset-frontend/src/pages/Home/index.tsx 69.67% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Member

@michael-s-molina michael-s-molina left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link

@iamzoltan iamzoltan left a comment

Choose a reason for hiding this comment

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

looks about right

@dpgaspar dpgaspar merged commit 62364a4 into apache:master Jun 16, 2023
29 checks passed
@dpgaspar dpgaspar deleted the fix/api-recent-activity branch June 16, 2023 14:14
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 3.0.0 labels Mar 8, 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/XS 🚢 3.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants