Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Knative GSoC ideas #779

Merged
merged 1 commit into from
Jan 25, 2023
Merged

Conversation

aliok
Copy link
Member

@aliok aliok commented Jan 25, 2023

Add Knative GSoC ideas we collected in our ideas page here: https://github.com/knative/community/blob/main/google-summer-of-code/gsoc-2023.md

Comment on lines +27 to +33
## Ideas

- [Knative](#knative)
- [Multiple Knative Eventing control planes](#multiple-knative-eventing-control-planes)
- [Eventing Sender Identity](#eventing-sender-identity)
- [NetworkPolicy support for Knative Serving](#networkpolicy-support-for-knative-serving)
- [Improving Observability in Knative Eventing](#improving-observability-in-knative-eventing)
Copy link
Member Author

@aliok aliok Jan 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've added this TOC as well. Let me know if you would like me to remove it.
TOC was there in 2022 doc: https://github.com/cncf/mentoring/blob/main/summerofcode/2022.md

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I appreciate the TOC. Usually i add it when we move projects from ideas to accepted. If folks update it as they add ideas i'm happy to leave it in, but if folks don't then I'd rather take it out and add it all at once with a tool at the end.

@aliok aliok force-pushed the 2023-01-25-knative-gsoc-ideas branch from 8bcf8be to 3d97893 Compare January 25, 2023 18:41
@caniszczyk caniszczyk merged commit ddf586c into cncf:main Jan 25, 2023
@evankanderson
Copy link
Contributor

/lgtm

@aliok aliok deleted the 2023-01-25-knative-gsoc-ideas branch January 25, 2023 19:37
- Description: We see users struggling to observe what happens inside Knative Eventing and we want that to be improved by providing easy to use tools. The idea is divided into stages. First stage is to write code (python and/or golang) that implements a plugin for Knative command-line interface (kn CLI). The plugin takes output from observability data gathered by Knative and answers simple questions such as: where did my event go based on event id? Show clusters/groups of common traces and show exceptions? The plugin should be able to verify that necessary Knative configuration for observability is enabled, access server side components. Possible next stages may be to create active probes that add to CLI capability to send probe events to specific Knative components (such as Kafka source or broker) and report if they work as expected (health checks). Another area to explore is using conversational AI to improve the plugin by using AI to parse natural language input and/or process available observability data for common Knative questions. As part of the work there may be proposed fixes and improvements for identified gaps in Knative observability that may be discovered when testing the plugin.
- Expected outcome: Improved Knative Eventing observability, improved documentation and published one or more blog posts
- Recommended Skills: Python, data science skills, Golang, Kubernetes
- Mentor(s): Aleksander Slominski @aslom, Ansu Varghese @aavarghese, and Lionel Villard @lionelvillard
Copy link
Member

@nate-double-u nate-double-u Jan 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to add a maintainer to this third project in addition to these mentors -- forgive me if one of these three are already, we may need to update the lists.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We also need mentor email addresses to add folks to the system when the time comes. Could you add them @aliok?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to add a maintainer to this third project in addition to these mentors -- forgive me if one of these three are already, we may need to update the lists.

@nate-double-u They are all maintainers. Is there a system or something like that at CNCF side where they are not listed? Where are those lists, if it is a public list?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We also need mentor email addresses to add folks to the system when the time comes. Could you add them @aliok?

@nate-double-u sorry about that. I was checking the GSOC 22 doc and didn't see any email addresses in that doc.

Would you like to see the email addresses in the doc? ...which might be bad because of spam... or in the list you mentioned previously? I can provide them to you in Slack DM.

Copy link
Member

@nate-double-u nate-double-u Jan 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to add a maintainer to this third project in addition to these mentors -- forgive me if one of these three are already, we may need to update the lists.

@nate-double-u They are all maintainers. Is there a system or something like that at CNCF side where they are not listed? Where are those lists, if it is a public list?

This is the list I use to check who is a maintainer: https://github.com/cncf/foundation/blob/main/project-maintainers.csv

This list sometimes drifts out of sync with who is actually a maintainer, so if this isn't correct anymore, please update it 🙂

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We also need mentor email addresses to add folks to the system when the time comes. Could you add them @aliok?

@nate-double-u sorry about that. I was checking the GSOC 22 doc and didn't see any email addresses in that doc.

Would you like to see the email addresses in the doc? ...which might be bad because of spam... or in the list you mentioned previously? I can provide them to you in Slack DM.

I'd prefer all the data in one place, but I'm sympathetic to privacy concerns. If there are public email addresses please share them here, otherwise please send them via DM.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One thing which may be tripping up the system is that Knative emulated both Kubernetes and Istio's governance model with a TOC/Steering Committee and smaller sub-area leads (called working group leads in Knative). We also have individuals who are approvers for code but aren't in a leadership role. The working group leads are similar to SIG leads in Kubernetes, but I'm not sure if they or approvers for specific areas of the project are in that maintainers file.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nate-double-u @evankanderson

I am a bit confused about this CSV file and found other people got similar confusions :) I found this ticket and added a comment there: cncf/foundation#433 (comment)

@nate-double-u The issue is, mentors listed in that idea are not in Knative's steering committee or in technical oversight committee. Hence, they're not in that CSV file. However, they're the "approvers" for the component for the project idea.

Similar situation applies to me, with the first idea ("Multiple Knative Eventing control planes").

As I wrote in my comment (cncf/foundation#433 (comment)), it might be good to specify who can be listed as the mentors. Or, if mentoring WG needs sponsorship/approval from the people in that CSV file.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Having said these about improving the process here, switching back to practical side... Mentors listed in the first and the third idea are the approvers (SMEs) for the relevant components and they can provide mentorship in GSoC.

nate-double-u added a commit that referenced this pull request Mar 16, 2023
* Add Riaan Kleinhans as maintainer (#734)

Signed-off-by: Riaan Kleinhans <[email protected]>

* 2022-11-08-mentoring-wg-meeting (#742)

Co-authored-by: HackMD <37423+hackmd-hub[bot]@users.noreply.github.com>

* September comes before November (#747)

Signed-off-by: Nate W <[email protected]>

* updating 2022 stats. adding LFX Mentoring 2022 term 3: Sept-Nov (#750)

Signed-off-by: Nate W <[email protected]>

* 2022-12-13 (#751)

Dec 13, 2022 mentoring working group meeting minutes

Co-authored-by: HackMD <37423+hackmd-hub[bot]@users.noreply.github.com>

* adding mentors to CNCF - Cilium: Improving Security posture of the Cilium/Hubble/Tetragon release process project (#753)

Signed-off-by: Nate W <[email protected]>

* Archiving the 2022 mentorship wg meeting minutes (#756)

* 2022-archive

Archiving the 2022 mentorship wg meeting minutes.

* create 2023 meeting minutes file (#757)

* updating LFX Mentorship templates (#759)

Signed-off-by: Nate W <[email protected]>

* KubeVela addons discription

Signed-off-by: 楚岳 <[email protected]>

* docs: added capg project idea

Signed-off-by: Richard Case <[email protected]>

* Update lfx-mentorship/2023/01-Mar-May/project_ideas.md

Co-authored-by: Nate W. <[email protected]>
Signed-off-by: Richard Case <[email protected]>

* add wonderflow as mentor

Signed-off-by: 楚岳 <[email protected]>

delete useless files

Signed-off-by: 楚岳 <[email protected]>

* Add Cilium project idea

Signed-off-by: Bill Mulligan <[email protected]>

* Vitess VReplication project proposal for LFX internship (#771)

Signed-off-by: Rohit Nayak <[email protected]>

* Adding GSoC 2023 (#776)

Signed-off-by: Nate W <[email protected]>

Signed-off-by: Nate W <[email protected]>

* 2023-01-24 meeting minutes (#773)

Co-authored-by: HackMD <37423+hackmd-hub[bot]@users.noreply.github.com>

Signed-off-by: Nate W <[email protected]>

* updating GSoC 2023 (#778)

Signed-off-by: Nate W <[email protected]>

Signed-off-by: Nate W <[email protected]>

* Add Knative GSoC ideas (#779)

Signed-off-by: Ali Ok <[email protected]>

Signed-off-by: Ali Ok <[email protected]>

* Feat: add kubevela sdk auto-generation proposal (#772)

* Feat: add kubevela sdk auto-generation idea

Signed-off-by: qiaozp <[email protected]>

* add Zeng

Signed-off-by: qiaozp <[email protected]>

Signed-off-by: qiaozp <[email protected]>

* CNB profiling project for LFX spring 2023 (#785)

Signed-off-by: Joe Kimmel <[email protected]>

* Feat: add KubeVela auto-generator  proposal for LFX 2023 (#767)

Signed-off-by: FogDong <[email protected]>

* add KubeArmor proposed projects for Term 01-2023 (#781)

Signed-off-by: Ankur Kothiwal <[email protected]>

* Feat: add proposal for LFX 2023 (#787)

Signed-off-by: Zhen Zhang <[email protected]>
Signed-off-by: Nate W. <[email protected]>
Co-authored-by: Nate W <[email protected]>

* Kubewarden LFX mentorship projects (#789)

Adds the Kubewarden proposed project to the LFX mentorship program.

Signed-off-by: José Guilherme Vanz <[email protected]>
Signed-off-by: Nate W. <[email protected]>
Co-authored-by: Nate W <[email protected]>

* Feat: add wasmedge lfx mentorship 2023-01 (#790)

Signed-off-by: hydai <[email protected]>
Signed-off-by: Nate W. <[email protected]>
Co-authored-by: Nate W <[email protected]>

* add project ideas for Thanos (#791)

Signed-off-by: Ben Ye <[email protected]>
Signed-off-by: Nate W. <[email protected]>
Co-authored-by: Nate W <[email protected]>

* doc: added cluster api provider aws project (#784)

Signed-off-by: Richard Case <[email protected]>

* Adds Vitess's proposed project for LFX 2023 term 01-Mar-May (#774)

* feat: add parser proposal for lfx

Signed-off-by: Manan Gupta <[email protected]>

* feat: add email address

Signed-off-by: Manan Gupta <[email protected]>

---------

Signed-off-by: Manan Gupta <[email protected]>

* Update project_ideas.md (#793)

Signed-off-by: Eric Anderson <[email protected]>

* Adding LitmusChaos to LFX-23-Q1 (#788)

* Adding LitmusChaos to LFX-23-Q1

Signed-off-by: Raj Babu Das <[email protected]>

* Adding LitmusChaos to LFX-23-Q1

Signed-off-by: Raj Babu Das <[email protected]>

---------

Signed-off-by: Raj Babu Das <[email protected]>
Signed-off-by: Raj Das <[email protected]>
Signed-off-by: Nate W. <[email protected]>
Co-authored-by: Nate W <[email protected]>

* Add project ideas for Karmada (#794)

Signed-off-by: RainbowMango <[email protected]>
Signed-off-by: Nate W. <[email protected]>
Co-authored-by: Nate W <[email protected]>

* add kubeedge ideas for lfx (#797)

Signed-off-by: fisherxu <[email protected]>
Signed-off-by: Nate W. <[email protected]>
Co-authored-by: Nate W <[email protected]>

* Kyverno mentorships (#799)

* replace issue

Signed-off-by: Chip Zoller <[email protected]>

* fix for the last time

Signed-off-by: Chip Zoller <[email protected]>

* add Kyverno mentorships

Signed-off-by: Chip Zoller <[email protected]>

---------

Signed-off-by: Chip Zoller <[email protected]>

* Add handles and emails (#803)

* add handles and emails

Signed-off-by: Chip Zoller <[email protected]>

* Add NATS project idea for LFX (#804)

Signed-off-by: Waldemar Quevedo <[email protected]>

* Add LFX proposal for Parquet in PromQL (#801)

* Add LFX proposal for Parquet in PromQL

This commit adds an LFX project for querying Apache Parquet files
with the new Thanos PromQL engine.

Signed-off-by: Filip Petkovski <[email protected]>

* Update lfx-mentorship/2023/01-Mar-May/project_ideas.md

Co-authored-by: Prem Saraswat <[email protected]>
Signed-off-by: Filip Petkovski <[email protected]>

---------

Signed-off-by: Filip Petkovski <[email protected]>
Co-authored-by: Prem Saraswat <[email protected]>

* add project ideas for Cortex (#805)

Signed-off-by: Ben Ye <[email protected]>

* Add Kubescape suggestions (#806)

Signed-off-by: Craig Box <[email protected]>

* buildpacks: propose arm/multi-arch project (#792)

Signed-off-by: Joe Kimmel <[email protected]>

* Add TestGrid UI to LFX Mentorship Ideas for 2023 (#802)

Signed-off-by: Sean Chase <[email protected]>
Signed-off-by: Nate W. <[email protected]>
Co-authored-by: Nate W <[email protected]>

* docs: updated CAPA/CAPG mentor details (#809)

Signed-off-by: Richard Case <[email protected]>

* Add emails for some Knative mentors (#808)

Signed-off-by: Ali Ok <[email protected]>

* Add project ideas for Harbor (#798)

* WIP: Add project ideas for Harbor

Signed-off-by: OrlinVasilev <[email protected]>

* Add project ideas for Harbor

Signed-off-by: OrlinVasilev <[email protected]>

* Add project ideas for Harbor

Signed-off-by: OrlinVasilev <[email protected]>

* WIP: Add project ideas for Harbor

Signed-off-by: OrlinVasilev <[email protected]>

* Add project ideas for Harbor

Signed-off-by: OrlinVasilev <[email protected]>

* Add project ideas for Harbor

Signed-off-by: OrlinVasilev <[email protected]>

* Add project ideas for Harbor

Signed-off-by: OrlinVasilev <[email protected]>

* Update project_ideas.md

Signed-off-by: Orlix <[email protected]>

---------

Signed-off-by: OrlinVasilev <[email protected]>
Signed-off-by: Orlix <[email protected]>

* Add Notary and ORAS project ideas to lfx-mentorship (#796)

* Add Notary and ORAS project ideas to lfx-mentorship

Signed-off-by: Feynman Zhou <[email protected]>

* doc: Add Notary and ORAS project ideas to lfx-mentorship

Signed-off-by: Feynman Zhou <[email protected]>

---------

Signed-off-by: Feynman Zhou <[email protected]>

* Moving proposals to accepted (LFX Mentorship 2023 term 1: March - May) (#807)

* Adding Cilium projects
* Adding Cloud Native Buildpacks projects
* Adding Kubescape projects
* Adding Kubevela projects
* Adding Kyverno projects. 
* Adding Vitess projects
* Adding LitmusChaos projects
* Adding Thanos projects
* Adding Cortex projects
* Adding WasmEdge projects
* Adding Kubernetes projects
* Adding Kubewarden projects
* Adding OpenKruise projects
* Adding KubeArmor projects
* Adding NATS projects
* Adding TestGrid projects
* Adding Linkerd projects
* Adding Karmada projects
* Adding KubeEdge projects

Signed-off-by: Nate W <[email protected]>

* LFX - CNCF Landscape UX UI improvement (#780)

* LFX - CNCF Landscape UX UI improvement

---------

Co-authored-by: Nate W <[email protected]>

Signed-off-by: Andrea Velazquez <[email protected]>
Signed-off-by: Nate W. <[email protected]>

* Moving proposals to accepted (LFX Mentorship 2023 term 1: March - May) (#811)

* adding Notary projects
* adding ORAS projects
* Adding CNCF Landscape project. Removing projects from proposed project ideas file
* chore: Alphabetize list
* chore: add Table of Contents

---------

Signed-off-by: Nate W <[email protected]>
Signed-off-by: thisisobate <[email protected]>
Co-authored-by: thisisobate <[email protected]>

* Moving proposals to accepted (LFX Mentorship 2023 term 1: March - May) (#815)

* adding Harbor projects

---------

Signed-off-by: Nate W <[email protected]>
Signed-off-by: Nate W. <[email protected]>
Co-authored-by: Uchechukwu Obasi <[email protected]>

* updating LFX 2023 01-Mar-May dates. Updating lfx-mentorship README with current term info (#816)

Signed-off-by: Nate W <[email protected]>

* GSOC: KubeVela IDE Plugins (#786)

Signed-off-by: Yin Da <[email protected]>

* Add more Knative GSoC 23 ideas (#782)

* More Knative ideas

---------

Signed-off-by: Ali Ok <[email protected]>

* GSOC: Jaeger (#795)

Signed-off-by: Yuri Shkuro <[email protected]>

* removing toc from GSoC 2023 proposed ideas page (#817)

Signed-off-by: Nate W <[email protected]>

* Added Strimzi GSoC related idea (#810)

Signed-off-by: Paolo Patierno <[email protected]>
Signed-off-by: Nate W. <[email protected]>
Co-authored-by: Nate W <[email protected]>

* updating Jaeger idea formating (GSoC 2023 idea). (#818)

Signed-off-by: Nate W <[email protected]>

* Adding Spring cloud native dev env mentorship (#823)

* Adding Spring cloud native dev env menteeship

Signed-off-by: Nate W <[email protected]>

* adding hold label (#825)

Signed-off-by: Nate W <[email protected]>

* adding TAG Contributor Strategy proposals (#824)

Signed-off-by: Nate W <[email protected]>

* LFX Spring 2023: meshery, tag-network, smp (#822)

* meshery, tag-network, smp

---------

Signed-off-by: leecalcote <[email protected]>
Signed-off-by: Lee Calcote <[email protected]>
Signed-off-by: Nate W. <[email protected]>
Co-authored-by: Nate W. <[email protected]>

* Update README.md (#826)

* Update README.md

Signed-off-by: Andrea Velazquez <[email protected]>

---------

Signed-off-by: Andrea Velazquez <[email protected]>

* updating ToC links in lfx 2023 01-Mar-May (#827)

Signed-off-by: Nate W <[email protected]>

* moving timeline, project instructions, application instructions above table of contents (#828)

Signed-off-by: Nate W <[email protected]>

* Add WasmEdge GSoC 2023 project idea (#821)

Signed-off-by: hydai <[email protected]>

* feat: add Konveyor Move2Kube project proposals for LFx Mentorship (#800)

Signed-off-by: Mehant Kammakomati <[email protected]>
Signed-off-by: Nate W. <[email protected]>
Co-authored-by: Mehant Kammakomati <[email protected]>
Co-authored-by: Nate W <[email protected]>

* GSOC: Add two ideas for KubeVela (#819)

* GSOC: Add two ideas for KubeVela

Signed-off-by: barnettZQG <[email protected]>

---------

Signed-off-by: barnettZQG <[email protected]>

* Moving proposals to accepted (LFX Mentorship 2023 term 1: March - May) (#830)

* adding Konveyor projects
* updating ToC links

---------

Signed-off-by: Nate W <[email protected]>

* add 2 mentors for Cortex project (#829)

Signed-off-by: Ben Ye <[email protected]>

* GSOC: KubeVela HA Enhancement-Cluster Meta Backup&Restore (#814)

* GSOC: KubeVela HA Enhancement-Cluster Meta Backup&Restore

Co-authored-by: Ali Ok <[email protected]>
Signed-off-by: jefree-cat <[email protected]>

---------

Signed-off-by: jefree-cat <[email protected]>
Signed-off-by: jefree-cat <[email protected]>
Co-authored-by: Ali Ok <[email protected]>

* GSOC: Add three ideas for Curve (#820)

Signed-off-by: ilixiaocui <[email protected]>

* docs: add streamlined ofep proposal (#834)

Signed-off-by: Michael Beemer <[email protected]>
Signed-off-by: Nate W. <[email protected]>
Co-authored-by: Nate W <[email protected]>

* Add project ideas for google summer of code (#835)

Signed-off-by: Kevin Hannon <[email protected]>

* GSOC: add Keptn project ideas for GSoC 23 (#832)

* docs: add Keptn project ideas for GSoC 23

Signed-off-by: Brad McCoy <[email protected]>

* Adding LFX Mentorship 2023 terms 2 & 3 timelines (#833)

Signed-off-by: Nate W <[email protected]>

* mention high level technical tasks (#842)

Signed-off-by: Michael Beemer <[email protected]>

* Setting up GSoD 2023 (#840)

* Google Season of Docs & CNCF 2023

Signed-off-by: Nate W <[email protected]>

* GSoC: Add proposals for Keptn (#836)

* doc: add keptn proposals

Signed-off-by: Thomas Schuetz <[email protected]>

* GSoC: Add Proposal for KeptnTasks Repository (#839)

* add Keptn proposal for KeptnTasks

Signed-off-by: agardnerit <[email protected]>

* GSoC: Add Proposal for KubeBuilder - Helper to upgrade projects (#844)

* Add KubeBuilder - Helper to upgrade projects

## Description

We want to add this proposal.

---------

Signed-off-by: Camila Macedo <[email protected]>
Co-authored-by: Ali Ok <[email protected]>

* 2023-02-14 Meeting Minutes (#849)

Co-authored-by: HackMD <37423+hackmd-hub[bot]@users.noreply.github.com>

* GSoC 2023: add CRI-O proposals (#847)

Signed-off-by: Peter Hunt <[email protected]>
Signed-off-by: Nate W. <[email protected]>
Co-authored-by: Nate W <[email protected]>

* Updating GSoC 2023 ideas list (#850)

* alphabetizing
* adding table of contents

Signed-off-by: Nate W <[email protected]>

* add CNB gsoc 2023 projects (#783)

* add CNB gsoc 2023 projects

---------

Signed-off-by: Joe Kimmel <[email protected]>
Signed-off-by: Joe Kimmel <[email protected]>
Signed-off-by: Nate W. <[email protected]>
Co-authored-by: Natalie Arellano <[email protected]>
Co-authored-by: Nate W <[email protected]>

* enhancement : Automate labelling PRs #559

Signed-off-by: Sarvjeet Rajvansh <[email protected]>

* Add expected hours to CNB Dockerfiles project (#852)

Signed-off-by: Natalie Arellano <[email protected]>

* 2023-02-28 meeting minutes (#854)

Co-authored-by: HackMD <37423+hackmd-hub[bot]@users.noreply.github.com>
Signed-off-by: Nate W. <[email protected]>

* Adding aliok as a repo maintainer (GSoC admin) (#855)

Signed-off-by: Ali Ok <[email protected]>

* Update .github/labeler.yml

makes the comment internally consistent

Co-authored-by: Nate W. <[email protected]>
Signed-off-by: Robert Kielty <[email protected]>

* fix date (#856)

Signed-off-by: Daniel Holbach <[email protected]>

* Reorganizing prlabeller.yml. Adding LFX term labels (#858)

Signed-off-by: Nate W <[email protected]>

* Proposed GSoC project from Prometheus (#868)

Signed-off-by: Bartlomiej Plotka <[email protected]>

* Add task for TUF content addressable support (#870)

Signed-off-by: Aditya Sirish <[email protected]>

* Update issue link for Knative NetworkPolicy support project (#873)

I wrote up a more-detailed issue, rather than reusing a smaller existing issue.

Signed-off-by: Evan Anderson <[email protected]>

* add kubearmor projects for gsoc 2023 (#867)

Signed-off-by: Anurag <[email protected]>

* Add Cilium GSoC idea (#879)

Signed-off-by: Bill Mulligan <[email protected]>

* 2023-03-14 meeting minutes (#878)

Co-authored-by: HackMD <37423+hackmd-hub[bot]@users.noreply.github.com>
Signed-off-by: Nate W <[email protected]>

---------

Signed-off-by: Riaan Kleinhans <[email protected]>
Signed-off-by: Nate W <[email protected]>
Signed-off-by: 楚岳 <[email protected]>
Signed-off-by: Richard Case <[email protected]>
Signed-off-by: Richard Case <[email protected]>
Signed-off-by: Nate W. <[email protected]>
Signed-off-by: Bill Mulligan <[email protected]>
Signed-off-by: Rohit Nayak <[email protected]>
Signed-off-by: Ali Ok <[email protected]>
Signed-off-by: qiaozp <[email protected]>
Signed-off-by: Joe Kimmel <[email protected]>
Signed-off-by: FogDong <[email protected]>
Signed-off-by: Ankur Kothiwal <[email protected]>
Signed-off-by: Zhen Zhang <[email protected]>
Signed-off-by: José Guilherme Vanz <[email protected]>
Signed-off-by: hydai <[email protected]>
Signed-off-by: Ben Ye <[email protected]>
Signed-off-by: Manan Gupta <[email protected]>
Signed-off-by: Eric Anderson <[email protected]>
Signed-off-by: Raj Babu Das <[email protected]>
Signed-off-by: Raj Das <[email protected]>
Signed-off-by: RainbowMango <[email protected]>
Signed-off-by: fisherxu <[email protected]>
Signed-off-by: Chip Zoller <[email protected]>
Signed-off-by: Waldemar Quevedo <[email protected]>
Signed-off-by: Filip Petkovski <[email protected]>
Signed-off-by: Craig Box <[email protected]>
Signed-off-by: Joe Kimmel <[email protected]>
Signed-off-by: Sean Chase <[email protected]>
Signed-off-by: Richard Case <[email protected]>
Signed-off-by: OrlinVasilev <[email protected]>
Signed-off-by: Orlix <[email protected]>
Signed-off-by: Feynman Zhou <[email protected]>
Signed-off-by: Andrea Velazquez <[email protected]>
Signed-off-by: thisisobate <[email protected]>
Signed-off-by: Yin Da <[email protected]>
Signed-off-by: Yuri Shkuro <[email protected]>
Signed-off-by: Paolo Patierno <[email protected]>
Signed-off-by: leecalcote <[email protected]>
Signed-off-by: Lee Calcote <[email protected]>
Signed-off-by: Mehant Kammakomati <[email protected]>
Signed-off-by: barnettZQG <[email protected]>
Signed-off-by: jefree-cat <[email protected]>
Signed-off-by: jefree-cat <[email protected]>
Signed-off-by: ilixiaocui <[email protected]>
Signed-off-by: Michael Beemer <[email protected]>
Signed-off-by: Kevin Hannon <[email protected]>
Signed-off-by: Brad McCoy <[email protected]>
Signed-off-by: Thomas Schuetz <[email protected]>
Signed-off-by: agardnerit <[email protected]>
Signed-off-by: Camila Macedo <[email protected]>
Signed-off-by: Peter Hunt <[email protected]>
Signed-off-by: Sarvjeet Rajvansh <[email protected]>
Signed-off-by: Natalie Arellano <[email protected]>
Signed-off-by: Robert Kielty <[email protected]>
Signed-off-by: Daniel Holbach <[email protected]>
Signed-off-by: Bartlomiej Plotka <[email protected]>
Signed-off-by: Aditya Sirish <[email protected]>
Signed-off-by: Evan Anderson <[email protected]>
Signed-off-by: Anurag <[email protected]>
Co-authored-by: Riaan Kleinhans <[email protected]>
Co-authored-by: HackMD <37423+hackmd-hub[bot]@users.noreply.github.com>
Co-authored-by: 楚岳 <[email protected]>
Co-authored-by: Richard Case <[email protected]>
Co-authored-by: Richard Case <[email protected]>
Co-authored-by: Bill Mulligan <[email protected]>
Co-authored-by: Rohit Nayak <[email protected]>
Co-authored-by: Ali Ok <[email protected]>
Co-authored-by: qiaozp <[email protected]>
Co-authored-by: Joe Kimmel <[email protected]>
Co-authored-by: Tianxin Dong <[email protected]>
Co-authored-by: Ankur Kothiwal <[email protected]>
Co-authored-by: Zhen Zhang <[email protected]>
Co-authored-by: José Guilherme Vanz <[email protected]>
Co-authored-by: hydai <[email protected]>
Co-authored-by: Ben Ye <[email protected]>
Co-authored-by: Manan Gupta <[email protected]>
Co-authored-by: Eric Anderson <[email protected]>
Co-authored-by: Raj Das <[email protected]>
Co-authored-by: Hongcai Ren <[email protected]>
Co-authored-by: Fisher Xu <[email protected]>
Co-authored-by: Chip Zoller <[email protected]>
Co-authored-by: Waldemar Quevedo <[email protected]>
Co-authored-by: Filip Petkovski <[email protected]>
Co-authored-by: Prem Saraswat <[email protected]>
Co-authored-by: Craig Box <[email protected]>
Co-authored-by: Sean Chase <[email protected]>
Co-authored-by: Orlix <[email protected]>
Co-authored-by: Feynman Zhou <[email protected]>
Co-authored-by: Andrea Velazquez <[email protected]>
Co-authored-by: thisisobate <[email protected]>
Co-authored-by: Somefive <[email protected]>
Co-authored-by: Yuri Shkuro <[email protected]>
Co-authored-by: Paolo Patierno <[email protected]>
Co-authored-by: Hippie Hacker <[email protected]>
Co-authored-by: Lee Calcote <[email protected]>
Co-authored-by: Mehant Kammakomati <[email protected]>
Co-authored-by: Mehant Kammakomati <[email protected]>
Co-authored-by: barnettZQG <[email protected]>
Co-authored-by: jefree-cat <[email protected]>
Co-authored-by: ilixiaocui <[email protected]>
Co-authored-by: Michael Beemer <[email protected]>
Co-authored-by: Kevin Hannon <[email protected]>
Co-authored-by: Brad McCoy <[email protected]>
Co-authored-by: Thomas Schuetz <[email protected]>
Co-authored-by: Adam Gardner <[email protected]>
Co-authored-by: Camila Macedo <[email protected]>
Co-authored-by: Peter Hunt <[email protected]>
Co-authored-by: Natalie Arellano <[email protected]>
Co-authored-by: Sarvjeet Rajvansh <[email protected]>
Co-authored-by: Robert Kielty <[email protected]>
Co-authored-by: Daniel Holbach <[email protected]>
Co-authored-by: Bartlomiej Plotka <[email protected]>
Co-authored-by: Aditya Sirish <[email protected]>
Co-authored-by: Evan Anderson <[email protected]>
Co-authored-by: Anurag <[email protected]>
jberkus pushed a commit that referenced this pull request Apr 11, 2023
* [WIP] Refactoring the Mentoring Repo for better user interaction (#732)

* Initial refactor of repo
* Next step in refactoring Repo
* Transferred Program Stats to corresponding file
* Relocating core ReadMe sections
* First draft for Mentee FAQ

Signed-off-by: Jay T <[email protected]>

* Moved archive info form readme to the archive file (#744)

* move archive info form readme to file

Signed-off-by: Riaan Kleinhans <[email protected]>

* Add Riaan Kleinhans as maintainer (#734)

Signed-off-by: Riaan Kleinhans <[email protected]>

* 2022-11-08-mentoring-wg-meeting (#742)

Co-authored-by: HackMD <37423+hackmd-hub[bot]@users.noreply.github.com>

Signed-off-by: Nate W <[email protected]>

* September comes before November (#747)

Signed-off-by: Nate W <[email protected]>

* updating 2022 stats. adding LFX Mentoring 2022 term 3: Sept-Nov (#750)

Signed-off-by: Nate W <[email protected]>

* 2022-12-13 (#751)

Dec 13, 2022 mentoring working group meeting minutes

Co-authored-by: HackMD <37423+hackmd-hub[bot]@users.noreply.github.com>

Signed-off-by: Nate W <[email protected]>

* Archiving the 2022 mentorship wg meeting minutes (#756)

* 2022-archive

Archiving the 2022 mentorship wg meeting minutes.

Signed-off-by: Nate W <[email protected]>

* create 2023 meeting minutes file (#757)

Signed-off-by: Nate W <[email protected]>

* updating LFX Mentorship templates (#759)

Signed-off-by: Nate W <[email protected]>

* Moving LFX Mentoring 2022 data into the archive

Signed-off-by: Nate W <[email protected]>

* Create relative links and expand readme content (#769)

* create-relative-links

Signed-off-by: Riaan Kleinhans <[email protected]>

* Add more detail and links to the readme file

Signed-off-by: Riaan Kleinhans <[email protected]>

* Update README.md

Signed-off-by: Riaan Kleinhans <[email protected]>

* remove cross from the readme

#738 (comment)

Signed-off-by: Riaan Kleinhans <[email protected]>

* improve word choise

Co-authored-by: Nate W. <[email protected]>
Signed-off-by: Riaan Kleinhans <[email protected]>

Signed-off-by: Riaan Kleinhans <[email protected]>
Co-authored-by: Nate W. <[email protected]>

* Merged main v2 2023-03-14 (#881)

* Add Riaan Kleinhans as maintainer (#734)

Signed-off-by: Riaan Kleinhans <[email protected]>

* 2022-11-08-mentoring-wg-meeting (#742)

Co-authored-by: HackMD <37423+hackmd-hub[bot]@users.noreply.github.com>

* September comes before November (#747)

Signed-off-by: Nate W <[email protected]>

* updating 2022 stats. adding LFX Mentoring 2022 term 3: Sept-Nov (#750)

Signed-off-by: Nate W <[email protected]>

* 2022-12-13 (#751)

Dec 13, 2022 mentoring working group meeting minutes

Co-authored-by: HackMD <37423+hackmd-hub[bot]@users.noreply.github.com>

* adding mentors to CNCF - Cilium: Improving Security posture of the Cilium/Hubble/Tetragon release process project (#753)

Signed-off-by: Nate W <[email protected]>

* Archiving the 2022 mentorship wg meeting minutes (#756)

* 2022-archive

Archiving the 2022 mentorship wg meeting minutes.

* create 2023 meeting minutes file (#757)

* updating LFX Mentorship templates (#759)

Signed-off-by: Nate W <[email protected]>

* KubeVela addons discription

Signed-off-by: 楚岳 <[email protected]>

* docs: added capg project idea

Signed-off-by: Richard Case <[email protected]>

* Update lfx-mentorship/2023/01-Mar-May/project_ideas.md

Co-authored-by: Nate W. <[email protected]>
Signed-off-by: Richard Case <[email protected]>

* add wonderflow as mentor

Signed-off-by: 楚岳 <[email protected]>

delete useless files

Signed-off-by: 楚岳 <[email protected]>

* Add Cilium project idea

Signed-off-by: Bill Mulligan <[email protected]>

* Vitess VReplication project proposal for LFX internship (#771)

Signed-off-by: Rohit Nayak <[email protected]>

* Adding GSoC 2023 (#776)

Signed-off-by: Nate W <[email protected]>

Signed-off-by: Nate W <[email protected]>

* 2023-01-24 meeting minutes (#773)

Co-authored-by: HackMD <37423+hackmd-hub[bot]@users.noreply.github.com>

Signed-off-by: Nate W <[email protected]>

* updating GSoC 2023 (#778)

Signed-off-by: Nate W <[email protected]>

Signed-off-by: Nate W <[email protected]>

* Add Knative GSoC ideas (#779)

Signed-off-by: Ali Ok <[email protected]>

Signed-off-by: Ali Ok <[email protected]>

* Feat: add kubevela sdk auto-generation proposal (#772)

* Feat: add kubevela sdk auto-generation idea

Signed-off-by: qiaozp <[email protected]>

* add Zeng

Signed-off-by: qiaozp <[email protected]>

Signed-off-by: qiaozp <[email protected]>

* CNB profiling project for LFX spring 2023 (#785)

Signed-off-by: Joe Kimmel <[email protected]>

* Feat: add KubeVela auto-generator  proposal for LFX 2023 (#767)

Signed-off-by: FogDong <[email protected]>

* add KubeArmor proposed projects for Term 01-2023 (#781)

Signed-off-by: Ankur Kothiwal <[email protected]>

* Feat: add proposal for LFX 2023 (#787)

Signed-off-by: Zhen Zhang <[email protected]>
Signed-off-by: Nate W. <[email protected]>
Co-authored-by: Nate W <[email protected]>

* Kubewarden LFX mentorship projects (#789)

Adds the Kubewarden proposed project to the LFX mentorship program.

Signed-off-by: José Guilherme Vanz <[email protected]>
Signed-off-by: Nate W. <[email protected]>
Co-authored-by: Nate W <[email protected]>

* Feat: add wasmedge lfx mentorship 2023-01 (#790)

Signed-off-by: hydai <[email protected]>
Signed-off-by: Nate W. <[email protected]>
Co-authored-by: Nate W <[email protected]>

* add project ideas for Thanos (#791)

Signed-off-by: Ben Ye <[email protected]>
Signed-off-by: Nate W. <[email protected]>
Co-authored-by: Nate W <[email protected]>

* doc: added cluster api provider aws project (#784)

Signed-off-by: Richard Case <[email protected]>

* Adds Vitess's proposed project for LFX 2023 term 01-Mar-May (#774)

* feat: add parser proposal for lfx

Signed-off-by: Manan Gupta <[email protected]>

* feat: add email address

Signed-off-by: Manan Gupta <[email protected]>

---------

Signed-off-by: Manan Gupta <[email protected]>

* Update project_ideas.md (#793)

Signed-off-by: Eric Anderson <[email protected]>

* Adding LitmusChaos to LFX-23-Q1 (#788)

* Adding LitmusChaos to LFX-23-Q1

Signed-off-by: Raj Babu Das <[email protected]>

* Adding LitmusChaos to LFX-23-Q1

Signed-off-by: Raj Babu Das <[email protected]>

---------

Signed-off-by: Raj Babu Das <[email protected]>
Signed-off-by: Raj Das <[email protected]>
Signed-off-by: Nate W. <[email protected]>
Co-authored-by: Nate W <[email protected]>

* Add project ideas for Karmada (#794)

Signed-off-by: RainbowMango <[email protected]>
Signed-off-by: Nate W. <[email protected]>
Co-authored-by: Nate W <[email protected]>

* add kubeedge ideas for lfx (#797)

Signed-off-by: fisherxu <[email protected]>
Signed-off-by: Nate W. <[email protected]>
Co-authored-by: Nate W <[email protected]>

* Kyverno mentorships (#799)

* replace issue

Signed-off-by: Chip Zoller <[email protected]>

* fix for the last time

Signed-off-by: Chip Zoller <[email protected]>

* add Kyverno mentorships

Signed-off-by: Chip Zoller <[email protected]>

---------

Signed-off-by: Chip Zoller <[email protected]>

* Add handles and emails (#803)

* add handles and emails

Signed-off-by: Chip Zoller <[email protected]>

* Add NATS project idea for LFX (#804)

Signed-off-by: Waldemar Quevedo <[email protected]>

* Add LFX proposal for Parquet in PromQL (#801)

* Add LFX proposal for Parquet in PromQL

This commit adds an LFX project for querying Apache Parquet files
with the new Thanos PromQL engine.

Signed-off-by: Filip Petkovski <[email protected]>

* Update lfx-mentorship/2023/01-Mar-May/project_ideas.md

Co-authored-by: Prem Saraswat <[email protected]>
Signed-off-by: Filip Petkovski <[email protected]>

---------

Signed-off-by: Filip Petkovski <[email protected]>
Co-authored-by: Prem Saraswat <[email protected]>

* add project ideas for Cortex (#805)

Signed-off-by: Ben Ye <[email protected]>

* Add Kubescape suggestions (#806)

Signed-off-by: Craig Box <[email protected]>

* buildpacks: propose arm/multi-arch project (#792)

Signed-off-by: Joe Kimmel <[email protected]>

* Add TestGrid UI to LFX Mentorship Ideas for 2023 (#802)

Signed-off-by: Sean Chase <[email protected]>
Signed-off-by: Nate W. <[email protected]>
Co-authored-by: Nate W <[email protected]>

* docs: updated CAPA/CAPG mentor details (#809)

Signed-off-by: Richard Case <[email protected]>

* Add emails for some Knative mentors (#808)

Signed-off-by: Ali Ok <[email protected]>

* Add project ideas for Harbor (#798)

* WIP: Add project ideas for Harbor

Signed-off-by: OrlinVasilev <[email protected]>

* Add project ideas for Harbor

Signed-off-by: OrlinVasilev <[email protected]>

* Add project ideas for Harbor

Signed-off-by: OrlinVasilev <[email protected]>

* WIP: Add project ideas for Harbor

Signed-off-by: OrlinVasilev <[email protected]>

* Add project ideas for Harbor

Signed-off-by: OrlinVasilev <[email protected]>

* Add project ideas for Harbor

Signed-off-by: OrlinVasilev <[email protected]>

* Add project ideas for Harbor

Signed-off-by: OrlinVasilev <[email protected]>

* Update project_ideas.md

Signed-off-by: Orlix <[email protected]>

---------

Signed-off-by: OrlinVasilev <[email protected]>
Signed-off-by: Orlix <[email protected]>

* Add Notary and ORAS project ideas to lfx-mentorship (#796)

* Add Notary and ORAS project ideas to lfx-mentorship

Signed-off-by: Feynman Zhou <[email protected]>

* doc: Add Notary and ORAS project ideas to lfx-mentorship

Signed-off-by: Feynman Zhou <[email protected]>

---------

Signed-off-by: Feynman Zhou <[email protected]>

* Moving proposals to accepted (LFX Mentorship 2023 term 1: March - May) (#807)

* Adding Cilium projects
* Adding Cloud Native Buildpacks projects
* Adding Kubescape projects
* Adding Kubevela projects
* Adding Kyverno projects. 
* Adding Vitess projects
* Adding LitmusChaos projects
* Adding Thanos projects
* Adding Cortex projects
* Adding WasmEdge projects
* Adding Kubernetes projects
* Adding Kubewarden projects
* Adding OpenKruise projects
* Adding KubeArmor projects
* Adding NATS projects
* Adding TestGrid projects
* Adding Linkerd projects
* Adding Karmada projects
* Adding KubeEdge projects

Signed-off-by: Nate W <[email protected]>

* LFX - CNCF Landscape UX UI improvement (#780)

* LFX - CNCF Landscape UX UI improvement

---------

Co-authored-by: Nate W <[email protected]>

Signed-off-by: Andrea Velazquez <[email protected]>
Signed-off-by: Nate W. <[email protected]>

* Moving proposals to accepted (LFX Mentorship 2023 term 1: March - May) (#811)

* adding Notary projects
* adding ORAS projects
* Adding CNCF Landscape project. Removing projects from proposed project ideas file
* chore: Alphabetize list
* chore: add Table of Contents

---------

Signed-off-by: Nate W <[email protected]>
Signed-off-by: thisisobate <[email protected]>
Co-authored-by: thisisobate <[email protected]>

* Moving proposals to accepted (LFX Mentorship 2023 term 1: March - May) (#815)

* adding Harbor projects

---------

Signed-off-by: Nate W <[email protected]>
Signed-off-by: Nate W. <[email protected]>
Co-authored-by: Uchechukwu Obasi <[email protected]>

* updating LFX 2023 01-Mar-May dates. Updating lfx-mentorship README with current term info (#816)

Signed-off-by: Nate W <[email protected]>

* GSOC: KubeVela IDE Plugins (#786)

Signed-off-by: Yin Da <[email protected]>

* Add more Knative GSoC 23 ideas (#782)

* More Knative ideas

---------

Signed-off-by: Ali Ok <[email protected]>

* GSOC: Jaeger (#795)

Signed-off-by: Yuri Shkuro <[email protected]>

* removing toc from GSoC 2023 proposed ideas page (#817)

Signed-off-by: Nate W <[email protected]>

* Added Strimzi GSoC related idea (#810)

Signed-off-by: Paolo Patierno <[email protected]>
Signed-off-by: Nate W. <[email protected]>
Co-authored-by: Nate W <[email protected]>

* updating Jaeger idea formating (GSoC 2023 idea). (#818)

Signed-off-by: Nate W <[email protected]>

* Adding Spring cloud native dev env mentorship (#823)

* Adding Spring cloud native dev env menteeship

Signed-off-by: Nate W <[email protected]>

* adding hold label (#825)

Signed-off-by: Nate W <[email protected]>

* adding TAG Contributor Strategy proposals (#824)

Signed-off-by: Nate W <[email protected]>

* LFX Spring 2023: meshery, tag-network, smp (#822)

* meshery, tag-network, smp

---------

Signed-off-by: leecalcote <[email protected]>
Signed-off-by: Lee Calcote <[email protected]>
Signed-off-by: Nate W. <[email protected]>
Co-authored-by: Nate W. <[email protected]>

* Update README.md (#826)

* Update README.md

Signed-off-by: Andrea Velazquez <[email protected]>

---------

Signed-off-by: Andrea Velazquez <[email protected]>

* updating ToC links in lfx 2023 01-Mar-May (#827)

Signed-off-by: Nate W <[email protected]>

* moving timeline, project instructions, application instructions above table of contents (#828)

Signed-off-by: Nate W <[email protected]>

* Add WasmEdge GSoC 2023 project idea (#821)

Signed-off-by: hydai <[email protected]>

* feat: add Konveyor Move2Kube project proposals for LFx Mentorship (#800)

Signed-off-by: Mehant Kammakomati <[email protected]>
Signed-off-by: Nate W. <[email protected]>
Co-authored-by: Mehant Kammakomati <[email protected]>
Co-authored-by: Nate W <[email protected]>

* GSOC: Add two ideas for KubeVela (#819)

* GSOC: Add two ideas for KubeVela

Signed-off-by: barnettZQG <[email protected]>

---------

Signed-off-by: barnettZQG <[email protected]>

* Moving proposals to accepted (LFX Mentorship 2023 term 1: March - May) (#830)

* adding Konveyor projects
* updating ToC links

---------

Signed-off-by: Nate W <[email protected]>

* add 2 mentors for Cortex project (#829)

Signed-off-by: Ben Ye <[email protected]>

* GSOC: KubeVela HA Enhancement-Cluster Meta Backup&Restore (#814)

* GSOC: KubeVela HA Enhancement-Cluster Meta Backup&Restore

Co-authored-by: Ali Ok <[email protected]>
Signed-off-by: jefree-cat <[email protected]>

---------

Signed-off-by: jefree-cat <[email protected]>
Signed-off-by: jefree-cat <[email protected]>
Co-authored-by: Ali Ok <[email protected]>

* GSOC: Add three ideas for Curve (#820)

Signed-off-by: ilixiaocui <[email protected]>

* docs: add streamlined ofep proposal (#834)

Signed-off-by: Michael Beemer <[email protected]>
Signed-off-by: Nate W. <[email protected]>
Co-authored-by: Nate W <[email protected]>

* Add project ideas for google summer of code (#835)

Signed-off-by: Kevin Hannon <[email protected]>

* GSOC: add Keptn project ideas for GSoC 23 (#832)

* docs: add Keptn project ideas for GSoC 23

Signed-off-by: Brad McCoy <[email protected]>

* Adding LFX Mentorship 2023 terms 2 & 3 timelines (#833)

Signed-off-by: Nate W <[email protected]>

* mention high level technical tasks (#842)

Signed-off-by: Michael Beemer <[email protected]>

* Setting up GSoD 2023 (#840)

* Google Season of Docs & CNCF 2023

Signed-off-by: Nate W <[email protected]>

* GSoC: Add proposals for Keptn (#836)

* doc: add keptn proposals

Signed-off-by: Thomas Schuetz <[email protected]>

* GSoC: Add Proposal for KeptnTasks Repository (#839)

* add Keptn proposal for KeptnTasks

Signed-off-by: agardnerit <[email protected]>

* GSoC: Add Proposal for KubeBuilder - Helper to upgrade projects (#844)

* Add KubeBuilder - Helper to upgrade projects

## Description

We want to add this proposal.

---------

Signed-off-by: Camila Macedo <[email protected]>
Co-authored-by: Ali Ok <[email protected]>

* 2023-02-14 Meeting Minutes (#849)

Co-authored-by: HackMD <37423+hackmd-hub[bot]@users.noreply.github.com>

* GSoC 2023: add CRI-O proposals (#847)

Signed-off-by: Peter Hunt <[email protected]>
Signed-off-by: Nate W. <[email protected]>
Co-authored-by: Nate W <[email protected]>

* Updating GSoC 2023 ideas list (#850)

* alphabetizing
* adding table of contents

Signed-off-by: Nate W <[email protected]>

* add CNB gsoc 2023 projects (#783)

* add CNB gsoc 2023 projects

---------

Signed-off-by: Joe Kimmel <[email protected]>
Signed-off-by: Joe Kimmel <[email protected]>
Signed-off-by: Nate W. <[email protected]>
Co-authored-by: Natalie Arellano <[email protected]>
Co-authored-by: Nate W <[email protected]>

* enhancement : Automate labelling PRs #559

Signed-off-by: Sarvjeet Rajvansh <[email protected]>

* Add expected hours to CNB Dockerfiles project (#852)

Signed-off-by: Natalie Arellano <[email protected]>

* 2023-02-28 meeting minutes (#854)

Co-authored-by: HackMD <37423+hackmd-hub[bot]@users.noreply.github.com>
Signed-off-by: Nate W. <[email protected]>

* Adding aliok as a repo maintainer (GSoC admin) (#855)

Signed-off-by: Ali Ok <[email protected]>

* Update .github/labeler.yml

makes the comment internally consistent

Co-authored-by: Nate W. <[email protected]>
Signed-off-by: Robert Kielty <[email protected]>

* fix date (#856)

Signed-off-by: Daniel Holbach <[email protected]>

* Reorganizing prlabeller.yml. Adding LFX term labels (#858)

Signed-off-by: Nate W <[email protected]>

* Proposed GSoC project from Prometheus (#868)

Signed-off-by: Bartlomiej Plotka <[email protected]>

* Add task for TUF content addressable support (#870)

Signed-off-by: Aditya Sirish <[email protected]>

* Update issue link for Knative NetworkPolicy support project (#873)

I wrote up a more-detailed issue, rather than reusing a smaller existing issue.

Signed-off-by: Evan Anderson <[email protected]>

* add kubearmor projects for gsoc 2023 (#867)

Signed-off-by: Anurag <[email protected]>

* Add Cilium GSoC idea (#879)

Signed-off-by: Bill Mulligan <[email protected]>

* 2023-03-14 meeting minutes (#878)

Co-authored-by: HackMD <37423+hackmd-hub[bot]@users.noreply.github.com>
Signed-off-by: Nate W <[email protected]>

---------

Signed-off-by: Riaan Kleinhans <[email protected]>
Signed-off-by: Nate W <[email protected]>
Signed-off-by: 楚岳 <[email protected]>
Signed-off-by: Richard Case <[email protected]>
Signed-off-by: Richard Case <[email protected]>
Signed-off-by: Nate W. <[email protected]>
Signed-off-by: Bill Mulligan <[email protected]>
Signed-off-by: Rohit Nayak <[email protected]>
Signed-off-by: Ali Ok <[email protected]>
Signed-off-by: qiaozp <[email protected]>
Signed-off-by: Joe Kimmel <[email protected]>
Signed-off-by: FogDong <[email protected]>
Signed-off-by: Ankur Kothiwal <[email protected]>
Signed-off-by: Zhen Zhang <[email protected]>
Signed-off-by: José Guilherme Vanz <[email protected]>
Signed-off-by: hydai <[email protected]>
Signed-off-by: Ben Ye <[email protected]>
Signed-off-by: Manan Gupta <[email protected]>
Signed-off-by: Eric Anderson <[email protected]>
Signed-off-by: Raj Babu Das <[email protected]>
Signed-off-by: Raj Das <[email protected]>
Signed-off-by: RainbowMango <[email protected]>
Signed-off-by: fisherxu <[email protected]>
Signed-off-by: Chip Zoller <[email protected]>
Signed-off-by: Waldemar Quevedo <[email protected]>
Signed-off-by: Filip Petkovski <[email protected]>
Signed-off-by: Craig Box <[email protected]>
Signed-off-by: Joe Kimmel <[email protected]>
Signed-off-by: Sean Chase <[email protected]>
Signed-off-by: Richard Case <[email protected]>
Signed-off-by: OrlinVasilev <[email protected]>
Signed-off-by: Orlix <[email protected]>
Signed-off-by: Feynman Zhou <[email protected]>
Signed-off-by: Andrea Velazquez <[email protected]>
Signed-off-by: thisisobate <[email protected]>
Signed-off-by: Yin Da <[email protected]>
Signed-off-by: Yuri Shkuro <[email protected]>
Signed-off-by: Paolo Patierno <[email protected]>
Signed-off-by: leecalcote <[email protected]>
Signed-off-by: Lee Calcote <[email protected]>
Signed-off-by: Mehant Kammakomati <[email protected]>
Signed-off-by: barnettZQG <[email protected]>
Signed-off-by: jefree-cat <[email protected]>
Signed-off-by: jefree-cat <[email protected]>
Signed-off-by: ilixiaocui <[email protected]>
Signed-off-by: Michael Beemer <[email protected]>
Signed-off-by: Kevin Hannon <[email protected]>
Signed-off-by: Brad McCoy <[email protected]>
Signed-off-by: Thomas Schuetz <[email protected]>
Signed-off-by: agardnerit <[email protected]>
Signed-off-by: Camila Macedo <[email protected]>
Signed-off-by: Peter Hunt <[email protected]>
Signed-off-by: Sarvjeet Rajvansh <[email protected]>
Signed-off-by: Natalie Arellano <[email protected]>
Signed-off-by: Robert Kielty <[email protected]>
Signed-off-by: Daniel Holbach <[email protected]>
Signed-off-by: Bartlomiej Plotka <[email protected]>
Signed-off-by: Aditya Sirish <[email protected]>
Signed-off-by: Evan Anderson <[email protected]>
Signed-off-by: Anurag <[email protected]>
Co-authored-by: Riaan Kleinhans <[email protected]>
Co-authored-by: HackMD <37423+hackmd-hub[bot]@users.noreply.github.com>
Co-authored-by: 楚岳 <[email protected]>
Co-authored-by: Richard Case <[email protected]>
Co-authored-by: Richard Case <[email protected]>
Co-authored-by: Bill Mulligan <[email protected]>
Co-authored-by: Rohit Nayak <[email protected]>
Co-authored-by: Ali Ok <[email protected]>
Co-authored-by: qiaozp <[email protected]>
Co-authored-by: Joe Kimmel <[email protected]>
Co-authored-by: Tianxin Dong <[email protected]>
Co-authored-by: Ankur Kothiwal <[email protected]>
Co-authored-by: Zhen Zhang <[email protected]>
Co-authored-by: José Guilherme Vanz <[email protected]>
Co-authored-by: hydai <[email protected]>
Co-authored-by: Ben Ye <[email protected]>
Co-authored-by: Manan Gupta <[email protected]>
Co-authored-by: Eric Anderson <[email protected]>
Co-authored-by: Raj Das <[email protected]>
Co-authored-by: Hongcai Ren <[email protected]>
Co-authored-by: Fisher Xu <[email protected]>
Co-authored-by: Chip Zoller <[email protected]>
Co-authored-by: Waldemar Quevedo <[email protected]>
Co-authored-by: Filip Petkovski <[email protected]>
Co-authored-by: Prem Saraswat <[email protected]>
Co-authored-by: Craig Box <[email protected]>
Co-authored-by: Sean Chase <[email protected]>
Co-authored-by: Orlix <[email protected]>
Co-authored-by: Feynman Zhou <[email protected]>
Co-authored-by: Andrea Velazquez <[email protected]>
Co-authored-by: thisisobate <[email protected]>
Co-authored-by: Somefive <[email protected]>
Co-authored-by: Yuri Shkuro <[email protected]>
Co-authored-by: Paolo Patierno <[email protected]>
Co-authored-by: Hippie Hacker <[email protected]>
Co-authored-by: Lee Calcote <[email protected]>
Co-authored-by: Mehant Kammakomati <[email protected]>
Co-authored-by: Mehant Kammakomati <[email protected]>
Co-authored-by: barnettZQG <[email protected]>
Co-authored-by: jefree-cat <[email protected]>
Co-authored-by: ilixiaocui <[email protected]>
Co-authored-by: Michael Beemer <[email protected]>
Co-authored-by: Kevin Hannon <[email protected]>
Co-authored-by: Brad McCoy <[email protected]>
Co-authored-by: Thomas Schuetz <[email protected]>
Co-authored-by: Adam Gardner <[email protected]>
Co-authored-by: Camila Macedo <[email protected]>
Co-authored-by: Peter Hunt <[email protected]>
Co-authored-by: Natalie Arellano <[email protected]>
Co-authored-by: Sarvjeet Rajvansh <[email protected]>
Co-authored-by: Robert Kielty <[email protected]>
Co-authored-by: Daniel Holbach <[email protected]>
Co-authored-by: Bartlomiej Plotka <[email protected]>
Co-authored-by: Aditya Sirish <[email protected]>
Co-authored-by: Evan Anderson <[email protected]>
Co-authored-by: Anurag <[email protected]>

* Revert "Merged main v2 2023-03-14 (#881)"

This reverts commit 59d9c89.

* GSoC admin guide (#871)

* Add GSoC admin guide

Signed-off-by: Ali Ok <[email protected]>

* Update mentoring-wg/gsoc-org-admin-guide.md

Co-authored-by: Natali Vlatko <[email protected]>
Signed-off-by: Ali Ok <[email protected]>

* Update mentoring-wg/gsoc-org-admin-guide.md

Co-authored-by: Natali Vlatko <[email protected]>
Signed-off-by: Ali Ok <[email protected]>

* Update mentoring-wg/gsoc-org-admin-guide.md

Co-authored-by: Natali Vlatko <[email protected]>
Signed-off-by: Ali Ok <[email protected]>

* Update mentoring-wg/gsoc-org-admin-guide.md

Co-authored-by: Natali Vlatko <[email protected]>
Signed-off-by: Ali Ok <[email protected]>

* Update mentoring-wg/gsoc-org-admin-guide.md

Co-authored-by: Natali Vlatko <[email protected]>
Signed-off-by: Ali Ok <[email protected]>

* Update mentoring-wg/gsoc-org-admin-guide.md

Co-authored-by: Natali Vlatko <[email protected]>
Signed-off-by: Ali Ok <[email protected]>

* Update mentoring-wg/gsoc-org-admin-guide.md

Co-authored-by: Natali Vlatko <[email protected]>
Signed-off-by: Ali Ok <[email protected]>

* Update mentoring-wg/gsoc-org-admin-guide.md

Co-authored-by: Natali Vlatko <[email protected]>
Signed-off-by: Ali Ok <[email protected]>

* Update mentoring-wg/gsoc-org-admin-guide.md

Co-authored-by: Natali Vlatko <[email protected]>
Signed-off-by: Ali Ok <[email protected]>

* Update mentoring-wg/gsoc-org-admin-guide.md

Co-authored-by: Natali Vlatko <[email protected]>
Signed-off-by: Ali Ok <[email protected]>

* Add a note about contributor=mentee

Signed-off-by: Ali Ok <[email protected]>

* Fix formatting for the contributor=mentee note

Signed-off-by: Ali Ok <[email protected]>

* GSoC admins don't have to provide non-technical mentoring to contributors

Signed-off-by: Ali Ok <[email protected]>

* Describe what "valuable outcome" means for a project idea proposal

Signed-off-by: Ali Ok <[email protected]>

* Update mentoring-wg/gsoc-org-admin-guide.md

Co-authored-by: Nate W. <[email protected]>
Signed-off-by: Ali Ok <[email protected]>

* Update mentoring-wg/gsoc-org-admin-guide.md

Co-authored-by: Nate W. <[email protected]>
Signed-off-by: Ali Ok <[email protected]>

* Update mentoring-wg/gsoc-org-admin-guide.md

Co-authored-by: Nate W. <[email protected]>
Signed-off-by: Ali Ok <[email protected]>

* Apply suggestions from code review

Co-authored-by: Nate W. <[email protected]>
Signed-off-by: Ali Ok <[email protected]>

* Address a few more comments

Signed-off-by: Ali Ok <[email protected]>

---------

Signed-off-by: Ali Ok <[email protected]>
Co-authored-by: Natali Vlatko <[email protected]>
Co-authored-by: Nate W. <[email protected]>

* moving lfx mentorship terms into their new positions.

Signed-off-by: Nate W <[email protected]>

* moving old season of docs. adding new summer of code 2023.md (#887)

Signed-off-by: Nate W <[email protected]>

* Update mentor mentee sections (#891)

* Removed file stubs.
* Added draft content for mentor & mentee README files.

---------
Co-authored-by: Jay T <[email protected]>
Co-authored-by: Riaan Kleinhans <[email protected]>
Signed-off-by: Nate W <[email protected]>

* Update GSoC admins list

Signed-off-by: Ali Ok <[email protected]>

* Address comments

Signed-off-by: Ali Ok <[email protected]>

* Add recommended skills for buildpacks Dockerfiles project (#889)

Fixes #874

Signed-off-by: Natalie Arellano <[email protected]>

* Add another Jaeger project (#893)

Signed-off-by: Yuri Shkuro <[email protected]>

* Revert "Add another Jaeger project (#893)"

This reverts commit 81af1cd.

* Revert "Add recommended skills for buildpacks Dockerfiles project (#889)"

This reverts commit b70b375.

* Revert "Address comments"

This reverts commit b3bc337.

* Revert "Update GSoC admins list"

This reverts commit a59d027.

* updating v2 based on PR feedback (#909)

* updating v2 based on PR feedback

Signed-off-by: Nate W <[email protected]>

* relocating some of Lee's changes from #914. Making some updates that got lost from *899's PR feedback. Merging main into v2 to keep in sync.

Signed-off-by: Nate W <[email protected]>

* Update GSoC admin guide with example announcements (#920)

* Update GSoC admin guide with example announcements

Signed-off-by: Ali Ok <[email protected]>

* Update mentoring-wg/gsoc-org-admin-guide.md

Co-authored-by: Nate W. <[email protected]>
Signed-off-by: Ali Ok <[email protected]>

---------

Signed-off-by: Ali Ok <[email protected]>
Co-authored-by: Nate W. <[email protected]>

* Delete contributor-growth.md (#925)

place holder file seem a bit out of place

Signed-off-by: Riaan Kleinhans <[email protected]>

* Calling out draft pages. Updating formatting

Signed-off-by: Nate W <[email protected]>

---------

Signed-off-by: Jay T <[email protected]>
Signed-off-by: Riaan Kleinhans <[email protected]>
Signed-off-by: Riaan Kleinhans <[email protected]>
Signed-off-by: Nate W <[email protected]>
Signed-off-by: 楚岳 <[email protected]>
Signed-off-by: Richard Case <[email protected]>
Signed-off-by: Richard Case <[email protected]>
Signed-off-by: Nate W. <[email protected]>
Signed-off-by: Bill Mulligan <[email protected]>
Signed-off-by: Rohit Nayak <[email protected]>
Signed-off-by: Ali Ok <[email protected]>
Signed-off-by: qiaozp <[email protected]>
Signed-off-by: Joe Kimmel <[email protected]>
Signed-off-by: FogDong <[email protected]>
Signed-off-by: Ankur Kothiwal <[email protected]>
Signed-off-by: Zhen Zhang <[email protected]>
Signed-off-by: José Guilherme Vanz <[email protected]>
Signed-off-by: hydai <[email protected]>
Signed-off-by: Ben Ye <[email protected]>
Signed-off-by: Manan Gupta <[email protected]>
Signed-off-by: Eric Anderson <[email protected]>
Signed-off-by: Raj Babu Das <[email protected]>
Signed-off-by: Raj Das <[email protected]>
Signed-off-by: RainbowMango <[email protected]>
Signed-off-by: fisherxu <[email protected]>
Signed-off-by: Chip Zoller <[email protected]>
Signed-off-by: Waldemar Quevedo <[email protected]>
Signed-off-by: Filip Petkovski <[email protected]>
Signed-off-by: Craig Box <[email protected]>
Signed-off-by: Joe Kimmel <[email protected]>
Signed-off-by: Sean Chase <[email protected]>
Signed-off-by: Richard Case <[email protected]>
Signed-off-by: OrlinVasilev <[email protected]>
Signed-off-by: Orlix <[email protected]>
Signed-off-by: Feynman Zhou <[email protected]>
Signed-off-by: Andrea Velazquez <[email protected]>
Signed-off-by: thisisobate <[email protected]>
Signed-off-by: Yin Da <[email protected]>
Signed-off-by: Yuri Shkuro <[email protected]>
Signed-off-by: Paolo Patierno <[email protected]>
Signed-off-by: leecalcote <[email protected]>
Signed-off-by: Lee Calcote <[email protected]>
Signed-off-by: Mehant Kammakomati <[email protected]>
Signed-off-by: barnettZQG <[email protected]>
Signed-off-by: jefree-cat <[email protected]>
Signed-off-by: jefree-cat <[email protected]>
Signed-off-by: ilixiaocui <[email protected]>
Signed-off-by: Michael Beemer <[email protected]>
Signed-off-by: Kevin Hannon <[email protected]>
Signed-off-by: Brad McCoy <[email protected]>
Signed-off-by: Thomas Schuetz <[email protected]>
Signed-off-by: agardnerit <[email protected]>
Signed-off-by: Camila Macedo <[email protected]>
Signed-off-by: Peter Hunt <[email protected]>
Signed-off-by: Sarvjeet Rajvansh <[email protected]>
Signed-off-by: Natalie Arellano <[email protected]>
Signed-off-by: Robert Kielty <[email protected]>
Signed-off-by: Daniel Holbach <[email protected]>
Signed-off-by: Bartlomiej Plotka <[email protected]>
Signed-off-by: Aditya Sirish <[email protected]>
Signed-off-by: Evan Anderson <[email protected]>
Signed-off-by: Anurag <[email protected]>
Co-authored-by: jaytiaki <[email protected]>
Co-authored-by: Riaan Kleinhans <[email protected]>
Co-authored-by: HackMD <37423+hackmd-hub[bot]@users.noreply.github.com>
Co-authored-by: 楚岳 <[email protected]>
Co-authored-by: Richard Case <[email protected]>
Co-authored-by: Richard Case <[email protected]>
Co-authored-by: Bill Mulligan <[email protected]>
Co-authored-by: Rohit Nayak <[email protected]>
Co-authored-by: Ali Ok <[email protected]>
Co-authored-by: qiaozp <[email protected]>
Co-authored-by: Joe Kimmel <[email protected]>
Co-authored-by: Tianxin Dong <[email protected]>
Co-authored-by: Ankur Kothiwal <[email protected]>
Co-authored-by: Zhen Zhang <[email protected]>
Co-authored-by: José Guilherme Vanz <[email protected]>
Co-authored-by: hydai <[email protected]>
Co-authored-by: Ben Ye <[email protected]>
Co-authored-by: Manan Gupta <[email protected]>
Co-authored-by: Eric Anderson <[email protected]>
Co-authored-by: Raj Das <[email protected]>
Co-authored-by: Hongcai Ren <[email protected]>
Co-authored-by: Fisher Xu <[email protected]>
Co-authored-by: Chip Zoller <[email protected]>
Co-authored-by: Waldemar Quevedo <[email protected]>
Co-authored-by: Filip Petkovski <[email protected]>
Co-authored-by: Prem Saraswat <[email protected]>
Co-authored-by: Craig Box <[email protected]>
Co-authored-by: Sean Chase <[email protected]>
Co-authored-by: Orlix <[email protected]>
Co-authored-by: Feynman Zhou <[email protected]>
Co-authored-by: Andrea Velazquez <[email protected]>
Co-authored-by: thisisobate <[email protected]>
Co-authored-by: Somefive <[email protected]>
Co-authored-by: Yuri Shkuro <[email protected]>
Co-authored-by: Paolo Patierno <[email protected]>
Co-authored-by: Hippie Hacker <[email protected]>
Co-authored-by: Lee Calcote <[email protected]>
Co-authored-by: Mehant Kammakomati <[email protected]>
Co-authored-by: Mehant Kammakomati <[email protected]>
Co-authored-by: barnettZQG <[email protected]>
Co-authored-by: jefree-cat <[email protected]>
Co-authored-by: ilixiaocui <[email protected]>
Co-authored-by: Michael Beemer <[email protected]>
Co-authored-by: Kevin Hannon <[email protected]>
Co-authored-by: Brad McCoy <[email protected]>
Co-authored-by: Thomas Schuetz <[email protected]>
Co-authored-by: Adam Gardner <[email protected]>
Co-authored-by: Camila Macedo <[email protected]>
Co-authored-by: Peter Hunt <[email protected]>
Co-authored-by: Natalie Arellano <[email protected]>
Co-authored-by: Sarvjeet Rajvansh <[email protected]>
Co-authored-by: Robert Kielty <[email protected]>
Co-authored-by: Daniel Holbach <[email protected]>
Co-authored-by: Bartlomiej Plotka <[email protected]>
Co-authored-by: Aditya Sirish <[email protected]>
Co-authored-by: Evan Anderson <[email protected]>
Co-authored-by: Anurag <[email protected]>
Co-authored-by: Natali Vlatko <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants