forked from apache/airflow
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[AIRFLOW-1519] Add server side paging in DAGs list
Airflow's main page previously did paging client- side via a jQuery plugin (DataTable) which was very slow at loading all DAGs. The browser would load all DAGs in the table. The result was performance degradation when having a number of DAGs in the range of 1K. This commit implements server-side paging using the webserver page size setting, sending to the browser only the elements for the specific page. Closes apache#2531 from edgarRd/erod-ui-dags-paging
- Loading branch information
1 parent
20c83e1
commit d7d7ce1
Showing
5 changed files
with
308 additions
and
28 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
This file contains 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
Oops, something went wrong.