-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
feat(discover2): Discover v2 table and friends #14403
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
Merged
Changes from all commits
Commits
Show all changes
57 commits
Select commit
Hold shift + click to select a range
1124b0d
src/sentry/static/sentry/app/views/organizationEventsV2/tagsTable.tsx
dashed ac2983a
replace react router stuffs
dashed a5dc8a4
refine type of field formatters
dashed 6959b3d
refine type of special fields
dashed b9eaac4
adjust specialfield type
dashed 1452e87
src/sentry/static/sentry/app/views/organizationEventsV2/data.tsx: sto…
dashed 980cbe3
remove issue_title type from SpecialFields
dashed 81b5801
table revamp
dashed 9374c79
fix
dashed 44aa2fc
as const
dashed 84752b1
rename
dashed 53458f2
discover2table
dashed 21f03bf
old
dashed 3710da6
eventView.tsx
dashed 039c02a
fix
dashed b592202
decodeSorts
dashed ae02803
things
dashed 803f5c5
types
dashed bced93f
decodeQuery
dashed 83aae39
various fixes
dashed 563bc65
default view
dashed c2b6f73
flesh out
dashed 3b06efc
more stuff
dashed 400b58d
simplify
dashed 30da584
header cell
dashed 4719b68
no results
dashed 81514d6
grid size
dashed 571455d
display table
dashed a8322d5
comment
dashed 48a24e6
clean up
dashed 3016a53
fix
dashed 3f86658
nevermind
dashed 68a9b42
auto expanding columns
dashed e4f1ee9
refactor
dashed 5c3460f
DEFAULT_EVENT_VIEW_V1
dashed 1dd9cde
fix
dashed 9c98008
rebase and refactor ontop of Mark's SEN-967
dashed a578f03
polish
dashed e793433
clean up
dashed bb07273
remove getCurrentView
dashed 436ab9c
clean up
dashed ee514db
fix
dashed 489d9d1
sort
dashed 467829f
fix tags.spec.jsx
dashed 58cad64
tests/js/spec/views/organizationEventsV2/utils.spec.jsx
dashed b8c40cb
tests/js/spec/views/organizationEventsV2/index.spec.jsx
dashed 4523aa2
tests/js/spec/views/organizationEventsV2/eventDetails.spec.jsx
dashed d4cfa9a
Fix missing borders.
markstory d655468
Fix sorting on aggregates.
markstory 4717d79
remove automatic expanding columns
dashed 013d207
add document title
dashed 6385e07
rename isComplete to isValid
dashed b66332b
move Events API query generation into EventView class
dashed 9da6e03
lint fix
dashed cb60686
refactor test
dashed 154698d
tests/acceptance/test_organization_events_v2.py
dashed 537da8d
tests/acceptance/test_organization_events_v2.py
dashed File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did this need to change?
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I double checked again and this change allowed the sort to work properly in light of the new changes.