Skip to content

Commit

Permalink
Remove unused modules
Browse files Browse the repository at this point in the history
Removes modules related to Assessment, custom Azure source and Migration.
  • Loading branch information
Dany9966 committed Dec 5, 2024
1 parent 56a23e0 commit ade38f3
Show file tree
Hide file tree
Showing 27 changed files with 0 additions and 3,844 deletions.
1 change: 0 additions & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export default {
// An array of glob patterns indicating a set of files for which coverage information should be collected
collectCoverageFrom: [
"**/*.tsx", // Include all .tsx files
"!**/AssessmentModule/**", // Exclude files within the AssessmentModule directory (this is a module that is not used in the app)
"!**/story.tsx", // Exclude all storybook files
"!**/test.tsx", // Exclude old test files
"!**/plugins/**", // Exclude files within the plugins directory
Expand Down
78 changes: 0 additions & 78 deletions src/@types/Assessment.ts

This file was deleted.

11 changes: 0 additions & 11 deletions src/components/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ import DeploymentDetailsPage from "@src/components/smart/DeploymentDetailsPage";
import MetalHubServersPage from "@src/components/smart/MetalHubServersPage";
import EndpointsPage from "@src/components/smart/EndpointsPage";
import EndpointDetailsPage from "@src/components/smart/EndpointDetailsPage";
import AssessmentsPage from "@src/components/smart/AssessmentsPage";
import AssessmentDetailsPage from "@src/components/smart/AssessmentDetailsPage";
import UsersPage from "@src/components/smart/UsersPage";
import UserDetailsPage from "@src/components/smart/UserDetailsPage";
import ProjectsPage from "@src/components/smart/ProjectsPage";
Expand Down Expand Up @@ -225,15 +223,6 @@ class App extends React.Component<Record<string, unknown>, State> {
{renderRoute("/bare-metal-servers", MetalHubServersPage, true)}
{renderRoute("/bare-metal-servers/:id", MetalHubServerDetailsPage)}
{renderRoute("/wizard/:type", WizardPage)}
{renderOptionalRoute({
name: "planning",
component: AssessmentsPage,
})}
{renderOptionalRoute({
name: "planning",
component: AssessmentDetailsPage,
path: "/assessment/:info",
})}
{renderOptionalRoute({
name: "users",
component: UsersPage,
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit ade38f3

Please sign in to comment.