summaryrefslogtreecommitdiff
path: root/doc/develop/statistics
AgeCommit message (Collapse)Author
2024-04-02Prepare v2024.04v2024.04Tom Rini
Signed-off-by: Tom Rini <trini@konsulko.com>
2024-01-08Prepare v2024.01v2024.01Tom Rini
Signed-off-by: Tom Rini <trini@konsulko.com>
2023-10-02Prepare v2023.10v2023.10Tom Rini
Signed-off-by: Tom Rini <trini@konsulko.com>
2023-07-10Prepare v2023.07v2023.07Tom Rini
Signed-off-by: Tom Rini <trini@konsulko.com>
2023-06-23doc: statistics: Re-generate the last 3 releasesTom Rini
With some changes to our mapping files in gitdm, re-generate the last few releases worth of statistics to correctly reflect contributions. We only go back this far to try and find a balance between highlighting contributions and still being reviewable. Signed-off-by: Tom Rini <trini@konsulko.com>
2023-04-03Prepare v2023.04v2023.04Tom Rini
Signed-off-by: Tom Rini <trini@konsulko.com>
2023-01-09Prepare v2023.01v2023.01Tom Rini
Signed-off-by: Tom Rini <trini@konsulko.com>
2022-12-29doc: Use "changesets" not "csets" in statistics pagesTom Rini
To make things more human readable, say "changesets from" rather than "csets from" in all our historical pages here. Moving forward this has been changed in our gitdm with b034e399e31a ("gitdm: fix typo csets"). Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
2022-10-03Prepare v2022.10v2022.10Tom Rini
Signed-off-by: Tom Rini <trini@konsulko.com>
2022-07-14doc: Add in the historical release statistics found on the wikiTom Rini
The wiki had gitdm-generated release statistics starting with v1.3.0. Re-generate this information as Sphinx. This aims to be as historically accurate as possible and so some company renames were kept to their old rather than current name until we had made the switch previously. Signed-off-by: Tom Rini <trini@konsulko.com>
2022-07-13doc: Add statistics page for v2022.07Tom Rini
Our statistics pages have always been generated by gitdm. After patching gitdm to generate an acceptable Sphinx output for tables, include that and some other basic formatting here. Cc: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>