-
Notifications
You must be signed in to change notification settings - Fork 623
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
WIP: implement server for rendering diff #290
Conversation
Codecov Report
@@ Coverage Diff @@
## main #290 +/- ##
==========================================
+ Coverage 53.16% 54.29% +1.13%
==========================================
Files 96 97 +1
Lines 4244 4421 +177
==========================================
+ Hits 2256 2400 +144
- Misses 1773 1802 +29
- Partials 215 219 +4
Continue to review full report at Codecov.
|
Also, I'm working on combining data from 2 trees into the new flamebearer format: |
8f4e24d
to
163410a
Compare
fba8842
to
28c7f63
Compare
28c7f63
to
bd2230c
Compare
Closed this one as all the commits are copied in #289 |
This PR supports 2 formats for render URL, which allows responding combined data for rendering diff:
format: single
/render?from=...&until=...
"format": "single"
toflamebearer
andmetadata
levels
: x_offset, total, self, name_indexformat: double
/render?left=...&until=...&leftFrom=...&leftUntil=...&rightFrom=...&rightUntil=...
"format": "double"
toflamebearer
andmetadata
levels
: left_x_offset, left_total, left_self, right_x_offset, right_total, right_self, name_indexDepends: #288