grimoirelab 1.3.0rc1__py3-none-any.whl → 1.4.0rc1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- grimoirelab/_version.py +2 -2
- {grimoirelab-1.3.0rc1.dist-info → grimoirelab-1.4.0rc1.dist-info}/METADATA +28 -19
- grimoirelab-1.4.0rc1.dist-info/RECORD +8 -0
- grimoirelab-1.3.0rc1.dist-info/RECORD +0 -8
- {grimoirelab-1.3.0rc1.dist-info → grimoirelab-1.4.0rc1.dist-info}/LICENSE +0 -0
- {grimoirelab-1.3.0rc1.dist-info → grimoirelab-1.4.0rc1.dist-info}/WHEEL +0 -0
- {grimoirelab-1.3.0rc1.dist-info → grimoirelab-1.4.0rc1.dist-info}/entry_points.txt +0 -0
grimoirelab/_version.py
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
# File auto-generated by semverup on 2024-08-
|
2
|
-
__version__ = "1.
|
1
|
+
# File auto-generated by semverup on 2024-08-09 09:23:08.436085
|
2
|
+
__version__ = "1.4.0-rc.1"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: grimoirelab
|
3
|
-
Version: 1.
|
3
|
+
Version: 1.4.0rc1
|
4
4
|
Summary: Tool set for software development analytics
|
5
5
|
Home-page: https://chaoss.github.io/grimoirelab/
|
6
6
|
License: GPL-3.0+
|
@@ -22,9 +22,9 @@ Requires-Dist: astroid (==3.2.4)
|
|
22
22
|
Requires-Dist: bandit (==1.7.9)
|
23
23
|
Requires-Dist: beautifulsoup4 (==4.12.3)
|
24
24
|
Requires-Dist: cachetools (==5.4.0)
|
25
|
-
Requires-Dist: cereslib (==1.0.
|
25
|
+
Requires-Dist: cereslib (==1.0.4rc1)
|
26
26
|
Requires-Dist: certifi (==2024.7.4)
|
27
|
-
Requires-Dist: cffi (==1.
|
27
|
+
Requires-Dist: cffi (==1.17.0)
|
28
28
|
Requires-Dist: charset-normalizer (==3.3.2)
|
29
29
|
Requires-Dist: click (==7.1.1)
|
30
30
|
Requires-Dist: cloc (==0.2.5)
|
@@ -32,7 +32,7 @@ Requires-Dist: colored (==1.4.4)
|
|
32
32
|
Requires-Dist: colorlog (==4.1.0)
|
33
33
|
Requires-Dist: cryptography (==42.0.8)
|
34
34
|
Requires-Dist: dill (==0.3.8)
|
35
|
-
Requires-Dist: django (==4.2.
|
35
|
+
Requires-Dist: django (==4.2.15)
|
36
36
|
Requires-Dist: django-cors-headers (==3.14.0)
|
37
37
|
Requires-Dist: django-graphql-jwt (==0.3.4)
|
38
38
|
Requires-Dist: django-rq (==2.8.0)
|
@@ -48,25 +48,25 @@ Requires-Dist: flake8 (==4.0.1)
|
|
48
48
|
Requires-Dist: geographiclib (==2.0)
|
49
49
|
Requires-Dist: geopy (==2.4.1)
|
50
50
|
Requires-Dist: google-api-core (==2.19.1)
|
51
|
-
Requires-Dist: google-auth (==2.
|
51
|
+
Requires-Dist: google-auth (==2.33.0)
|
52
52
|
Requires-Dist: google-cloud-core (==2.4.1)
|
53
|
-
Requires-Dist: google-cloud-storage (==2.18.
|
53
|
+
Requires-Dist: google-cloud-storage (==2.18.2)
|
54
54
|
Requires-Dist: google-crc32c (==1.5.0)
|
55
|
-
Requires-Dist: google-resumable-media (==2.7.
|
55
|
+
Requires-Dist: google-resumable-media (==2.7.2)
|
56
56
|
Requires-Dist: googleapis-common-protos (==1.63.2)
|
57
|
-
Requires-Dist: graal (==1.0.
|
57
|
+
Requires-Dist: graal (==1.0.4rc1)
|
58
58
|
Requires-Dist: graphene (==2.1.9)
|
59
59
|
Requires-Dist: graphene-django (==2.16.0)
|
60
60
|
Requires-Dist: graphql-core (==2.3.2)
|
61
61
|
Requires-Dist: graphql-relay (==2.0.1)
|
62
|
-
Requires-Dist: grimoire-elk (==1.1.
|
62
|
+
Requires-Dist: grimoire-elk (==1.1.3rc1)
|
63
63
|
Requires-Dist: grimoirelab-panels (==1.1.0)
|
64
|
-
Requires-Dist: grimoirelab-toolkit (==1.0.
|
64
|
+
Requires-Dist: grimoirelab-toolkit (==1.0.4rc1)
|
65
65
|
Requires-Dist: idna (==3.7)
|
66
66
|
Requires-Dist: importlib-resources (==5.13.0)
|
67
67
|
Requires-Dist: isort (==5.13.2)
|
68
68
|
Requires-Dist: jinja2 (==3.1.4)
|
69
|
-
Requires-Dist: kidash (==1.0.
|
69
|
+
Requires-Dist: kidash (==1.0.4rc1)
|
70
70
|
Requires-Dist: lizard (==1.16.6)
|
71
71
|
Requires-Dist: markdown-it-py (==2.2.0)
|
72
72
|
Requires-Dist: markupsafe (==2.1.5)
|
@@ -79,11 +79,11 @@ Requires-Dist: packaging (==24.1)
|
|
79
79
|
Requires-Dist: pandas (==1.5.3)
|
80
80
|
Requires-Dist: patsy (==0.5.6)
|
81
81
|
Requires-Dist: pbr (==6.0.0)
|
82
|
-
Requires-Dist: perceval (==1.0.
|
83
|
-
Requires-Dist: perceval-mozilla (==1.0.
|
84
|
-
Requires-Dist: perceval-opnfv (==1.0.
|
85
|
-
Requires-Dist: perceval-puppet (==1.0.
|
86
|
-
Requires-Dist: perceval-weblate (==1.0.
|
82
|
+
Requires-Dist: perceval (==1.0.4rc1)
|
83
|
+
Requires-Dist: perceval-mozilla (==1.0.4rc1)
|
84
|
+
Requires-Dist: perceval-opnfv (==1.0.4rc1)
|
85
|
+
Requires-Dist: perceval-puppet (==1.0.4rc1)
|
86
|
+
Requires-Dist: perceval-weblate (==1.0.4rc1)
|
87
87
|
Requires-Dist: platformdirs (==4.2.2)
|
88
88
|
Requires-Dist: promise (==2.3)
|
89
89
|
Requires-Dist: proto-plus (==1.24.0)
|
@@ -100,7 +100,7 @@ Requires-Dist: pylint (==3.2.6)
|
|
100
100
|
Requires-Dist: pyparsing (==3.1.2)
|
101
101
|
Requires-Dist: python-dateutil (==2.9.0.post0)
|
102
102
|
Requires-Dist: pytz (==2024.1)
|
103
|
-
Requires-Dist: pyyaml (==6.0.
|
103
|
+
Requires-Dist: pyyaml (==6.0.2)
|
104
104
|
Requires-Dist: redis (==5.0.8)
|
105
105
|
Requires-Dist: requests (==2.32.3)
|
106
106
|
Requires-Dist: rich (==13.7.1)
|
@@ -112,9 +112,9 @@ Requires-Dist: setuptools (==72.1.0)
|
|
112
112
|
Requires-Dist: sgmllib3k (==1.0.0)
|
113
113
|
Requires-Dist: sgqlc (==16.2)
|
114
114
|
Requires-Dist: singledispatch (==4.1.0)
|
115
|
-
Requires-Dist: sirmordred (==1.0.
|
115
|
+
Requires-Dist: sirmordred (==1.0.4rc1)
|
116
116
|
Requires-Dist: six (==1.16.0)
|
117
|
-
Requires-Dist: sortinghat (==1.
|
117
|
+
Requires-Dist: sortinghat (==1.2.0rc1)
|
118
118
|
Requires-Dist: soupsieve (==2.5)
|
119
119
|
Requires-Dist: sqlparse (==0.5.1)
|
120
120
|
Requires-Dist: statsmodels (==0.14.1)
|
@@ -206,6 +206,15 @@ Your dashboard will be ready after a while at `http://localhost:8000`. The waiti
|
|
206
206
|
|
207
207
|
More details in the [docker folder](./docker/README.md).
|
208
208
|
|
209
|
+
# Breaking changes
|
210
|
+
|
211
|
+
## GrimoireLab `1.3.0`. SortingHat permission groups.
|
212
|
+
|
213
|
+
Starting from GrimoireLab 1.3.0, creating new users in SortingHat requires
|
214
|
+
assigning them to a permission group. By default, they will have read-only
|
215
|
+
permissions. Please refer to the following documentation for instructions
|
216
|
+
on how to update permissions: [assign users to permission groups](https://github.com/chaoss/grimoirelab-sortinghat?tab=readme-ov-file#assign-users-to-permission-groups)
|
217
|
+
|
209
218
|
# GrimoireLab components
|
210
219
|
|
211
220
|
Currently, GrimoireLab toolkit is organized in the following repositories:
|
@@ -0,0 +1,8 @@
|
|
1
|
+
grimoirelab/__init__.py,sha256=ZygAIkX6Nbjag1czWdQa-yP-GM1mBE_9ss21Xh__JFc,34
|
2
|
+
grimoirelab/_version.py,sha256=jPmrKHuV0gqZwNPwQUDFkySqtlxdJF33CI7lDgmFNTs,91
|
3
|
+
grimoirelab/grimoirelab.py,sha256=YCHpNl3g6Eoja0pwfih_IVwy6S_4H0WuMCkhzNArFIA,1844
|
4
|
+
grimoirelab-1.4.0rc1.dist-info/LICENSE,sha256=WJ7YI-moTFb-uVrFjnzzhGJrnL9P2iqQe8NuED3hutI,35141
|
5
|
+
grimoirelab-1.4.0rc1.dist-info/METADATA,sha256=LH0fLFMYqvYK2Ko0IHLrsxq91CKRGEBH8HHergBH5rI,13975
|
6
|
+
grimoirelab-1.4.0rc1.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
|
7
|
+
grimoirelab-1.4.0rc1.dist-info/entry_points.txt,sha256=Rt8USKCpckvU8CjrEzjycqg67biCxFVmV70ELiD08v4,60
|
8
|
+
grimoirelab-1.4.0rc1.dist-info/RECORD,,
|
@@ -1,8 +0,0 @@
|
|
1
|
-
grimoirelab/__init__.py,sha256=ZygAIkX6Nbjag1czWdQa-yP-GM1mBE_9ss21Xh__JFc,34
|
2
|
-
grimoirelab/_version.py,sha256=2Ggg4-UgxjexKAXNFv8cdMuib60VwSYfWPvSUdS-pYY,91
|
3
|
-
grimoirelab/grimoirelab.py,sha256=YCHpNl3g6Eoja0pwfih_IVwy6S_4H0WuMCkhzNArFIA,1844
|
4
|
-
grimoirelab-1.3.0rc1.dist-info/LICENSE,sha256=WJ7YI-moTFb-uVrFjnzzhGJrnL9P2iqQe8NuED3hutI,35141
|
5
|
-
grimoirelab-1.3.0rc1.dist-info/METADATA,sha256=suecP4ZykRnq8JZi6fdtHa06u7Qi4oYaRqcZ7L0lCvs,13506
|
6
|
-
grimoirelab-1.3.0rc1.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
|
7
|
-
grimoirelab-1.3.0rc1.dist-info/entry_points.txt,sha256=Rt8USKCpckvU8CjrEzjycqg67biCxFVmV70ELiD08v4,60
|
8
|
-
grimoirelab-1.3.0rc1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|