Commit Graph

280 Commits

Author SHA1 Message Date
bin liu
cc50f491c5 workflow: update golang version to 1.19
Upgrade golang to 1.19.3, and delete matrix, since this repo
doesn't need so many checks.

Signed-off-by: bin liu <bin@hyper.sh>
2022-11-30 19:50:29 +08:00
Fabiano Fidêncio
6f46be3f2e
Merge pull request #311 from fidencio/topic/count-committers-from-all-the-branches
elections: Go through project branches
2022-11-22 16:43:59 +01:00
Fabiano Fidêncio
881810aa42 elections: Go through project branches
We've been ingoring branches of projects, and with that simply ignoring
contributors to stable releases, and to efforts like Confidential
Containers, runtime-rs, Peer Pods, etc.

Fixes: #310

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
2022-11-22 16:26:29 +01:00
Fabiano Fidêncio
893ed0a99a
Merge pull request #308 from fidencio/topic/generate-electorate-ignore-some-repos
elections/tools: Update ignored repos
2022-11-21 22:15:54 +01:00
Fabiano Fidêncio
bc74b60a57
Merge pull request #307 from sameo/main
tools: Only skip commits when the core git commit is incomplete
2022-11-21 22:15:37 +01:00
Fabiano Fidêncio
13e29727e3 elections/tools: Update ignored repos
We're currently considering as part of the electorate all the repos but
kata-containers/qemu and kata-containers/linux.  However, the list
should also include:
* govmm
  * Archived as it's been imported into the kata-containers repo
* osbuilder, runtime, shim, packaging, ksm-throttler, documentation,
  agent
  * Archived as they've been out of support for a very long time now
* slash-command-action, is-organization-member, resolve-pr-refs,
  project-infra
  * Those are fork from different repos and, as QEMU and Linux, the
    maintainers of those projects are not directly contributing to Kata
    Containers and shouldn't be counted as part of the electorate.

Fixes: #309

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
2022-11-21 21:44:58 +01:00
Samuel Ortiz
313854d73a tools: Only skip commits when the core git commit is incomplete
Some github API short commits are missing the author name.
Do not skip those commits if the core git commit below it does contain
the author information.

Fixes: #306

Signed-off-by: Samuel Ortiz <sameo@rivosinc.com>
2022-11-21 11:27:31 +01:00
Jiang Liu
28ae43948d Add my candidacy for the Kata Containers Architecture Committee election
Add my candidacy for the Kata Containers Architecture Committee election.

Fixes: #302

Signed-off-by: Jiang Liu <gerry@linux.alibaba.com>
2022-11-11 08:55:17 +01:00
Bin Liu
fad7eb5379
Merge pull request #301 from amshinde/amshinde-candidacy
elections: Add candidacy doc for Archana Shinde.
2022-11-11 11:46:35 +08:00
Archana Shinde
e98d28e013 elections: Add candidacy doc for Archana Shinde.
Add my candidacy for the Kata Containers Architecture Committee
elections for 11/2022.

Fixes: #300

Signed-off-by: Archana Shinde <archana.m.shinde@intel.com>
2022-11-11 00:06:49 -08:00
Eric Ernst
4d07298121 elections: Add Eric Ernst candidacy
Add candidacy doc.

Signed-off-by: Eric Ernst <eric_ernst@apple.com>
2022-11-10 15:48:31 +01:00
Fupan Li
d279429802 Add Fupan.li's election doc
Add my candidacy for the Kata Containers Architecture Committee.

Fixes: #297

Signed-off-by: Fupan Li <fupan.lfp@antgroup.com>
2022-11-09 16:12:51 +01:00
Feng Wang
27b65b856f elections: Add Feng Wang candidacy
Add my candidacy for the Kata Containers Architecture Committee election.

Fixes: #295

Signed-off-by: Feng Wang <feng.wang@databricks.com>
2022-11-09 09:24:59 +01:00
Bin Liu
e4413f2b57
Merge pull request #294 from fidencio/topic/add-fidencio-candidacy-to-2022-11-elections
elections: Add Fabiano Fidêncio candidacy
2022-11-07 12:46:10 +08:00
Fabiano Fidêncio
403c3740a6 elections: Add Fabiano Fidêncio candidacy
Add my candidacy for renewing my seat on the Kata Containers
Architecture Committee.

