forked from apache/avro
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1,680 changed files
with
117,664 additions
and
67,702 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
# Licensed to the Apache Software Foundation (ASF) under one | ||
# or more contributor license agreements. See the NOTICE file | ||
# distributed with this work for additional information | ||
# regarding copyright ownership. The ASF licenses this file | ||
# to you under the Apache License, Version 2.0 (the | ||
# "License"); you may not use this file except in compliance | ||
# with the License. You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, | ||
# software distributed under the License is distributed on an | ||
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
# KIND, either express or implied. See the License for the | ||
# specific language governing permissions and limitations | ||
# under the License. | ||
|
||
# This file configures github and jira notifications based on | ||
# https://s.apache.org/asfyaml-notify | ||
|
||
github: | ||
description: "Apache Avro is a data serialization system." | ||
homepage: https://avro.apache.org/ | ||
labels: | ||
- avro | ||
- bigdata | ||
- c | ||
- cplusplus | ||
- csharp | ||
- dotnet | ||
- java | ||
- perl | ||
- php | ||
- python | ||
- ruby | ||
|
||
enabled_merge_buttons: | ||
merge: false | ||
rebase: true | ||
squash: true | ||
|
||
notifications: | ||
commits: [email protected] | ||
issues: [email protected] | ||
# Send new/closed PR notifications to dev@ | ||
pullrequests_status: [email protected] | ||
# Send individual PR comments/reviews to issues@ | ||
pullrequests_comment: [email protected] | ||
jira_options: link label worklog |
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,26 @@ | ||
Make sure you have checked _all_ steps below. | ||
|
||
### Jira | ||
|
||
- [ ] My PR addresses the following [Avro Jira](https://issues.apache.org/jira/browse/AVRO/) issues and references them in the PR title. For example, "AVRO-1234: My Avro PR" | ||
- https://issues.apache.org/jira/browse/AVRO-XXX | ||
- In case you are adding a dependency, check if the license complies with the [ASF 3rd Party License Policy](https://www.apache.org/legal/resolved.html#category-x). | ||
|
||
### Tests | ||
|
||
- [ ] My PR adds the following unit tests __OR__ does not need testing for this extremely good reason: | ||
|
||
### Commits | ||
|
||
- [ ] My commits all reference Jira issues in their subject lines. In addition, my commits follow the guidelines from "[How to write a good git commit message](https://chris.beams.io/posts/git-commit/)": | ||
1. Subject is separated from body by a blank line | ||
1. Subject is limited to 50 characters (not including Jira issue reference) | ||
1. Subject does not end with a period | ||
1. Subject uses the imperative mood ("add", not "adding") | ||
1. Body wraps at 72 characters | ||
1. Body explains "what" and "why", not "how" | ||
|
||
### Documentation | ||
|
||
- [ ] In case of new functionality, my PR adds documentation that describes how to use it. | ||
- All the public functions and the classes in the PR contain Javadoc that explain what it does |
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,74 @@ | ||
# | ||
# Licensed to the Apache Software Foundation (ASF) under one | ||
# or more contributor license agreements. See the NOTICE file | ||
# distributed with this work for additional information | ||
# regarding copyright ownership. The ASF licenses this file | ||
# to you under the Apache License, Version 2.0 (the | ||
# "License"); you may not use this file except in compliance | ||
# with the License. You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, | ||
# software distributed under the License is distributed on an | ||
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
# KIND, either express or implied. See the License for the | ||
# specific language governing permissions and limitations | ||
# under the License. | ||
# | ||
version: 2 | ||
updates: | ||
|
||
- package-ecosystem: "nuget" | ||
directory: "/lang/csharp/" | ||
schedule: | ||
interval: "weekly" | ||
day: "sunday" | ||
open-pull-requests-limit: 20 | ||
|
||
- package-ecosystem: "maven" | ||
directory: "/lang/java/" | ||
schedule: | ||
interval: "weekly" | ||
day: "sunday" | ||
ignore: | ||
# Jetty >= 10 requires JDK 11 | ||
- dependency-name: "org.eclipse.jetty:jetty-server" | ||
versions: | ||
- ">= 10.0.0" | ||
- dependency-name: "org.eclipse.jetty:jetty-servlet" | ||
versions: | ||
- ">= 10.0.0" | ||
- dependency-name: "org.eclipse.jetty:jetty-util" | ||
versions: | ||
- ">= 10.0.0" | ||
open-pull-requests-limit: 50 | ||
|
||
- package-ecosystem: "npm" | ||
directory: "/lang/js" | ||
schedule: | ||
interval: "weekly" | ||
day: "sunday" | ||
open-pull-requests-limit: 20 | ||
|
||
- package-ecosystem: "pip" | ||
directory: "/lang/py/" | ||
schedule: | ||
interval: "weekly" | ||
day: "sunday" | ||
open-pull-requests-limit: 20 | ||
|
||
- package-ecosystem: "bundler" | ||
directory: "/lang/ruby/" | ||
schedule: | ||
interval: "weekly" | ||
day: "sunday" | ||
open-pull-requests-limit: 20 | ||
|
||
- package-ecosystem: "cargo" | ||
directory: "/lang/rust/" | ||
schedule: | ||
interval: "weekly" | ||
day: "sunday" | ||
open-pull-requests-limit: 20 | ||
|
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,32 @@ | ||
# | ||
# Licensed to the Apache Software Foundation (ASF) under one | ||
# or more contributor license agreements. See the NOTICE file | ||
# distributed with this work for additional information | ||
# regarding copyright ownership. The ASF licenses this file | ||
# to you under the Apache License, Version 2.0 (the | ||
# "License"); you may not use this file except in compliance | ||
# with the License. You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, | ||
# software distributed under the License is distributed on an | ||
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
# KIND, either express or implied. See the License for the | ||
# specific language governing permissions and limitations | ||
# under the License. | ||
# | ||
# Pull Request Labeler Github Action Configuration: https://github.com/marketplace/actions/labeler | ||
|
||
C: ["lang/c/**/*"] | ||
C++: ["lang/c++/**/*"] | ||
C#: ["lang/csharp/**/*"] | ||
Java: ["lang/java/**/*"] | ||
Js: ["lang/js/**/*"] | ||
Perl: ["lang/perl/**/*"] | ||
Php: ["lang/php/**/*"] | ||
Python: ["lang/py/**/*"] | ||
Ruby: ["lang/ruby/**/*"] | ||
Rust: ["lang/rust/**/*"] | ||
build: ["**/*Dockerfile*", "**/*.sh", "**/*pom.xml", ".github/**/*"] | ||
website: ["doc/**/*"] |
Oops, something went wrong.