Skip to content

Commit

Permalink
[RELEASE] [skip-ci]merging 'release-0.60.0' into 'master'
Browse files Browse the repository at this point in the history
  • Loading branch information
tenthe committed Nov 14, 2018
2 parents 8310cd3 + 3d266b7 commit 3ead279
Show file tree
Hide file tree
Showing 571 changed files with 23,336 additions and 6,766 deletions.
16 changes: 16 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ build:
artifacts:
paths:
- ./streampipes-backend/target/*.war
- ./streampipes-connect-container/target/*.jar
- ./target/site/apidocs/**
- ./target/mvn_version
expire_in: 1 week
Expand Down Expand Up @@ -69,6 +70,21 @@ docker-backend:
only:
- dev

docker-connect-container:
image: docker:17.06.0-ce
stage: docker
dependencies:
- build
script:
- export MVN_VERSION=$(cat ./target/mvn_version)
- 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 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
- docker push $HARBOR_IMAGE_NAME/streampipes-connect-container:latest


deploy:
image: maven:3-jdk-8
Expand Down
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]


## [0.60.0] - 2018-11-14
### Added
- Beta release of StreamPipes Connect Library
- Tutorials for better user guidance
- New Wrapper for the Siddhi CEP engine
- New Project streampipes-pipeline-elements contains more than 40 new pipeline elements

### Changed
- Various bug fixes and stability improvements
- Many UX improvements (e.g., harmonized styles)
- Dashboard does not reload after new visualization type has been created
- Improved test coverage

### Removed

## [0.55.2] - 2018-05-08
### Added
- The [installer](https://www.github.com/streampipes/streampipes-installer) makes it easy to install StreamPipes on Linux, MacOS and Windows
- Live data preview for data streams in the pipeline editor
- Initial support for data sets
- Default for configurations can now be provided as environment variable, with the same name

### Changed
- Pipeline elements can be directly installed at installation time
- Extended the SDK to create new pipeline elements
- Several UI improvements to make the definition of pipelines more intuitive
- Several bug fixes and code improvements

### Removed
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,20 @@ Read the full documentation at [https://docs.streampipes.org](https://docs.strea
### Getting started

It's easy to get started:
* Download the `docker-compose.yml` file from [https://www.github.com/streampipes/preview-docker](https://www.github.com/streampipes/preview-docker)
* Follow the installation guide at [https://docs.streampipes.org/quick_start/installation](https://docs.streampipes.org/quick_start/installation)
* Clone the installer script from [https://www.github.com/streampipes/streampipes-installer](https://www.github.com/streampipes/streampipes-installer)
* Follow the installation guide at [https://docs.streampipes.org/docs/user-guide-installation](https://docs.streampipes.org/docs/user-guide-installation)
* Check the [tour](https://docs.streampipes.org/user_guide/features) and build your first pipeline!

### Extending StreamPipes

You can easily add your own data streams, processors or sinks.

Check our developer guide at [https://docs.streampipes.org/developer_guide/introduction](https://docs.streampipes.org/developer_guide/introduction)
Check our developer guide at [https://docs.streampipes.org/docs/dev-guide-introduction](https://docs.streampipes.org/docs/dev-guide-introduction)

### Community

- [Twitter](https://twitter.com/streampipes)
- [Email](mailto:[email protected])

### Contributing

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 3ead279

Please sign in to comment.