Skip to content

Commit

Permalink
[SOLMA] Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
VenturaDelMonte committed Mar 29, 2017
0 parents commit a3d8b28
Show file tree
Hide file tree
Showing 24 changed files with 2,245 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
@@ -0,0 +1,3 @@
*.bat text eol=crlf
flink-runtime-web/web-dashboard/web/* linguist-vendored -diff

11 changes: 11 additions & 0 deletions .github/CONTRIBUTING.md
@@ -0,0 +1,11 @@
# How to contribute to Apache Flink

Thank you for your intention to contribute to the Apache Flink project. As an open-source community, we highly appreciate external contributions to our project.

To make the process smooth for the project *committers* (those who review and accept changes) and *contributors* (those who propose new changes via pull requests), there are a few rules to follow.

## Contribution Guidelines

Please check out the [How to Contribute guide](http://flink.apache.org/how-to-contribute.html) to understand how contributions are made.
A detailed explanation can be found in our [Contribute Code Guide](http://flink.apache.org/contribute-code.html) which also contains a list of coding guidelines that you should follow.
For pull requests, there is a [check list](PULL_REQUEST_TEMPLATE.md) with criteria taken from the How to Contribute Guide and the Coding Guidelines.
17 changes: 17 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,17 @@
Thanks for contributing to Apache Flink. Before you open your pull request, please take the following check list into consideration.
If your changes take all of the items into account, feel free to open your pull request. For more information and/or questions please refer to the [How To Contribute guide](http://flink.apache.org/how-to-contribute.html).
In addition to going through the list, please provide a meaningful description of your changes.

- [ ] General
- The pull request references the related JIRA issue ("[FLINK-XXX] Jira title text")
- The pull request addresses only one issue
- Each commit in the PR has a meaningful commit message (including the JIRA id)

- [ ] Documentation
- Documentation has been added for new functionality
- Old documentation affected by the pull request has been updated
- JavaDoc for public methods has been added

- [ ] Tests & Build
- Functionality added by the pull request is covered by tests
- `mvn clean verify` has been executed successfully locally or a Travis build has passed
36 changes: 36 additions & 0 deletions .gitignore
@@ -0,0 +1,36 @@
.cache
scalastyle-output.xml
.classpath
.idea
.metadata
.settings
.project
.version.properties
filter.properties
logs.zip
target
tmp
*.class
*.iml
*.swp
*.jar
*.log
.DS_Store
build-target
flink-connectors/flink-avro/src/test/java/org/apache/flink/api/io/avro/generated/
flink-runtime-web/web-dashboard/assets/fonts/
flink-runtime-web/web-dashboard/node_modules/
flink-runtime-web/web-dashboard/bower_components/
atlassian-ide-plugin.xml
out/
/docs/api
/docs/content
/docs/.bundle
/docs/.rubydeps
/docs/ruby2/.bundle
/docs/ruby2/.rubydeps
/docs/.jekyll-metadata
*.ipr
*.iws
tools/flink
tools/flink-*
1 change: 1 addition & 0 deletions README.md
@@ -0,0 +1 @@
# proteus-solma

0 comments on commit a3d8b28

Please sign in to comment.