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(Header): fix developer ui link for embedded UI with proxy #1580

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

artemmufazalov
Copy link
Member

@artemmufazalov artemmufazalov commented Nov 5, 2024

Closes #1565

CI Results

Test Status: ⚠️ FLAKY

📊 Full Report

Total Passed Failed Flaky Skipped
134 132 0 2 0

Bundle Size: ✅

Current: 79.20 MB | Main: 79.20 MB
Diff: +0.00 MB (0.00%)

✅ Bundle size unchanged.

ℹ️ CI Information
  • Test recordings for failed tests are available in the full report.
  • Bundle size is measured for the entire 'dist' directory.
  • 📊 indicates links to detailed reports.
  • 🔺 indicates increase, 🔽 decrease, and ✅ no change in bundle size.

createDeveloperUILinkWithNodeId,
createPDiskDeveloperUILink,
createVDiskDeveloperUILink,
} from '../developerUI';

describe('Developer UI links generators', () => {
describe('createDeveloperUILinkForCurrentHost', () => {
Copy link
Member Author

Choose a reason for hiding this comment

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

Tested function is very simple, tests here are mostly to describe different possible cases (tests as docs) and needed to prevent bugs on functions updates

@artemmufazalov artemmufazalov force-pushed the 1565-developer-ui-link-with-proxy branch from 4783a37 to 0eacca4 Compare November 5, 2024 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Header Developer UI link is broken when embedded ui is used with proxy
2 participants