diff --git a/automated_builds.log b/automated_builds.log index 493f9f5..f07d2ec 100644 --- a/automated_builds.log +++ b/automated_builds.log @@ -882,3 +882,72 @@ The push refers to repository [docker.io/weibeld/tg-monitor] 2a137bc6fbdd: Pushed 73046094a9b8: Pushed core-0.0.1: digest: sha256:1555e57e2c58f9a82b5f1a778f6941a5c9148e3ce62cda9aca614de9ab601b06 size: 951 + +BUILD 1534394264 (Thu Aug 16 12:37:44 HKT 2018) + +> Running "installDist" in tgm-main-core... +:clean + +BUILD SUCCESSFUL in 1s +1 actionable task: 1 executed +:compileJava +Download https://jitpack.io/com/github/tg-monitor/tgm-ipc-core/master-SNAPSHOT/maven-metadata.xml +Download https://jitpack.io/com/github/tg-monitor/tgm-corefacade/master-SNAPSHOT/maven-metadata.xml +Download https://jitpack.io/com/github/tg-monitor/tgm-backend/master-SNAPSHOT/maven-metadata.xml +Download https://jitpack.io/com/github/tg-monitor/tgm-telegram/master-SNAPSHOT/maven-metadata.xml +Download https://jitpack.io/com/github/tg-monitor/tgm-notification/master-SNAPSHOT/maven-metadata.xml +Download https://jitpack.io/com/github/tg-monitor/tgm-monitor/master-SNAPSHOT/maven-metadata.xml +Download https://jitpack.io/com/github/tg-monitor/tgm-matching/master-SNAPSHOT/maven-metadata.xml +Download https://jitpack.io/com/github/tg-monitor/tgm-servicelocator-instances/master-SNAPSHOT/maven-metadata.xml +Download https://jitpack.io/com/github/tg-monitor/tgm-ipc-api/master-SNAPSHOT/maven-metadata.xml +:processResources +:classes +:jar +:startScripts +:installDist + +BUILD SUCCESSFUL in 24s +5 actionable tasks: 5 executed + +> Components in tgm-main-core: +tgm-backend master-SNAPSHOT +tgm-corefacade master-SNAPSHOT +tgm-entities 0.0.2 +tgm-ipc-api master-SNAPSHOT +tgm-ipc-core master-SNAPSHOT +tgm-logincodeprompt 0.0.1 +tgm-main-core 0.0.1 +tgm-matching master-SNAPSHOT +tgm-monitor master-SNAPSHOT +tgm-notification master-SNAPSHOT +tgm-servicelocator 0.0.1 +tgm-servicelocator-instances master-SNAPSHOT +tgm-telegram master-SNAPSHOT + +> Copying tgm-main-core/build/install/tgm-main-core to bundle-core... + +> Building Docker image weibeld/tg-monitor:core-0.0.1 in bundle-core... +Sending build context to Docker daemon 6.857MB +Step 1/4 : FROM weibeld/tg-monitor:base + ---> e0c521fc96cf +Step 2/4 : WORKDIR /root + ---> Using cache + ---> 7c103313f890 +Step 3/4 : COPY tgm-main-core . + ---> f0fe9c7f88a3 +Step 4/4 : CMD ./bin/tgm-main-core + ---> Running in 687edfe3910d +Removing intermediate container 687edfe3910d + ---> 3f65109ad1d6 +Successfully built 3f65109ad1d6 +Successfully tagged weibeld/tg-monitor:core-0.0.1 + +> Pushing Docker image weibeld/tg-monitor:core-0.0.1 to Docker Hub... +The push refers to repository [docker.io/weibeld/tg-monitor] +9fac359806e7: Preparing +3950338e1e6a: Preparing +73046094a9b8: Preparing +73046094a9b8: Layer already exists +3950338e1e6a: Layer already exists +9fac359806e7: Pushed +core-0.0.1: digest: sha256:acd5465fc2b172e8e76cbe69bbb7e264191eea4040e77e729f14944c218a522e size: 951 diff --git a/doc/comp-arch.graffle b/doc/comp-arch.graffle new file mode 100644 index 0000000..68d0dfb Binary files /dev/null and b/doc/comp-arch.graffle differ diff --git a/doc/comp-arch.pdf b/doc/comp-arch.pdf new file mode 100644 index 0000000..c61b1d1 Binary files /dev/null and b/doc/comp-arch.pdf differ diff --git a/doc/comp-arch.png b/doc/comp-arch.png new file mode 100644 index 0000000..2a3286b Binary files /dev/null and b/doc/comp-arch.png differ diff --git a/tgm-main-core/lib/tgm-main-core-0.0.1.jar b/tgm-main-core/lib/tgm-main-core-0.0.1.jar index 42605ea..d0c2902 100644 Binary files a/tgm-main-core/lib/tgm-main-core-0.0.1.jar and b/tgm-main-core/lib/tgm-main-core-0.0.1.jar differ