Branch: refs/heads/master
Home:
https://github.com/windup/windup
Commit: d619a09071d7dc1029c56ced0d88a6160b7d335a
https://github.com/windup/windup/commit/d619a09071d7dc1029c56ced0d88a6160...
Author: Carlos E. Feria Vila <carlosthe19916(a)gmail.com>
Date: 2023-03-31 (Fri, 31 Mar 2023)
Changed paths:
A .github/workflows/pr_build_ui.yml
M bom/pom.xml
A bootstraps-themed/bootstrap-mta/src/main/resources/theme.js
A bootstraps-themed/bootstrap-mtr/src/main/resources/theme.js
A bootstraps-themed/bootstrap-tackle/src/main/resources/theme.js
A bootstraps-themed/bootstrap-windup/src/main/resources/theme.js
A config/api/src/main/java/org/jboss/windup/config/LegacyReportsRenderingOption.java
A
config/api/src/main/java/org/jboss/windup/config/phase/PostReportPfRenderingPhase.java
A
config/api/src/main/java/org/jboss/windup/config/phase/PreReportPfRenderingPhase.java
A config/api/src/main/java/org/jboss/windup/config/phase/ReportPfRenderingPhase.java
M config/api/src/main/java/org/jboss/windup/config/tags/TagService.java
M exec/impl/src/main/java/org/jboss/windup/exec/WindupProcessorImpl.java
M graph/api/src/main/java/org/jboss/windup/graph/model/WindupConfigurationModel.java
A pf-ui/README.md
A pf-ui/pom.xml
A pf-ui/src/main/assembly/assembly.xml
A pf-ui/src/main/webapp/.env.development
A pf-ui/src/main/webapp/.env.production
A pf-ui/src/main/webapp/.eslintrc.template.js
A pf-ui/src/main/webapp/.gitignore
A pf-ui/src/main/webapp/build-cli.sh
A pf-ui/src/main/webapp/config-overrides.js
A pf-ui/src/main/webapp/package-lock.json
A pf-ui/src/main/webapp/package.json
A pf-ui/src/main/webapp/public/api/README.txt
A pf-ui/src/main/webapp/public/favicon.ico
A pf-ui/src/main/webapp/public/index.html
A pf-ui/src/main/webapp/public/logo192.png
A pf-ui/src/main/webapp/public/logo512.png
A pf-ui/src/main/webapp/public/manifest.json
A pf-ui/src/main/webapp/public/robots.txt
A pf-ui/src/main/webapp/public/settings.js
A pf-ui/src/main/webapp/public/settings.js.ejs
A pf-ui/src/main/webapp/public/theme.js
A pf-ui/src/main/webapp/public/version.js
A pf-ui/src/main/webapp/public/windup.js
A pf-ui/src/main/webapp/public/windup.js.ejs
A pf-ui/src/main/webapp/public/windup.png
A pf-ui/src/main/webapp/server.js
A pf-ui/src/main/webapp/src/App.css
A pf-ui/src/main/webapp/src/App.tsx
A pf-ui/src/main/webapp/src/Constants.ts
A pf-ui/src/main/webapp/src/Routes.tsx
A pf-ui/src/main/webapp/src/api/analysis-configuration.ts
A pf-ui/src/main/webapp/src/api/application-details.ts
A pf-ui/src/main/webapp/src/api/application.ts
A pf-ui/src/main/webapp/src/api/compatible-files.ts
A pf-ui/src/main/webapp/src/api/dependencies.ts
A pf-ui/src/main/webapp/src/api/ejb.ts
A pf-ui/src/main/webapp/src/api/file-content.ts
A pf-ui/src/main/webapp/src/api/file.ts
A pf-ui/src/main/webapp/src/api/hardcoded-ip-addresses.ts
A pf-ui/src/main/webapp/src/api/hibernate.ts
A pf-ui/src/main/webapp/src/api/ignored-files.ts
A pf-ui/src/main/webapp/src/api/issues.ts
A pf-ui/src/main/webapp/src/api/jbpm.ts
A pf-ui/src/main/webapp/src/api/jpa.ts
A pf-ui/src/main/webapp/src/api/label.ts
A pf-ui/src/main/webapp/src/api/package-incidents.ts
A pf-ui/src/main/webapp/src/api/remote-services.ts
A pf-ui/src/main/webapp/src/api/rule-content.ts
A pf-ui/src/main/webapp/src/api/rule.ts
A pf-ui/src/main/webapp/src/api/server-resources.ts
A pf-ui/src/main/webapp/src/api/spring-beans.ts
A pf-ui/src/main/webapp/src/api/tag.ts
A pf-ui/src/main/webapp/src/api/technologies.ts
A pf-ui/src/main/webapp/src/api/transactions.ts
A pf-ui/src/main/webapp/src/api/unparsable-files.ts
A pf-ui/src/main/webapp/src/context/simple-context.css
A pf-ui/src/main/webapp/src/context/simple-context.tsx
A pf-ui/src/main/webapp/src/images/avatar.svg
A pf-ui/src/main/webapp/src/images/logo.svg
A pf-ui/src/main/webapp/src/images/mta-favicon.png
A pf-ui/src/main/webapp/src/images/mta-logo-header.svg
A pf-ui/src/main/webapp/src/images/mta-logo.svg
A pf-ui/src/main/webapp/src/images/mtr-favicon.png
A pf-ui/src/main/webapp/src/images/mtr-logo-header.svg
A pf-ui/src/main/webapp/src/images/mtr-logo.svg
A pf-ui/src/main/webapp/src/images/navbar.svg
A pf-ui/src/main/webapp/src/images/tackle-favicon.png
A pf-ui/src/main/webapp/src/images/tackle-logo-header.svg
A pf-ui/src/main/webapp/src/images/tackle-logo.png
A pf-ui/src/main/webapp/src/images/windup-favicon.png
A pf-ui/src/main/webapp/src/images/windup-logo-header.svg
A pf-ui/src/main/webapp/src/images/windup-logo.svg
A pf-ui/src/main/webapp/src/images/windup.png
A pf-ui/src/main/webapp/src/index.css
A pf-ui/src/main/webapp/src/index.tsx
A pf-ui/src/main/webapp/src/layout/about.tsx
A pf-ui/src/main/webapp/src/layout/default-layout.tsx
A pf-ui/src/main/webapp/src/layout/header.tsx
A pf-ui/src/main/webapp/src/layout/index.ts
A pf-ui/src/main/webapp/src/layout/layout-constants.ts
A pf-ui/src/main/webapp/src/layout/sidebar.tsx
A pf-ui/src/main/webapp/src/layout/theme-constants.ts
A pf-ui/src/main/webapp/src/models/api-enriched.tsx
A pf-ui/src/main/webapp/src/pages/application-edit/application-edit.tsx
A pf-ui/src/main/webapp/src/pages/application-edit/index.ts
A
pf-ui/src/main/webapp/src/pages/application-edit/pages/compatible-files/compatible-files-table.tsx
A
pf-ui/src/main/webapp/src/pages/application-edit/pages/compatible-files/compatible-files.tsx
A pf-ui/src/main/webapp/src/pages/application-edit/pages/compatible-files/index.ts
A
pf-ui/src/main/webapp/src/pages/application-edit/pages/dashboard/components/efforts-section.tsx
A
pf-ui/src/main/webapp/src/pages/application-edit/pages/dashboard/components/incidents-section.tsx
A pf-ui/src/main/webapp/src/pages/application-edit/pages/dashboard/dashboard.tsx
A pf-ui/src/main/webapp/src/pages/application-edit/pages/dashboard/index.ts
A
pf-ui/src/main/webapp/src/pages/application-edit/pages/dependencies/dependencies.tsx
A pf-ui/src/main/webapp/src/pages/application-edit/pages/dependencies/index.ts
A
pf-ui/src/main/webapp/src/pages/application-edit/pages/details/components/application-files-children-table.tsx
A
pf-ui/src/main/webapp/src/pages/application-edit/pages/details/components/application-files-table.tsx
A
pf-ui/src/main/webapp/src/pages/application-edit/pages/details/components/messages-card.tsx
A
pf-ui/src/main/webapp/src/pages/application-edit/pages/details/components/tags-chart.tsx
A pf-ui/src/main/webapp/src/pages/application-edit/pages/details/details.tsx
A pf-ui/src/main/webapp/src/pages/application-edit/pages/details/index.ts
A pf-ui/src/main/webapp/src/pages/application-edit/pages/ejb/ejb.tsx
A pf-ui/src/main/webapp/src/pages/application-edit/pages/ejb/entity-beans-table.tsx
A pf-ui/src/main/webapp/src/pages/application-edit/pages/ejb/index.ts
A
pf-ui/src/main/webapp/src/pages/application-edit/pages/ejb/message-driven-beans-table.tsx
A
pf-ui/src/main/webapp/src/pages/application-edit/pages/ejb/stateless-session-beans-table.tsx
A
pf-ui/src/main/webapp/src/pages/application-edit/pages/hardcoded-ip-addresses/hard-coded-ip-addresses-table.tsx
A
pf-ui/src/main/webapp/src/pages/application-edit/pages/hardcoded-ip-addresses/hardcoded-ip-addresses.tsx
A
pf-ui/src/main/webapp/src/pages/application-edit/pages/hardcoded-ip-addresses/index.ts
A pf-ui/src/main/webapp/src/pages/application-edit/pages/hibernate/entities-table.tsx
A pf-ui/src/main/webapp/src/pages/application-edit/pages/hibernate/hibernate.tsx
A pf-ui/src/main/webapp/src/pages/application-edit/pages/hibernate/index.ts
A
pf-ui/src/main/webapp/src/pages/application-edit/pages/hibernate/session-factories-table.tsx
A
pf-ui/src/main/webapp/src/pages/application-edit/pages/ignored-files/ignored-files.tsx
A pf-ui/src/main/webapp/src/pages/application-edit/pages/ignored-files/index.ts
A pf-ui/src/main/webapp/src/pages/application-edit/pages/issues/index.ts
A pf-ui/src/main/webapp/src/pages/application-edit/pages/issues/issues.tsx
A pf-ui/src/main/webapp/src/pages/application-edit/pages/jbpm/index.ts
A pf-ui/src/main/webapp/src/pages/application-edit/pages/jbpm/jbpm-table.tsx
A pf-ui/src/main/webapp/src/pages/application-edit/pages/jbpm/jbpm.tsx
A pf-ui/src/main/webapp/src/pages/application-edit/pages/jpa/entities-table.tsx
A pf-ui/src/main/webapp/src/pages/application-edit/pages/jpa/index.ts
A pf-ui/src/main/webapp/src/pages/application-edit/pages/jpa/jpa.tsx
A pf-ui/src/main/webapp/src/pages/application-edit/pages/jpa/named-queries-table.tsx
A
pf-ui/src/main/webapp/src/pages/application-edit/pages/jpa/persistence-units-table.tsx
A
pf-ui/src/main/webapp/src/pages/application-edit/pages/remote-services/ejb-remote-table.tsx
A pf-ui/src/main/webapp/src/pages/application-edit/pages/remote-services/index.ts
A
pf-ui/src/main/webapp/src/pages/application-edit/pages/remote-services/jaxrs-table.tsx
A
pf-ui/src/main/webapp/src/pages/application-edit/pages/remote-services/jaxws-table.tsx
A
pf-ui/src/main/webapp/src/pages/application-edit/pages/remote-services/remote-services.tsx
A
pf-ui/src/main/webapp/src/pages/application-edit/pages/remote-services/rmi-table.tsx
A
pf-ui/src/main/webapp/src/pages/application-edit/pages/server-resources/datasource-table.tsx
A pf-ui/src/main/webapp/src/pages/application-edit/pages/server-resources/index.ts
A
pf-ui/src/main/webapp/src/pages/application-edit/pages/server-resources/jms-connection-factory-table.tsx
A
pf-ui/src/main/webapp/src/pages/application-edit/pages/server-resources/jms-destinations-table.tsx
A
pf-ui/src/main/webapp/src/pages/application-edit/pages/server-resources/other-jndi-entries-table.tsx
A
pf-ui/src/main/webapp/src/pages/application-edit/pages/server-resources/server-resources.tsx
A
pf-ui/src/main/webapp/src/pages/application-edit/pages/server-resources/thread-pools-table.tsx
A pf-ui/src/main/webapp/src/pages/application-edit/pages/spring-beans/index.ts
A
pf-ui/src/main/webapp/src/pages/application-edit/pages/spring-beans/spring-beans-table.tsx
A
pf-ui/src/main/webapp/src/pages/application-edit/pages/spring-beans/spring-beans.tsx
A pf-ui/src/main/webapp/src/pages/application-edit/pages/technologies/index.ts
A
pf-ui/src/main/webapp/src/pages/application-edit/pages/technologies/technologies.tsx
A pf-ui/src/main/webapp/src/pages/application-edit/pages/transactions/index.ts
A
pf-ui/src/main/webapp/src/pages/application-edit/pages/transactions/transactions.tsx
A pf-ui/src/main/webapp/src/pages/application-edit/pages/unparsable-files/index.ts
A
pf-ui/src/main/webapp/src/pages/application-edit/pages/unparsable-files/unparsable-files.tsx
A pf-ui/src/main/webapp/src/pages/application-list/application-list.css
A pf-ui/src/main/webapp/src/pages/application-list/application-list.tsx
A pf-ui/src/main/webapp/src/pages/application-list/index.ts
A pf-ui/src/main/webapp/src/pages/dependencies-list/dependencies-list.tsx
A pf-ui/src/main/webapp/src/pages/dependencies-list/index.ts
A pf-ui/src/main/webapp/src/pages/issues-list/index.ts
A pf-ui/src/main/webapp/src/pages/issues-list/issues-list.tsx
A pf-ui/src/main/webapp/src/pages/rules-list/index.ts
A pf-ui/src/main/webapp/src/pages/rules-list/rules-list.tsx
A pf-ui/src/main/webapp/src/pages/technologies-list/index.ts
A pf-ui/src/main/webapp/src/pages/technologies-list/technologies-list.tsx
A pf-ui/src/main/webapp/src/queries/analysis-configuration.ts
A pf-ui/src/main/webapp/src/queries/applications-details.ts
A pf-ui/src/main/webapp/src/queries/applications.ts
A pf-ui/src/main/webapp/src/queries/compatible-files.ts
A pf-ui/src/main/webapp/src/queries/dependencies.ts
A pf-ui/src/main/webapp/src/queries/ejb.ts
A pf-ui/src/main/webapp/src/queries/files.ts
A pf-ui/src/main/webapp/src/queries/hardcoded-ip-addresses.ts
A pf-ui/src/main/webapp/src/queries/helpers.ts
A pf-ui/src/main/webapp/src/queries/hibernate.ts
A pf-ui/src/main/webapp/src/queries/ignored-files.ts
A pf-ui/src/main/webapp/src/queries/issues.ts
A pf-ui/src/main/webapp/src/queries/jbpm.ts
A pf-ui/src/main/webapp/src/queries/jpa.ts
A pf-ui/src/main/webapp/src/queries/labels.ts
A pf-ui/src/main/webapp/src/queries/mocks/analysis-configuration.ts
A pf-ui/src/main/webapp/src/queries/mocks/application-details.mock.ts
A pf-ui/src/main/webapp/src/queries/mocks/applications.mock.ts
A pf-ui/src/main/webapp/src/queries/mocks/compatible-files.mock.ts
A pf-ui/src/main/webapp/src/queries/mocks/dependencies.mock.ts
A pf-ui/src/main/webapp/src/queries/mocks/ejb.mock.ts
A pf-ui/src/main/webapp/src/queries/mocks/files.mock.ts
A pf-ui/src/main/webapp/src/queries/mocks/hardcoded-ip-addresses.mock.ts
A pf-ui/src/main/webapp/src/queries/mocks/hibernate.mock.ts
A pf-ui/src/main/webapp/src/queries/mocks/ignored-files.mock.ts
A pf-ui/src/main/webapp/src/queries/mocks/issues.mock.ts
A pf-ui/src/main/webapp/src/queries/mocks/jbpm.mock.ts
A pf-ui/src/main/webapp/src/queries/mocks/jpa.mock.ts
A pf-ui/src/main/webapp/src/queries/mocks/labels.mock.ts
A pf-ui/src/main/webapp/src/queries/mocks/packages-incidents.mock.ts
A pf-ui/src/main/webapp/src/queries/mocks/remote-services.mock.ts
A pf-ui/src/main/webapp/src/queries/mocks/rules.mock.ts
A pf-ui/src/main/webapp/src/queries/mocks/server-resources.ts
A pf-ui/src/main/webapp/src/queries/mocks/spring-beans.mock.ts
A pf-ui/src/main/webapp/src/queries/mocks/tags.mock.ts
A pf-ui/src/main/webapp/src/queries/mocks/technologies.mock.ts
A pf-ui/src/main/webapp/src/queries/mocks/transactions.mock.ts
A pf-ui/src/main/webapp/src/queries/mocks/unparsable-files.mock.ts
A pf-ui/src/main/webapp/src/queries/packages-incidents.ts
A pf-ui/src/main/webapp/src/queries/remote-services.ts
A pf-ui/src/main/webapp/src/queries/rules.ts
A pf-ui/src/main/webapp/src/queries/server-resources.ts
A pf-ui/src/main/webapp/src/queries/spring-beans.ts
A pf-ui/src/main/webapp/src/queries/tags.ts
A pf-ui/src/main/webapp/src/queries/technologies.ts
A pf-ui/src/main/webapp/src/queries/transactions.ts
A pf-ui/src/main/webapp/src/queries/unparsable-files.ts
A pf-ui/src/main/webapp/src/react-app-env.d.ts
A pf-ui/src/main/webapp/src/reportWebVitals.ts
A pf-ui/src/main/webapp/src/setupProxy.js
A pf-ui/src/main/webapp/src/setupTests.ts
A pf-ui/src/main/webapp/src/shared/common/types.ts
A
pf-ui/src/main/webapp/src/shared/components/conditional-render/conditional-render.tsx
A pf-ui/src/main/webapp/src/shared/components/conditional-render/index.ts
A
pf-ui/src/main/webapp/src/shared/components/dependencies-table/dependencies-table.tsx
A pf-ui/src/main/webapp/src/shared/components/dependencies-table/index.ts
A pf-ui/src/main/webapp/src/shared/components/file-editor/file-editor.tsx
A pf-ui/src/main/webapp/src/shared/components/file-editor/index.ts
A
pf-ui/src/main/webapp/src/shared/components/ignored-files-table/ignored-files-table.tsx
A pf-ui/src/main/webapp/src/shared/components/ignored-files-table/index.ts
A pf-ui/src/main/webapp/src/shared/components/index.ts
A
pf-ui/src/main/webapp/src/shared/components/issues-table/components/issue-overview.tsx
A pf-ui/src/main/webapp/src/shared/components/issues-table/index.ts
A pf-ui/src/main/webapp/src/shared/components/issues-table/issues-table.tsx
A pf-ui/src/main/webapp/src/shared/components/java-incidents-by-package/index.ts
A
pf-ui/src/main/webapp/src/shared/components/java-incidents-by-package/java-incidents-by-package.tsx
A pf-ui/src/main/webapp/src/shared/components/rule-editor/index.ts
A pf-ui/src/main/webapp/src/shared/components/rule-editor/rule-editor.tsx
A pf-ui/src/main/webapp/src/shared/components/simple-markdown/index.ts
A pf-ui/src/main/webapp/src/shared/components/simple-markdown/simple-markdown.tsx
A pf-ui/src/main/webapp/src/shared/components/simple-select/index.ts
A pf-ui/src/main/webapp/src/shared/components/simple-select/simple-select.tsx
A pf-ui/src/main/webapp/src/shared/components/simple-table-with-toolbar/index.ts
A
pf-ui/src/main/webapp/src/shared/components/simple-table-with-toolbar/simple-pagination.tsx
A
pf-ui/src/main/webapp/src/shared/components/simple-table-with-toolbar/simple-state-error.tsx
A
pf-ui/src/main/webapp/src/shared/components/simple-table-with-toolbar/simple-state-no-data.tsx
A
pf-ui/src/main/webapp/src/shared/components/simple-table-with-toolbar/simple-state-no-results.tsx
A
pf-ui/src/main/webapp/src/shared/components/simple-table-with-toolbar/simple-table-with-toolbar.tsx
A
pf-ui/src/main/webapp/src/shared/components/simple-table-with-toolbar/simple-table.tsx
A pf-ui/src/main/webapp/src/shared/hooks/index.ts
A pf-ui/src/main/webapp/src/shared/hooks/useCellSelectionState/index.ts
A
pf-ui/src/main/webapp/src/shared/hooks/useCellSelectionState/useCellSelectionState.ts
A pf-ui/src/main/webapp/src/shared/hooks/useModal/index.ts
A pf-ui/src/main/webapp/src/shared/hooks/useModal/useModal.ts
A pf-ui/src/main/webapp/src/shared/hooks/useTable/index.ts
A pf-ui/src/main/webapp/src/shared/hooks/useTable/useTable.ts
A pf-ui/src/main/webapp/src/shared/hooks/useTableControls/index.ts
A pf-ui/src/main/webapp/src/shared/hooks/useTableControls/useTableControls.ts
A pf-ui/src/main/webapp/src/shared/hooks/useTechnologiesData/index.ts
A pf-ui/src/main/webapp/src/shared/hooks/useTechnologiesData/technologies-data.tsx
A pf-ui/src/main/webapp/src/shared/hooks/useToolbar/index.ts
A pf-ui/src/main/webapp/src/shared/hooks/useToolbar/useToolbar.ts
A pf-ui/src/main/webapp/src/utils/axios.ts
A pf-ui/src/main/webapp/src/utils/label-utils.ts
A pf-ui/src/main/webapp/src/utils/rule-utils.ts
A pf-ui/src/main/webapp/src/utils/util.ts
A pf-ui/src/main/webapp/tsconfig.base.json
A pf-ui/src/main/webapp/tsconfig.json
M pom.xml
A reporting-data/addon/pom.xml
A reporting-data/addon/src/main/java/org/jboss/windup/reporting/data/Constants.java
A
reporting-data/addon/src/main/java/org/jboss/windup/reporting/data/dto/AnalysisConfigurationDto.java
A
reporting-data/addon/src/main/java/org/jboss/windup/reporting/data/dto/ApplicationCompatibleFilesDto.java
A
reporting-data/addon/src/main/java/org/jboss/windup/reporting/data/dto/ApplicationDependenciesDto.java
A
reporting-data/addon/src/main/java/org/jboss/windup/reporting/data/dto/ApplicationDetailsDto.java
A
reporting-data/addon/src/main/java/org/jboss/windup/reporting/data/dto/ApplicationDto.java
A
reporting-data/addon/src/main/java/org/jboss/windup/reporting/data/dto/ApplicationEJBsDto.java
A
reporting-data/addon/src/main/java/org/jboss/windup/reporting/data/dto/ApplicationHardcodedIpAddressesDto.java
A
reporting-data/addon/src/main/java/org/jboss/windup/reporting/data/dto/ApplicationHibernateDto.java
A
reporting-data/addon/src/main/java/org/jboss/windup/reporting/data/dto/ApplicationIgnoredFilesDto.java
A
reporting-data/addon/src/main/java/org/jboss/windup/reporting/data/dto/ApplicationIssuesDto.java
A
reporting-data/addon/src/main/java/org/jboss/windup/reporting/data/dto/ApplicationJBPMsDto.java
A
reporting-data/addon/src/main/java/org/jboss/windup/reporting/data/dto/ApplicationJPAsDto.java
A
reporting-data/addon/src/main/java/org/jboss/windup/reporting/data/dto/ApplicationPackageIncidentsDto.java
A
reporting-data/addon/src/main/java/org/jboss/windup/reporting/data/dto/ApplicationRemoteServicesDto.java
A
reporting-data/addon/src/main/java/org/jboss/windup/reporting/data/dto/ApplicationServerResourcesDto.java
A
reporting-data/addon/src/main/java/org/jboss/windup/reporting/data/dto/ApplicationSpringBeansDto.java
A
reporting-data/addon/src/main/java/org/jboss/windup/reporting/data/dto/ApplicationTechnologiesDto.java
A
reporting-data/addon/src/main/java/org/jboss/windup/reporting/data/dto/ApplicationTransactionsDto.java
A
reporting-data/addon/src/main/java/org/jboss/windup/reporting/data/dto/ApplicationUnparsableFilesDto.java
A
reporting-data/addon/src/main/java/org/jboss/windup/reporting/data/dto/FileContentDto.java
A reporting-data/addon/src/main/java/org/jboss/windup/reporting/data/dto/FileDto.java
A
reporting-data/addon/src/main/java/org/jboss/windup/reporting/data/dto/LabelDto.java
A
reporting-data/addon/src/main/java/org/jboss/windup/reporting/data/dto/RuleContentDto.java
A reporting-data/addon/src/main/java/org/jboss/windup/reporting/data/dto/RuleDto.java
A reporting-data/addon/src/main/java/org/jboss/windup/reporting/data/dto/TagDto.java
A
reporting-data/addon/src/main/java/org/jboss/windup/reporting/data/rules/AbstractApiRuleProvider.java
A
reporting-data/addon/src/main/java/org/jboss/windup/reporting/data/rules/AnalysisConfigurationRuleProvider.java
A
reporting-data/addon/src/main/java/org/jboss/windup/reporting/data/rules/ApplicationCompatibleFilesRuleProvider.java
A
reporting-data/addon/src/main/java/org/jboss/windup/reporting/data/rules/ApplicationDetailsRuleProvider.java
A
reporting-data/addon/src/main/java/org/jboss/windup/reporting/data/rules/ApplicationEJBsRuleProvider.java
A
reporting-data/addon/src/main/java/org/jboss/windup/reporting/data/rules/ApplicationHardcodedIpAddressesRuleProvider.java
A
reporting-data/addon/src/main/java/org/jboss/windup/reporting/data/rules/ApplicationHibernateRuleProvider.java
A
reporting-data/addon/src/main/java/org/jboss/windup/reporting/data/rules/ApplicationJBPMRuleProvider.java
A
reporting-data/addon/src/main/java/org/jboss/windup/reporting/data/rules/ApplicationJPAsRuleProvider.java
A
reporting-data/addon/src/main/java/org/jboss/windup/reporting/data/rules/ApplicationRemoteServicesRuleProvider.java
A
reporting-data/addon/src/main/java/org/jboss/windup/reporting/data/rules/ApplicationServerResourcesRuleProvider.java
A
reporting-data/addon/src/main/java/org/jboss/windup/reporting/data/rules/ApplicationSpringBeansRuleProvider.java
A
reporting-data/addon/src/main/java/org/jboss/windup/reporting/data/rules/ApplicationTransactionsRuleProvider.java
A
reporting-data/addon/src/main/java/org/jboss/windup/reporting/data/rules/ApplicationUnparsableFilesRuleProvider.java
A
reporting-data/addon/src/main/java/org/jboss/windup/reporting/data/rules/ApplicationsRuleProvider.java
A
reporting-data/addon/src/main/java/org/jboss/windup/reporting/data/rules/DataGatheringRuleProvider.java
A
reporting-data/addon/src/main/java/org/jboss/windup/reporting/data/rules/DependenciesRuleProvider.java
A
reporting-data/addon/src/main/java/org/jboss/windup/reporting/data/rules/FilesRuleProvider.java
A
reporting-data/addon/src/main/java/org/jboss/windup/reporting/data/rules/IgnoredFilesRuleProvider.java
A
reporting-data/addon/src/main/java/org/jboss/windup/reporting/data/rules/IssuesRuleProvider.java
A
reporting-data/addon/src/main/java/org/jboss/windup/reporting/data/rules/LabelsRuleProvider.java
A
reporting-data/addon/src/main/java/org/jboss/windup/reporting/data/rules/PackageIncidentsRuleProvider.java
A
reporting-data/addon/src/main/java/org/jboss/windup/reporting/data/rules/RulesRuleProvider.java
A
reporting-data/addon/src/main/java/org/jboss/windup/reporting/data/rules/TagsRuleProvider.java
A
reporting-data/addon/src/main/java/org/jboss/windup/reporting/data/rules/TechnologiesRuleProvider.java
A
reporting-data/addon/src/main/java/org/jboss/windup/reporting/data/rules/UIRuleProvider.java
A
reporting-data/addon/src/main/java/org/jboss/windup/reporting/data/rules/utils/DataUtils.java
A reporting-data/addon/src/main/resources/META-INF/beans.xml
A reporting-data/pom.xml
M reporting/api/pom.xml
M reporting/api/src/main/java/org/jboss/windup/reporting/service/ReportService.java
M
reporting/tests/src/test/java/org/jboss/windup/reporting/SkipSourceCodeReportsRenderingTest.java
M tests/pom.xml
M tests/src/test/java/org/jboss/windup/tests/application/GraphServiceLookupTest.java
M tests/src/test/java/org/jboss/windup/tests/application/IgnoreJavaClassTest.java
M
tests/src/test/java/org/jboss/windup/tests/application/MavenInfoMissingBinaryModeTest.java
M tests/src/test/java/org/jboss/windup/tests/application/UnparsablesReportTest.java
M
tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureCatchallTest.java
M
tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureDependencyTest.java
M
tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureDuplicateTest.java
M
tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureExplodedAppTest.java
M
tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureHibernateTest.java
M
tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureJEEExampleTest.java
M
tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureJspTest.java
M
tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureMediumBinaryModeFernflowerTest.java
M
tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureMediumBinaryModeProcyonTest.java
M
tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureMediumBinaryModeTest.java
M
tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureScanPackagesTest.java
M
tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureSeamBookingSourceTest.java
M
tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureSmallBinaryMode2Test.java
M
tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureSmallBinaryModeTest.java
M
tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureSoa5GatewaysRoutersTest.java
M
tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureSourceModeTest.java
M
tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureSourceWithBadPOMTest.java
M
tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureSpringSmallTest.java
M
tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureStopTest.java
M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureTest.java
M
tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureTestKeepArchivesAndGraphTest.java
M
tests/src/test/java/org/jboss/windup/tests/application/WindupCompiledWithSourceTest.java
M tests/src/test/java/org/jboss/windup/tests/application/WindupMultiAppBasicTest.java
M
tests/src/test/java/org/jboss/windup/tests/application/WindupRulesetMetadataTest.java
A
tests/src/test/java/org/jboss/windup/tests/application/newreports/NewReports_IgnoreJavaClassTest.java
A
tests/src/test/java/org/jboss/windup/tests/application/newreports/NewReports_MavenInfoMissingBinaryModeTest.java
A
tests/src/test/java/org/jboss/windup/tests/application/newreports/NewReports_UnparsablesReportTest.java
A
tests/src/test/java/org/jboss/windup/tests/application/newreports/NewReports_WindupArchitectureCatchallTest.java
A
tests/src/test/java/org/jboss/windup/tests/application/newreports/NewReports_WindupArchitectureDependencyTest.java
A
tests/src/test/java/org/jboss/windup/tests/application/newreports/NewReports_WindupArchitectureDuplicateTest.java
A
tests/src/test/java/org/jboss/windup/tests/application/newreports/NewReports_WindupArchitectureExplodedAppTest.java
A
tests/src/test/java/org/jboss/windup/tests/application/newreports/NewReports_WindupArchitectureHibernateTest.java
A
tests/src/test/java/org/jboss/windup/tests/application/newreports/NewReports_WindupArchitectureJEEExampleTest.java
A
tests/src/test/java/org/jboss/windup/tests/application/newreports/NewReports_WindupArchitectureJspTest.java
A
tests/src/test/java/org/jboss/windup/tests/application/newreports/NewReports_WindupArchitectureMediumBinaryModeFernflowerTest.java
A
tests/src/test/java/org/jboss/windup/tests/application/newreports/NewReports_WindupArchitectureMediumBinaryModeProcyonTest.java
A
tests/src/test/java/org/jboss/windup/tests/application/newreports/NewReports_WindupArchitectureMediumBinaryModeTest.java
A
tests/src/test/java/org/jboss/windup/tests/application/newreports/NewReports_WindupArchitectureScanPackagesTest.java
A
tests/src/test/java/org/jboss/windup/tests/application/newreports/NewReports_WindupArchitectureSeamBookingSourceTest.java
A
tests/src/test/java/org/jboss/windup/tests/application/newreports/NewReports_WindupArchitectureSmallBinaryMode2Test.java
A
tests/src/test/java/org/jboss/windup/tests/application/newreports/NewReports_WindupArchitectureSmallBinaryModeTest.java
A
tests/src/test/java/org/jboss/windup/tests/application/newreports/NewReports_WindupArchitectureSoa5GatewaysRoutersTest.java
A
tests/src/test/java/org/jboss/windup/tests/application/newreports/NewReports_WindupArchitectureSourceModeTest.java
A
tests/src/test/java/org/jboss/windup/tests/application/newreports/NewReports_WindupArchitectureSourceWithBadPOMTest.java
A
tests/src/test/java/org/jboss/windup/tests/application/newreports/NewReports_WindupArchitectureSpringSmallTest.java
A
tests/src/test/java/org/jboss/windup/tests/application/newreports/NewReports_WindupArchitectureStopTest.java
A
tests/src/test/java/org/jboss/windup/tests/application/newreports/NewReports_WindupArchitectureTestKeepArchivesAndGraphTest.java
A
tests/src/test/java/org/jboss/windup/tests/application/newreports/NewReports_WindupCompiledWithSourceTest.java
A
tests/src/test/java/org/jboss/windup/tests/application/newreports/NewReports_WindupMultiAppBasicTest.java
A
tests/src/test/java/org/jboss/windup/tests/application/newreports/NewReports_WindupRulesetMetadataTest.java
M
tests/src/test/java/org/jboss/windup/tests/bootstrap/migrate/CorrectParameterTest.java
M
tests/src/test/java/org/jboss/windup/tests/bootstrap/migrate/CorrectValueOfPackagesParameterTest.java
M
tests/src/test/java/org/jboss/windup/tests/bootstrap/migrate/DependencyGraphEnablementTest.java
M
tests/src/test/java/org/jboss/windup/tests/bootstrap/migrate/ExcludePackagesSameAsPackagesTest.java
M tests/src/test/java/org/jboss/windup/tests/bootstrap/migrate/ExplodedAppTest.java
M
tests/src/test/java/org/jboss/windup/tests/bootstrap/migrate/MissingValueOfExcludePackagesTest.java
M
tests/src/test/java/org/jboss/windup/tests/bootstrap/migrate/SourceModeExplodedAppTest.java
M tests/src/test/java/org/jboss/windup/tests/bootstrap/migrate/SourceModeTest.java
M
tests/src/test/java/org/jboss/windup/tests/bootstrap/migrate/UselessValueOfExcludePackagesTest.java
Log Message:
-----------
[WINDUP-3561] - Update static reports to PF4 - mandatory reports (#1579)
* Evaluate each XPath one by one
* Evaluate each XPath one by one
* Export labels api
* Remove initialization of fields
* Add applications working json
* Add files and issues
* Move code to module
* Add working API that match UI
* Add JS output
* Generate UI
* Add Windup generation URL to the output of the analysis
* Change phase
* Synch with master branch
* Allow minimize the RULES and FILES jsons adding getById endpoint
* Upgrade version
* Add total story points by issue
* Add dependencies report
* Add technologies
* Add ignored files
* Refactor Dto
* Add total incidents to the issues dto
* Add effort to issues
* Add package incidents
* Upgrade to 6.2.0-SNAPSHOT
* Add application details
* Add project site to application details
* Add prettyFileName field to FileDto.java
* Add tags service
* Allow window variables to have special characters
* Rename classes
* Add ui module
* Add gh action
* Change logos
* Enhance About modal and include version to it
* Add EJBs - needs finish progress
* Add Entity beans
* Add spring beans report
* Add remote services
* Add server resources report
* Add JPA reports
* Add hibernate report
* save changes
* Add unparsable files
* Add transaction reports
* Add transactions
* Select hint when issue opens code editor
* Rules list
* ApplicationList: set correct app names amd add label to shared libraries
* ContextSelector: add bottom border to "All Applications" element
* Replace table spinner by skeleton loading
* EJB report split in tabs and not hide data
* Add export to csv feature
* Add "--legacyReports" parameter
* (fix): rule-list: clear result filter
* Import icons using PF4 standards
* (feat): allow mutiple themes
* Fix ui build
* Fix tests
* Fix tests: legacy reports
* Fix tests: legacy reports
* Save tests
* Add Hibernate and Exploded app tests
* Fix previous tests failing
* Add tests to WindupArchitectureJspTest
* Save changes
* Save changes
* Add WindupArchitectureMediumBinaryModeFernflowerTest
* Add WindupArchitectureMediumBinaryModeProcyonTest
* Add WindupArchitectureScanPackagesTest
* Add WindupArchitectureSeamBookingSourceTest
* Add WindupArchitectureSmallBinaryMode2Test
* Add WindupArchitectureSmallBinaryModeTest
* Add WindupArchitectureSoa5GatewaysRoutersTest
* Add WindupArchitectureSourceWithBadPOMTest
* Add WindupArchitectureSourceModeTest
* Add WindupArchitectureSpringSmallTest
* Add WindupArchitectureStopTest
* Add WindupArchitectureTestKeepArchivesAndGraphTest
* Add WindupCompiledWithSourceTest
* Add WindupRulesetMetadataTest
* Introduce lombok
* Add WindupMultiAppBasicTest
* Rename tests
* Add compatibleFiles and hardcoded ip reports
* Add JBPM report
* Rename UI files to avoid long names
* Rename PF4 by PF since the version of a library should not be part of the name
* Rename PF4 by PF since the version of a library should not be part of the name
* Enhance folder management for report folder
* Revert temp fix
* The header in the Technologies report should be "Technologies" and not
"Dependencies"
* In the Project/Applications page, when you click on the number of incidents and a row
with a breakdown of incidents by category appears, only Mandatory, Optional, Potential and
Information category incidents are listed. Cloud-mandatory incidents for instance are not
listed, so the total and sum of incidents listed do not match if these incidents are
present in an analysis. Is it a design choice to only show the 'main' categories?
* In the Project/Applications page, when you click on the number of incidents and a row
with a breakdown of incidents by category appears, only Mandatory, Optional, Potential and
Information category incidents are listed. Cloud-mandatory incidents for instance are not
listed, so the total and sum of incidents listed do not match if these incidents are
present in an analysis. Is it a design choice to only show the 'main' categories?
* The size of the page in pagination resets itself each time a different filter is
selected - maybe it should remain the same
* The Application messages section doesn't have a title
* The Tags found - Occurrence Found histograms are empty on the new reports at both at
Application and Archive level
* Fix typo in CLI help message
* Sources/targets filters show all sources and targets, regardless of whether they have
been triggered for the particular application or not. It should show only the ones
triggered, otherwise it might get confusing
* Enhance FileId extraction
* There is no mention of duplicate archives in the Application details section (see figure
3.7)
* In the application dependencies area, for each dependency, "Found at path"
only shows one path, instead of all the paths where the jar has been found
* Sorting in the issues page
* Build multiple themes at a single time
* Move all PF reports to the root folder rather than pf-reports folder
* Fix test
* Fix test
* Add links to Code viewer Hint
* Issues: filter by effort type rather than effort's description
* Project level, avoid including Virtual Apps in the Context selector and in the data
processed
* Issues apply groupBy when all applications are selected
* WINDUP-3722 Added param to use 'search.maven.org' website
* Generate compatible files only when requested
* Add "multiple times included" label to app details
* Enhance issues rendering performance
* Add "All issues" support and reused csv from windup without generating a new
one
* IssueCategory consistent labeling
* Fix tests after adding "All issues" data as a separate standalone data
* Adapt custom settings for prepare web-console to have dynamic loading of jsons
* Beautify toolbar separator
* Fix: issues page - multiple rows with same name expanded
* Enhance: render json files in parallel using ExecutorService
* Remove unused set of profiles
* local lib-ui
* Fix tests
* Rename WaitRuleProvider.java by DataGatheringRuleProvider.java
* Ensure flush and synchronized is done when writing windup.js
* Issues page: Enhance source/target filters inferred set of options
* App edit: Show tabs only when data is present
* Enhance file writing windup.js
* Issues: filter by source/target match same logic from old reports