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

Prepare release 1.19.2 #2424

Merged
merged 1 commit into from
Aug 27, 2020
Merged

Conversation

yurishkuro
Copy link
Member

@yurishkuro yurishkuro commented Aug 27, 2020

UI is bumped to commit 8279218 which includes the fixes we needed to release, but excludes all the new React refactoring, which seems to have broken the trace view (reported in jaegertracing/jaeger-ui#628).

5b4ca26 - (HEAD -> master, tag: v1.10.0, upstream/master) Preparing release v1.10.0 (#627) (2 days ago) <Gary Brown>
6513b53 - Additional Test Coverage around TimelineViewingLayer (#617) (5 days ago) <Tim Klever>
60ee1fd - Add rubenvp8510 to code owners (8 days ago) <Yuri Shkuro>
0507ac8 - Add ArchiveNotifier tests (#619) (8 days ago) <Tim Klever>
6843b03 - Refactor SpanGraph.UNSAFE_componentWillReceiveProps  (#613) (9 days ago) <Tim Klever>
122a59e - Remove UNSAFE_componentWillMount lifecycle methods (#611) (12 days ago) <Tim Klever>
dac8c4a - Migrate ArchiveNotifier from UNSAFE_componentWillReceiveProps (#614) (12 days ago) <Tim Klever>
9cc67df - Refactor UNSAFE_componentWillReceiveProps to use componentDidUpdate (#612) (13 days ago) <Tim Klever>
fe67712 - Clear console errors (proptype violations) from CLI output (#615) (2 weeks ago) <Tim Klever>
aa096b0 - Add unit coverage for component TraceIDSearchInput (#616) (2 weeks ago) <Tim Klever>
6340b9a - Update legacy React lifecycle methods to indicate unsafe status (#610) (2 weeks ago) <Tim Klever>

-- cut here --

8279218 - Added view for showing detailed trace statistics (#506) (4 weeks ago) <Philip Dengler>
89f0050 - Render seconds in dark color, millis in light (#605) (5 weeks ago) <Yuri Shkuro>
ade1d34 - Tweak css definition for span tree offset color (#604) (5 weeks ago) <Everett>
f3f7c90 - span bar row size fix. resolves #589 (#599) (5 weeks ago) <Ivan Kopeykin>
7ac8df2 - Fixed missing 'types/node' dependency (#603) (5 weeks ago) <Gary Brown>
da8591a - Update lodash from 4.17.15 to 4.17.19 (#598) (6 weeks ago) <Gary Brown>
e4bf749 - Bump lodash from 4.17.15 to 4.17.19 (#597) (6 weeks ago) <dependabot[bot]>

Signed-off-by: Yuri Shkuro <[email protected]>
@yurishkuro yurishkuro requested a review from a team as a code owner August 27, 2020 02:56
@codecov
Copy link

codecov bot commented Aug 27, 2020

Codecov Report

Merging #2424 into master will decrease coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2424      +/-   ##
==========================================
- Coverage   95.59%   95.58%   -0.01%     
==========================================
  Files         208      208              
  Lines       10682    10682              
==========================================
- Hits        10211    10210       -1     
- Misses        399      401       +2     
+ Partials       72       71       -1     
Impacted Files Coverage Δ
...lugin/sampling/strategystore/adaptive/processor.go 99.20% <0.00%> (-0.80%) ⬇️
plugin/storage/integration/integration.go 80.38% <0.00%> (-0.48%) ⬇️
cmd/query/app/static_handler.go 85.83% <0.00%> (+1.66%) ⬆️

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 16c3043...2bea0dc. Read the comment docs.

@@ -14,6 +14,12 @@ Changes by Version

### UI Changes

1.19.2 (2020-08-26)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the date is old

1.19.2 (2020-08-26)
-------------------

Upgrade to a working UI version before React refactoring.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a pointer to UI changelog?

@objectiser objectiser merged commit 66d0d20 into jaegertracing:master Aug 27, 2020
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.

3 participants