An overview of contributor trends.
Recent Contributors (4)
Committed in past 6 months (a rookie = the first commit in past year)
Past 30 days (1):
Past 31 to 90 days (1):
Past 91 to 180 days (2):
matthewtheinventor@hotmail.com
Historical Contributors (5)
Last contributors more than 6 months ago
timpeeters@users.noreply.github.com
8041254+mcmarkj@users.noreply.github.com
1 contributor (1 commit):
| # |
Contributor
|
First Commit |
Latest Commit |
Commits Count |
Line Churn |
File Updates (per extension) |
| 1. |
Fedor Kororkov <fkorotkov@openai.com> |
2026-05-04 |
2026-06-05 |
1 (100%) |
+95 / -35 |
(1) |
2 contributors (7 commits):
| # |
Contributor
|
First Commit |
Latest Commit |
Commits Count |
Line Churn |
File Updates (per extension) |
| 1. |
Fedor Korotkov <fedor.korotkov@gmail.com> |
2023-02-09 |
2026-04-12 |
1 (14%) |
+0 / -57 |
go (2) |
| 2. |
Fedor Kororkov <fkorotkov@openai.com> |
2026-05-04 |
2026-06-05 |
6 (85%) |
+3.5K / -219 |
go (39), yaml (3), (1) |
Contributor Dependencies
A contributor dependency is detected if two contributors have changed the same files in the past 90 days.
Contributor Dependencies via Shared Files
contributor dependencies 2D graph
The number on lines shows the number of same files that both persons changed in past 90 days.
flowchart TB
n0["fedor.korotkov@gmail.com"]
n1["fkorotkov@openai.com"]
n0 ---|"2"| n1
classDef default fill:#808080,stroke:#ffffff,color:#000000;
classDef highlighted fill:#00b2ee,stroke:#ffffff,color:#000000;
linkStyle 0 stroke:#00688b70,stroke-width:2px
- open 2D force graph
- open 3D force graph
- open 2D force graph (including all files)
- open 2D force graph (including only shared files)
- open 3D force graph (including all files)
- open 3D force graph (including only shared files)
|
Contributor 1 |
Contributor 2 |
# shared files |
| 1. |
Fedor Korotkov <fedor.korotkov@gmail.com> |
Fedor Kororkov <fkorotkov@openai.com> |
2 shared files
internal/controller/api_workers.go
internal/controller/controller.go
|
Most Connected Contributors
|
Contributor |
# connections |
# commits |
| 1. |
Fedor Kororkov <fkorotkov@openai.com> |
1 |
6 |
| 2. |
Fedor Korotkov <fedor.korotkov@gmail.com> |
1 |
1 |
C-median: 1.0
A half of the contributors has more than 1.0 connections, and a half has less than this number.
C-mean: 1.0
An average number of connections a contributor has with other contributors.
C-index: 1.0
There are 1.0 contributors with 1.0 or more connections.
4 contributors (32 commits):
| # |
Contributor
|
First Commit |
Latest Commit |
Commits Count |
Line Churn |
| 1. |
Nikolay Edigaryev <edigaryev@gmail.com> |
2023-01-26 |
2026-03-17 |
22 (68%) |
+4.9K / -1.8K |
| 2. |
Fedor Korotkov <fedor.korotkov@gmail.com> |
2023-02-09 |
2026-04-12 |
3 (9%) |
+520 / -132 |
| 3. |
Fedor Kororkov <fkorotkov@openai.com> |
2026-05-04 |
2026-06-05 |
6 (18%) |
+3.5K / -219 |
| 4. |
Matt <matthewtheinventor@hotmail.com> |
2026-03-05 |
2026-03-05 |
1 (3%) |
+92 / -5 |
Contributor Dependencies
A contributor dependency is detected if two contributors have changed the same files in the past 180 days.
Contributor Dependencies via Shared Files
contributor dependencies 2D graph
The number on lines shows the number of same files that both persons changed in past 180 days.
flowchart TB
n0["edigaryev@gmail.com"]
n1["fkorotkov@openai.com"]
n2["fedor.korotkov@gmail.com"]
n0 ---|"13"| n1
n0 ---|"11"| n2
n2 ---|"4"| n1
classDef default fill:#808080,stroke:#ffffff,color:#000000;
classDef highlighted fill:#00b2ee,stroke:#ffffff,color:#000000;
linkStyle 0 stroke:#00688bFF,stroke-width:10px
linkStyle 1 stroke:#00688bDB,stroke-width:8px
linkStyle 2 stroke:#00688b82,stroke-width:3px
- open 2D force graph
- open 3D force graph
- open 2D force graph (including all files)
- open 2D force graph (including only shared files)
- open 3D force graph (including all files)
- open 3D force graph (including only shared files)
|
Contributor 1 |
Contributor 2 |
# shared files |
| 1. |
Nikolay Edigaryev <edigaryev@gmail.com> |
Fedor Kororkov <fkorotkov@openai.com> |
13 shared files
internal/controller/option.go
internal/controller/sshexec/sshexec_test.go
internal/command/controller/run.go
api/openapi.yaml
internal/tests/exec_test.go
.cirrus.yml
internal/tests/integration_test.go
pkg/client/vms.go
internal/execstream/frame.go
internal/controller/sshexec/sshexec.go
internal/controller/controller.go
internal/controller/api_vms_exec.go
internal/controller/api_workers.go
|
| 2. |
Nikolay Edigaryev <edigaryev@gmail.com> |
Fedor Korotkov <fedor.korotkov@gmail.com> |
11 shared files
internal/controller/store/badger/badger_vm.go
api/openapi.yaml
internal/controller/store/option.go
internal/controller/api_vms.go
internal/controller/store/badger/badger_generic.go
pkg/client/vms.go
internal/controller/controller.go
internal/controller/api_workers.go
internal/controller/store/store.go
pkg/client/client.go
internal/tests/events_pagination_test.go
|
| 3. |
Fedor Korotkov <fedor.korotkov@gmail.com> |
Fedor Kororkov <fkorotkov@openai.com> |
4 shared files
api/openapi.yaml
pkg/client/vms.go
internal/controller/controller.go
internal/controller/api_workers.go
|
Most Connected Contributors
|
Contributor |
# connections |
# commits |
| 1. |
Nikolay Edigaryev <edigaryev@gmail.com> |
2 |
22 |
| 2. |
Fedor Kororkov <fkorotkov@openai.com> |
2 |
6 |
| 3. |
Fedor Korotkov <fedor.korotkov@gmail.com> |
2 |
3 |
| 4. |
Matt <matthewtheinventor@hotmail.com> |
0 |
1 |
C-median: 2.0
A half of the contributors has more than 2.0 connections, and a half has less than this number.
C-mean: 2.0
An average number of connections a contributor has with other contributors.
C-index: 2.0
There are 2.0 contributors with 2.0 or more connections.
4 contributors (55 commits):
| # |
Contributor
|
First Commit |
Latest Commit |
Commits Count |
Line Churn |
| 1. |
Nikolay Edigaryev <edigaryev@gmail.com> |
2023-01-26 |
2026-03-17 |
44 (80%) |
+7.6K / -2.5K |
| 2. |
Fedor Korotkov <fedor.korotkov@gmail.com> |
2023-02-09 |
2026-04-12 |
4 (7%) |
+524 / -133 |
| 3. |
Fedor Kororkov <fkorotkov@openai.com> |
2026-05-04 |
2026-06-05 |
6 (10%) |
+3.5K / -219 |
| 4. |
Matt <matthewtheinventor@hotmail.com> |
2026-03-05 |
2026-03-05 |
1 (1%) |
+92 / -5 |
Contributor Dependencies
A contributor dependency is detected if two contributors have changed the same files in the past 365 days.
Contributor Dependencies via Shared Files
contributor dependencies 2D graph
The number on lines shows the number of same files that both persons changed in past 365 days.
flowchart TB
n0["edigaryev@gmail.com"]
n1["fedor.korotkov@gmail.com"]
n2["fkorotkov@openai.com"]
n0 ---|"14"| n1
n0 ---|"13"| n2
n1 ---|"4"| n2
classDef default fill:#808080,stroke:#ffffff,color:#000000;
classDef highlighted fill:#00b2ee,stroke:#ffffff,color:#000000;
linkStyle 0 stroke:#00688bFF,stroke-width:10px
linkStyle 1 stroke:#00688bED,stroke-width:9px
linkStyle 2 stroke:#00688b70,stroke-width:2px
- open 2D force graph
- open 3D force graph
- open 2D force graph (including all files)
- open 2D force graph (including only shared files)
- open 3D force graph (including all files)
- open 3D force graph (including only shared files)
|
Contributor 1 |
Contributor 2 |
# shared files |
| 1. |
Nikolay Edigaryev <edigaryev@gmail.com> |
Fedor Korotkov <fedor.korotkov@gmail.com> |
14 shared files
internal/worker/fsm.go
internal/controller/store/option.go
internal/controller/controller.go
internal/controller/api_workers.go
internal/controller/store/store.go
internal/tests/events_pagination_test.go
internal/controller/store/badger/badger_vm.go
internal/controller/store/badger/badger_service_account.go
api/openapi.yaml
internal/controller/api_vms.go
internal/controller/store/badger/badger_generic.go
pkg/client/vms.go
pkg/client/client.go
internal/controller/store/badger/badger_worker.go
|
| 2. |
Nikolay Edigaryev <edigaryev@gmail.com> |
Fedor Kororkov <fkorotkov@openai.com> |
13 shared files
internal/command/controller/run.go
internal/tests/integration_test.go
internal/execstream/frame.go
internal/controller/controller.go
internal/controller/api_workers.go
internal/controller/option.go
internal/controller/sshexec/sshexec_test.go
api/openapi.yaml
internal/tests/exec_test.go
.cirrus.yml
pkg/client/vms.go
internal/controller/sshexec/sshexec.go
internal/controller/api_vms_exec.go
|
| 3. |
Fedor Korotkov <fedor.korotkov@gmail.com> |
Fedor Kororkov <fkorotkov@openai.com> |
4 shared files
internal/controller/controller.go
internal/controller/api_workers.go
api/openapi.yaml
pkg/client/vms.go
|
Most Connected Contributors
|
Contributor |
# connections |
# commits |
| 1. |
Nikolay Edigaryev <edigaryev@gmail.com> |
2 |
44 |
| 2. |
Fedor Kororkov <fkorotkov@openai.com> |
2 |
6 |
| 3. |
Fedor Korotkov <fedor.korotkov@gmail.com> |
2 |
4 |
| 4. |
Matt <matthewtheinventor@hotmail.com> |
0 |
1 |
C-median: 2.0
A half of the contributors has more than 2.0 connections, and a half has less than this number.
C-mean: 2.0
An average number of connections a contributor has with other contributors.
C-index: 2.0
There are 2.0 contributors with 2.0 or more connections.