MetOffice / MetOffice/SimSys_Scripts

Expanding project reporting functionality

Abierto
#204 1 comentario 0 reacciones 1 asignado Ver en GitHub

@cameronbateman-mo ya está trabajando en esto.

Desde el 6/3/2026.

Lenguaje dominante
Python
Estrellas
9
Forks
19
Merge medio
5 d 48 min
PR fusionados (30 d)
4

Descripción

Once finish_milestone.py has been run all the PRs are archived from the project. In order to easily gather statistics about a release its therefore good to gather that information as part of the script. There is currently a short reporting function that prints the number of pull requests by repo to the terminal while running which can be expanded and modified.

Questions:

Breakdown:

  • In finish_milestone.py modify the report to store the current repository data to a suitable file
  • Update review_project.py so that all details required are extracted from the raw json
  • Add functions to aggregate those statistics nicely (there are routines for counting items but they are limited at the moment)
  • Expand report funtions to cover the extra stats
  • Move report functionality to its own file if wanted
  • Investigate no error being thrown when permissions for archiving are not set correctly for the user of the script.

Guía de contribución

Abrir la guía de contribución

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.