Branch: refs/heads/master
Home:
https://github.com/windup/windup
Commit: 29d0de8154ba25b1e5b8997bbc702d1f19589743
https://github.com/windup/windup/commit/29d0de8154ba25b1e5b8997bbc702d1f1...
Author: Matej Briskar <mbriskar(a)redhat.com>
Date: 2014-10-10 (Fri, 10 Oct 2014)
Changed paths:
M
reporting/api/src/main/java/org/jboss/windup/reporting/model/ApplicationReportModel.java
M reporting/api/src/main/java/org/jboss/windup/reporting/model/ReportModel.java
M
reporting/impl/src/main/java/org/jboss/windup/reporting/rules/generation/CreateSourceReportRuleProvider.java
M reporting/impl/src/main/resources/reports/resources/css/windup.css
A reporting/impl/src/main/resources/reports/templates/include/breadcrumbs.ftl
M reporting/impl/src/main/resources/reports/templates/source.ftl
M
rules-java/src/main/java/org/jboss/windup/rules/apps/java/reporting/rules/CreateJavaApplicationOverviewReportRuleProvider.java
M
rules-java/src/main/java/org/jboss/windup/rules/apps/java/reporting/rules/CreateJavaNonClassifiedFileReportRuleProvider.java
M rules-java/src/main/resources/reports/templates/java_application.ftl
M rules-java/src/main/resources/reports/templates/non_classified_files.ftl
Log Message:
-----------
WINDUP-307: All Applications should be Breadcrumbs
Commit: e57e5051d64bf4987d770ab6ab17f66301f3e104
https://github.com/windup/windup/commit/e57e5051d64bf4987d770ab6ab17f6630...
Author: Jess Sightler <jesse.sightler(a)gmail.com>
Date: 2014-10-13 (Mon, 13 Oct 2014)
Changed paths:
M
reporting/api/src/main/java/org/jboss/windup/reporting/model/ApplicationReportModel.java
M reporting/api/src/main/java/org/jboss/windup/reporting/model/ReportModel.java
M
reporting/api/src/main/java/org/jboss/windup/reporting/service/ApplicationReportService.java
M
reporting/impl/src/main/java/org/jboss/windup/reporting/rules/generation/CreateSourceReportRuleProvider.java
Log Message:
-----------
Moved query into the *Service class and limited it to related ApplicationReportModels.
Commit: 0197086aac7f520da8a318ac1f3892f381405665
https://github.com/windup/windup/commit/0197086aac7f520da8a318ac1f3892f38...
Author: Matej Briskar <mbriskar(a)redhat.com>
Date: 2014-10-14 (Tue, 14 Oct 2014)
Changed paths:
M
reporting/api/src/main/java/org/jboss/windup/reporting/model/ApplicationReportModel.java
M reporting/api/src/main/java/org/jboss/windup/reporting/model/ReportModel.java
M
reporting/api/src/main/java/org/jboss/windup/reporting/service/ApplicationReportService.java
M
reporting/impl/src/main/java/org/jboss/windup/reporting/rules/generation/CreateSourceReportRuleProvider.java
Log Message:
-----------
Merge pull request #4 from jsight/mbriskar-WINDUP-307
Moved query into the *Service class and limited it to related Applicatio...
Commit: 03d7d230c6addb2c9937a2f85a1b7dd8d17a1872
https://github.com/windup/windup/commit/03d7d230c6addb2c9937a2f85a1b7dd8d...
Author: Matej Briskar <mbriskar(a)redhat.com>
Date: 2014-10-14 (Tue, 14 Oct 2014)
Changed paths:
M
reporting/api/src/main/java/org/jboss/windup/reporting/service/ApplicationReportService.java
M reporting/impl/src/main/resources/reports/resources/css/windup-source.css
M reporting/impl/src/main/resources/reports/resources/css/windup.css
M reporting/impl/src/main/resources/reports/templates/source.ftl
M rules-java/src/main/resources/reports/templates/java_application.ftl
M rules-java/src/main/resources/reports/templates/non_classified_files.ftl
Log Message:
-----------
WINDUP-307:Fixed css and protect against null rootProject
Commit: eeec5a0300cf393f35ebb257ca04f97e4851e3eb
https://github.com/windup/windup/commit/eeec5a0300cf393f35ebb257ca04f97e4...
Author: Jess Sightler <jesse.sightler(a)gmail.com>
Date: 2014-10-16 (Thu, 16 Oct 2014)
Changed paths:
M
reporting/api/src/main/java/org/jboss/windup/reporting/model/ApplicationReportModel.java
M reporting/api/src/main/java/org/jboss/windup/reporting/model/ReportModel.java
M
reporting/api/src/main/java/org/jboss/windup/reporting/service/ApplicationReportService.java
M
reporting/impl/src/main/java/org/jboss/windup/reporting/rules/generation/CreateSourceReportRuleProvider.java
M reporting/impl/src/main/resources/reports/resources/css/windup-source.css
M reporting/impl/src/main/resources/reports/resources/css/windup.css
A reporting/impl/src/main/resources/reports/templates/include/breadcrumbs.ftl
M reporting/impl/src/main/resources/reports/templates/source.ftl
M
rules-java/src/main/java/org/jboss/windup/rules/apps/java/reporting/rules/CreateJavaApplicationOverviewReportRuleProvider.java
M
rules-java/src/main/java/org/jboss/windup/rules/apps/java/reporting/rules/CreateJavaNonClassifiedFileReportRuleProvider.java
M rules-java/src/main/resources/reports/templates/java_application.ftl
M rules-java/src/main/resources/reports/templates/non_classified_files.ftl
Log Message:
-----------
Merge branch 'WINDUP-307' of
https://github.com/mbriskar/windup into
mbriskar-WINDUP-307
Commit: 52297c3239fb5f6ff84894a11bd20e799fc07b4f
https://github.com/windup/windup/commit/52297c3239fb5f6ff84894a11bd20e799...
Author: Jess Sightler <jesse.sightler(a)gmail.com>
Date: 2014-10-16 (Thu, 16 Oct 2014)
Changed paths:
M
reporting/api/src/main/java/org/jboss/windup/reporting/model/ApplicationReportModel.java
M reporting/api/src/main/java/org/jboss/windup/reporting/model/ReportModel.java
M
reporting/api/src/main/java/org/jboss/windup/reporting/service/ApplicationReportService.java
M
reporting/impl/src/main/java/org/jboss/windup/reporting/rules/generation/CreateSourceReportRuleProvider.java
M reporting/impl/src/main/resources/reports/resources/css/windup-source.css
M reporting/impl/src/main/resources/reports/resources/css/windup.css
A reporting/impl/src/main/resources/reports/templates/include/breadcrumbs.ftl
M reporting/impl/src/main/resources/reports/templates/source.ftl
M
rules-java/src/main/java/org/jboss/windup/rules/apps/java/reporting/rules/CreateJavaApplicationOverviewReportRuleProvider.java
M
rules-java/src/main/java/org/jboss/windup/rules/apps/java/reporting/rules/CreateJavaNonClassifiedFileReportRuleProvider.java
M rules-java/src/main/resources/reports/templates/java_application.ftl
M rules-java/src/main/resources/reports/templates/non_classified_files.ftl
Log Message:
-----------
Merge branch 'mbriskar-WINDUP-307'
Compare:
https://github.com/windup/windup/compare/9accf6b1b6cb...52297c3239fb