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

Virtualized scrolling for trace detail view #68

Merged
merged 44 commits into from
Sep 8, 2017
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
fe35bbd
Update prettier and wrap at 110 instead of 80
tiffon Aug 3, 2017
acbfdee
WIP commit for refactoring trace detail view
tiffon Aug 11, 2017
4fa5c8a
WIP commit for refactoring trace detail view
tiffon Aug 14, 2017
93a6fb7
WIP refactor trace detail, split out css, start fixing tests
tiffon Aug 17, 2017
b8945ab
WIP refactor trace detail, tests working again
tiffon Aug 20, 2017
401b083
WIP refactor trace, yarn upgrade
tiffon Aug 20, 2017
c34bbd3
WIP refactor trace, test maintenance
tiffon Aug 20, 2017
c041353
remove unused import
tiffon Aug 20, 2017
9f54454
add license to css files
tiffon Aug 20, 2017
c657cf1
Revert sub-page scrolling for trace detail
tiffon Aug 20, 2017
2226744
Support URL prefix via homepage in package.json
tiffon Aug 20, 2017
f555e8b
Prevent collision of logs in log entries table
tiffon Aug 20, 2017
bef7f5b
Add comments to new utils
tiffon Aug 21, 2017
8101efd
WIP Use react-virtualized in trace detail view
tiffon Aug 21, 2017
fa6f016
Fix #59 - "Span Name" to "Service & Operation"
tiffon Aug 21, 2017
3797f5b
Fix unreleased regression - ellipsis on span name
tiffon Aug 21, 2017
0fd43f5
Address PR comment on search results scatter plot
tiffon Aug 21, 2017
542c1ba
Misc cleanup from PR comment
tiffon Aug 21, 2017
42736e0
PR comment - Remove ms and use nano seconds
tiffon Aug 21, 2017
d16097b
PR comment - Adjust export, relates to recompose
tiffon Aug 21, 2017
83b28d5
Reorganize span detail components
tiffon Aug 22, 2017
bdd6d7e
PR comment - Comment getTraceSpanIdsAsTree()
tiffon Aug 22, 2017
7204684
PR comment - Add "SpanID:" label
tiffon Aug 22, 2017
9bdf8b6
Merge branch 'refactor-trace-detail-selectors' into span-detail-reorg
tiffon Aug 22, 2017
da7bbb2
Merge branch 'refactor-trace-detail-selectors' into milestone1/issue-…
tiffon Aug 22, 2017
762b1b1
Merge branch 'span-detail-reorg' into milestone1/issue-60-react-virtu…
tiffon Aug 22, 2017
0ed6fde
WIP react-virtualized layout progress
tiffon Aug 22, 2017
284c816
WIP react-virtualized layout progress
tiffon Aug 23, 2017
0113985
Merge branch 'master' into span-detail-reorg
tiffon Aug 24, 2017
5c7f896
PR comment - Flow typing for props
tiffon Aug 24, 2017
650c60b
Merge branch 'span-detail-reorg' into milestone1/issue-60-react-virtu…
tiffon Aug 24, 2017
d1fd592
WIP Switching react-virtualized to custom solution
tiffon Aug 28, 2017
831aa9c
fix file-header licenses
tiffon Aug 28, 2017
3eeec40
WIP Switching react-virtualized to custom solution
tiffon Aug 28, 2017
c749135
Merge branch 'master' into milestone1/issue-60-react-virtualized
tiffon Aug 28, 2017
11fa23e
Add flow to ListView, comment ListView, Positions
tiffon Aug 29, 2017
c88e723
Positions tests, fix edge-case bug in Positions
tiffon Aug 29, 2017
f8dd6b8
Fix comment issue from prettier
tiffon Aug 29, 2017
cd45e62
Unit tests for ListView, remove unused propType/*
tiffon Aug 30, 2017
f45d360
Minor changes to a comment and a test case description
tiffon Aug 30, 2017
ff2ae49
Unit tests for TraceTimelineViewer/duck
tiffon Aug 31, 2017
3c8057e
remove react-virtualized from package.json
tiffon Sep 1, 2017
6059fed
PR feedback - JSDoc, move trace transform
tiffon Sep 5, 2017
ff779db
Use top-level redux store for traceTimeline state
tiffon Sep 8, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"homepage": null,
"devDependencies": {
"babel-eslint": "^7.2.3",
"bluebird": "^3.5.0",
"enzyme": "^2.9.1",
"eslint": "^4.5.0",
"eslint-config-airbnb": "^15.1.0",
Expand Down
Loading