-
Notifications
You must be signed in to change notification settings - Fork 15.1k
Fix broken auto-refresh in Airflow 2.3.4 #25950
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our Contribution Guide (https://github.com/apache/airflow/blob/main/CONTRIBUTING.rst)
|
In PR apache#25042 the merged change included a bug that prevents the page from auto-refreshing if there are anything other than manual runs on the page. We also want to auto-refresh for scheduled runs. I've also added more complete unit tests for the expected behaviour.
24c93e5
to
87f9638
Compare
uranusjr
approved these changes
Aug 25, 2022
potiuk
approved these changes
Aug 25, 2022
Awesome work, congrats on your first merged pull request! |
ephraimbuddy
pushed a commit
to astronomer/airflow
that referenced
this pull request
Aug 25, 2022
In PR apache#25042 the merged change included a bug that prevents the page from auto-refreshing if there are anything other than manual runs on the page. We also want to auto-refresh for scheduled runs. I've also added more complete unit tests for the expected behaviour. (cherry picked from commit 37ec752)
2 tasks
leahecole
pushed a commit
to GoogleCloudPlatform/composer-airflow
that referenced
this pull request
Jan 30, 2023
Cherry-picked changes from community: apache/airflow#25950 Change-Id: I52828169824a24995773c8b27ace2003d2534e58 GitOrigin-RevId: 9ded1a989e6613ec5fce485e98b78d057724f5a0
kosteev
pushed a commit
to kosteev/composer-airflow-test-copybara
that referenced
this pull request
Sep 12, 2024
Cherry-picked changes from community: apache/airflow#25950 Change-Id: I52828169824a24995773c8b27ace2003d2534e58 GitOrigin-RevId: 9ded1a989e6613ec5fce485e98b78d057724f5a0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area:UI
Related to UI/UX. For Frontend Developers.
area:webserver
Webserver related Issues
type:bug-fix
Changelog: Bug Fixes
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
In PR #25042 the merged change included a bug that prevents the page from auto-refreshing if there aren't any manual runs on the page. We also want to auto-refresh for scheduled runs.
I've also added more complete unit tests for the expected behaviour.
This PR closes #25949