LucasMMota opened a new pull request #5997: [AIRFLOW-5396] - Add button Auto 
Refresh
URL: https://github.com/apache/airflow/pull/5997
 
 
   Make sure you have checked _all_ steps below.
   
   ### Jira
   
   - [ ] My PR addresses the following [Airflow 
Jira](https://issues.apache.org/jira/browse/AIRFLOW-5396) issues and references 
them in the PR title.
   "\[AIRFLOW-5396\] Add button to Auto Refresh Airflow UI"
     - https://issues.apache.org/jira/browse/AIRFLOW-5396
   
(https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+Improvements+Proposals)).
   
   
   ### Description
   
   Currently, to follow up the tasks running on Airflow UI (mainly when we are 
at development) we should click at button "Refresh". When we need to know the 
finishing of a task we have to click many times at this button.
   
   It would be useful to have a new button "Auto Refresh" which we could click 
and just wait the UI showing us the status while Airflow executes.
   
   We can do another thing meanwhile and just return to the UI screen when it's 
finished.
   
   So this button should:
   - when clicked start an auto refresh 
   - when clicked again stop the auto refresh
   
   Auto Refresh disabled / initial state
   
![image](https://user-images.githubusercontent.com/13151948/64216116-eccbca80-ce8d-11e9-802c-5eff32b2dc5f.png)
   
   Auto Refresh Enabled
   
![image](https://user-images.githubusercontent.com/13151948/64216120-f1907e80-ce8d-11e9-954e-2ebe34026a92.png)
   
   
   ### Tests
   
   As it's a front/UI related PR we currently don't have unit tests then I have 
tested the functionality on the UI.
   
   ### Commits
   
   - [ ] My commits all reference Jira issues in their subject lines, and I 
have squashed multiple commits if they address the same issue.
   
   ### Code Quality
   
   - [ ] Passes `flake8`
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to