[windup/windup] c77ffb: [maven-release-plugin] prepare for next developmen...
by Lincoln.Baxter@lists.jboss.org
Branch: refs/heads/master
Home: https://github.com/windup/windup
Commit: c77ffb9325d5c3df3980527b62e2ea8b6271eb80
https://github.com/windup/windup/commit/c77ffb9325d5c3df3980527b62e2ea8b6...
Author: Lincoln Baxter, III <lincolnbaxter(a)gmail.com>
Date: 2015-03-26 (Thu, 26 Mar 2015)
Changed paths:
M bom/pom.xml
M bootstrap/pom.xml
M config-groovy/addon/pom.xml
M config-groovy/pom.xml
M config-groovy/tests/pom.xml
M config-xml/addon/pom.xml
M config-xml/pom.xml
M config-xml/tests/pom.xml
M config/addon/pom.xml
M config/api/pom.xml
M config/impl/pom.xml
M config/pom.xml
M config/tests/pom.xml
M decompiler/api/pom.xml
M decompiler/impl-procyon/pom.xml
M decompiler/pom.xml
M exec/addon/pom.xml
M exec/api/pom.xml
M exec/impl/pom.xml
M exec/pom.xml
M exec/tests/pom.xml
M frames/pom.xml
M graph/addon/pom.xml
M graph/api/pom.xml
M graph/impl/pom.xml
M graph/pom.xml
M graph/tests/pom.xml
M java-ast/addon/pom.xml
M java-ast/pom.xml
M java-ast/tests/pom.xml
M pom.xml
M reporting/addon/pom.xml
M reporting/api/pom.xml
M reporting/impl/pom.xml
M reporting/pom.xml
M reporting/tests/pom.xml
M rexster/addon/pom.xml
M rexster/pom.xml
M rexster/tests/pom.xml
M rules-base/addon/pom.xml
M rules-base/api/pom.xml
M rules-base/impl/pom.xml
M rules-base/pom.xml
M rules-base/tests/pom.xml
M rules-java-archives/addon/pom.xml
M rules-java-archives/pom.xml
M rules-java-archives/tests/pom.xml
M rules-java-ee/addon/pom.xml
M rules-java-ee/pom.xml
M rules-java-ee/tests/pom.xml
M rules-java-project/addon/pom.xml
M rules-java-project/pom.xml
M rules-java-project/tests/pom.xml
M rules-java/addon/pom.xml
M rules-java/api/pom.xml
M rules-java/impl/pom.xml
M rules-java/pom.xml
M rules-java/tests/pom.xml
M rules-tattletale/addon/pom.xml
M rules-tattletale/pom.xml
M rules-tattletale/tests/pom.xml
M rules-xml/addon/pom.xml
M rules-xml/pom.xml
M rules-xml/tests/pom.xml
M test-util/pom.xml
M tests/pom.xml
M ui/addon/pom.xml
M ui/pom.xml
M ui/tests/pom.xml
M utils/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
1 month
[windup/windup] 8e4d8f: T145 App list - Show how many points came from the...
by Jess Sightler
Branch: refs/heads/master
Home: https://github.com/windup/windup
Commit: 8e4d8fcdf17afecba16695f47b84374466d39360
https://github.com/windup/windup/commit/8e4d8fcdf17afecba16695f47b8437446...
Author: OndraZizka <zizka(a)seznam.cz>
Date: 2016-06-15 (Wed, 15 Jun 2016)
Changed paths:
M graph/api/src/main/java/org/jboss/windup/graph/model/ProjectModel.java
M graph/api/src/main/java/org/jboss/windup/graph/traversal/AllTraversalStrategy.java
M graph/api/src/main/java/org/jboss/windup/graph/traversal/OnlyOnceTraversalStrategy.java
M graph/api/src/main/java/org/jboss/windup/graph/traversal/ProjectModelTraversal.java
A graph/api/src/main/java/org/jboss/windup/graph/traversal/SharedLibsTraversalStrategy.java
M graph/api/src/main/java/org/jboss/windup/graph/traversal/TraversalStrategy.java
M reporting/api/src/main/java/org/jboss/windup/reporting/freemarker/GetProjectTraversalMethod.java
M reporting/api/src/main/java/org/jboss/windup/reporting/service/ClassificationService.java
M reporting/api/src/main/java/org/jboss/windup/reporting/service/InlineHintService.java
M reporting/impl/src/main/java/org/jboss/windup/reporting/freemarker/GetEffortCountForProjectBySeverityMethod.java
M reporting/impl/src/main/java/org/jboss/windup/reporting/freemarker/GetEffortDetailsForProjectTraversalMethod.java
M reporting/impl/src/main/java/org/jboss/windup/reporting/freemarker/GetEffortForFile.java
M reporting/impl/src/main/resources/reports/resources/css/windup.css
M reporting/impl/src/main/resources/reports/templates/application_list.ftl
M reporting/impl/src/main/resources/reports/templates/include/effort_util.ftl
M rules-java/api/src/main/resources/reports/templates/java_application.ftl
Log Message:
-----------
T145 App list - Show how many points came from the share libs. WIP
Commit: 8840a8f1149f687a6a5a87ee5fa05bd832b9e8cf
https://github.com/windup/windup/commit/8840a8f1149f687a6a5a87ee5fa05bd83...
Author: Jess Sightler <jesse.sightler(a)gmail.com>
Date: 2016-06-15 (Wed, 15 Jun 2016)
Changed paths:
M graph/api/src/main/java/org/jboss/windup/graph/traversal/AllTraversalStrategy.java
M graph/api/src/main/java/org/jboss/windup/graph/traversal/OnlyOnceTraversalStrategy.java
M graph/api/src/main/java/org/jboss/windup/graph/traversal/ProjectModelTraversal.java
M graph/api/src/main/java/org/jboss/windup/graph/traversal/SharedLibsTraversalStrategy.java
M graph/api/src/main/java/org/jboss/windup/graph/traversal/TraversalStrategy.java
M reporting/api/src/main/java/org/jboss/windup/reporting/freemarker/FreeMarkerIterationOperation.java
M reporting/api/src/main/java/org/jboss/windup/reporting/freemarker/FreeMarkerUtil.java
A reporting/api/src/main/java/org/jboss/windup/reporting/rules/CreateApplicationListReportRuleProvider.java
M reporting/api/src/main/java/org/jboss/windup/reporting/service/ClassificationService.java
M reporting/impl/src/main/java/org/jboss/windup/reporting/freemarker/GetEffortCountForProjectBySeverityMethod.java
R reporting/impl/src/main/java/org/jboss/windup/reporting/rules/rendering/CreateApplicationListReportRuleProvider.java
M reporting/impl/src/main/resources/reports/templates/application_list.ftl
A test-files/duplicate/duplicate-ear-test-1.ear
A test-files/duplicate/duplicate-ear-test-2.ear
A test-files/duplicate/duplicate-ear-test-3.ear
A test-util/src/main/java/org/jboss/windup/testutil/html/TestApplicationListUtil.java
M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureDuplicateTest.java
A tests/src/test/xml/DuplicateTestRules.windup.xml
Log Message:
-----------
Tweaked with more extensive unit tests and fixed some traversal bugs that affected shared libs counting
Commit: ad7b6b48bc901b3bfa6a6e42d13543558b3db5c5
https://github.com/windup/windup/commit/ad7b6b48bc901b3bfa6a6e42d13543558...
Author: Jess Sightler <jesse.sightler(a)gmail.com>
Date: 2016-06-15 (Wed, 15 Jun 2016)
Changed paths:
M graph/api/src/main/java/org/jboss/windup/graph/model/ProjectModel.java
M graph/api/src/main/java/org/jboss/windup/graph/traversal/AllTraversalStrategy.java
M graph/api/src/main/java/org/jboss/windup/graph/traversal/OnlyOnceTraversalStrategy.java
M graph/api/src/main/java/org/jboss/windup/graph/traversal/ProjectModelTraversal.java
A graph/api/src/main/java/org/jboss/windup/graph/traversal/SharedLibsTraversalStrategy.java
M graph/api/src/main/java/org/jboss/windup/graph/traversal/TraversalStrategy.java
M reporting/api/src/main/java/org/jboss/windup/reporting/freemarker/FreeMarkerIterationOperation.java
M reporting/api/src/main/java/org/jboss/windup/reporting/freemarker/FreeMarkerUtil.java
M reporting/api/src/main/java/org/jboss/windup/reporting/freemarker/GetProjectTraversalMethod.java
A reporting/api/src/main/java/org/jboss/windup/reporting/rules/CreateApplicationListReportRuleProvider.java
M reporting/api/src/main/java/org/jboss/windup/reporting/service/ClassificationService.java
M reporting/api/src/main/java/org/jboss/windup/reporting/service/InlineHintService.java
M reporting/impl/src/main/java/org/jboss/windup/reporting/freemarker/GetEffortCountForProjectBySeverityMethod.java
M reporting/impl/src/main/java/org/jboss/windup/reporting/freemarker/GetEffortDetailsForProjectTraversalMethod.java
M reporting/impl/src/main/java/org/jboss/windup/reporting/freemarker/GetEffortForFile.java
R reporting/impl/src/main/java/org/jboss/windup/reporting/rules/rendering/CreateApplicationListReportRuleProvider.java
M reporting/impl/src/main/resources/reports/resources/css/windup.css
M reporting/impl/src/main/resources/reports/templates/application_list.ftl
M reporting/impl/src/main/resources/reports/templates/include/effort_util.ftl
M rules-java/api/src/main/resources/reports/templates/java_application.ftl
A test-files/duplicate/duplicate-ear-test-1.ear
A test-files/duplicate/duplicate-ear-test-2.ear
A test-files/duplicate/duplicate-ear-test-3.ear
A test-util/src/main/java/org/jboss/windup/testutil/html/TestApplicationListUtil.java
M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureDuplicateTest.java
A tests/src/test/xml/DuplicateTestRules.windup.xml
Log Message:
-----------
Merge branch 'OndraZizka-appList-showSharedCount-T146'
Compare: https://github.com/windup/windup/compare/cc3f3548b455...ad7b6b48bc90
1 year