Skip to content

Commit

Permalink
Merge branch 'master' into feature/drawio
Browse files Browse the repository at this point in the history
  • Loading branch information
Yusuke Kato authored Jun 23, 2020
2 parents 00408b9 + e8ce139 commit 5ff5cbb
Show file tree
Hide file tree
Showing 424 changed files with 44,304 additions and 7,053 deletions.
134 changes: 134 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,134 @@
#
# Copyright (C) 2019-2020 Vdaas.org Vald team ( kpango, rinx, kmrmt )
#
# Licensed 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
#
# https://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.
#
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "kpango",
"name": "Yusuke Kato",
"avatar_url": "https://avatars1.githubusercontent.com/u/9798091?v=4",
"profile": "http://kpango.com",
"contributions": [
"code",
"design",
"maintenance",
"projectManagement"
]
},
{
"login": "rinx",
"name": "Rintaro Okamura",
"avatar_url": "https://avatars3.githubusercontent.com/u/1588935?v=4",
"profile": "https://github.com/rinx",
"contributions": [
"code",
"doc",
"maintenance",
"platform"
]
},
{
"login": "kmrmt",
"name": "Kosuke Morimoto",
"avatar_url": "https://avatars2.githubusercontent.com/u/413873?v=4",
"profile": "https://morimoto.dev/",
"contributions": [
"code",
"example",
"tool",
"test"
]
},
{
"login": "vankichi",
"name": "Kiichiro YUKAWA",
"avatar_url": "https://avatars3.githubusercontent.com/u/13959763?v=4",
"profile": "https://github.com/vankichi",
"contributions": [
"doc",
"maintenance",
"test",
"tutorial"
]
},
{
"login": "datelier",
"name": "datelier",
"avatar_url": "https://avatars3.githubusercontent.com/u/57349093?v=4",
"profile": "https://github.com/datelier",
"contributions": [
"code",
"ideas"
]
},
{
"login": "kevindiu",
"name": "Kevin Diu",
"avatar_url": "https://avatars1.githubusercontent.com/u/1985382?v=4",
"profile": "https://github.com/kevindiu",
"contributions": [
"doc",
"example",
"test",
"tutorial"
]
},
{
"login": "hlts2",
"name": "Hiroto Funakoshi",
"avatar_url": "https://avatars0.githubusercontent.com/u/25459661?v=4",
"profile": "https://twitter.com/hiroto_hlts2",
"contributions": [
"doc",
"tool",
"test",
"tutorial"
]
},
{
"login": "taisuou",
"name": "taisho",
"avatar_url": "https://avatars0.githubusercontent.com/u/21119375?v=4",
"profile": "https://github.com/taisuou",
"contributions": [
"design",
"doc",
"example"
]
},
{
"login": "pgrimaud",
"name": "Pierre Grimaud",
"avatar_url": "https://avatars1.githubusercontent.com/u/1866496?v=4",
"profile": "https://github.com/pgrimaud",
"contributions": [
"doc"
]
}
],
"contributorsPerLine": 7,
"contributorsSortAlphabetically": false,
"badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat-square)](#contributors)",
"projectName": "vald",
"projectOwner": "vdaas",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ assignees: ""

<!--- Please change the versions below along with your environment -->

- Golang Version: 1.13.5
- Docker Version: 19.03.5
- Kubernetes Version: 1.16.3
- NGT Version: 1.8.4
- Go Version: 1.14.3
- Docker Version: 19.03.8
- Kubernetes Version: 1.18.2
- NGT Version: 1.11.5
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/security_issue_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ assignees: ""

<!--- Please change the versions below along with your environment -->

- Golang Version: 1.13.5
- Docker Version: 19.03.5
- Kubernetes Version: 1.16.3
- NGT Version: 1.8.4
- Go Version: 1.14.3
- Docker Version: 19.03.8
- Kubernetes Version: 1.18.2
- NGT Version: 1.11.5
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<!--- Please change the versions below along with your environment -->

- Golang Version: 1.14.3
- Go Version: 1.14.3
- Docker Version: 19.03.8
- Kubernetes Version: 1.18.2
- NGT Version: 1.11.5
Expand Down
3 changes: 3 additions & 0 deletions .github/chatops_permissions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ roles:
- gen-test
- label
- format
- changelog
author:
policies:
- rebase
Expand All @@ -15,13 +16,15 @@ roles:
- gen-test
- label
- format
- changelog
sig-lead:
policies:
- rebase
- approve
- gen-test
- label
- format
- changelog
sig-sre:
policies:
- rebase
Expand Down
25 changes: 20 additions & 5 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
area/agent:
- apis/proto/agent/**/*
- apis/grpc/agent/**/*
- cmd/agent/**/*
- pkg/agent/**/*
area/agent/core:
- apis/proto/agent/core/**/*
- apis/grpc/agent/core/**/*
- cmd/agent/core/**/*
- pkg/agent/core/**/*

area/agent/sidecar:
- apis/proto/agent/sidecar/**/*
- apis/grpc/agent/sidecar/**/*
- cmd/agent/sidecar/**/*
- pkg/agent/sidecar/**/*

area/discoverer:
- apis/proto/discoverer/**/*
Expand Down Expand Up @@ -52,6 +58,15 @@ area/meta:
- cmd/meta/**/*
- pkg/meta/**/*

area/tools/cli/loadtest:
- apis/proto/agent/core/**/*
- apis/grpc/agent/core/**/*
- apis/proto/vald/**/*
- apis/grpc/vald/**/*
- cmd/tools/cli/loadtest/**/*
- pkg/tools/cli/loadtest/**/*


area/internal:
- internal/**/*

Expand Down
Loading

0 comments on commit 5ff5cbb

Please sign in to comment.