@@ -37,6 +37,11 @@ This project is still a work in progress
3737./gradlew build
3838```
3939
40+ ### Docker image build
41+ ```
42+ ./gradlew buildImage
43+ ```
44+
4045## Yarn tasks
4146
4247### Angular development server with proxy to spring application
@@ -65,29 +70,27 @@ cd shardis-frontend
6570
6671## Changelog
6772
68- <a name =" 0.1.3 " ></a >
69- ## [ 0.1.3 ] ( https://github.com/shardis/shardis/compare/v0.1.2 ...v0.1.3 ) (2017-06-29 )
73+ <a name =" 0.1.4 " ></a >
74+ ## [ 0.1.4 ] ( https://github.com/shardis/shardis/compare/v0.1.3 ...v0.1.4 ) (2017-07-10 )
7075
7176
7277### Features
7378
74- * ** core:** extract query domain to saparate library ([ 96d190d] ( https://github.com/shardis/shardis/commit/96d190d ) )
75- * ** core:** remove hibernate-enverse ([ 28594cd] ( https://github.com/shardis/shardis/commit/28594cd ) )
76- * ** core:** update kotlin to 1.1.2-5 ([ 7fd5233] ( https://github.com/shardis/shardis/commit/7fd5233 ) )
77- * ** core:** update kotlin to 1.1.3 ([ 5568b1d] ( https://github.com/shardis/shardis/commit/5568b1d ) )
78- * ** core:** update spring boot to 2.0.0.M2 ([ 35dc176] ( https://github.com/shardis/shardis/commit/35dc176 ) )
79- * ** frontend:** update angular to 4.2.4 ([ 6d946d2] ( https://github.com/shardis/shardis/commit/6d946d2 ) )
80- * ** frontend:** update angular-cli to 1.1.3 ([ 926e4a0] ( https://github.com/shardis/shardis/commit/926e4a0 ) )
81- * ** frontend:** update clarity to 0.10.0-alpha ([ 2fe21a2] ( https://github.com/shardis/shardis/commit/2fe21a2 ) )
82- * ** frontend:** update clarity to 0.10.0-alpha.2 ([ 7d4f5c3] ( https://github.com/shardis/shardis/commit/7d4f5c3 ) )
83- * ** frontend:** update node to 8.1.3 ([ f09f5df] ( https://github.com/shardis/shardis/commit/f09f5df ) )
84- * ** frontend:** update typescript to 2.4.1 ([ e8c0e36] ( https://github.com/shardis/shardis/commit/e8c0e36 ) )
85- * ** frontend:** update yarn to 0.24.6 ([ d79c6ee] ( https://github.com/shardis/shardis/commit/d79c6ee ) )
86-
87-
88- ### Reverts
89-
90- * feat(frontend): update typescript to 2.4.1 ([ 76b3f9a] ( https://github.com/shardis/shardis/commit/76b3f9a ) )
79+ * ** core:** add configuration for uptodate gradle plugin ([ 7ed2235] ( https://github.com/shardis/shardis/commit/7ed2235 ) )
80+ * ** core:** add uptodate gradle plugin ([ 66e6782] ( https://github.com/shardis/shardis/commit/66e6782 ) )
81+ * ** core:** switch to new gradle plugin mechanism ([ 998362b] ( https://github.com/shardis/shardis/commit/998362b ) )
82+ * ** core:** update gradle to 4.0.1 ([ 702d7d4] ( https://github.com/shardis/shardis/commit/702d7d4 ) )
83+ * ** core:** update kotlin to 1.1.3-2 ([ 88333e0] ( https://github.com/shardis/shardis/commit/88333e0 ) )
84+ * ** core:** use gradle dist with sources ([ cd63c61] ( https://github.com/shardis/shardis/commit/cd63c61 ) )
85+ * ** docker:** add basic docker support ([ 5248797] ( https://github.com/shardis/shardis/commit/5248797 ) )
86+ * ** frontend:** update angular to 4.2.5 ([ 1438a4d] ( https://github.com/shardis/shardis/commit/1438a4d ) )
87+ * ** frontend:** update angular to 4.2.6 ([ 39d3dbd] ( https://github.com/shardis/shardis/commit/39d3dbd ) )
88+ * ** frontend:** update angular-cli to 1.2.0 ([ 50fa6e5] ( https://github.com/shardis/shardis/commit/50fa6e5 ) )
89+ * ** frontend:** update clarity to 0.10.0-alpha.3 ([ aeaee7d] ( https://github.com/shardis/shardis/commit/aeaee7d ) )
90+ * ** frontend:** update clarity to 0.10.0-alpha.4 ([ 23025fd] ( https://github.com/shardis/shardis/commit/23025fd ) )
91+ * ** frontend:** update ngrx effects to 2.0.4 ([ cd34c3f] ( https://github.com/shardis/shardis/commit/cd34c3f ) )
92+ * ** frontend:** update ngrx store to 2.2.3 ([ b28dd0d] ( https://github.com/shardis/shardis/commit/b28dd0d ) )
93+ * ** frontend:** update yarn to 0.27.5 ([ 8ec6421] ( https://github.com/shardis/shardis/commit/8ec6421 ) )
9194
9295
9396[ CHANGELOG.md] ( CHANGELOG.md )
0 commit comments