Fixes: #293

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
2022-11-04 10:59:45 +01:00
bin liu
ed8b56ef67 elections: 2022-11
Add the details and documentation for the November 2022 elections.

Fixes: #291

Signed-off-by: bin liu <bin@hyper.sh>
2022-11-04 08:38:57 +01:00
James O. D. Hunt
eda37ac544
Merge pull request #287 from bookinabox/update-backport-docs
backporting-docs: Add auto-backport
2022-09-05 10:18:09 +01:00
Derek Lee
e5df4671d0 backporting-docs: Add auto-backport
Updates auto-backport documentation and changes instances of master with
main.

Fixes #286

Signed-off-by: Derek Lee <derlee@redhat.com>
2022-08-31 10:36:30 -07:00
Bin Liu
6221e05d9e
Merge pull request #284 from cmaf/update-contributing-master-main
contributing: Update outdated repo branch name
2022-08-05 09:09:48 +08:00
Chelsea Mafrica
4550f0ba75 contributing: Update outdated repo branch name
Update master to main in instructions and relevant links.

Fixes #283

Signed-off-by: Chelsea Mafrica <chelsea.e.mafrica@intel.com>
2022-08-04 16:01:22 -07:00
Chelsea Mafrica
319fa21cf8
Merge pull request #279 from bookinabox/remove-checkcommits-from-documentation
contributing: remove checkommit mentions+update body docs
2022-08-04 15:13:44 -07:00
Archana Shinde
f43eaf3293
Merge pull request #275 from liubin/fix/update-openstack-foundation
docs: change openstack foundation to new name
2022-07-08 14:52:02 -07:00
Derek Lee
29d6862086 docs: change line length from 72 to 150
CONTRIBUTING used to list 72 as the maximum line length. After enforcing
this rule in kata-container/kata-containers via github actions, this was
deemed too short and changed to 150.

For consistency, the documentation will also be changed to 150.

Additionally, changed some spellings that were not passing the
spell-checker.

Signed-off-by: Derek Lee <derlee@redhat.com>
2022-07-07 09:29:16 -07:00
Derek Lee
aa201f1f8d contributing: remove checkommit mentions+update body docs
Checkcommits has been removed from both tests and kata-containers and
replaced with a Github Action. This updates the documentation to reflect
that.

Checkcommits also contained style information that was not documented
elsewhere. These are now included in the docs as well.

Fixes #278

Signed-off-by: Derek Lee <derlee@redhat.com>
2022-06-29 17:10:31 -07:00
bin liu
5fd40c2d9a docs: change openstack foundation to new name
Change some names/links from OpenStack Foundation
to Open Infrastructure Foundation.

Fixes: #276

Signed-off-by: bin liu <bin@hyper.sh>
2022-06-21 09:38:52 +08:00
Xu Wang
2fe7125de6
Merge pull request #263 from liubin/add-2022-spring-election-result
election: Publish results for 2022-03 round
2022-03-16 15:15:29 +08:00
bin liu
c57c8baba4 election: Publish results for 2022-03 round
Two nominations were received for the March 2022 elections:

