grimoirelab 1.15.1__tar.gz → 1.16.0__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.15.1 → grimoirelab-1.16.0}/PKG-INFO +36 -20
- {grimoirelab-1.15.1 → grimoirelab-1.16.0}/README.md +21 -4
- grimoirelab-1.16.0/grimoirelab/_version.py +2 -0
- {grimoirelab-1.15.1 → grimoirelab-1.16.0}/pyproject.toml +16 -16
- grimoirelab-1.15.1/grimoirelab/_version.py +0 -2
- {grimoirelab-1.15.1 → grimoirelab-1.16.0}/LICENSE +0 -0
- {grimoirelab-1.15.1 → grimoirelab-1.16.0}/grimoirelab/__init__.py +0 -0
- {grimoirelab-1.15.1 → grimoirelab-1.16.0}/grimoirelab/grimoirelab.py +0 -0
@@ -1,33 +1,32 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: grimoirelab
|
3
|
-
Version: 1.
|
3
|
+
Version: 1.16.0
|
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.10,<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.9
|
15
14
|
Classifier: Programming Language :: Python :: 3.10
|
16
15
|
Classifier: Programming Language :: Python :: 3.11
|
17
16
|
Classifier: Topic :: Software Development
|
18
|
-
Requires-Dist: cereslib (>=1.0
|
19
|
-
Requires-Dist: graal (>=1.
|
20
|
-
Requires-Dist: grimoire-elk (>=1.
|
21
|
-
Requires-Dist: grimoirelab-panels (>=1.
|
22
|
-
Requires-Dist: grimoirelab-toolkit (>=1.0
|
23
|
-
Requires-Dist: kidash (>=1.0
|
24
|
-
Requires-Dist: perceval (>=1.3.
|
25
|
-
Requires-Dist: perceval-mozilla (>=1.
|
26
|
-
Requires-Dist: perceval-opnfv (>=1.0
|
27
|
-
Requires-Dist: perceval-puppet (>=1.0
|
28
|
-
Requires-Dist: perceval-weblate (>=1.0
|
29
|
-
Requires-Dist: sirmordred (>=1.
|
30
|
-
Requires-Dist: sortinghat (>=1.
|
17
|
+
Requires-Dist: cereslib (>=1.1.0)
|
18
|
+
Requires-Dist: graal (>=1.2.0)
|
19
|
+
Requires-Dist: grimoire-elk (>=1.4.0)
|
20
|
+
Requires-Dist: grimoirelab-panels (>=1.2.0)
|
21
|
+
Requires-Dist: grimoirelab-toolkit (>=1.1.0)
|
22
|
+
Requires-Dist: kidash (>=1.1.0)
|
23
|
+
Requires-Dist: perceval (>=1.3.4)
|
24
|
+
Requires-Dist: perceval-mozilla (>=1.2.0)
|
25
|
+
Requires-Dist: perceval-opnfv (>=1.1.0)
|
26
|
+
Requires-Dist: perceval-puppet (>=1.1.0)
|
27
|
+
Requires-Dist: perceval-weblate (>=1.1.0)
|
28
|
+
Requires-Dist: sirmordred (>=1.2.0)
|
29
|
+
Requires-Dist: sortinghat (>=1.11.0)
|
31
30
|
Project-URL: Bug Tracker, https://github.com/chaoss/grimoirelab/issues
|
32
31
|
Project-URL: Repository, https://github.com/chaoss/grimoirelab
|
33
32
|
Description-Content-Type: text/markdown
|
@@ -75,7 +74,19 @@ cd grimoirelab/docker-compose
|
|
75
74
|
docker-compose up -d
|
76
75
|
```
|
77
76
|
|
78
|
-
Your
|
77
|
+
Your data will be ready after a while. The waiting time depends on the amount
|
78
|
+
of data to fetch from a repo, for small repositories you can expect your data
|
79
|
+
to be available after 10-15 minutes.
|
80
|
+
|
81
|
+
To view the data you can access OpenSearch Dashboards at http://localhost:8000
|
82
|
+
or use the API directly at http://localhost:9200.
|
83
|
+
|
84
|
+
To manage the identities you can access SortingHat at http://localhost:8000/identities/.
|
85
|
+
|
86
|
+
By default, OpenSearch Dashboards doesn't contain any visualization, but we have
|
87
|
+
a set of [default dashboards](https://github.com/chaoss/grimoirelab-sigils/tree/main/panels/json/opensearch_dashboards).
|
88
|
+
To import them, open OpenSearch Dashboards, go to `Stack Management` > `Saved Objects`
|
89
|
+
and import the files you want.
|
79
90
|
|
80
91
|
More details or troubleshooting in the [docker-compose folder](./docker-compose/README.md).
|
81
92
|
|
@@ -141,14 +152,12 @@ Currently, GrimoireLab toolkit is organized in the following repositories:
|
|
141
152
|
* [Cereslib](https://github.com/chaoss/grimoirelab-cereslib): generic data processor
|
142
153
|
* [SortingHat](https://github.com/chaoss/grimoirelab-sortinghat): identity management
|
143
154
|
* Data consumption related components:
|
144
|
-
* [Kibiter](https://github.com/chaoss/grimoirelab-kibiter): dashboard, downstream version of Kibana
|
145
155
|
* [Sigils](https://github.com/chaoss/grimoirelab-sigils): visualizations and dashboards
|
146
156
|
* [Kidash](https://github.com/chaoss/grimoirelab-kidash): visualizations and dashboards manager
|
147
157
|
* [Manuscripts](https://github.com/chaoss/grimoirelab-manuscripts): reporting
|
148
158
|
* Platform management, orchestration, and common utils:
|
149
159
|
* [Mordred](https://github.com/chaoss/grimoirelab-mordred): orchestration
|
150
160
|
* [GrimoireLab Toolkit](https://github.com/chaoss/grimoirelab-toolkit): common utilities
|
151
|
-
* [Bestiary](https://github.com/chaoss/grimoirelab-bestiary): web-based user interface to manage repositories and projects for Mordred
|
152
161
|
|
153
162
|
There are also some [components built by the GrimoreLab community](community_components.md),
|
154
163
|
which can be useful for you. Other related repositories are:
|
@@ -159,7 +168,14 @@ which can be useful for you. Other related repositories are:
|
|
159
168
|
|
160
169
|
This repository is for content relevant to GrimoireLab as a whole. For example:
|
161
170
|
|
162
|
-
* Issues for new features or bug reports that affect more than one GrimoireLab module.
|
171
|
+
* Issues for new features or bug reports that affect more than one GrimoireLab module.
|
172
|
+
In this case, let's open an issue here, and when implementing the fix or the feature,
|
173
|
+
let´s comment about the specific tickets in the specific modules that are used.
|
174
|
+
For example, when supporting a new datasource, we will need patches (at least)
|
175
|
+
in `Perceval`, `GrimoireELK` and panels. In this case, we would open a feature
|
176
|
+
request (or the user story) for the whole case, an issue (and later a pull request)
|
177
|
+
in `Perceval` for the data retriever, same for `GrimoireELK` for the enriching code,
|
178
|
+
and same for `panels`.
|
163
179
|
|
164
180
|
* Release notes for most GrimoireLab components (directory [releases](releases)).
|
165
181
|
|
@@ -41,7 +41,19 @@ cd grimoirelab/docker-compose
|
|
41
41
|
docker-compose up -d
|
42
42
|
```
|
43
43
|
|
44
|
-
Your
|
44
|
+
Your data will be ready after a while. The waiting time depends on the amount
|
45
|
+
of data to fetch from a repo, for small repositories you can expect your data
|
46
|
+
to be available after 10-15 minutes.
|
47
|
+
|
48
|
+
To view the data you can access OpenSearch Dashboards at http://localhost:8000
|
49
|
+
or use the API directly at http://localhost:9200.
|
50
|
+
|
51
|
+
To manage the identities you can access SortingHat at http://localhost:8000/identities/.
|
52
|
+
|
53
|
+
By default, OpenSearch Dashboards doesn't contain any visualization, but we have
|
54
|
+
a set of [default dashboards](https://github.com/chaoss/grimoirelab-sigils/tree/main/panels/json/opensearch_dashboards).
|
55
|
+
To import them, open OpenSearch Dashboards, go to `Stack Management` > `Saved Objects`
|
56
|
+
and import the files you want.
|
45
57
|
|
46
58
|
More details or troubleshooting in the [docker-compose folder](./docker-compose/README.md).
|
47
59
|
|
@@ -107,14 +119,12 @@ Currently, GrimoireLab toolkit is organized in the following repositories:
|
|
107
119
|
* [Cereslib](https://github.com/chaoss/grimoirelab-cereslib): generic data processor
|
108
120
|
* [SortingHat](https://github.com/chaoss/grimoirelab-sortinghat): identity management
|
109
121
|
* Data consumption related components:
|
110
|
-
* [Kibiter](https://github.com/chaoss/grimoirelab-kibiter): dashboard, downstream version of Kibana
|
111
122
|
* [Sigils](https://github.com/chaoss/grimoirelab-sigils): visualizations and dashboards
|
112
123
|
* [Kidash](https://github.com/chaoss/grimoirelab-kidash): visualizations and dashboards manager
|
113
124
|
* [Manuscripts](https://github.com/chaoss/grimoirelab-manuscripts): reporting
|
114
125
|
* Platform management, orchestration, and common utils:
|
115
126
|
* [Mordred](https://github.com/chaoss/grimoirelab-mordred): orchestration
|
116
127
|
* [GrimoireLab Toolkit](https://github.com/chaoss/grimoirelab-toolkit): common utilities
|
117
|
-
* [Bestiary](https://github.com/chaoss/grimoirelab-bestiary): web-based user interface to manage repositories and projects for Mordred
|
118
128
|
|
119
129
|
There are also some [components built by the GrimoreLab community](community_components.md),
|
120
130
|
which can be useful for you. Other related repositories are:
|
@@ -125,7 +135,14 @@ which can be useful for you. Other related repositories are:
|
|
125
135
|
|
126
136
|
This repository is for content relevant to GrimoireLab as a whole. For example:
|
127
137
|
|
128
|
-
* Issues for new features or bug reports that affect more than one GrimoireLab module.
|
138
|
+
* Issues for new features or bug reports that affect more than one GrimoireLab module.
|
139
|
+
In this case, let's open an issue here, and when implementing the fix or the feature,
|
140
|
+
let´s comment about the specific tickets in the specific modules that are used.
|
141
|
+
For example, when supporting a new datasource, we will need patches (at least)
|
142
|
+
in `Perceval`, `GrimoireELK` and panels. In this case, we would open a feature
|
143
|
+
request (or the user story) for the whole case, an issue (and later a pull request)
|
144
|
+
in `Perceval` for the data retriever, same for `GrimoireELK` for the enriching code,
|
145
|
+
and same for `panels`.
|
129
146
|
|
130
147
|
* Release notes for most GrimoireLab components (directory [releases](releases)).
|
131
148
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[tool.poetry]
|
2
2
|
name = "grimoirelab"
|
3
|
-
version = "1.
|
3
|
+
version = "1.16.0"
|
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 = ">=1.0
|
42
|
-
perceval-mozilla = {version = ">=1.
|
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
|
48
|
-
grimoirelab-panels = {version = ">=1.
|
49
|
-
grimoire-elk = {version = ">=1.
|
50
|
-
sirmordred = {version = ">=1.
|
51
|
-
cereslib = {version = ">=1.0
|
52
|
-
graal = {version = ">=1.
|
53
|
-
perceval = {version = ">=1.3.
|
39
|
+
python = "^3.10"
|
40
|
+
|
41
|
+
grimoirelab-toolkit = {version = ">=1.1.0", allow-prereleases = true}
|
42
|
+
perceval-mozilla = {version = ">=1.2.0", allow-prereleases = true}
|
43
|
+
perceval-opnfv = {version = ">=1.1.0", allow-prereleases = true}
|
44
|
+
perceval-puppet = {version = ">=1.1.0", allow-prereleases = true}
|
45
|
+
perceval-weblate = {version = ">=1.1.0", allow-prereleases = true}
|
46
|
+
sortinghat = {version = ">=1.11.0", allow-prereleases = true}
|
47
|
+
kidash = {version = ">=1.1.0", allow-prereleases = true}
|
48
|
+
grimoirelab-panels = {version = ">=1.2.0", allow-prereleases = true}
|
49
|
+
grimoire-elk = {version = ">=1.4.0", allow-prereleases = true}
|
50
|
+
sirmordred = {version = ">=1.2.0", allow-prereleases = true}
|
51
|
+
cereslib = {version = ">=1.1.0", allow-prereleases = true}
|
52
|
+
graal = {version = ">=1.2.0", allow-prereleases = true}
|
53
|
+
perceval = {version = ">=1.3.4", allow-prereleases = true}
|
54
54
|
|
55
55
|
[tool.poetry.group.dev.dependencies]
|
56
56
|
|
File without changes
|
File without changes
|
File without changes
|