Branch: refs/heads/master
Home:
https://github.com/windup/windup
Commit: d52e54017c1a507319e4cc4ffc476905df448616
https://github.com/windup/windup/commit/d52e54017c1a507319e4cc4ffc476905d...
Author: Mark Brophy <36955467+m-brophy(a)users.noreply.github.com>
Date: 2023-03-02 (Thu, 02 Mar 2023)
Changed paths:
M exec/api/src/main/java/org/jboss/windup/exec/configuration/WindupConfiguration.java
A
exec/api/src/main/java/org/jboss/windup/exec/configuration/options/ExportSummaryOption.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
M reporting/impl/pom.xml
M
rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/reporting/rules/CreateIssueSummaryDataRuleProvider.java
A
rules-java/tests/src/test/java/org/jboss/windup/rules/apps/java/reporting/rules/CreateIssueSummaryDataRuleProviderTest.java
A rules-java/tests/src/test/resources/issueSummary/app1/HelloWorld.java
A rules-java/tests/src/test/resources/issueSummary/app2/HelloWorld.java
Log Message:
-----------
Windup 3370 export summary file (#1518)
* WINDUP-3370: export summary file
* WINDUP-3370: export summary file
* WINDUP-3370: fixing failing test
* alter test
* WINDUP-3370: fix test
* WINDUP_3370: further test fix
* WINDUP-3370: fix problem with unknown effort type
* WINDUP-3370: analysis summary extract now in a single file
* WINDUP-3370: fix test to go with previous change to export summary file
* WINDUP-3370: json output to array format
* WINDUP-3370: new file format to check in test
* index on WINDUP-3370: fb52adddd WINDUP-3370: new file format to check in test
* WINDUP-3370 Added 'category' to tags with tests (#6)
* [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>
* WINDUP-3663 Fixed some Java EE tech tag version management (#1587)
* WINDUP-3663 Fixed some Java EE tech tag version management
* Ensure 'Orion Web XML' tech tag is always created when expected
* WINDUP-3663 Managed missing version in DiscoverWebXmlRuleProvider
* WINDUP-3668 Enhanced DiscoverJpaConfigurationXmlRuleProvider and created test (#1591)
* WINDUP-3664 Added 'version' attribute to both 'technology-tag' and
'technology-tag-exists' tags (#1590)
* Set manual dependency (#1593)
* Added 'category' to tags with tests
---------
Co-authored-by: Juan Manuel Leflet Estrada <jleflete(a)redhat.com>
Co-authored-by: Carlos E. Feria Vila <carlosthe19916(a)gmail.com>
* WINDUP-3370: add manadatory section to test object
* WINDUP-3370: further test for mandatory category json section
---------
Co-authored-by: Marco Rizzi <mrizzi(a)users.noreply.github.com>
Co-authored-by: Juan Manuel Leflet Estrada <jleflete(a)redhat.com>
Co-authored-by: Carlos E. Feria Vila <carlosthe19916(a)gmail.com>