You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by nt...@apache.org on 2018/07/25 08:46:19 UTC

cayenne-website git commit: Minor update of dev guide

Repository: cayenne-website
Updated Branches:
  refs/heads/master 6b4804234 -> 2f3f24b88


Minor update of dev guide


Project: http://git-wip-us.apache.org/repos/asf/cayenne-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/cayenne-website/commit/2f3f24b8
Tree: http://git-wip-us.apache.org/repos/asf/cayenne-website/tree/2f3f24b8
Diff: http://git-wip-us.apache.org/repos/asf/cayenne-website/diff/2f3f24b8

Branch: refs/heads/master
Commit: 2f3f24b8850a100ff5e0948d7cf20fb022598af0
Parents: 6b48042
Author: Nikita Timofeev <st...@gmail.com>
Authored: Wed Jul 25 11:46:11 2018 +0300
Committer: Nikita Timofeev <st...@gmail.com>
Committed: Wed Jul 25 11:46:11 2018 +0300

----------------------------------------------------------------------
 src/main/site/content/dev/running-unit-tests.md     | 15 +++++++++------
 src/main/site/content/news/cayenne-41m2-released.md |  6 +++---
 2 files changed, 12 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/2f3f24b8/src/main/site/content/dev/running-unit-tests.md
----------------------------------------------------------------------
diff --git a/src/main/site/content/dev/running-unit-tests.md b/src/main/site/content/dev/running-unit-tests.md
index d11a1c9..fe97242 100644
--- a/src/main/site/content/dev/running-unit-tests.md
+++ b/src/main/site/content/dev/running-unit-tests.md
@@ -45,17 +45,20 @@ For this databases you can run tests without any additional configuration by onl
 {{% gap %}}
 
     
-## Running Against Database in Docker (only on Linux)
+## Running Against Database in Docker
 
 Another handy option to run Cayenne tests is with preconfigured docker profiles.
 The only thing you need is to install Docker.
 
-You can run tests with following *cayenneTestConnection* properties:
+You can run tests using following *cayenneTestConnection* properties:
+
+* mysql-docker
+* postgres-docker
+* sqlserver-docker
  
-    $ mvn verify -DcayenneTestConnection=mysql-docker
-or
-    
-    $ mvn verify -DcayenneTestConnection=postgres-docker    
+Like with in-memory databases no additional setup is required:
+ 
+    $ mvn verify -DcayenneTestConnection=mysql-docker   
 
 {{% gap %}}
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/2f3f24b8/src/main/site/content/news/cayenne-41m2-released.md
----------------------------------------------------------------------
diff --git a/src/main/site/content/news/cayenne-41m2-released.md b/src/main/site/content/news/cayenne-41m2-released.md
index e528909..f228095 100644
--- a/src/main/site/content/news/cayenne-41m2-released.md
+++ b/src/main/site/content/news/cayenne-41m2-released.md
@@ -34,9 +34,9 @@ more over configuration is now saved so you can evolve it with your model and pe
 
 Cayenne can be downloaded from [here](/download.html).
 
-<div class="pb-3"><!-- gap 3rem --></div>
+{{% gap %}}
 <h2 class="text-center">A full list of changes in this release:</h2>
-<div class="pb-2"><!-- gap 2rem --></div>
+{{% gap 2 %}}
 
 #### Changes/New Features:
 
@@ -66,7 +66,7 @@ Cayenne can be downloaded from [here](/download.html).
 - {{% jira 2440 %}} cdbimport: allow cross-schema relationships
 - {{% jira 2443 %}} Make SqlTemplate and SqlExec possible to return generated keys
 
-<div class="pb-2"><!-- gap 2rem --></div>
+{{% gap 2 %}}
 
 #### Bug Fixes: