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

🎨 [Frontend] Switch to iframe's content also after 302 response #5963

Merged
merged 1 commit into from
Jun 19, 2024

Conversation

odeimaiz
Copy link
Member

@odeimaiz odeimaiz commented Jun 19, 2024

What do these changes do?

Sometimes webkit based e2e tests still fail when switching from the loading page to the iframe's content.

The problem is that the frontend polls the state of the dynamic service and when this says Ready (which is the containers status) the frontend still needs to make sure the url is reachable, because some traefik rules that need to be added might not be there yet. In this "ping" call from the frontend to the dynamic service's content, the backend might respond with a 302 Redirection Found, which is not ok, but it's still valid for a our purpose.

Related issue/s

How to test

Dev-ops checklist

@odeimaiz odeimaiz added t:enhancement Improvement or request on an existing feature a:frontend issue affecting the front-end (area group) labels Jun 19, 2024
@odeimaiz odeimaiz added this to the South Island Iced Tea milestone Jun 19, 2024
@odeimaiz odeimaiz self-assigned this Jun 19, 2024
@odeimaiz odeimaiz requested review from jsaq007 and ignapas as code owners June 19, 2024 10:29
@odeimaiz odeimaiz enabled auto-merge (squash) June 19, 2024 10:39
@odeimaiz odeimaiz requested review from GitHK, pcrespov and sanderegg June 19, 2024 10:41
Copy link
Contributor

@GitHK GitHK left a comment

Choose a reason for hiding this comment

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

👍

Copy link
Member

@pcrespov pcrespov left a comment

Choose a reason for hiding this comment

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

👍

@odeimaiz odeimaiz merged commit ac0f9c4 into ITISFoundation:master Jun 19, 2024
50 checks passed
@matusdrobuliak66 matusdrobuliak66 mentioned this pull request Jul 5, 2024
26 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a:frontend issue affecting the front-end (area group) t:enhancement Improvement or request on an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants