grimoirelab 1.3.0rc1__tar.gz → 1.4.0rc1__tar.gz
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-1.3.0rc1 → grimoirelab-1.4.0rc1}/PKG-INFO +22 -13
- {grimoirelab-1.3.0rc1 → grimoirelab-1.4.0rc1}/README.md +9 -0
- grimoirelab-1.4.0rc1/grimoirelab/_version.py +2 -0
- {grimoirelab-1.3.0rc1 → grimoirelab-1.4.0rc1}/pyproject.toml +13 -13
- grimoirelab-1.3.0rc1/grimoirelab/_version.py +0 -2
- {grimoirelab-1.3.0rc1 → grimoirelab-1.4.0rc1}/LICENSE +0 -0
- {grimoirelab-1.3.0rc1 → grimoirelab-1.4.0rc1}/grimoirelab/__init__.py +0 -0
- {grimoirelab-1.3.0rc1 → grimoirelab-1.4.0rc1}/grimoirelab/grimoirelab.py +0 -0
@@ -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+
|
@@ -16,19 +16,19 @@ Classifier: Programming Language :: Python :: 3.9
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.10
|
17
17
|
Classifier: Programming Language :: Python :: 3.11
|
18
18
|
Classifier: Topic :: Software Development
|
19
|
-
Requires-Dist: cereslib (>=1.0.
|
20
|
-
Requires-Dist: graal (>=1.0.
|
21
|
-
Requires-Dist: grimoire-elk (>=1.1.
|
19
|
+
Requires-Dist: cereslib (>=1.0.4-rc.1)
|
20
|
+
Requires-Dist: graal (>=1.0.4-rc.1)
|
21
|
+
Requires-Dist: grimoire-elk (>=1.1.3-rc.1)
|
22
22
|
Requires-Dist: grimoirelab-panels (>=1.1.0)
|
23
|
-
Requires-Dist: grimoirelab-toolkit (>=1.0.
|
24
|
-
Requires-Dist: kidash (>=1.0.
|
25
|
-
Requires-Dist: perceval (>=1.0.
|
26
|
-
Requires-Dist: perceval-mozilla (>=1.0.
|
27
|
-
Requires-Dist: perceval-opnfv (>=1.0.
|
28
|
-
Requires-Dist: perceval-puppet (>=1.0.
|
29
|
-
Requires-Dist: perceval-weblate (>=1.0.
|
30
|
-
Requires-Dist: sirmordred (>=1.0.
|
31
|
-
Requires-Dist: sortinghat (>=1.
|
23
|
+
Requires-Dist: grimoirelab-toolkit (>=1.0.4-rc.1)
|
24
|
+
Requires-Dist: kidash (>=1.0.4-rc.1)
|
25
|
+
Requires-Dist: perceval (>=1.0.4-rc.1)
|
26
|
+
Requires-Dist: perceval-mozilla (>=1.0.4-rc.1)
|
27
|
+
Requires-Dist: perceval-opnfv (>=1.0.4-rc.1)
|
28
|
+
Requires-Dist: perceval-puppet (>=1.0.4-rc.1)
|
29
|
+
Requires-Dist: perceval-weblate (>=1.0.4-rc.1)
|
30
|
+
Requires-Dist: sirmordred (>=1.0.4-rc.1)
|
31
|
+
Requires-Dist: sortinghat (>=1.2.0-rc.1)
|
32
32
|
Project-URL: Bug Tracker, https://github.com/chaoss/grimoirelab/issues
|
33
33
|
Project-URL: Repository, https://github.com/chaoss/grimoirelab
|
34
34
|
Description-Content-Type: text/markdown
|
@@ -112,6 +112,15 @@ Your dashboard will be ready after a while at `http://localhost:8000`. The waiti
|
|
112
112
|
|
113
113
|
More details in the [docker folder](./docker/README.md).
|
114
114
|
|
115
|
+
# Breaking changes
|
116
|
+
|
117
|
+
## GrimoireLab `1.3.0`. SortingHat permission groups.
|
118
|
+
|
119
|
+
Starting from GrimoireLab 1.3.0, creating new users in SortingHat requires
|
120
|
+
assigning them to a permission group. By default, they will have read-only
|
121
|
+
permissions. Please refer to the following documentation for instructions
|
122
|
+
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)
|
123
|
+
|
115
124
|
# GrimoireLab components
|
116
125
|
|
117
126
|
Currently, GrimoireLab toolkit is organized in the following repositories:
|
@@ -77,6 +77,15 @@ Your dashboard will be ready after a while at `http://localhost:8000`. The waiti
|
|
77
77
|
|
78
78
|
More details in the [docker folder](./docker/README.md).
|
79
79
|
|
80
|
+
# Breaking changes
|
81
|
+
|
82
|
+
## GrimoireLab `1.3.0`. SortingHat permission groups.
|
83
|
+
|
84
|
+
Starting from GrimoireLab 1.3.0, creating new users in SortingHat requires
|
85
|
+
assigning them to a permission group. By default, they will have read-only
|
86
|
+
permissions. Please refer to the following documentation for instructions
|
87
|
+
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)
|
88
|
+
|
80
89
|
# GrimoireLab components
|
81
90
|
|
82
91
|
Currently, GrimoireLab toolkit is organized in the following repositories:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[tool.poetry]
|
2
2
|
name = "grimoirelab"
|
3
|
-
version = "1.
|
3
|
+
version = "1.4.0-rc.1"
|
4
4
|
description = "Tool set for software development analytics"
|
5
5
|
authors = [
|
6
6
|
"GrimoireLab Developers"
|
@@ -38,19 +38,19 @@ classifiers = [
|
|
38
38
|
[tool.poetry.dependencies]
|
39
39
|
python = "^3.8"
|
40
40
|
|
41
|
-
grimoirelab-toolkit = {version = ">=1.0.
|
42
|
-
perceval-mozilla = {version = ">=1.0.
|
43
|
-
perceval-opnfv = {version = ">=1.0.
|
44
|
-
perceval-puppet = {version = ">=1.0.
|
45
|
-
perceval-weblate = {version = ">=1.0.
|
46
|
-
sortinghat = {version = ">=1.
|
47
|
-
kidash = {version = ">=1.0.
|
41
|
+
grimoirelab-toolkit = {version = ">=1.0.4-rc.1", allow-prereleases = true}
|
42
|
+
perceval-mozilla = {version = ">=1.0.4-rc.1", allow-prereleases = true}
|
43
|
+
perceval-opnfv = {version = ">=1.0.4-rc.1", allow-prereleases = true}
|
44
|
+
perceval-puppet = {version = ">=1.0.4-rc.1", allow-prereleases = true}
|
45
|
+
perceval-weblate = {version = ">=1.0.4-rc.1", allow-prereleases = true}
|
46
|
+
sortinghat = {version = ">=1.2.0-rc.1", allow-prereleases = true}
|
47
|
+
kidash = {version = ">=1.0.4-rc.1", allow-prereleases = true}
|
48
48
|
grimoirelab-panels = {version = ">=1.1.0", allow-prereleases = true}
|
49
|
-
grimoire-elk = {version = ">=1.1.
|
50
|
-
sirmordred = {version = ">=1.0.
|
51
|
-
cereslib = {version = ">=1.0.
|
52
|
-
graal = {version = ">=1.0.
|
53
|
-
perceval = {version = ">=1.0.
|
49
|
+
grimoire-elk = {version = ">=1.1.3-rc.1", allow-prereleases = true}
|
50
|
+
sirmordred = {version = ">=1.0.4-rc.1", allow-prereleases = true}
|
51
|
+
cereslib = {version = ">=1.0.4-rc.1", allow-prereleases = true}
|
52
|
+
graal = {version = ">=1.0.4-rc.1", allow-prereleases = true}
|
53
|
+
perceval = {version = ">=1.0.4-rc.1", allow-prereleases = true}
|
54
54
|
|
55
55
|
[tool.poetry.dev-dependencies]
|
56
56
|
|
File without changes
|
File without changes
|
File without changes
|