This is an automated email from the ASF dual-hosted git repository.

ryanahamilton pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from c133fb4  Revert "Pre commit new UI (#14836)" (#14984)
     add a2b2858  Adds initial router, routes, and placeholder views  (#14927)

No new revisions were added by this update.

Summary of changes:
 airflow/ui/.neutrinorc.js                          |    1 +
 airflow/ui/package.json                            |    7 +-
 airflow/ui/src/App.tsx                             |   39 +-
 airflow/ui/src/index.tsx                           |    9 +-
 airflow/ui/src/{App.tsx => views/Access/Roles.tsx} |    7 +-
 airflow/ui/src/{App.tsx => views/Access/Users.tsx} |    7 +-
 airflow/ui/src/{App.tsx => views/Access/index.tsx} |    7 +-
 .../src/{App.tsx => views/Activity/EventLogs.tsx}  |    7 +-
 airflow/ui/src/{App.tsx => views/Config/index.tsx} |    7 +-
 airflow/ui/src/{App.tsx => views/Docs.tsx}         |    7 +-
 airflow/ui/src/{App.tsx => views/NotFound.tsx}     |   26 +-
 .../ui/src/{App.tsx => views/Pipeline/index.tsx}   |    7 +-
 airflow/ui/src/{App.tsx => views/Pipelines.tsx}    |    7 +-
 airflow/ui/test/App.test.tsx                       |   29 +-
 airflow/ui/tsconfig.json                           |    1 +
 airflow/ui/yarn.lock                               | 1119 +++++++++++++-------
 scripts/ci/libraries/_initialization.sh            |    2 +
 17 files changed, 836 insertions(+), 453 deletions(-)
 copy airflow/ui/src/{App.tsx => views/Access/Roles.tsx} (87%)
 copy airflow/ui/src/{App.tsx => views/Access/Users.tsx} (87%)
 copy airflow/ui/src/{App.tsx => views/Access/index.tsx} (87%)
 copy airflow/ui/src/{App.tsx => views/Activity/EventLogs.tsx} (87%)
 copy airflow/ui/src/{App.tsx => views/Config/index.tsx} (87%)
 copy airflow/ui/src/{App.tsx => views/Docs.tsx} (87%)
 copy airflow/ui/src/{App.tsx => views/NotFound.tsx} (67%)
 copy airflow/ui/src/{App.tsx => views/Pipeline/index.tsx} (87%)
 copy airflow/ui/src/{App.tsx => views/Pipelines.tsx} (87%)

Reply via email to