|
275 | 275 | TeamGroupsOldEndpoint,
|
276 | 276 | )
|
277 | 277 | from sentry.issues.endpoints.browser_reporting_collector import BrowserReportingCollectorEndpoint
|
| 278 | +from sentry.issues.endpoints.group_attachments import GroupAttachmentsEndpoint |
278 | 279 | from sentry.issues.endpoints.group_current_release import GroupCurrentReleaseEndpoint
|
279 | 280 | from sentry.issues.endpoints.group_first_last_release import GroupFirstLastReleaseEndpoint
|
280 | 281 | from sentry.issues.endpoints.group_integration_details import GroupIntegrationDetailsEndpoint
|
|
289 | 290 | from sentry.issues.endpoints.organization_codeowners_associations import (
|
290 | 291 | OrganizationCodeOwnersAssociationsEndpoint,
|
291 | 292 | )
|
| 293 | +from sentry.issues.endpoints.organization_event_details import OrganizationEventDetailsEndpoint |
292 | 294 | from sentry.issues.endpoints.organization_group_search_view_starred_order import (
|
293 | 295 | OrganizationGroupSearchViewStarredOrderEndpoint,
|
294 | 296 | )
|
|
299 | 301 | OrganizationGroupSuspectTagsEndpoint,
|
300 | 302 | )
|
301 | 303 | from sentry.issues.endpoints.organization_issue_metrics import OrganizationIssueMetricsEndpoint
|
| 304 | +from sentry.issues.endpoints.organization_issues_resolved_in_release import ( |
| 305 | + OrganizationIssuesResolvedInReleaseEndpoint, |
| 306 | +) |
302 | 307 | from sentry.issues.endpoints.team_all_unresolved_issues import TeamAllUnresolvedIssuesEndpoint
|
| 308 | +from sentry.issues.endpoints.team_issue_breakdown import TeamIssueBreakdownEndpoint |
303 | 309 | from sentry.monitors.endpoints.organization_monitor_checkin_index import (
|
304 | 310 | OrganizationMonitorCheckInIndexEndpoint,
|
305 | 311 | )
|
|
561 | 567 | from .endpoints.event_owners import EventOwnersEndpoint
|
562 | 568 | from .endpoints.event_reprocessable import EventReprocessableEndpoint
|
563 | 569 | from .endpoints.filechange import CommitFileChangeEndpoint
|
564 |
| -from .endpoints.group_attachments import GroupAttachmentsEndpoint |
565 | 570 | from .endpoints.index import IndexEndpoint
|
566 | 571 | from .endpoints.internal import (
|
567 | 572 | InternalBeaconEndpoint,
|
|
585 | 590 | from .endpoints.organization_auth_provider_details import OrganizationAuthProviderDetailsEndpoint
|
586 | 591 | from .endpoints.organization_auth_providers import OrganizationAuthProvidersEndpoint
|
587 | 592 | from .endpoints.organization_config_repositories import OrganizationConfigRepositoriesEndpoint
|
588 |
| -from .endpoints.organization_event_details import OrganizationEventDetailsEndpoint |
589 | 593 | from .endpoints.organization_events import OrganizationEventsEndpoint
|
590 | 594 | from .endpoints.organization_events_facets import OrganizationEventsFacetsEndpoint
|
591 | 595 | from .endpoints.organization_events_facets_performance import (
|
|
621 | 625 | )
|
622 | 626 | from .endpoints.organization_events_trends_v2 import OrganizationEventsNewTrendsStatsEndpoint
|
623 | 627 | from .endpoints.organization_events_vitals import OrganizationEventsVitalsEndpoint
|
624 |
| -from .endpoints.organization_issues_resolved_in_release import ( |
625 |
| - OrganizationIssuesResolvedInReleaseEndpoint, |
626 |
| -) |
627 | 628 | from .endpoints.organization_measurements_meta import OrganizationMeasurementsMeta
|
628 | 629 | from .endpoints.organization_member import (
|
629 | 630 | OrganizationInviteRequestDetailsEndpoint,
|
|
758 | 759 | from .endpoints.setup_wizard import SetupWizard
|
759 | 760 | from .endpoints.system_health import SystemHealthEndpoint
|
760 | 761 | from .endpoints.system_options import SystemOptionsEndpoint
|
761 |
| -from .endpoints.team_issue_breakdown import TeamIssueBreakdownEndpoint |
762 | 762 | from .endpoints.user_organizationintegrations import UserOrganizationIntegrationsEndpoint
|
763 | 763 | from .endpoints.user_organizations import UserOrganizationsEndpoint
|
764 | 764 | from .endpoints.user_subscriptions import UserSubscriptionsEndpoint
|
|
0 commit comments