Skip to content

Commit

Permalink
Add mentees for Jun-Aug 2024 (#712)
Browse files Browse the repository at this point in the history
## Description of the changes
- Added mentees for LFX'24 Jun-Aug term and removed info about GSoC'24

## How was this change tested?
- 

## Checklist
- [x] I have read
https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md
- [x] I have signed all commits
- [ ] I have added unit tests for the new functionality
- [ ] I have run lint and test steps successfully
  - for `jaeger`: `make lint test`
  - for `jaeger-ui`: `yarn lint` and `yarn test`

---------

Signed-off-by: FlamingSaint <raghuramkannan400@gmail.com>
Signed-off-by: Yuri Shkuro <github@ysh.us>
Co-authored-by: Yuri Shkuro <github@ysh.us>
  • Loading branch information
FlamingSaint and yurishkuro committed Jun 15, 2024
1 parent 543329a commit 101c39d
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 35 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ check-all-links: clean build link-checker-setup
bin/htmltest --conf .htmltest.external.yml

spellcheck:
cat scripts/cspell/project-names.txt | grep -v '^#' | grep -v '^\s*$$' | tr ' ' '\n' > scripts/cspell/project-names-parsed.txt
cd scripts/cspell && ./spellcheck.sh

# only x.y.0 semver values are valid for kicking off a new release.
Expand Down
11 changes: 4 additions & 7 deletions content/mentorship.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,11 @@ See also:
* [For mentees](../mentorship-for-mentees/)
* [For mentors](../mentorship-for-mentors/)

## Google Summer of Code 2024
## LFX Mentorship June-August 2024 (Term 2)

{{< warning >}}
* GSoC contributor application period begins March 18 - 18:00 UTC
* GSoC contributor application deadline April 2 - 18:00 UTC
{{< /warning >}}

* See [this issue](https://github.com/jaegertracing/jaeger/issues/5221) for project details.
* [Harshith Mente](https://github.com/joeyyy09) -- [Jaeger-V2 Kafka-based architecture](https://github.com/jaegertracing/jaeger/issues/5240)
* [Raghuram Kannan](https://github.com/FlamingSaint) -- [Jaeger-V2 Service Performance Monitoring](https://github.com/jaegertracing/jaeger/issues/5240)
* [Saransh Shankar](https://github.com/Wise-Wizard) -- [Jaeger-V2 Observability and Health Checks](https://github.com/jaegertracing/jaeger/issues/5240)

## LFX Mentorship March-May 2024 (Term 1)

Expand Down
1 change: 1 addition & 0 deletions scripts/cspell/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules/
project-names-parsed.txt
8 changes: 6 additions & 2 deletions scripts/cspell/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@
{
"name": "project-words",
"path": "./project-words.txt"
},
{
"name": "project-names",
"path": "./project-names-parsed.txt"
}
],
"dictionaries": ["project-words"],
"ignorePaths": ["node_modules", "/project-words.txt"]
"dictionaries": ["project-words", "project-names"],
"ignorePaths": ["node_modules", "/project-words.txt", "/project-names.txt", "project-names-parsed.txt"]
}
42 changes: 42 additions & 0 deletions scripts/cspell/project-names.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Maintainers (current and former)
Yuri Shkuro yurishkuro
Pavol Loffay pavolloffay
Joe Farro
Juraci Paixão Kröhling

# Other names (sometimes from github links)
robbert

## LFX Mentorship June-August 2024 (Term 2)
Harshith Mente
Raghuram Kannan
Saransh Shankar

## LFX Mentorship March-May 2024 (Term 1)
Harshvir Potpose
James Ryans
Pushkar Mishra

## LFX Mentorship Sep-Nov 2023
Ansh Goyal
Prathamesh Mutkure
Yashwanth Reddy

## LFX Mentorship Jun-Aug 2023
Afzal Ansari
GLVS Kiriti

## Google Summer of Code 2023
Ha Anh Vu

## Outreachy Dec'20 - Mar'21
Ashmita Bohara

## Outreachy Dec'18 - Mar'19
Gaby Soria

## Outreachy May'18 - Aug'18
Prakriti Bansal

## Outreachy Dec'17 - Mar'18
Kara de la Marck
26 changes: 0 additions & 26 deletions scripts/cspell/project-words.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
afzal
alertmanager
ansari
ansh
ashmita
autoscale
autoscaler
bansal
bohara
bootcamp
certfile
changeme
Expand All @@ -27,14 +21,11 @@ emsgsize
equipped
expvar
fargate
farro
flink
fluentd
glvs
gobin
gopath
goyal
harshvir
hasparent
healthcheck
healthz
Expand All @@ -51,27 +42,21 @@ jaegertracing
jaxrs
jdoe
jemalloc
juraci
keycloak
keyn
keyregistry
keyserver
keyspace
kiriti
kröhling
logtostderr
logz
lookback
mailgroup
marck
mentee
mentees
mentorships
metricsquery
metricsstore
microsim
mishra
mutkure
myapp
myappnamespace
mynamespace
Expand All @@ -89,32 +74,22 @@ operatorhub
otel
otlp
outreachy
paixão
parentbased
pavolloffay
potpose
prakriti
prathamesh
promethesus
prometheusexporter
promscale
proto
protobuf
pushkar
quickstart
ratelimited
ratelimiting
readyz
rebalance
reddy
reindex
reindexing
robbert
rolebinding
ryans
shkuro
shortcode
soria
spanmetrics
stackoverflow
statefulset
Expand All @@ -137,5 +112,4 @@ volz
weaveworks
workqueue
xvzf
yashwanth
zipkin

0 comments on commit 101c39d

Please sign in to comment.