-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
279 changed files
with
21,319 additions
and
7,035 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
language: java | ||
jdk: | ||
- oraclejdk8 | ||
|
||
notifications: | ||
slack: | ||
rooms: | ||
secure: F+o9FPgJxD6KnpcvCGm2VgvY72aCo/+RwBoIZoArB68L41rgiOUoKbqkH3Y1vLaqw6isyqa6dkuBKyFoKVwyjuDYn7Iaw2z86WZWRCB4SkqcAnVWQCUGZVPrFh38hUl++gUEYbzIPDLm8RgKOJr/9XBZaMoATJlmoenI9ZMuncI= | ||
sudo: false | ||
|
||
cache: | ||
directories: | ||
- $HOME/.gradle/wrapper/dists/gradle-2.6-bin | ||
- $HOME/.gradle/caches/modules-2/files-2.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
resourceserver: | ||
build: shim-server/docker | ||
environment: | ||
SPRING_PROFILES_ACTIVE: development | ||
OPENMHEALTH_SHIM_SERVER_CALLBACKURLBASE: http://192.168.99.100:8083 | ||
links: | ||
- mongo:mongo | ||
|
||
mongo: | ||
image: mongo | ||
|
||
console: | ||
build: shim-server-ui/docker | ||
ports: | ||
- "8083:8083" | ||
links: | ||
- resourceserver:resource-server |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
resourceserver: | ||
image: openmhealth/shimmer-resource-server | ||
environment: | ||
SPRING_PROFILES_ACTIVE: development | ||
OPENMHEALTH_SHIM_SERVER_CALLBACKURLBASE: http://192.168.99.100:8083 | ||
links: | ||
- mongo:mongo | ||
|
||
mongo: | ||
image: mongo | ||
|
||
console: | ||
image: openmhealth/shimmer-console | ||
ports: | ||
- "8083:8083" | ||
links: | ||
- resourceserver:resource-server |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#Fri Jan 09 15:27:10 CET 2015 | ||
#Wed Sep 09 09:22:31 CEST 2015 | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-2.6-bin.zip |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
98 changes: 0 additions & 98 deletions
98
java-schema-objects/src/main/java/org/openmhealth/schema/pojos/Activity.java
This file was deleted.
Oops, something went wrong.
40 changes: 0 additions & 40 deletions
40
java-schema-objects/src/main/java/org/openmhealth/schema/pojos/BaseDataPoint.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.