You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2018/11/13 11:36:29 UTC

[GitHub] vthinkxie opened a new pull request #7086: [FLINK-10858] Create Angular Scaffold in Flink Dashboard

vthinkxie opened a new pull request #7086: [FLINK-10858] Create Angular Scaffold in Flink Dashboard
URL: https://github.com/apache/flink/pull/7086
 
 
   ## What is the purpose of the change
   
   This pull request start to move the Flink Dashboard from angular 1.x to Angular latest version(7.0) 
   
   
   ## Brief change log
   
   Init new angular dashboard which including:
   
   * Angular Scaffold (create new-web-dashboard folder)
   * Basic Layout (including sider and empty main content)
   * Router module (init empty router)
   * Http Interceptor module (handle response error)
   * Flink configuration load (load flink config when app initialized)
   * npm auto package (add frontend-maven-plugin plugin to build frontend code)
   
   ## Verifying this change
   
   This change is a trivial rework / code cleanup without any test coverage.
   
   You can visit http://localhost:8081/next/index.html after start a standalone cluster or just run `npm run proxy` in `flink-runtime-web/new-web-dashboard`, more detail could be found in `flink-runtime-web/new-web-dashboard/README.md`
   
   <img width="1255" alt="2018-11-13 7 34 33" src="https://user-images.githubusercontent.com/1506722/48410981-2dc9e580-e77b-11e8-98bb-1a5a13712de5.png">
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): (yes)
     - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: (no)
     - The serializers: (no)
     - The runtime per-record code paths (performance sensitive): (no)
     - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Yarn/Mesos, ZooKeeper: (no)
     - The S3 file system connector: (no)
   
   ## Documentation
   
     - Does this pull request introduce a new feature? (no)
     - If yes, how is the feature documented? (docs)
   

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


With regards,
Apache Git Services