diff --git a/modules/load_balancer/README b/modules/load_balancer/README
index 35e989fb9ab..8c352be5f2e 100644
--- a/modules/load_balancer/README
+++ b/modules/load_balancer/README
@@ -779,7 +779,7 @@ Chapter 4. Contributors
2. Liviu Chircu (@liviuchircu) 43 34 688 172
3. Vlad Patrascu (@rvlad-patrascu) 38 19 623 766
4. Sergey Khripchenko (@shripchenko) 28 10 1058 516
- 5. Razvan Crainea (@razvancrainea) 26 20 261 143
+ 5. Razvan Crainea (@razvancrainea) 27 21 266 148
6. Vlad Paiu (@vladpaiu) 5 3 7 5
7. Maksym Sobolyev (@sobomax) 5 3 6 7
8. Walter Doekes (@wdoekes) 5 3 3 3
@@ -810,10 +810,10 @@ Chapter 4. Contributors
Table 4.2. Most recently active contributors^(1) to this module
Name Commit Activity
- 1. Liviu Chircu (@liviuchircu) Sep 2012 - Sep 2024
- 2. Bogdan-Andrei Iancu (@bogdan-iancu) Feb 2009 - Oct 2023
- 3. Maksym Sobolyev (@sobomax) Feb 2023 - Feb 2023
- 4. Razvan Crainea (@razvancrainea) Oct 2010 - Oct 2022
+ 1. Razvan Crainea (@razvancrainea) Oct 2010 - Oct 2024
+ 2. Liviu Chircu (@liviuchircu) Sep 2012 - Sep 2024
+ 3. Bogdan-Andrei Iancu (@bogdan-iancu) Feb 2009 - Oct 2023
+ 4. Maksym Sobolyev (@sobomax) Feb 2023 - Feb 2023
5. Vlad Patrascu (@rvlad-patrascu) Mar 2017 - Jul 2022
6. agree Jan 2022 - Jan 2022
7. Zero King (@l2dy) Mar 2020 - Mar 2020
diff --git a/modules/load_balancer/doc/contributors.xml b/modules/load_balancer/doc/contributors.xml
index 124c1b9b651..cf2d6dc36de 100644
--- a/modules/load_balancer/doc/contributors.xml
+++ b/modules/load_balancer/doc/contributors.xml
@@ -53,10 +53,10 @@
5.
Razvan Crainea (@razvancrainea)
- 26
- 20
- 261
- 143
+ 27
+ 21
+ 266
+ 148
6.
@@ -128,24 +128,24 @@
1.
+ Razvan Crainea (@razvancrainea)
+ Oct 2010 - Oct 2024
+
+
+ 2.
Liviu Chircu (@liviuchircu)
Sep 2012 - Sep 2024
- 2.
+ 3.
Bogdan-Andrei Iancu (@bogdan-iancu)
Feb 2009 - Oct 2023
- 3.
+ 4.
Maksym Sobolyev (@sobomax)
Feb 2023 - Feb 2023
-
- 4.
- Razvan Crainea (@razvancrainea)
- Oct 2010 - Oct 2022
-
5.
Vlad Patrascu (@rvlad-patrascu)
diff --git a/modules/python/README b/modules/python/README
index 7f0cb421aec..3e85e1d15c6 100644
--- a/modules/python/README
+++ b/modules/python/README
@@ -185,7 +185,7 @@ Chapter 2. Contributors
Table 2.1. Top contributors by DevScore^(1), authored
commits^(2) and lines added/removed^(3)
Name DevScore Commits Lines ++ Lines --
- 1. Maksym Sobolyev (@sobomax) 23 10 1319 23
+ 1. Maksym Sobolyev (@sobomax) 24 11 1321 25
2. Razvan Crainea (@razvancrainea) 20 13 500 99
3. Vlad Patrascu (@rvlad-patrascu) 13 9 204 113
4. Liviu Chircu (@liviuchircu) 8 6 30 61
@@ -213,7 +213,7 @@ Chapter 2. Contributors
Table 2.2. Most recently active contributors^(1) to this module
Name Commit Activity
- 1. Maksym Sobolyev (@sobomax) Dec 2009 - Feb 2023
+ 1. Maksym Sobolyev (@sobomax) Dec 2009 - Oct 2024
2. Razvan Crainea (@razvancrainea) Mar 2015 - Jan 2021
3. importos Nov 2020 - Nov 2020
4. Liviu Chircu (@liviuchircu) Jul 2014 - Jan 2020
diff --git a/modules/python/doc/contributors.xml b/modules/python/doc/contributors.xml
index 4f4e81c8ff0..b2593c9a6a5 100644
--- a/modules/python/doc/contributors.xml
+++ b/modules/python/doc/contributors.xml
@@ -21,10 +21,10 @@
1.
Maksym Sobolyev (@sobomax)
- 23
- 10
- 1319
- 23
+ 24
+ 11
+ 1321
+ 25
2.
@@ -105,7 +105,7 @@
1.
Maksym Sobolyev (@sobomax)
- Dec 2009 - Feb 2023
+ Dec 2009 - Oct 2024
2.
diff --git a/modules/uuid/README b/modules/uuid/README
index 2dd69124e77..78491679f6c 100644
--- a/modules/uuid/README
+++ b/modules/uuid/README
@@ -98,6 +98,8 @@ xlog("generated uuid: $uuid\n");
generator will be substituted.
+ 5 - version 5 UUID generated by hashing a namespace
identifier and name via SHA-1.
+ + 7 - version 7 UUID generated by timestamp and
+ randomness.
* namespace (string, optional) - the namespace identifier
used with UUID version 3 and 5. This must be a valid UUID,
see RFC 4122 Appendix C for some predefined values.
@@ -125,6 +127,7 @@ Chapter 2. Contributors
3. Maksym Sobolyev (@sobomax) 5 3 5 5
4. Razvan Crainea (@razvancrainea) 4 2 2 1
5. Norman Brandinger (@NormB) 3 1 1 1
+ 6. Aron Podrigal (@ar45) 2 1 38 0
(1) DevScore = author_commits + author_lines_added /
(project_lines_added / project_commits) + author_lines_deleted
@@ -146,11 +149,12 @@ Chapter 2. Contributors
Table 2.2. Most recently active contributors^(1) to this module
Name Commit Activity
- 1. Maksym Sobolyev (@sobomax) Feb 2023 - Nov 2023
- 2. Norman Brandinger (@NormB) Aug 2021 - Aug 2021
- 3. Vlad Patrascu (@rvlad-patrascu) Jun 2019 - Feb 2021
- 4. John Burke (@john08burke) Feb 2021 - Feb 2021
- 5. Razvan Crainea (@razvancrainea) Aug 2019 - Sep 2019
+ 1. Aron Podrigal (@ar45) Sep 2024 - Sep 2024
+ 2. Maksym Sobolyev (@sobomax) Feb 2023 - Nov 2023
+ 3. Norman Brandinger (@NormB) Aug 2021 - Aug 2021
+ 4. Vlad Patrascu (@rvlad-patrascu) Jun 2019 - Feb 2021
+ 5. John Burke (@john08burke) Feb 2021 - Feb 2021
+ 6. Razvan Crainea (@razvancrainea) Aug 2019 - Sep 2019
(1) including any documentation-related commits, excluding
merge commits
@@ -159,8 +163,9 @@ Chapter 3. Documentation
3.1. Contributors
- Last edited by: Norman Brandinger (@NormB), John Burke
- (@john08burke), Vlad Patrascu (@rvlad-patrascu).
+ Last edited by: Aron Podrigal (@ar45), Norman Brandinger
+ (@NormB), John Burke (@john08burke), Vlad Patrascu
+ (@rvlad-patrascu).
Documentation Copyrights:
diff --git a/modules/uuid/doc/contributors.xml b/modules/uuid/doc/contributors.xml
index ae92d64f74e..842d4029b65 100644
--- a/modules/uuid/doc/contributors.xml
+++ b/modules/uuid/doc/contributors.xml
@@ -58,6 +58,14 @@
1
1
+
+ 6.
+ Aron Podrigal (@ar45)
+ 2
+ 1
+ 38
+ 0
+
@@ -88,26 +96,31 @@
1.
+ Aron Podrigal (@ar45)
+ Sep 2024 - Sep 2024
+
+
+ 2.
Maksym Sobolyev (@sobomax)
Feb 2023 - Nov 2023
- 2.
+ 3.
Norman Brandinger (@NormB)
Aug 2021 - Aug 2021
- 3.
+ 4.
Vlad Patrascu (@rvlad-patrascu)
Jun 2019 - Feb 2021
- 4.
+ 5.
John Burke (@john08burke)
Feb 2021 - Feb 2021
- 5.
+ 6.
Razvan Crainea (@razvancrainea)
Aug 2019 - Sep 2019
@@ -125,7 +138,7 @@
Documentation
Contributors
- Last edited by: Norman Brandinger (@NormB), John Burke (@john08burke), Vlad Patrascu (@rvlad-patrascu).
+ Last edited by: Aron Podrigal (@ar45), Norman Brandinger (@NormB), John Burke (@john08burke), Vlad Patrascu (@rvlad-patrascu).