Skip to content

Commit

Permalink
ref(sentry10): Remove old assigned/bookmarked/viewed views (#13576)
Browse files Browse the repository at this point in the history
These were part of Sentry 9 but are no longer used.
  • Loading branch information
lynnagara authored Jun 6, 2019
1 parent 25346e7 commit ce784b1
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 96 deletions.
15 changes: 0 additions & 15 deletions src/sentry/static/sentry/app/routes.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ import App from 'app/views/app';
import HookOrDefault from 'app/components/hookOrDefault';
import HookStore from 'app/stores/hookStore';
import LazyLoad from 'app/components/lazyLoad';
import MyIssuesAssignedToMe from 'app/views/myIssues/assignedToMe';
import MyIssuesBookmarked from 'app/views/myIssues/bookmarked';
import MyIssuesViewed from 'app/views/myIssues/viewed';
import NewProject from 'app/views/projectInstall/newProject';
import OnboardingConfigure from 'app/views/onboarding/configure';
import OnboardingNewProject from 'app/views/onboarding/newProject';
Expand Down Expand Up @@ -952,18 +949,6 @@ function routes() {
</Route>
{/* Once org issues is complete, these routes can be nested under
/organizations/:orgId/issues */}
<Route
path="/organizations/:orgId/issues/assigned/"
component={errorHandler(MyIssuesAssignedToMe)}
/>
<Route
path="/organizations/:orgId/issues/bookmarks/"
component={errorHandler(MyIssuesBookmarked)}
/>
<Route
path="/organizations/:orgId/issues/history/"
component={errorHandler(MyIssuesViewed)}
/>
<Route
path="/organizations/:orgId/issues/:groupId/"
componentPromise={() =>
Expand Down
27 changes: 0 additions & 27 deletions src/sentry/static/sentry/app/views/myIssues/assignedToMe.jsx

This file was deleted.

27 changes: 0 additions & 27 deletions src/sentry/static/sentry/app/views/myIssues/bookmarked.jsx

This file was deleted.

27 changes: 0 additions & 27 deletions src/sentry/static/sentry/app/views/myIssues/viewed.jsx

This file was deleted.

0 comments on commit ce784b1

Please sign in to comment.