-
Notifications
You must be signed in to change notification settings - Fork 181
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[RELEASE] [skip-ci]merging 'release-0.60.0' into 'master'
- Loading branch information
Showing
571 changed files
with
23,336 additions
and
6,766 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
30 changes: 0 additions & 30 deletions
30
archetypes/streampipes-archetype-esper-standalone/src/main/resources/META-INF/archetype.xml
This file was deleted.
Oops, something went wrong.
31 changes: 0 additions & 31 deletions
31
...pipes-archetype-esper-standalone/src/main/resources/META-INF/maven/archetype-metadata.xml
This file was deleted.
Oops, something went wrong.
100 changes: 0 additions & 100 deletions
100
...pes/streampipes-archetype-esper-standalone/src/main/resources/archetype-resources/pom.xml
This file was deleted.
Oops, something went wrong.
25 changes: 0 additions & 25 deletions
25
...main/resources/archetype-resources/src/main/java/__elementName__/__classNamePrefix__.java
This file was deleted.
Oops, something went wrong.
44 changes: 0 additions & 44 deletions
44
...rces/archetype-resources/src/main/java/__elementName__/__classNamePrefix__Controller.java
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
...rces/archetype-resources/src/main/java/__elementName__/__classNamePrefix__Parameters.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.