Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eavp-dev] [eclipse/eavp] 5111f4: Continued work on streaming input

  Branch: refs/heads/Robert/MicroServices
  Home:   https://github.com/eclipse/eavp
  Commit: 5111f43614edbd8b64ec3afa2209b6747a490b6e
      https://github.com/eclipse/eavp/commit/5111f43614edbd8b64ec3afa2209b6747a490b6e
  Author: Robert Smith <smithrw@xxxxxxxx>
  Date:   2019-02-18 (Mon, 18 Feb 2019)

  Changed paths:
    A org.eclipse.eavp.micro.vaadin.csv/src/main/webapp/VAADIN/themes/mytheme/mytheme.scss
    A org.eclipse.eavp.micro.vaadin.csv/src/main/webapp/VAADIN/themes/mytheme/styles.css
    A org.eclipse.eavp.micro.vaadin.csv/src/main/webapp/VAADIN/themes/mytheme/styles.scss
    M org.eclipse.eavp.micro.vaadin.csv/src/org/eclipse/eavp/micro/vaadin/csv/CSVGraph.java
    M org.eclipse.eavp.micro.vaadin.csv/src/org/eclipse/eavp/micro/vaadin/csv/EAVPBaseUI.java
    M org.eclipse.eavp.micro/src/main/webapp/WEB-INF/web.xml
    M org.eclipse.eavp.micro/src/org/eclipse/eavp/micro/main/java/FileParsingService.java
    M org.eclipse.eavp.micro/src/org/eclipse/eavp/micro/main/java/InputStreamUtils.java
    M org.eclipse.eavp.micro/src/org/eclipse/eavp/micro/main/java/VisualizationService.java
    R org.eclipse.eavp.micro/src/org/eclipse/eavp/micro/webpage/eavp.html
    A org.eclipse.eavp.micro/src/org/eclipse/eavp/micro/webpage/index.html
    M org.eclipse.eavp.test.micro/src/test/java/org/eclipse/eavp/test/micro/TestFileParsingService.java

  Log Message:
  -----------
  Continued work on streaming input

Continued work on getting the services to accept streaming input. 

In response to #177

Signed-off-by: Robert Smith <smithrw@xxxxxxxx>




Back to the top