Skip to content
This repository was archived by the owner on Apr 23, 2019. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: playframework/play-java-streaming-example
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.7.x
Choose a base ref
...
head repository: Sandall/play-java-streaming-example
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 6 files changed
  • 1 contributor

Commits on Oct 5, 2016

  1. Configuration menu
    Copy the full SHA
    5f07e21 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2016

  1. Updated with template-control on 2016-10-07T21:32:40.461Z (#12)

    File-Pattern: **/build.sbt
        If-Found-In-Line: "com.typesafe.play" %% "play-slick"
          Replace-Line-With: libraryDependencies += "com.typesafe.play" %% "play-slick" % "2.0.2"
        If-Found-In-Line: "com.typesafe.play" %% "play-slick-evolutions"
          Replace-Line-With: libraryDependencies += "com.typesafe.play" %% "play-slick-evolutions" % "2.0.2"
        If-Found-In-Line: scala-guice
          Replace-Line-With: libraryDependencies += "net.codingwell" %% "scala-guice" % "4.1.0"
        If-Found-In-Line: "com.softwaremill.macwire" %% "macros"
          Replace-Line-With: libraryDependencies += "com.softwaremill.macwire" %% "macros" % "2.2.2" % "provided"
        If-Found-In-Line: gatling-charts-highcharts
          Replace-Line-With: libraryDependencies += "io.gatling.highcharts" % "gatling-charts-highcharts" % "2.2.2" % Test
        If-Found-In-Line: scalaVersion
          Replace-Line-With: scalaVersion := "2.11.8"
        If-Found-In-Line: scalatestplus-play
          Replace-Line-With: libraryDependencies += "org.scalatestplus.play" %% "scalatestplus-play" % "1.5.1" % Test"
        If-Found-In-Line: play-bootstrap
          Replace-Line-With: libraryDependencies += "com.adrianhurt" %% "play-bootstrap" % "1.0-P25-B3"
        If-Found-In-Line: gatling-test-framework
          Replace-Line-With: libraryDependencies += "io.gatling" % "gatling-test-framework" % "2.2.2" % Test
        If-Found-In-Line: "com.typesafe.play" %% "anorm"
          Replace-Line-With: libraryDependencies += "com.typesafe.play" %% "anorm" % "2.5.0"
        If-Found-In-Line: com.h2database
          Replace-Line-With: libraryDependencies += "com.h2database" % "h2" % "1.4.190"
        If-Found-In-Line: "com.softwaremill.macwire" %% "proxy"
          Replace-Line-With: libraryDependencies += "com.softwaremill.macwire" %% "proxy" % "2.2.2"
        If-Found-In-Line: "com.softwaremill.macwire" %% "util"
          Replace-Line-With: libraryDependencies += "com.softwaremill.macwire" %% "util" % "2.2.2"
      File-Pattern: **/build.properties
        If-Found-In-Line: sbt.version
          Replace-Line-With: sbt.version=0.13.11
      File-Pattern: **/application.conf
      File-Pattern: **/plugins.sbt
        If-Found-In-Line: sbt-mocha
          Replace-Line-With: addSbtPlugin("com.typesafe.sbt" % "sbt-mocha" % "1.1.0")
        If-Found-In-Line: sbt-sassify
          Replace-Line-With: addSbtPlugin("org.irundaia.sbt" % "sbt-sassify" % "1.4.6")
        If-Found-In-Line: sbt-less
          Replace-Line-With: addSbtPlugin("com.typesafe.sbt" % "sbt-less" % "1.1.0")
        If-Found-In-Line: sbt-play-enhancer
          Replace-Line-With: addSbtPlugin("com.typesafe.sbt" % "sbt-play-enhancer" % "1.1.0")
        If-Found-In-Line: sbt-play-ebean
          Replace-Line-With: addSbtPlugin("com.typesafe.sbt" % "sbt-play-ebean" % "3.1.0")
        If-Found-In-Line: sbt-jshint
          Replace-Line-With: addSbtPlugin("com.typesafe.sbt" % "sbt-jshint" % "1.0.4")
        If-Found-In-Line: sbt-coffeescript
          Replace-Line-With: addSbtPlugin("com.typesafe.sbt" % "sbt-coffeescript" % "1.0.0")
        If-Found-In-Line: sbt-rjs
          Replace-Line-With: addSbtPlugin("com.typesafe.sbt" % "sbt-rjs" % "1.0.8")
        If-Found-In-Line: sbt-plugin
          Replace-Line-With: addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.5.8")
        If-Found-In-Line: sbt-digest
          Replace-Line-With: addSbtPlugin("com.typesafe.sbt" % "sbt-digest" % "1.1.1")
    wsargent authored Oct 7, 2016
    Configuration menu
    Copy the full SHA
    7bc3ee9 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2016

  1. Updated with template-control on 2016-10-09T01:37:32.828Z (#13)

    File-Pattern: **/build.sbt
        If-Found-In-Line: "com.typesafe.play" %% "play-slick"
          Replace-Line-With: libraryDependencies += "com.typesafe.play" %% "play-slick" % "2.0.2"
        If-Found-In-Line: "com.typesafe.play" %% "play-slick-evolutions"
          Replace-Line-With: libraryDependencies += "com.typesafe.play" %% "play-slick-evolutions" % "2.0.2"
        If-Found-In-Line: scala-guice
          Replace-Line-With: libraryDependencies += "net.codingwell" %% "scala-guice" % "4.1.0"
        If-Found-In-Line: "com.softwaremill.macwire" %% "macros"
          Replace-Line-With: libraryDependencies += "com.softwaremill.macwire" %% "macros" % "2.2.2" % "provided"
        If-Found-In-Line: gatling-charts-highcharts
          Replace-Line-With: libraryDependencies += "io.gatling.highcharts" % "gatling-charts-highcharts" % "2.2.2" % Test
        If-Found-In-Line: scalaVersion
          Replace-Line-With: scalaVersion := "2.11.8"
        If-Found-In-Line: scalatestplus-play
          Replace-Line-With: libraryDependencies += "org.scalatestplus.play" %% "scalatestplus-play" % "1.5.1" % Test
        If-Found-In-Line: play-bootstrap
          Replace-Line-With: libraryDependencies += "com.adrianhurt" %% "play-bootstrap" % "1.0-P25-B3"
        If-Found-In-Line: gatling-test-framework
          Replace-Line-With: libraryDependencies += "io.gatling" % "gatling-test-framework" % "2.2.2" % Test
        If-Found-In-Line: "com.typesafe.play" %% "anorm"
          Replace-Line-With: libraryDependencies += "com.typesafe.play" %% "anorm" % "2.5.0"
        If-Found-In-Line: com.h2database
          Replace-Line-With: libraryDependencies += "com.h2database" % "h2" % "1.4.190"
        If-Found-In-Line: "com.softwaremill.macwire" %% "proxy"
          Replace-Line-With: libraryDependencies += "com.softwaremill.macwire" %% "proxy" % "2.2.2"
        If-Found-In-Line: "com.softwaremill.macwire" %% "util"
          Replace-Line-With: libraryDependencies += "com.softwaremill.macwire" %% "util" % "2.2.2"
      File-Pattern: **/build.properties
        If-Found-In-Line: sbt.version
          Replace-Line-With: sbt.version=0.13.11
      File-Pattern: **/application.conf
      File-Pattern: **/plugins.sbt
        If-Found-In-Line: sbt-mocha
          Replace-Line-With: addSbtPlugin("com.typesafe.sbt" % "sbt-mocha" % "1.1.0")
        If-Found-In-Line: sbt-sassify
          Replace-Line-With: addSbtPlugin("org.irundaia.sbt" % "sbt-sassify" % "1.4.6")
        If-Found-In-Line: sbt-less
          Replace-Line-With: addSbtPlugin("com.typesafe.sbt" % "sbt-less" % "1.1.0")
        If-Found-In-Line: sbt-play-enhancer
          Replace-Line-With: addSbtPlugin("com.typesafe.sbt" % "sbt-play-enhancer" % "1.1.0")
        If-Found-In-Line: sbt-play-ebean
          Replace-Line-With: addSbtPlugin("com.typesafe.sbt" % "sbt-play-ebean" % "3.0.1")
        If-Found-In-Line: sbt-jshint
          Replace-Line-With: addSbtPlugin("com.typesafe.sbt" % "sbt-jshint" % "1.0.4")
        If-Found-In-Line: sbt-coffeescript
          Replace-Line-With: addSbtPlugin("com.typesafe.sbt" % "sbt-coffeescript" % "1.0.0")
        If-Found-In-Line: sbt-rjs
          Replace-Line-With: addSbtPlugin("com.typesafe.sbt" % "sbt-rjs" % "1.0.8")
        If-Found-In-Line: sbt-plugin
          Replace-Line-With: addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.5.9")
        If-Found-In-Line: sbt-digest
          Replace-Line-With: addSbtPlugin("com.typesafe.sbt" % "sbt-digest" % "1.1.1")
    wsargent authored Oct 9, 2016
    Configuration menu
    Copy the full SHA
    e0e92f4 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2016

  1. Updated with template-control on 2016-10-11T19:21:01.530Z (#14)

    File-Pattern: **/build.sbt
        If-Found-In-Line: "com.typesafe.play" %% "play-slick"
          Replace-Line-With: libraryDependencies += "com.typesafe.play" %% "play-slick" % "2.0.2"
        If-Found-In-Line: "com.typesafe.play" %% "play-slick-evolutions"
          Replace-Line-With: libraryDependencies += "com.typesafe.play" %% "play-slick-evolutions" % "2.0.2"
        If-Found-In-Line: scala-guice
          Replace-Line-With: libraryDependencies += "net.codingwell" %% "scala-guice" % "4.1.0"
        If-Found-In-Line: "com.softwaremill.macwire" %% "macros"
          Replace-Line-With: libraryDependencies += "com.softwaremill.macwire" %% "macros" % "2.2.2" % "provided"
        If-Found-In-Line: gatling-charts-highcharts
          Replace-Line-With: libraryDependencies += "io.gatling.highcharts" % "gatling-charts-highcharts" % "2.2.2" % Test
        If-Found-In-Line: scalaVersion
          Replace-Line-With: scalaVersion := "2.11.8"
        If-Found-In-Line: scalatestplus-play
          Replace-Line-With: libraryDependencies += "org.scalatestplus.play" %% "scalatestplus-play" % "1.5.1" % Test
        If-Found-In-Line: play-bootstrap
          Replace-Line-With: libraryDependencies += "com.adrianhurt" %% "play-bootstrap" % "1.0-P25-B3"
        If-Found-In-Line: gatling-test-framework
          Replace-Line-With: libraryDependencies += "io.gatling" % "gatling-test-framework" % "2.2.2" % Test
        If-Found-In-Line: "com.typesafe.play" %% "anorm"
          Replace-Line-With: libraryDependencies += "com.typesafe.play" %% "anorm" % "2.5.0"
        If-Found-In-Line: com.h2database
          Replace-Line-With: libraryDependencies += "com.h2database" % "h2" % "1.4.190"
        If-Found-In-Line: "com.softwaremill.macwire" %% "proxy"
          Replace-Line-With: libraryDependencies += "com.softwaremill.macwire" %% "proxy" % "2.2.2"
        If-Found-In-Line: "com.softwaremill.macwire" %% "util"
          Replace-Line-With: libraryDependencies += "com.softwaremill.macwire" %% "util" % "2.2.2"
      File-Pattern: **/build.properties
        If-Found-In-Line: sbt.version
          Replace-Line-With: sbt.version=0.13.12
      File-Pattern: **/application.conf
      File-Pattern: **/plugins.sbt
        If-Found-In-Line: sbt-mocha
          Replace-Line-With: addSbtPlugin("com.typesafe.sbt" % "sbt-mocha" % "1.1.0")
        If-Found-In-Line: sbt-sassify
          Replace-Line-With: addSbtPlugin("org.irundaia.sbt" % "sbt-sassify" % "1.4.6")
        If-Found-In-Line: sbt-less
          Replace-Line-With: addSbtPlugin("com.typesafe.sbt" % "sbt-less" % "1.1.0")
        If-Found-In-Line: sbt-play-enhancer
          Replace-Line-With: addSbtPlugin("com.typesafe.sbt" % "sbt-play-enhancer" % "1.1.0")
        If-Found-In-Line: sbt-play-ebean
          Replace-Line-With: addSbtPlugin("com.typesafe.sbt" % "sbt-play-ebean" % "3.0.1")
        If-Found-In-Line: sbt-jshint
          Replace-Line-With: addSbtPlugin("com.typesafe.sbt" % "sbt-jshint" % "1.0.4")
        If-Found-In-Line: sbt-coffeescript
          Replace-Line-With: addSbtPlugin("com.typesafe.sbt" % "sbt-coffeescript" % "1.0.0")
        If-Found-In-Line: sbt-rjs
          Replace-Line-With: addSbtPlugin("com.typesafe.sbt" % "sbt-rjs" % "1.0.8")
        If-Found-In-Line: sbt-plugin
          Replace-Line-With: addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.5.9")
        If-Found-In-Line: sbt-digest
          Replace-Line-With: addSbtPlugin("com.typesafe.sbt" % "sbt-digest" % "1.1.1")
    wsargent authored Oct 11, 2016
    Configuration menu
    Copy the full SHA
    14e9869 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2016

  1. Updated with template-control on 2016-10-29T01:14:28.669Z (#15)

    **/build.properties:
        sbt.version=0.13.13
    wsargent authored Oct 29, 2016
    Configuration menu
    Copy the full SHA
    a8f7179 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2016

  1. Updated with template-control on 2016-11-10T02:05:52.453Z (#16)

    /LICENSE:
        wrote bytes
    wsargent authored Nov 10, 2016
    Configuration menu
    Copy the full SHA
    887fb34 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2016

  1. Updated with template-control on 2016-11-19T00:08:11.037Z (#17)

    /LICENSE:
        wrote /LICENSE
      **/plugins.sbt:
        addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.5.10")
    wsargent authored Nov 19, 2016
    Configuration menu
    Copy the full SHA
    c4056b4 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2017

  1. Updated with template-control on 2017-02-07T23:15:13.235Z (#18)

    /LICENSE:
        wrote /LICENSE
      **/plugins.sbt:
        addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.5.12")
    wsargent authored Feb 7, 2017
    Configuration menu
    Copy the full SHA
    bb10859 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2017

  1. Update README.md

    wsargent authored Mar 9, 2017
    Configuration menu
    Copy the full SHA
    7ba09b1 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2017

  1. Updated with template-control on 2017-03-16T19:45:00.462Z (#21)

    /LICENSE:
        wrote /LICENSE
      **/plugins.sbt:
        addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.5.13")
    wsargent authored Mar 16, 2017
    Configuration menu
    Copy the full SHA
    69e66d7 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2017

  1. Updated with template-control on 2017-04-09T04:09:00.938Z (#27)

    /LICENSE:
        wrote /LICENSE
      **/plugins.sbt:
        addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.5.14")
    wsargent authored Apr 9, 2017
    Configuration menu
    Copy the full SHA
    d3d2d71 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2017

  1. Updated with template-control on 2017-04-11T04:20:32.533Z (#28)

    /LICENSE:
        wrote /LICENSE
      **/build.properties:
        sbt.version=0.13.15
    wsargent authored Apr 11, 2017
    Configuration menu
    Copy the full SHA
    e7d5235 View commit details
    Browse the repository at this point in the history
  2. Updated with template-control on 2017-04-11T04:24:15.906Z (#30)

    /LICENSE:
        wrote /LICENSE
      **/build.properties:
        sbt.version=0.13.15
    wsargent authored Apr 11, 2017
    Configuration menu
    Copy the full SHA
    5740862 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2017

  1. Updated with template-control on 2017-04-18T19:22:36.271Z (#31)

    /LICENSE:
        wrote /LICENSE
      **/build.sbt:
        scalaVersion := "2.11.11"
    wsargent authored Apr 18, 2017
    Configuration menu
    Copy the full SHA
    8dbb95b View commit details
    Browse the repository at this point in the history
Loading