grimoirelab 1.1.0rc1__tar.gz → 1.2.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.1.0rc1 → grimoirelab-1.2.0rc1}/PKG-INFO +15 -15
- {grimoirelab-1.1.0rc1 → grimoirelab-1.2.0rc1}/README.md +1 -1
- grimoirelab-1.2.0rc1/grimoirelab/_version.py +2 -0
- {grimoirelab-1.1.0rc1 → grimoirelab-1.2.0rc1}/pyproject.toml +14 -14
- grimoirelab-1.1.0rc1/grimoirelab/_version.py +0 -2
- {grimoirelab-1.1.0rc1 → grimoirelab-1.2.0rc1}/LICENSE +0 -0
- {grimoirelab-1.1.0rc1 → grimoirelab-1.2.0rc1}/grimoirelab/__init__.py +0 -0
- {grimoirelab-1.1.0rc1 → grimoirelab-1.2.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.2.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.
|
22
|
-
Requires-Dist: grimoirelab-panels (>=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.0.
|
19
|
+
Requires-Dist: cereslib (>=1.0.2-rc.1)
|
20
|
+
Requires-Dist: graal (>=1.0.2-rc.1)
|
21
|
+
Requires-Dist: grimoire-elk (>=1.1.1-rc.1)
|
22
|
+
Requires-Dist: grimoirelab-panels (>=1.1.0-rc.1)
|
23
|
+
Requires-Dist: grimoirelab-toolkit (>=1.0.2-rc.1)
|
24
|
+
Requires-Dist: kidash (>=1.0.2-rc.1)
|
25
|
+
Requires-Dist: perceval (>=1.0.2-rc.1)
|
26
|
+
Requires-Dist: perceval-mozilla (>=1.0.2-rc.1)
|
27
|
+
Requires-Dist: perceval-opnfv (>=1.0.2-rc.1)
|
28
|
+
Requires-Dist: perceval-puppet (>=1.0.2-rc.1)
|
29
|
+
Requires-Dist: perceval-weblate (>=1.0.2-rc.1)
|
30
|
+
Requires-Dist: sirmordred (>=1.0.2-rc.1)
|
31
|
+
Requires-Dist: sortinghat (>=1.0.2-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
|
@@ -78,7 +78,7 @@ foo@bar:~/grimoirelab/docker-compose$ docker-compose up -d
|
|
78
78
|
|
79
79
|
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
80
|
|
81
|
-
More details in the [docker-compose folder](./docker-compose/README.md).
|
81
|
+
More details or troubleshooting in the [docker-compose folder](./docker-compose/README.md).
|
82
82
|
|
83
83
|
## Using `docker run`
|
84
84
|
|
@@ -43,7 +43,7 @@ foo@bar:~/grimoirelab/docker-compose$ docker-compose up -d
|
|
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
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[tool.poetry]
|
2
2
|
name = "grimoirelab"
|
3
|
-
version = "1.
|
3
|
+
version = "1.2.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.0.
|
47
|
-
kidash = {version = ">=1.0.
|
48
|
-
grimoirelab-panels = {version = ">=1.0.
|
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.
|
41
|
+
grimoirelab-toolkit = {version = ">=1.0.2-rc.1", allow-prereleases = true}
|
42
|
+
perceval-mozilla = {version = ">=1.0.2-rc.1", allow-prereleases = true}
|
43
|
+
perceval-opnfv = {version = ">=1.0.2-rc.1", allow-prereleases = true}
|
44
|
+
perceval-puppet = {version = ">=1.0.2-rc.1", allow-prereleases = true}
|
45
|
+
perceval-weblate = {version = ">=1.0.2-rc.1", allow-prereleases = true}
|
46
|
+
sortinghat = {version = ">=1.0.2-rc.1", allow-prereleases = true}
|
47
|
+
kidash = {version = ">=1.0.2-rc.1", allow-prereleases = true}
|
48
|
+
grimoirelab-panels = {version = ">=1.1.0-rc.1", allow-prereleases = true}
|
49
|
+
grimoire-elk = {version = ">=1.1.1-rc.1", allow-prereleases = true}
|
50
|
+
sirmordred = {version = ">=1.0.2-rc.1", allow-prereleases = true}
|
51
|
+
cereslib = {version = ">=1.0.2-rc.1", allow-prereleases = true}
|
52
|
+
graal = {version = ">=1.0.2-rc.1", allow-prereleases = true}
|
53
|
+
perceval = {version = ">=1.0.2-rc.1", allow-prereleases = true}
|
54
54
|
|
55
55
|
[tool.poetry.dev-dependencies]
|
56
56
|
|
File without changes
|
File without changes
|
File without changes
|