Malachi Willey 9a050aeded feat(saved-searches): Add visibility dropdown to create saved search modal (#41069) 2 years ago
..
account.tsx 816acaa36c ref(ui): Change `static/app` imports to use `sentry` alias (no views) (#30193) 3 years ago
broadcasts.tsx 816acaa36c ref(ui): Change `static/app` imports to use `sentry` alias (no views) (#30193) 3 years ago
committers.spec.jsx 39d10a8d8c chore: Colocate tests for actionCreators, utils and components (#38339) 2 years ago
committers.tsx 156402c43b feat(active-release): Display release committers in suggested (#38040) 2 years ago
dashboards.tsx 7672ee07eb feat(dashboard-filters): Use UTC in dashboard filters (#37064) 2 years ago
developmentAlerts.tsx 81552839d4 chore(js): Better name for 'development alerts' module (#34147) 2 years ago
discoverHomepageQueries.tsx cbd39e0f79 feat(discover-homepage): Homepage query without changes shows reset (#39686) 2 years ago
discoverSavedQueries.tsx 816acaa36c ref(ui): Change `static/app` imports to use `sentry` alias (no views) (#30193) 3 years ago
environments.tsx b7d6cab9df ref(js): Remove EnvironmentActions (#38111) 2 years ago
events.spec.jsx 39d10a8d8c chore: Colocate tests for actionCreators, utils and components (#38339) 2 years ago
events.tsx 27218b636f ref(ui): Switch TS types from primitives (#38680) 2 years ago
formSearch.tsx bace0a1444 ref(js): Rename `form/type` to `form/types` (#39961) 2 years ago
group.spec.jsx 67c83ac7d2 test(js): Remove warnOnMissingMocks (#40163) 2 years ago
group.tsx fd6508abc8 ref(groupStore): Remove GroupActions and improve typing (#37951) 2 years ago
guides.tsx ae1d30feaf feat(growth): add functionality for demo walkthrough tasks (#40947) 2 years ago
incident.tsx 392658b936 ref(js): Remove unnecessary await in api helpers (#35293) 2 years ago
indicator.tsx 5755f1bb2e ref(js): Fix incorrect interpolation in t() (#40304) 2 years ago
integrations.tsx 816acaa36c ref(ui): Change `static/app` imports to use `sentry` alias (no views) (#30193) 3 years ago
members.tsx 1d31efc50f feat(issues): Split assignee into "owned by" and "assigned to" (#39015) 2 years ago
metrics.spec.tsx 39d10a8d8c chore: Colocate tests for actionCreators, utils and components (#38339) 2 years ago
metrics.tsx cbad78ad51 fix(dashboards): Add includeSeries and includeTotals in RH requests (#34964) 2 years ago
modal.tsx a2cd93d4cd feat(growth): end modal for sandbox walkthrough (#40687) 2 years ago
navigation.spec.jsx 7201c955ed ref(js): Remove ProjectActions completely (#39649) 2 years ago
navigation.tsx e0b565b4c8 ref(ui): Delete janky ContextPickerModal auto-select (#39902) 2 years ago
onboardingTasks.spec.jsx b33f7b5efe ref(js): Remove OrganizationActions (#38936) 2 years ago
onboardingTasks.tsx b33f7b5efe ref(js): Remove OrganizationActions (#38936) 2 years ago
organization.spec.jsx 8e0b78f739 ref(js): Remove (almost) all of ProjectActions (#39094) 2 years ago
organization.tsx 8e0b78f739 ref(js): Remove (almost) all of ProjectActions (#39094) 2 years ago
organizations.tsx b33f7b5efe ref(js): Remove OrganizationActions (#38936) 2 years ago
pageFilters.spec.jsx ad08bd382b ref(js): Remove PageFiltersActions (#38123) 2 years ago
pageFilters.tsx ad08bd382b ref(js): Remove PageFiltersActions (#38123) 2 years ago
performance.tsx bb42837000 style(ts): Sort type keys alphabetically (#31625) 2 years ago
platformExternalIssues.tsx e1c95e27d5 ref(js): Remove PlatformExternalIssueActions (#37965) 2 years ago
plugins.tsx bd85f06b59 ref(js): Remove PluginActions (#37961) 2 years ago
preferences.tsx 2737aa2590 ref(reflux): Remove PreferencesActions (#33391) 2 years ago
processingIssues.tsx 816acaa36c ref(ui): Change `static/app` imports to use `sentry` alias (no views) (#30193) 3 years ago
project.tsx 5fd1442625 chore(js): Fix ProjectStore -> ProjectsStore (#39719) 2 years ago
projects.spec.tsx 39d10a8d8c chore: Colocate tests for actionCreators, utils and components (#38339) 2 years ago
projects.tsx 8e0b78f739 ref(js): Remove (almost) all of ProjectActions (#39094) 2 years ago
prompts.tsx 02fb153200 fix(globalsdkupdates): refactor to fn component and rtl tests (#31667) 2 years ago
release.spec.jsx 39d10a8d8c chore: Colocate tests for actionCreators, utils and components (#38339) 2 years ago
release.tsx 338b58493a ref(js): Remove ReleaseActions (#38117) 2 years ago
repositories.spec.jsx 39d10a8d8c chore: Colocate tests for actionCreators, utils and components (#38339) 2 years ago
repositories.tsx 752d92d7d9 ref(js): Remove RepositoryActions (#38112) 2 years ago
savedSearches.tsx 9a050aeded feat(saved-searches): Add visibility dropdown to create saved search modal (#41069) 2 years ago
sdkUpdates.tsx de14a231f8 ref(reflux): Remove SdkUpdatesActions (#33380) 2 years ago
sentryAppComponents.tsx bdcd45aa45 ref(reflux): Remove SentryAppComponentActions (#33395) 2 years ago
sentryAppInstallations.tsx 5755f1bb2e ref(js): Fix incorrect interpolation in t() (#40304) 2 years ago
sentryAppTokens.tsx 816acaa36c ref(ui): Change `static/app` imports to use `sentry` alias (no views) (#30193) 3 years ago
sentryApps.tsx 816acaa36c ref(ui): Change `static/app` imports to use `sentry` alias (no views) (#30193) 3 years ago
sentryFunctions.tsx 1ef8f76c84 fix(integrations): don't remove functions before they're actually removed (#37793) 2 years ago
serverSideSampling.tsx e98e2e9070 fix(dyn-sampling): Rename `project_id` to camelCase (#39862) 2 years ago
serviceIncidents.tsx 910f8ef28f feat(ui): Beautify the Service Incidents flyout (#34943) 2 years ago
sessions.tsx e07e83efb3 feat(dashboards): adds includeAllArgs prop to sessions request (#34185) 2 years ago
tags.tsx 1e33d4db49 ref: Refactor fetchTagValues() and allow fetching from Replay dataset (#40679) 2 years ago
teams.tsx 56b8b95eaa ref(js): Replace most callIfFunction with nullish coalescing (#39180) 2 years ago