]> gerrit.simantics Code Review - simantics/platform.git/commit
Rest API for Historian data 75/2075/2
authorMarko Luukkainen <marko.luukkainen@semantum.fi>
Wed, 4 Jul 2018 10:28:35 +0000 (13:28 +0300)
committerJani Simomaa <jani.simomaa@semantum.fi>
Mon, 3 Sep 2018 10:17:01 +0000 (10:17 +0000)
commit321f52f3c951a801d79b6c6a01967bc570845e22
tree87deb7e49741fcdf49625829d483973a2e271f2e
parentcd608739ac877bffcb204d420f84331a235910cf
Rest API for Historian data

gitlab #40

Change-Id: I4bc9cc2dec3d3c2dcf902d372fc895b073d5e767
(cherry picked from commit 286183f3501ea34badb28d05bd8de954eff9b8bc)
15 files changed:
bundles/org.simantics.history.rest/.classpath [new file with mode: 0644]
bundles/org.simantics.history.rest/.project [new file with mode: 0644]
bundles/org.simantics.history.rest/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
bundles/org.simantics.history.rest/META-INF/MANIFEST.MF [new file with mode: 0644]
bundles/org.simantics.history.rest/build.properties [new file with mode: 0644]
bundles/org.simantics.history.rest/scl/Simantics/History/RESTServer.scl [new file with mode: 0644]
bundles/org.simantics.history.rest/src/org/simantics/history/rest/HistoryCache.java [new file with mode: 0644]
bundles/org.simantics.history.rest/src/org/simantics/history/rest/HistoryRestApi.java [new file with mode: 0644]
bundles/org.simantics.history.rest/src/org/simantics/history/rest/HistoryRestServer.java [new file with mode: 0644]
bundles/org.simantics.history/src/org/simantics/history/HistorySamplerItem2.java
bundles/pom.xml
features/org.simantics.history.rest.feature/.project [new file with mode: 0644]
features/org.simantics.history.rest.feature/build.properties [new file with mode: 0644]
features/org.simantics.history.rest.feature/feature.xml [new file with mode: 0644]
features/pom.xml