You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by GitBox <gi...@apache.org> on 2020/03/11 07:22:29 UTC

[GitHub] [kylin] xiacongling opened a new pull request #1158: KYLIN-4424 use static web server to help frontend development

xiacongling opened a new pull request #1158: KYLIN-4424 use static web server to help frontend development
URL: https://github.com/apache/kylin/pull/1158
 
 
   Add `grunt-contrib-connect` to start a static server and `grunt-contrib-watch` to trigger rebuild on source code changing. Additional middleware to fine tune the static web server:
   - grunt-connect-rewrite: solve context root problem
   - grunt-connect-proxy: proxy REST API to existing Kylin instance
   
   usage:
   ```
   cd /path/to/kylin/source/root/webapp
   grunt devserver
   ```
   a static web server will listen on `localhost:7071`
   
   note:
   in Gruntfile.js, proxy is set to `127.0.0.1:7070`. If your Kylin instance is started in docker with default settings, it will be okay. Otherwise, you may need to change the `host:port` to adjust to your environment.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [kylin] coveralls commented on issue #1158: KYLIN-4424 use static web server to help frontend development

Posted by GitBox <gi...@apache.org>.
coveralls commented on issue #1158: KYLIN-4424 use static web server to help frontend development
URL: https://github.com/apache/kylin/pull/1158#issuecomment-597491269
 
 
   ## Pull Request Test Coverage Report for [Build 5743](https://coveralls.io/builds/29269056)
   
   * **0** of **0**   changed or added relevant lines in **0** files are covered.
   * **2** unchanged lines in **1** file lost coverage.
   * Overall coverage decreased (**-0.001%**) to **27.517%**
   
   ---
   
   
   |  Files with Coverage Reduction | New Missed Lines | % |
   | :-----|--------------|--: |
   | [core-cube/src/main/java/org/apache/kylin/cube/cuboid/TreeCuboidScheduler.java](https://coveralls.io/builds/29269056/source?filename=core-cube%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fkylin%2Fcube%2Fcuboid%2FTreeCuboidScheduler.java#L124) | 2 | 68.46% |
   <!-- | **Total:** | **2** |  | -->
   
   |  Totals | [![Coverage Status](https://coveralls.io/builds/29269056/badge)](https://coveralls.io/builds/29269056) |
   | :-- | --: |
   | Change from base [Build 5720](https://coveralls.io/builds/29194855): |  -0.001% |
   | Covered Lines: | 24299 |
   | Relevant Lines: | 88305 |
   
   ---
   ##### 💛  - [Coveralls](https://coveralls.io)
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [kylin] nichunen merged pull request #1158: KYLIN-4424 use static web server to help frontend development

Posted by GitBox <gi...@apache.org>.
nichunen merged pull request #1158: KYLIN-4424 use static web server to help frontend development
URL: https://github.com/apache/kylin/pull/1158
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [kylin] codecov-io commented on issue #1158: KYLIN-4424 use static web server to help frontend development

Posted by GitBox <gi...@apache.org>.
codecov-io commented on issue #1158: KYLIN-4424 use static web server to help frontend development
URL: https://github.com/apache/kylin/pull/1158#issuecomment-597489188
 
 
   # [Codecov](https://codecov.io/gh/apache/kylin/pull/1158?src=pr&el=h1) Report
   > :exclamation: No coverage uploaded for pull request base (`master@8c98805`). [Click here to learn what that means](https://docs.codecov.io/docs/error-reference#section-missing-base-commit).
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/kylin/pull/1158/graphs/tree.svg?width=650&token=JawVgbgsVo&height=150&src=pr)](https://codecov.io/gh/apache/kylin/pull/1158?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff            @@
   ##             master    #1158   +/-   ##
   =========================================
     Coverage          ?   25.05%           
     Complexity        ?     6248           
   =========================================
     Files             ?     1446           
     Lines             ?    88305           
     Branches          ?    12357           
   =========================================
     Hits              ?    22125           
     Misses            ?    64009           
     Partials          ?     2171
   ```
   
   
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/kylin/pull/1158?src=pr&el=continue).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/kylin/pull/1158?src=pr&el=footer). Last update [8c98805...29ca8bc](https://codecov.io/gh/apache/kylin/pull/1158?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services