[GitHub] 296537044 commented on issue #4498: how to shutdown superset gracefully

2018-03-04 Thread GitBox
296537044 commented on issue #4498: how to shutdown superset gracefully
URL: 
https://github.com/apache/incubator-superset/issues/4498#issuecomment-370329959
 
 
   i found anothor way  from document to start superset by using 'gunicorn -w 2 
--timeout 60 -b 0.0.0.0:48088 --limit-request-line 0 --limit-request-field_size 
0 superset:app', and the question will not come out again


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


With regards,
Apache Git Services


Podling Report Reminder - March 2018

2018-03-04 Thread johndament
Dear podling,

This email was sent by an automated system on behalf of the Apache
Incubator PMC. It is an initial reminder to give you plenty of time to
prepare your quarterly board report.

The board meeting is scheduled for Wed, 21 March 2018, 10:30 am PDT.
The report for your podling will form a part of the Incubator PMC
report. The Incubator PMC requires your report to be submitted 2 weeks
before the board meeting, to allow sufficient time for review and
submission (Wed, March 07).

Please submit your report with sufficient time to allow the Incubator
PMC, and subsequently board members to review and digest. Again, the
very latest you should submit your report is 2 weeks prior to the board
meeting.

Thanks,

The Apache Incubator PMC

Submitting your Report

--

Your report should contain the following:

*   Your project name
*   A brief description of your project, which assumes no knowledge of
the project or necessarily of its field
*   A list of the three most important issues to address in the move
towards graduation.
*   Any issues that the Incubator PMC or ASF Board might wish/need to be
aware of
*   How has the community developed since the last report
*   How has the project developed since the last report.
*   How does the podling rate their own maturity.

This should be appended to the Incubator Wiki page at:

https://wiki.apache.org/incubator/March2018

Note: This is manually populated. You may need to wait a little before
this page is created from a template.

Mentors
---

Mentors should review reports for their project(s) and sign them off on
the Incubator wiki page. Signing off reports shows that you are
following the project - projects that are not signed may raise alarms
for the Incubator PMC.

Incubator PMC


[GitHub] john-bodley opened a new pull request #4534: [setup] Fixing URLs

2018-03-04 Thread GitBox
john-bodley opened a new pull request #4534: [setup] Fixing URLs
URL: https://github.com/apache/incubator-superset/pull/4534
 
 
   This PR updates the GitHub URLs from `airbnb/superset` to 
`apache/incubator-superset`.


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


With regards,
Apache Git Services


[GitHub] hughhhh commented on a change in pull request #4524: [setup] Adding requirements.txt

2018-03-04 Thread GitBox
hug commented on a change in pull request #4524: [setup] Adding 
requirements.txt
URL: 
https://github.com/apache/incubator-superset/pull/4524#discussion_r172071315
 
 

 ##
 File path: tox.ini
 ##
 @@ -38,6 +38,7 @@ find_links =
 
 [testenv]
 deps =
+-rrequirements.txt
 
 Review comment:
   Gotcha!


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


With regards,
Apache Git Services


[GitHub] codecov-io commented on issue #4533: [coverage] Replacing coveralls with codecov

2018-03-04 Thread GitBox
codecov-io commented on issue #4533: [coverage] Replacing coveralls with codecov
URL: 
https://github.com/apache/incubator-superset/pull/4533#issuecomment-370266938
 
 
   # 
[Codecov](https://codecov.io/gh/apache/incubator-superset/pull/4533?src=pr=h1)
 Report
   > :exclamation: No coverage uploaded for pull request base 
(`master@4135854`). [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/incubator-superset/pull/4533/graphs/tree.svg?height=150=650=KsB0fHcx6l=pr)](https://codecov.io/gh/apache/incubator-superset/pull/4533?src=pr=tree)
   
   ```diff
   @@   Coverage Diff@@
   ## master   #4533   +/-   ##
   
 Coverage  ?   71.1%   
   
 Files ? 188   
 Lines ?   14803   
 Branches  ?1083   
   
 Hits  ?   10525   
 Misses?4275   
 Partials  ?   3
   ```
   
   
   
   --
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/incubator-superset/pull/4533?src=pr=continue).
   > **Legend** - [Click here to learn 
more](https://docs.codecov.io/docs/codecov-delta)
   > `? = absolute  (impact)`, `? = not affected`, `? = missing data`
   > Powered by 
[Codecov](https://codecov.io/gh/apache/incubator-superset/pull/4533?src=pr=footer).
 Last update 
[4135854...4f7258a](https://codecov.io/gh/apache/incubator-superset/pull/4533?src=pr=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 GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] john-bodley opened a new pull request #4533: [wip][coverage] Replacing coveralls with codecov

2018-03-04 Thread GitBox
john-bodley opened a new pull request #4533: [wip][coverage] Replacing 
coveralls with codecov
URL: https://github.com/apache/incubator-superset/pull/4533
 
 
   


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


With regards,
Apache Git Services


[GitHub] john-bodley commented on a change in pull request #4524: [setup] Adding requirements.txt

2018-03-04 Thread GitBox
john-bodley commented on a change in pull request #4524: [setup] Adding 
requirements.txt
URL: 
https://github.com/apache/incubator-superset/pull/4524#discussion_r172063214
 
 

 ##
 File path: tox.ini
 ##
 @@ -38,6 +38,7 @@ find_links =
 
 [testenv]
 deps =
+-rrequirements.txt
 
 Review comment:
   @hug that's not a typo. Per the 
[documentation](http://tox.readthedocs.io/en/latest/example/basic.html#depending-on-requirements-txt-or-defining-constraints)
 there's no space between `-r` and `requirements.txt`, I presume because the 
split the `deps` list on whitespace.


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


With regards,
Apache Git Services


[GitHub] john-bodley commented on a change in pull request #4524: [setup] Adding requirements.txt

2018-03-04 Thread GitBox
john-bodley commented on a change in pull request #4524: [setup] Adding 
requirements.txt
URL: 
https://github.com/apache/incubator-superset/pull/4524#discussion_r172063214
 
 

 ##
 File path: tox.ini
 ##
 @@ -38,6 +38,7 @@ find_links =
 
 [testenv]
 deps =
+-rrequirements.txt
 
 Review comment:
   @hug that's not a typo. Per the 
[documentation](http://tox.readthedocs.io/en/latest/example/basic.html#depending-on-requirements-txt-or-defining-constraints)
 there's no space between `-r` and `requirements.txt, I presume because the 
split the `deps` list on whitespace.


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


With regards,
Apache Git Services


[GitHub] xrmx opened a new pull request #4532: histograms: fixup left margin assigment

2018-03-04 Thread GitBox
xrmx opened a new pull request #4532: histograms: fixup left margin assigment
URL: https://github.com/apache/incubator-superset/pull/4532
 
 
   Found by code inspection, untested.


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


With regards,
Apache Git Services