- [`Peng Tao`](https://github.com/bergwolf)
- [`Samuel Ortiz`](https://github.com/sameo)

Two seats were available, so elections were over sooner.

The two members were (re-)admitted to the Architecture Committee on 2022-03-16

Fixes: #255

Signed-off-by: bin liu <liubin0329@gmail.com>
2022-03-16 10:01:35 +08:00
Fabiano Fidêncio
86051e97b8
Merge pull request #262 from sameo/topic/2022-03-candidacy
elections: 2022-03: Add Samuel Ortiz candidacy
2022-03-15 08:34:06 +01:00
Samuel Ortiz
884cb8cba9 elections: 2022-03: Add Samuel Ortiz candidacy
I'd like to run for a renewal of my AC seat.

Fixes #261

Signed-off-by: Samuel Ortiz <s.ortiz@apple.com>
2022-03-14 04:02:51 +01:00
Bin Liu
ce41ee326c
Merge pull request #259 from bergwolf/github/taopeng
elections: Announcing Tao Peng's candidacy
2022-03-12 09:44:24 +08:00
Peng Tao
7a672b6467 elections: Announcing Tao Peng's candidacy
Adding my candidacy for Kata AC March 2022 elections.

Fixes: #258
Signed-off-by: Peng Tao <bergwolf@hyper.sh>
2022-03-11 18:46:10 +08:00
Fabiano Fidêncio
5ec3415839
Merge pull request #256 from fidencio/elections/2022-03
elections: 2022-03
2022-03-08 21:34:20 +01:00
Fabiano Fidêncio
2bd21ba537 elections: 2022-03
Add the details and documentation for the March 2022 elections.

Fixes: #255

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
2022-03-08 21:27:29 +01:00
Fabiano Fidêncio
29fa68b906
Merge pull request #252 from zmlcc/update_agenda_link_2022
Update outdated agenda link in README.md
2022-03-07 09:36:21 +01:00
Zack
4dc79e4138 README: Update outdated agenda link
Fixes: #251

Signed-off-by: Zack <zmlcc@linux.alibaba.com>
2022-03-07 16:15:42 +08:00
James O. D. Hunt
9df55940b6
Merge pull request #241 from fidencio/wip/change-employer
README: Change Fabiano Fidêncio's employer
2021-11-01 17:56:25 +00:00
Fabiano Fidêncio
8518ed68e5 README: Change Fabiano Fidêncio's employer
Fabiano now works for Intel.

Fixes: #240

Signed-off-by: Fabiano Fidêncio <fabiano@fidencio.org>
2021-11-01 07:45:31 +01:00
Fabiano Fidêncio
67240b5228
Merge pull request #238 from kata-containers/wainersm-patch-1
Update Results.md
2021-09-21 09:34:37 +02:00
Wainer Moschetta
6181b6b4eb elections: Update results for September 2021 elections
Update the results document for the September 2021 Kata Containers Architecture Committee elections.

Fixes #227
Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
2021-09-17 12:45:15 -03:00
Eric Ernst
3d278b9427
Merge pull request #235 from kata-containers/remove-candidacy
elections: Remove my candidacy
2021-09-16 12:38:52 -07:00
Fabiano Fidêncio
88fd50e4ab
Merge pull request #236 from amshinde/arch-candidacy
elections: Announcing my candidacy
2021-09-16 19:13:32 +02:00
Archana Shinde
837be7be2c elections: Announcing my candidacy
Adding my candidacy for Kata AC September 2021 elections.

Fixes: #237

Signed-off-by: Archana Shinde <archana.m.shinde@intel.com>
2021-09-16 22:35:19 +05:30
Christophe de Dinechin
b493466070 elections: Remove my candidacy
As indicated, my candidacy was conditional to Archana not having submitted
hers. Having seen an announce on the mailing list, I assume she will also commit
it in this repository.

Fixes: #234

Signed-off-by: Christophe de Dinechin <dinechin@redhat.com>
2021-09-16 16:48:02 +02:00
Wainer Moschetta
42db4c2fd9
Merge pull request #233 from kata-containers/c3d-patch-1
Create Christophe-de-Dinechin.txt
2021-09-16 11:32:15 -03:00
Christophe de Dinechin
23b6281405 elections: Add Christophe-de-Dinechin.txt
Adding Christophe de Dinechin as conditional candidate

Fixes: #234

Signed-off-by: Christophe de Dinechin <dinechin@redhat.com>
2021-09-16 16:27:33 +02:00
Wainer Moschetta
0685bac0a8
Merge pull request #232 from egernst/2021
elections: add my candidacy
2021-09-15 17:41:05 -03:00
Eric Ernst
2e449fe42b elections: add my candidacy
Add myself as a candidate for the 09/2021 AC election.

Fixes: #231

Signed-off-by: Eric Ernst <eric_ernst@apple.com>
2021-09-15 11:10:44 -07:00
Fabiano Fidêncio
ac30106055
Merge pull request #230 from fidencio/wip/elections-2021-09-add-fidencio-candidacy
elections: Add Fabiano Fidêncio candidacy
2021-09-09 21:17:55 +02:00
Fabiano Fidêncio
aeb1c0e5fa elections: Add Fabiano Fidêncio candidacy
Add my candidacy for renewing my seat on the Kata Containers
Architecture Committee.

Fixes: #229

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
2021-09-09 21:14:57 +02:00
Fabiano Fidêncio
c3866f9f49
Merge pull request #228 from kata-containers/elections-sep-2021
elections: Arch Committee September 2021
2021-09-08 08:52:18 +02:00