Skip to content

Commit

Permalink
[RELEASE] [skip-ci]merging 'release-0.62.0' into 'master'
Browse files Browse the repository at this point in the history
  • Loading branch information
tenthe committed May 22, 2019
2 parents d01531a + a20daa0 commit 6042055
Show file tree
Hide file tree
Showing 189 changed files with 6,766 additions and 1,218 deletions.
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: 'Bug report'
about: 'Create a report to help us improve StreamPipes!'
labels: bug
---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Environment (please complete the following information):**
- OS: [e.g. Ubuntu]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Additional context**
Add any other context about the problem here.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: 'Feature request'
about: 'Suggest a new idea for StreamPipes!'
labels: bug
---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
4 changes: 3 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ build:
- echo "$GPG_PRIVATE_KEY" | gpg --batch --import --passphrase "$GPG_PASSPHRASE"
- echo "$MAVEN_CREDENTIALS" > /root/.m2/settings.xml
# - mvn clean package javadoc:aggregate gpg:sign -DskipTests
- mvn clean package javadoc:aggregate -DskipTests
- mvn clean package javadoc:aggregate
- export MVN_VERSION=$(mvn org.apache.maven.plugins:maven-help-plugin:2.1.1:evaluate -Dexpression=project.version | grep -v '\[')
- "echo $MVN_VERSION >> ./target/mvn_version"
artifacts:
Expand Down Expand Up @@ -64,6 +64,7 @@ docker-backend:
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $REGISTRY_HOST
- docker login -u riemer -p $HARBOR_PASSWORD laus.fzi.de:8201
- docker build --pull -t $IMAGE_NAME/backend:latest -t $IMAGE_NAME/backend:$MVN_VERSION -t $HARBOR_IMAGE_NAME/backend:latest -t $HARBOR_IMAGE_NAME/backend:$MVN_VERSION ./streampipes-backend/
- docker build --pull -t $IMAGE_NAME/backend:latest -t $IMAGE_NAME/backend:$MVN_VERSION ./streampipes-backend/
- docker push $IMAGE_NAME/backend:$MVN_VERSION
- docker push $IMAGE_NAME/backend:latest
- docker push $HARBOR_IMAGE_NAME/backend:$MVN_VERSION
Expand All @@ -81,6 +82,7 @@ docker-connect-container:
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $REGISTRY_HOST
- docker login -u riemer -p $HARBOR_PASSWORD laus.fzi.de:8201
- docker build --pull -t $IMAGE_NAME/streampipes-connect-container:latest -t $IMAGE_NAME/streampipes-connect-container:$MVN_VERSION -t $HARBOR_IMAGE_NAME/streampipes-connect-container:latest -t $HARBOR_IMAGE_NAME/streampipes-connect-container:$MVN_VERSION ./streampipes-connect-container/
- docker build --pull -t $IMAGE_NAME/streampipes-connect-container:latest -t $IMAGE_NAME/streampipes-connect-container:$MVN_VERSION ./streampipes-connect-container/
- docker push $IMAGE_NAME/streampipes-connect-container:$MVN_VERSION
- docker push $IMAGE_NAME/streampipes-connect-container:latest
- docker push $HARBOR_IMAGE_NAME/streampipes-connect-container:$MVN_VERSION
Expand Down
29 changes: 29 additions & 0 deletions .gitlab/issue_templates/bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
**Describe the bug**

A clear and concise description of what the bug is.

**To Reproduce**

Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**

A clear and concise description of what you expected to happen.

**Screenshots**

If applicable, add screenshots to help explain your problem.

**Environment (please complete the following information):**

- OS: [e.g. Ubuntu]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Additional context**

Add any other context about the problem here.
15 changes: 15 additions & 0 deletions .gitlab/issue_templates/feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
**Is your feature request related to a problem? Please describe.**

A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**

A clear and concise description of what you want to happen.

**Describe alternatives you've considered**

A clear and concise description of any alternative solutions or features you've considered.

**Additional context**

Add any other context or screenshots about the feature request here.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
language: java

addons:
sonarcloud:
organization: "streampipes"
token:
secure: $SONAR_TOKEN
branches:
- dev

script:
- mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar --quiet

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[![Travis Badge](https://travis-ci.org/streampipes/streampipes-ce.svg?branch=dev)](https://travis-ci.org/streampipes/streampipes-ce.svg?branch=dev)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/34a7e26be4fc4fa284ee5201b6d386ea)](https://www.codacy.com/app/dominikriemer/streampipes-ce?utm_source=github.com&utm_medium=referral&utm_content=streampipes/streampipes-ce&utm_campaign=Badge_Grade)
[![Docker pulls](https://img.shields.io/docker/pulls/streampipes/backend.svg)](https://hub.docker.com/r/streampipes/backend/)
[![Maven central](https://img.shields.io/maven-central/v/org.streampipes/streampipes-backend.svg)](https://img.shields.io/maven-central/v/org.streampipes/streampipes-backend.svg)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.streampipes</groupId>
<artifactId>streampipes-parent</artifactId>
<version>0.61.0</version>
<version>0.62.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>streampipes-archetype-pe-processors-flink</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version>${version}</version>

<properties>
<sp.version>0.61.0</sp.version>
<sp.version>0.62.0</sp.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion archetypes/streampipes-archetype-pe-processors-jvm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.streampipes</groupId>
<artifactId>streampipes-parent</artifactId>
<version>0.61.0</version>
<version>0.62.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>streampipes-archetype-pe-processors-jvm</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version>${version}</version>

<properties>
<sp.version>0.61.0</sp.version>
<sp.version>0.62.0</sp.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion archetypes/streampipes-archetype-pe-sinks-flink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.streampipes</groupId>
<artifactId>streampipes-parent</artifactId>
<version>0.61.0</version>
<version>0.62.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>streampipes-archetype-pe-sinks-flink</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version>${version}</version>

<properties>
<sp.version>0.61.0</sp.version>
<sp.version>0.62.0</sp.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion archetypes/streampipes-archetype-pe-sinks-jvm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.streampipes</groupId>
<artifactId>streampipes-parent</artifactId>
<version>0.61.0</version>
<version>0.62.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>streampipes-archetype-pe-sinks-jvm</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version>${version}</version>

<properties>
<sp.version>0.61.0</sp.version>
<sp.version>0.62.0</sp.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion archetypes/streampipes-archetype-pe-sources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.streampipes</groupId>
<artifactId>streampipes-parent</artifactId>
<version>0.61.0</version>
<version>0.62.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>streampipes-archetype-pe-sources</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version>${version}</version>

<properties>
<sp.version>0.61.0</sp.version>
<sp.version>0.62.0</sp.version>
</properties>

<dependencies>
Expand Down
Loading

0 comments on commit 6042055

Please sign in to comment.