grimoirelab 0.23.0__tar.gz → 1.9.1__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-0.23.0 → grimoirelab-1.9.1}/PKG-INFO +32 -24
- {grimoirelab-0.23.0 → grimoirelab-1.9.1}/README.md +17 -8
- grimoirelab-1.9.1/grimoirelab/_version.py +2 -0
- {grimoirelab-0.23.0 → grimoirelab-1.9.1}/pyproject.toml +16 -16
- grimoirelab-0.23.0/grimoirelab/_version.py +0 -2
- {grimoirelab-0.23.0 → grimoirelab-1.9.1}/LICENSE +0 -0
- {grimoirelab-0.23.0 → grimoirelab-1.9.1}/grimoirelab/__init__.py +0 -0
- {grimoirelab-0.23.0 → grimoirelab-1.9.1}/grimoirelab/grimoirelab.py +0 -0
@@ -1,34 +1,33 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: grimoirelab
|
3
|
-
Version:
|
3
|
+
Version: 1.9.1
|
4
4
|
Summary: Tool set for software development analytics
|
5
5
|
Home-page: https://chaoss.github.io/grimoirelab/
|
6
6
|
License: GPL-3.0+
|
7
7
|
Keywords: development,grimoirelab
|
8
8
|
Author: GrimoireLab Developers
|
9
|
-
Requires-Python: >=3.
|
9
|
+
Requires-Python: >=3.9,<4.0
|
10
10
|
Classifier: Development Status :: 5 - Production/Stable
|
11
11
|
Classifier: Intended Audience :: Developers
|
12
12
|
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
|
13
13
|
Classifier: Programming Language :: Python :: 3
|
14
|
-
Classifier: Programming Language :: Python :: 3.8
|
15
14
|
Classifier: Programming Language :: Python :: 3.9
|
16
15
|
Classifier: Programming Language :: Python :: 3.10
|
17
16
|
Classifier: Programming Language :: Python :: 3.11
|
18
17
|
Classifier: Topic :: Software Development
|
19
|
-
Requires-Dist: cereslib (>=0.
|
20
|
-
Requires-Dist: graal (>=
|
21
|
-
Requires-Dist: grimoire-elk (>=
|
22
|
-
Requires-Dist: grimoirelab-panels (>=
|
23
|
-
Requires-Dist: grimoirelab-toolkit (>=0.
|
24
|
-
Requires-Dist: kidash (>=0.
|
25
|
-
Requires-Dist: perceval (>=
|
26
|
-
Requires-Dist: perceval-mozilla (>=0.
|
27
|
-
Requires-Dist: perceval-opnfv (>=0.
|
28
|
-
Requires-Dist: perceval-puppet (>=0.
|
29
|
-
Requires-Dist: perceval-weblate (>=0.
|
30
|
-
Requires-Dist: sirmordred (>=
|
31
|
-
Requires-Dist: sortinghat (>=
|
18
|
+
Requires-Dist: cereslib (>=1.0.9)
|
19
|
+
Requires-Dist: graal (>=1.1.2)
|
20
|
+
Requires-Dist: grimoire-elk (>=1.3.3)
|
21
|
+
Requires-Dist: grimoirelab-panels (>=1.1.2)
|
22
|
+
Requires-Dist: grimoirelab-toolkit (>=1.0.9)
|
23
|
+
Requires-Dist: kidash (>=1.0.10)
|
24
|
+
Requires-Dist: perceval (>=1.1.1)
|
25
|
+
Requires-Dist: perceval-mozilla (>=1.0.11)
|
26
|
+
Requires-Dist: perceval-opnfv (>=1.0.11)
|
27
|
+
Requires-Dist: perceval-puppet (>=1.0.11)
|
28
|
+
Requires-Dist: perceval-weblate (>=1.0.11)
|
29
|
+
Requires-Dist: sirmordred (>=1.1.5)
|
30
|
+
Requires-Dist: sortinghat (>=1.6.1)
|
32
31
|
Project-URL: Bug Tracker, https://github.com/chaoss/grimoirelab/issues
|
33
32
|
Project-URL: Repository, https://github.com/chaoss/grimoirelab
|
34
33
|
Description-Content-Type: text/markdown
|
@@ -68,17 +67,17 @@ docker-compose version 1.22.0, build f46880fe
|
|
68
67
|
Steps:
|
69
68
|
1. Clone this project:
|
70
69
|
```console
|
71
|
-
|
70
|
+
git clone https://github.com/chaoss/grimoirelab
|
72
71
|
```
|
73
72
|
2. Go to `docker-compose` folder and run the following command:
|
74
73
|
```console
|
75
|
-
|
76
|
-
|
74
|
+
cd grimoirelab/docker-compose
|
75
|
+
docker-compose up -d
|
77
76
|
```
|
78
77
|
|
79
78
|
Your dashboard will be ready after a while at `http://localhost:8000`. The waiting time depends on the amount of data to fetch from a repo, for small repositories you can expect your data to be visible in the dashboard after 10-15 minutes.
|
80
79
|
|
81
|
-
More details in the [docker-compose folder](./docker-compose/README.md).
|
80
|
+
More details or troubleshooting in the [docker-compose folder](./docker-compose/README.md).
|
82
81
|
|
83
82
|
## Using `docker run`
|
84
83
|
|
@@ -97,12 +96,12 @@ Docker version 19.03.1, build 74b1e89
|
|
97
96
|
Steps:
|
98
97
|
1. Clone this project:
|
99
98
|
```console
|
100
|
-
|
99
|
+
git clone https://github.com/chaoss/grimoirelab
|
101
100
|
```
|
102
101
|
2. Go to the project folder and run the following command:
|
103
102
|
```console
|
104
|
-
|
105
|
-
|
103
|
+
cd grimoirelab
|
104
|
+
docker run --net=host \
|
106
105
|
-v $(pwd)/default-grimoirelab-settings/projects.json:/home/grimoire/conf/projects.json \
|
107
106
|
-v $(pwd)/default-grimoirelab-settings/setup-docker.cfg:/home/grimoire/conf/setup.cfg \
|
108
107
|
-t grimoirelab/grimoirelab
|
@@ -112,6 +111,15 @@ Your dashboard will be ready after a while at `http://localhost:8000`. The waiti
|
|
112
111
|
|
113
112
|
More details in the [docker folder](./docker/README.md).
|
114
113
|
|
114
|
+
# Breaking changes
|
115
|
+
|
116
|
+
## GrimoireLab `1.3.0`. SortingHat permission groups.
|
117
|
+
|
118
|
+
Starting from GrimoireLab 1.3.0, creating new users in SortingHat requires
|
119
|
+
assigning them to a permission group. By default, they will have read-only
|
120
|
+
permissions. Please refer to the following documentation for instructions
|
121
|
+
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)
|
122
|
+
|
115
123
|
# GrimoireLab components
|
116
124
|
|
117
125
|
Currently, GrimoireLab toolkit is organized in the following repositories:
|
@@ -164,7 +172,7 @@ folder includes instructions and configuration files to deploy GrimoireLab using
|
|
164
172
|
Git submodule, so its contents will not be available after cloning the repository. To
|
165
173
|
fetch all the data, and get the latest version, you can run the following command:
|
166
174
|
```console
|
167
|
-
|
175
|
+
git submodule update --init --remote
|
168
176
|
```
|
169
177
|
|
170
178
|
* How releases of GrimoireLab are built and tested: [Building](BUILDING.md)
|
@@ -33,17 +33,17 @@ docker-compose version 1.22.0, build f46880fe
|
|
33
33
|
Steps:
|
34
34
|
1. Clone this project:
|
35
35
|
```console
|
36
|
-
|
36
|
+
git clone https://github.com/chaoss/grimoirelab
|
37
37
|
```
|
38
38
|
2. Go to `docker-compose` folder and run the following command:
|
39
39
|
```console
|
40
|
-
|
41
|
-
|
40
|
+
cd grimoirelab/docker-compose
|
41
|
+
docker-compose up -d
|
42
42
|
```
|
43
43
|
|
44
44
|
Your dashboard will be ready after a while at `http://localhost:8000`. The waiting time depends on the amount of data to fetch from a repo, for small repositories you can expect your data to be visible in the dashboard after 10-15 minutes.
|
45
45
|
|
46
|
-
More details in the [docker-compose folder](./docker-compose/README.md).
|
46
|
+
More details or troubleshooting in the [docker-compose folder](./docker-compose/README.md).
|
47
47
|
|
48
48
|
## Using `docker run`
|
49
49
|
|
@@ -62,12 +62,12 @@ Docker version 19.03.1, build 74b1e89
|
|
62
62
|
Steps:
|
63
63
|
1. Clone this project:
|
64
64
|
```console
|
65
|
-
|
65
|
+
git clone https://github.com/chaoss/grimoirelab
|
66
66
|
```
|
67
67
|
2. Go to the project folder and run the following command:
|
68
68
|
```console
|
69
|
-
|
70
|
-
|
69
|
+
cd grimoirelab
|
70
|
+
docker run --net=host \
|
71
71
|
-v $(pwd)/default-grimoirelab-settings/projects.json:/home/grimoire/conf/projects.json \
|
72
72
|
-v $(pwd)/default-grimoirelab-settings/setup-docker.cfg:/home/grimoire/conf/setup.cfg \
|
73
73
|
-t grimoirelab/grimoirelab
|
@@ -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:
|
@@ -129,7 +138,7 @@ folder includes instructions and configuration files to deploy GrimoireLab using
|
|
129
138
|
Git submodule, so its contents will not be available after cloning the repository. To
|
130
139
|
fetch all the data, and get the latest version, you can run the following command:
|
131
140
|
```console
|
132
|
-
|
141
|
+
git submodule update --init --remote
|
133
142
|
```
|
134
143
|
|
135
144
|
* How releases of GrimoireLab are built and tested: [Building](BUILDING.md)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[tool.poetry]
|
2
2
|
name = "grimoirelab"
|
3
|
-
version = "
|
3
|
+
version = "1.9.1"
|
4
4
|
description = "Tool set for software development analytics"
|
5
5
|
authors = [
|
6
6
|
"GrimoireLab Developers"
|
@@ -36,21 +36,21 @@ classifiers = [
|
|
36
36
|
'grimoirelab' = 'grimoirelab.grimoirelab:main'
|
37
37
|
|
38
38
|
[tool.poetry.dependencies]
|
39
|
-
python = "^3.
|
40
|
-
|
41
|
-
grimoirelab-toolkit = {version = ">=0.
|
42
|
-
perceval-mozilla = {version = ">=0.
|
43
|
-
perceval-opnfv = {version = ">=0.
|
44
|
-
perceval-puppet = {version = ">=0.
|
45
|
-
perceval-weblate = {version = ">=0.
|
46
|
-
sortinghat = {version = ">=
|
47
|
-
kidash = {version = ">=0.
|
48
|
-
grimoirelab-panels = {version = ">=
|
49
|
-
grimoire-elk = {version = ">=
|
50
|
-
sirmordred = {version = ">=
|
51
|
-
cereslib = {version = ">=0.
|
52
|
-
graal = {version = ">=
|
53
|
-
perceval = {version = ">=
|
39
|
+
python = "^3.9"
|
40
|
+
|
41
|
+
grimoirelab-toolkit = {version = ">=1.0.9", allow-prereleases = true}
|
42
|
+
perceval-mozilla = {version = ">=1.0.11", allow-prereleases = true}
|
43
|
+
perceval-opnfv = {version = ">=1.0.11", allow-prereleases = true}
|
44
|
+
perceval-puppet = {version = ">=1.0.11", allow-prereleases = true}
|
45
|
+
perceval-weblate = {version = ">=1.0.11", allow-prereleases = true}
|
46
|
+
sortinghat = {version = ">=1.6.1", allow-prereleases = true}
|
47
|
+
kidash = {version = ">=1.0.10", allow-prereleases = true}
|
48
|
+
grimoirelab-panels = {version = ">=1.1.2", allow-prereleases = true}
|
49
|
+
grimoire-elk = {version = ">=1.3.3", allow-prereleases = true}
|
50
|
+
sirmordred = {version = ">=1.1.5", allow-prereleases = true}
|
51
|
+
cereslib = {version = ">=1.0.9", allow-prereleases = true}
|
52
|
+
graal = {version = ">=1.1.2", allow-prereleases = true}
|
53
|
+
perceval = {version = ">=1.1.1", allow-prereleases = true}
|
54
54
|
|
55
55
|
[tool.poetry.dev-dependencies]
|
56
56
|
|
File without changes
|
File without changes
|
File without changes
|