File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 4
4
5
5
## [ Unreleased]
6
6
7
+ * Add: pyos Repos that contributors contribute to (@lwasser , #197 )
8
+
7
9
## [ v0.3.5] - 2024-08-15
8
10
9
11
This is a tiny release to add support for pr and issue aggregation in our metrics.
10
12
11
13
### Add
12
14
13
15
* Add: Endpoint variable to support both prs and issues to GitHubAPI (@lwasser )
16
+ * Add: Tests for the contributors module & file_io (@willingc )
14
17
15
18
## [ v0.3.4] - 2024-08-01
16
19
Original file line number Diff line number Diff line change 8
8
from pyosmeta .github_api import GitHubAPI
9
9
from pyosmeta .models import PersonModel
10
10
11
- # TODO - https://stackoverflow.com
12
- # /questions/55762673/how-to-parse-list-of-models-with-pydantic
13
- # I can use TypeAdapter to convert the json data to model objects!
14
-
15
11
16
12
def main ():
17
13
update_dates = False
@@ -36,6 +32,11 @@ def main():
36
32
"pyopensci.github.io" ,
37
33
"software-review" ,
38
34
"pyosmeta" ,
35
+ "handbook" ,
36
+ "software-submission" ,
37
+ "peer-review-metrics" ,
38
+ "pyosPackage" ,
39
+ "pyos-sphinx-theme" ,
39
40
]
40
41
json_files = create_paths (repos )
41
42
You can’t perform that action at this time.
0 commit comments