-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
chore(ts): Initial typescript conversion in preparation of discover v2 #14345
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
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
d77c788
src/sentry/static/sentry/app/views/organizationEventsV2/data.tsx
dashed a1b6c1d
src/sentry/static/sentry/app/views/organizationEventsV2/utils.tsx
dashed 324660f
src/sentry/static/sentry/app/views/organizationEventsV2/events.tsx
dashed eee80c7
src/sentry/static/sentry/app/views/organizationEventsV2/linkedIssuePr…
dashed 7cc11ae
src/sentry/static/sentry/app/views/organizationEventsV2/eventModalCon…
dashed b307b86
src/sentry/static/sentry/app/views/organizationEventsV2/table.tsx
dashed 31bce2b
src/sentry/static/sentry/app/views/organizationEventsV2/modalPaginati…
dashed 5b7cec3
src/sentry/static/sentry/app/views/organizationEventsV2/relatedEvents…
dashed 0a34af6
src/sentry/static/sentry/app/views/organizationEventsV2/index.tsx
dashed 4fd036d
src/sentry/static/sentry/app/views/organizationEventsV2/eventDetails.tsx
dashed aa8bcbd
src/sentry/static/sentry/app/views/organizationEventsV2/modalLineGrap…
dashed 60886de
src/sentry/static/sentry/app/views/organizationEventsV2/tags.tsx
dashed 87677b3
src/sentry/static/sentry/app/views/organizationEventsV2/tagsTable.tsx
dashed 761aa6b
src/sentry/static/sentry/app/views/organizationEventsV2/sortLink.tsx
dashed 92b78e7
src/sentry/static/sentry/app/views/organizationEventsV2/eventInterfac…
dashed 279659b
src/sentry/static/sentry/app/views/organizationEventsV2/eventDetails.tsx
dashed 1896511
src/sentry/static/sentry/app/views/organizationEventsV2/styles.tsx
dashed 75744c2
src/sentry/static/sentry/app/types/index.tsx
dashed c930a6c
src/sentry/static/sentry/app/views/events/utils/eventsRequest.tsx
dashed a75d953
src/sentry/static/sentry/app/utils.tsx
dashed 7b1b48b
adjust transactionview types
dashed 5fd41f6
replace react router stuffs
dashed 825894a
update @type/history
dashed 110d7a5
add getFirstQueryString
dashed 4d29c41
update index.tsx
dashed 7a619b2
src/sentry/static/sentry/app/views/organizationEventsV2/modalPaginati…
dashed dd7d010
per_page
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
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
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.
Longer term, I want to fold down data as this extra layer isn't providing any value.
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.
Yep. I'll try to do this in #14403