Commit Graph

16 Commits

Author SHA1 Message Date
Francois Tur
d3e2ef73b8 stepdown from CoreDNS maintainer (#2861) 2019-06-03 16:21:05 -04:00
varyoo
5aafa987b2 Remove varyoo from OWNERS
Bye for now :-)
2019-04-11 19:49:45 +02:00
Chris O'Haver
669b99d91c OWNERS: Add email (#2313)
* Add email

* Add my affiliated organization (Infoblox)
2018-11-15 21:44:27 +00:00
Francois Tur
0492796ffc Advertize email next to my github username (#2296)
* Add email next to my github handle

Following Governance description, I add my email next to my github handle.

I would need for CNCF Graduation to show the different organizations the maintainers are from. Anyone with no email or personal email (like gmail) will be considered under its own organization.

That would also help when vote will come-in, as we restraint votes for people on the same organization.

@miekg :
* I guess that will need change in the dreck project that parse this file.
* Do you want me to PR the change on that project (miek/dreck) ?

* Update with a comment

Co-Authored-By: fturib <ftur@infoblox.com>
2018-11-14 20:23:56 +00:00
Yong Tang
593deed9b8 Follow up on OWNERS format (#2305)
Based on comment:
https://github.com/coredns/coredns/pull/2298#issuecomment-438473086

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2018-11-13 23:32:15 +00:00
Yong Tang
f46e236f59 Project lead (#2298)
* Project lead

This change is considered as part of the GOVERNANCE.md update (11/12/2018)
to add the project lead in OWNERS file. The term (11/12/2019) aligns
with GOVERNANCE.md update.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

* Change term to 11/11/2019, as it should be part of the GOVERNANCE.md update (11/12/2018)

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

* Update to use comment

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2018-11-13 23:25:59 +00:00
Miek Gieben
d9efa96374 Make every one an approver (#2201)
Automatically submitted.
2018-10-16 19:10:00 +00:00
Miek Gieben
288aef5f2b OWNERS: add aliases (#2175)
add /approve and /wai as aliases.

Signed-off-by: Miek Gieben <miek@miek.nl>
2018-10-10 06:16:32 -07:00
dilyevsky
063999551d Add @dilyevsky to reviewers. (#2094)
* Add @dilyevsky to reviewers.

Per @miekg suggestion on https://github.com/coredns/coredns/pull/2050#pullrequestreview-149538954
adding myself to OWNERS file.

* Also add me into plugin/route53-specific reviewers/approvers.
2018-09-13 15:22:57 -07:00
Miek Gieben
3b9da82392 release: automate the release (#1935)
* release: automate the release

This PR aims to various pieces into place so we can automate the coredns
release. It needs the script from coredns/release to be installed. Dreck
is to be setup as described in coredns/release/README.md

The release-coredns script can be tested and allows for other branches
than master to be test.

This PR also features some cleanup in the Makefile.release so we don't
call the godep target for each linux release - this speeds it up for
some bit.

Manually running ./release-coredns -t auto-release builds the artifects
for this release, but (of course) doesn't upload anything yet.

Add /release to the OWNERS and allow command to be executed (this still
needs to be tested).

Signed-off-by: Miek Gieben <miek@miek.nl>

* that makefile target doesnt exist anymore

Signed-off-by: Miek Gieben <miek@miek.nl>

* test release for now

Signed-off-by: Miek Gieben <miek@miek.nl>

* Slightly better output

Signed-off-by: Miek Gieben <miek@miek.nl>

* remove again

Signed-off-by: Miek Gieben <miek@miek.nl>
2018-07-09 20:35:58 -07:00
Miek Gieben
4ec613e186 Enable new features of Corbot (#1831)
enable alias and add one, so that "/plugin: forward" adds a label
called plugin-forward to the issue.

enable branches that automatically delete merged branches.
2018-05-23 23:17:26 +01:00
Miek Gieben
5e7c399117 Enable CorBot (#1787)
This enables CorBot to help with issues and PRs. See
github.com/miekg/dreck for the implementation and README (a bit sparse).
2018-05-09 15:48:32 +01:00
Miek Gieben
15d989e294 Revert "add"
This reverts commit 6416925ace.
2018-05-05 19:07:50 +01:00
Miek Gieben
6416925ace add 2018-05-05 19:07:20 +01:00
Miek Gieben
fd7abd9849 Add OWNERS file (#1486)
This should have everyone, but the process was quite manual. The rename
from middleware -> plugin also meant I had to do some extra digging on
who actually submitted the PR. I also double checked the current list of
people with commit access.

Every plugin now has an OWNERS, except *reverse*. I'll file a bug for
that.
2018-02-08 10:55:51 +00:00
Miek Gieben
841e1a44ac Add OWNERS (#1469)
This adds the inital top-level OWNERS file. Each plugin should also get
one, but that will be more work.

Ref: #1454
2018-01-30 10:28:56 -08:00