Skip to content

Commit

Permalink
v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kucharzyk committed Jul 10, 2017
1 parent 9a78c60 commit 2383d79
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 22 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
<a name="0.1.4"></a>
## [0.1.4](https://github.com/shardis/shardis/compare/v0.1.3...v0.1.4) (2017-07-10)


### Features

* **core:** add configuration for uptodate gradle plugin ([7ed2235](https://github.com/shardis/shardis/commit/7ed2235))
* **core:** add uptodate gradle plugin ([66e6782](https://github.com/shardis/shardis/commit/66e6782))
* **core:** switch to new gradle plugin mechanism ([998362b](https://github.com/shardis/shardis/commit/998362b))
* **core:** update gradle to 4.0.1 ([702d7d4](https://github.com/shardis/shardis/commit/702d7d4))
* **core:** update kotlin to 1.1.3-2 ([88333e0](https://github.com/shardis/shardis/commit/88333e0))
* **core:** use gradle dist with sources ([cd63c61](https://github.com/shardis/shardis/commit/cd63c61))
* **docker:** add basic docker support ([5248797](https://github.com/shardis/shardis/commit/5248797))
* **frontend:** update angular to 4.2.5 ([1438a4d](https://github.com/shardis/shardis/commit/1438a4d))
* **frontend:** update angular to 4.2.6 ([39d3dbd](https://github.com/shardis/shardis/commit/39d3dbd))
* **frontend:** update angular-cli to 1.2.0 ([50fa6e5](https://github.com/shardis/shardis/commit/50fa6e5))
* **frontend:** update clarity to 0.10.0-alpha.3 ([aeaee7d](https://github.com/shardis/shardis/commit/aeaee7d))
* **frontend:** update clarity to 0.10.0-alpha.4 ([23025fd](https://github.com/shardis/shardis/commit/23025fd))
* **frontend:** update ngrx effects to 2.0.4 ([cd34c3f](https://github.com/shardis/shardis/commit/cd34c3f))
* **frontend:** update ngrx store to 2.2.3 ([b28dd0d](https://github.com/shardis/shardis/commit/b28dd0d))
* **frontend:** update yarn to 0.27.5 ([8ec6421](https://github.com/shardis/shardis/commit/8ec6421))



<a name="0.1.3"></a>
## [0.1.3](https://github.com/shardis/shardis/compare/v0.1.2...v0.1.3) (2017-06-29)

Expand Down
41 changes: 22 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ This project is still a work in progress
./gradlew build
```

### Docker image build
```
./gradlew buildImage
```

## Yarn tasks

### Angular development server with proxy to spring application
Expand Down Expand Up @@ -65,29 +70,27 @@ cd shardis-frontend

## Changelog

<a name="0.1.3"></a>
## [0.1.3](https://github.com/shardis/shardis/compare/v0.1.2...v0.1.3) (2017-06-29)
<a name="0.1.4"></a>
## [0.1.4](https://github.com/shardis/shardis/compare/v0.1.3...v0.1.4) (2017-07-10)


### Features

* **core:** extract query domain to saparate library ([96d190d](https://github.com/shardis/shardis/commit/96d190d))
* **core:** remove hibernate-enverse ([28594cd](https://github.com/shardis/shardis/commit/28594cd))
* **core:** update kotlin to 1.1.2-5 ([7fd5233](https://github.com/shardis/shardis/commit/7fd5233))
* **core:** update kotlin to 1.1.3 ([5568b1d](https://github.com/shardis/shardis/commit/5568b1d))
* **core:** update spring boot to 2.0.0.M2 ([35dc176](https://github.com/shardis/shardis/commit/35dc176))
* **frontend:** update angular to 4.2.4 ([6d946d2](https://github.com/shardis/shardis/commit/6d946d2))
* **frontend:** update angular-cli to 1.1.3 ([926e4a0](https://github.com/shardis/shardis/commit/926e4a0))
* **frontend:** update clarity to 0.10.0-alpha ([2fe21a2](https://github.com/shardis/shardis/commit/2fe21a2))
* **frontend:** update clarity to 0.10.0-alpha.2 ([7d4f5c3](https://github.com/shardis/shardis/commit/7d4f5c3))
* **frontend:** update node to 8.1.3 ([f09f5df](https://github.com/shardis/shardis/commit/f09f5df))
* **frontend:** update typescript to 2.4.1 ([e8c0e36](https://github.com/shardis/shardis/commit/e8c0e36))
* **frontend:** update yarn to 0.24.6 ([d79c6ee](https://github.com/shardis/shardis/commit/d79c6ee))


### Reverts

* feat(frontend): update typescript to 2.4.1 ([76b3f9a](https://github.com/shardis/shardis/commit/76b3f9a))
* **core:** add configuration for uptodate gradle plugin ([7ed2235](https://github.com/shardis/shardis/commit/7ed2235))
* **core:** add uptodate gradle plugin ([66e6782](https://github.com/shardis/shardis/commit/66e6782))
* **core:** switch to new gradle plugin mechanism ([998362b](https://github.com/shardis/shardis/commit/998362b))
* **core:** update gradle to 4.0.1 ([702d7d4](https://github.com/shardis/shardis/commit/702d7d4))
* **core:** update kotlin to 1.1.3-2 ([88333e0](https://github.com/shardis/shardis/commit/88333e0))
* **core:** use gradle dist with sources ([cd63c61](https://github.com/shardis/shardis/commit/cd63c61))
* **docker:** add basic docker support ([5248797](https://github.com/shardis/shardis/commit/5248797))
* **frontend:** update angular to 4.2.5 ([1438a4d](https://github.com/shardis/shardis/commit/1438a4d))
* **frontend:** update angular to 4.2.6 ([39d3dbd](https://github.com/shardis/shardis/commit/39d3dbd))
* **frontend:** update angular-cli to 1.2.0 ([50fa6e5](https://github.com/shardis/shardis/commit/50fa6e5))
* **frontend:** update clarity to 0.10.0-alpha.3 ([aeaee7d](https://github.com/shardis/shardis/commit/aeaee7d))
* **frontend:** update clarity to 0.10.0-alpha.4 ([23025fd](https://github.com/shardis/shardis/commit/23025fd))
* **frontend:** update ngrx effects to 2.0.4 ([cd34c3f](https://github.com/shardis/shardis/commit/cd34c3f))
* **frontend:** update ngrx store to 2.2.3 ([b28dd0d](https://github.com/shardis/shardis/commit/b28dd0d))
* **frontend:** update yarn to 0.27.5 ([8ec6421](https://github.com/shardis/shardis/commit/8ec6421))


[CHANGELOG.md](CHANGELOG.md)
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import org.jetbrains.kotlin.noarg.gradle.NoArgExtension
allprojects {

group = "com.shardis"
version = "0.1.4-SNAPSHOT"
version = "0.1.4"

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion shardis-frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shardis-angular",
"version": "0.1.4-SNAPSHOT",
"version": "0.1.4",
"description": "shardis project",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion shardis-webapp/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM anapsix/alpine-java:8
ADD build/libs/shardis-0.1.4-SNAPSHOT.jar app.jar
ADD build/libs/shardis-0.1.4.jar app.jar
RUN bash -c 'touch /app.jar'
EXPOSE 8080:8080
ENTRYPOINT ["java","-Djava.security.egd=file:/dev/./urandom","-jar","/app.jar"]

0 comments on commit 2383d79

Please sign in to comment.