Branch: refs/heads/master
Home:
https://github.com/windup/windup
Commit: 72135fa04aa7a70b80ab38cfc9b9e6e1de4d4842
https://github.com/windup/windup/commit/72135fa04aa7a70b80ab38cfc9b9e6e1d...
Author: Juan Manuel Leflet Estrada <jleflete(a)redhat.com>
Date: 2023-01-31 (Tue, 31 Jan 2023)
Changed paths:
M config/impl/src/main/java/org/jboss/windup/config/loader/RuleLoaderImpl.java
M reporting/api/src/main/java/org/jboss/windup/reporting/config/Hint.java
A
reporting/api/src/main/java/org/jboss/windup/reporting/config/TechnologiesIntersector.java
M
reporting/api/src/main/java/org/jboss/windup/reporting/config/classification/Classification.java
A
reporting/api/src/main/java/org/jboss/windup/reporting/freemarker/problemsummary/GetIssueCategoriesMethod.java
A
reporting/api/src/main/java/org/jboss/windup/reporting/freemarker/problemsummary/GetSourcesAndTargetsMethod.java
M
reporting/api/src/main/java/org/jboss/windup/reporting/freemarker/problemsummary/ProblemSummary.java
M
reporting/api/src/main/java/org/jboss/windup/reporting/freemarker/problemsummary/ProblemSummaryService.java
A
reporting/api/src/main/java/org/jboss/windup/reporting/freemarker/problemsummary/SourcesAndTargets.java
M
reporting/api/src/main/java/org/jboss/windup/reporting/model/ClassificationModel.java
M reporting/api/src/main/java/org/jboss/windup/reporting/model/InlineHintModel.java
A
reporting/api/src/main/java/org/jboss/windup/reporting/model/SourcesAndTargetsModel.java
M
reporting/api/src/main/java/org/jboss/windup/reporting/service/InlineHintService.java
M reporting/impl/src/main/resources/reports/resources/css/windup.css
A reporting/impl/src/main/resources/reports/resources/js/windup-issues-filtering.js
M reporting/impl/src/main/resources/reports/templates/include/problem_summary.ftl
A reporting/impl/src/main/resources/reports/templates/include/sources_targets.ftl
M reporting/impl/src/main/resources/reports/templates/migration-issues.ftl
M
rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/reporting/rules/CreateIssueSummaryDataRuleProvider.java
Log Message:
-----------
[WINDUP-3410] Add source and target info to each hint (#1517)
* [WINDUP-3410] Add source and target info to each hint
* [WINDUP-3410] Remove TODO
* [WINDUP-3410] Check for version range overlap when intersecting targets and sources
* [WINDUP-3410] Implement target/source filtering
* Bump Nexus index 22.11.22.Final (#1566)
* [WINDUP-3410] Refactor to allow reports for multiple input apps
* [WINDUP-3410] Allow for multiple filtering conditions simultaneously
* [WINDUP-3410] Add back lucene lib
* [WINDUP-3410] Recalculate numbers on filter
* [WINDUP-3410] Fix classifications without sources/targets
* [WINDUP-3410] Hoist script declaration to the top of the body
* [WINDUP-3410] Append sources-targets JS in head
* [WINDUP-3410] Force sequential script loading
* [WINDUP-3410] Refactoring
* [WINDUP-3410] Refactor logic to allow for AND/OR filtering, improve aesthetics
* [WINDUP-3410] Small adjustments
---------
Co-authored-by: Marco Rizzi <mrizzi(a)users.noreply.github.com>