[Windup-commits] [windup/windup] 29d0de: WINDUP-307: All Applications should be Breadcrumbs

Jess Sightler jesse.sightler at gmail.com
Thu Oct 16 10:46:20 EDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/windup/windup
  Commit: 29d0de8154ba25b1e5b8997bbc702d1f19589743
      https://github.com/windup/windup/commit/29d0de8154ba25b1e5b8997bbc702d1f19589743
  Author: Matej Briskar <mbriskar at 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/e57e5051d64bf4987d770ab6ab17f66301f3e104
  Author: Jess Sightler <jesse.sightler at 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/0197086aac7f520da8a318ac1f3892f381405665
  Author: Matej Briskar <mbriskar at 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/03d7d230c6addb2c9937a2f85a1b7dd8d17a1872
  Author: Matej Briskar <mbriskar at 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/eeec5a0300cf393f35ebb257ca04f97e4851e3eb
  Author: Jess Sightler <jesse.sightler at 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/52297c3239fb5f6ff84894a11bd20e799fc07b4f
  Author: Jess Sightler <jesse.sightler at 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


More information about the Windup-commits mailing list