Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge apache ee24539 #64

Merged
merged 11 commits into from
Sep 3, 2019
Merged

Merge apache ee24539 #64

merged 11 commits into from
Sep 3, 2019

Conversation

khtruong
Copy link

@khtruong khtruong commented Sep 3, 2019

Note that this still has the change from #63. We explicitly include the package.json file which differs from apache master. Max has a fix out in apache#8157 to help fix the build environment. Until this gets checked in, this is our work-around so we can deploy superset.

dpgaspar and others added 11 commits August 28, 2019 10:12
* Add duration formatter

* Remove sec and min formatters and add subMillisecond option
Currently docker entrypoint is a bash script.
`docker stop` command (or restart in kubernetes) sends SIGTERM to the
container but it isn't catched by gunicorn.
So gunicorn can't start graceful shutdown which may lead to killing
user's connection and also adds 10s (default value) delay for stopping
until docker sends SIGKILL.
Using `exec` replaces the shell with the process being opened and
signals are propagated correctly.

Ref: https://docs.docker.com/engine/reference/commandline/stop/
Ref: https://unix.stackexchange.com/questions/146756/forward-sigterm-to-child-in-bash
@codecov-io
Copy link

Codecov Report

Merging #64 into lyft-master will decrease coverage by 7.87%.
The diff coverage is 46.15%.

Impacted file tree graph

@@               Coverage Diff               @@
##           lyft-master      #64      +/-   ##
===============================================
- Coverage        73.14%   65.27%   -7.88%     
===============================================
  Files              116      488     +372     
  Lines            12224    23436   +11212     
  Branches             0     2581    +2581     
===============================================
+ Hits              8941    15297    +6356     
- Misses            3283     7991    +4708     
- Partials             0      148     +148
Impacted Files Coverage Δ
superset/assets/src/explore/controls.jsx 42.85% <ø> (ø)
superset/assets/src/setup/setupFormatters.js 0% <ø> (ø)
...uperset/assets/src/SqlLab/components/SqlEditor.jsx 55.38% <ø> (ø)
superset/assets/src/components/ErrorBoundary.jsx 18.18% <0%> (ø)
superset/viz.py 67.75% <0%> (ø) ⬆️
...sets/src/SqlLab/components/ScheduleQueryButton.jsx 8.62% <0%> (ø)
.../assets/src/SqlLab/components/ShareSqlLabQuery.jsx 100% <100%> (ø)
.../src/dashboard/components/gridComponents/Chart.jsx 70% <100%> (ø)
superset/assets/src/SqlLab/constants.js 100% <100%> (ø)
.../assets/src/SqlLab/components/SqlEditorLeftBar.jsx 40% <50%> (ø)
... and 373 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7e3cf36...34e1d25. Read the comment docs.

1 similar comment
@codecov-io
Copy link

Codecov Report

Merging #64 into lyft-master will decrease coverage by 7.87%.
The diff coverage is 46.15%.

Impacted file tree graph

@@               Coverage Diff               @@
##           lyft-master      #64      +/-   ##
===============================================
- Coverage        73.14%   65.27%   -7.88%     
===============================================
  Files              116      488     +372     
  Lines            12224    23436   +11212     
  Branches             0     2581    +2581     
===============================================
+ Hits              8941    15297    +6356     
- Misses            3283     7991    +4708     
- Partials             0      148     +148
Impacted Files Coverage Δ
superset/assets/src/explore/controls.jsx 42.85% <ø> (ø)
superset/assets/src/setup/setupFormatters.js 0% <ø> (ø)
...uperset/assets/src/SqlLab/components/SqlEditor.jsx 55.38% <ø> (ø)
superset/assets/src/components/ErrorBoundary.jsx 18.18% <0%> (ø)
superset/viz.py 67.75% <0%> (ø) ⬆️
...sets/src/SqlLab/components/ScheduleQueryButton.jsx 8.62% <0%> (ø)
.../assets/src/SqlLab/components/ShareSqlLabQuery.jsx 100% <100%> (ø)
.../src/dashboard/components/gridComponents/Chart.jsx 70% <100%> (ø)
superset/assets/src/SqlLab/constants.js 100% <100%> (ø)
.../assets/src/SqlLab/components/SqlEditorLeftBar.jsx 40% <50%> (ø)
... and 373 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7e3cf36...34e1d25. Read the comment docs.

@DiggidyDave DiggidyDave merged commit 70f368d into lyft-master Sep 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants