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.
@@ -1,33 +1,32 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: grimoirelab
3
- Version: 1.15.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,<4.0
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.17)
19
- Requires-Dist: graal (>=1.1.10)
20
- Requires-Dist: grimoire-elk (>=1.3.12)
21
- Requires-Dist: grimoirelab-panels (>=1.1.2)
22
- Requires-Dist: grimoirelab-toolkit (>=1.0.14)
23
- Requires-Dist: kidash (>=1.0.17)
24
- Requires-Dist: perceval (>=1.3.3)
25
- Requires-Dist: perceval-mozilla (>=1.1.6)
26
- Requires-Dist: perceval-opnfv (>=1.0.19)
27
- Requires-Dist: perceval-puppet (>=1.0.19)
28
- Requires-Dist: perceval-weblate (>=1.0.19)
29
- Requires-Dist: sirmordred (>=1.1.14)
30
- Requires-Dist: sortinghat (>=1.10.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 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.
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. In this case, let's open an issue here, and when implementing the fix or the feature, let´s comment about the specific tickets in the specific modules that are used. For example, when supporting a new datasource, we will need patches (at least) in `Perceval`, `GrimoireELK` and panels. In this case, we would open a feature request (or the user story) for the whole case, an issue (and later a pull request) in `Perceval` for the data retriever, same for `GrimoireELK` for the enriching code, and same for `panels` for the Kibiter panels.
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 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.
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. In this case, let's open an issue here, and when implementing the fix or the feature, let´s comment about the specific tickets in the specific modules that are used. For example, when supporting a new datasource, we will need patches (at least) in `Perceval`, `GrimoireELK` and panels. In this case, we would open a feature request (or the user story) for the whole case, an issue (and later a pull request) in `Perceval` for the data retriever, same for `GrimoireELK` for the enriching code, and same for `panels` for the Kibiter panels.
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
 
@@ -0,0 +1,2 @@
1
+ # File auto-generated by semverup on 2025-09-23 09:23:39.126520
2
+ __version__ = "1.16.0"
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "grimoirelab"
3
- version = "1.15.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.9"
40
-
41
- grimoirelab-toolkit = {version = ">=1.0.14", allow-prereleases = true}
42
- perceval-mozilla = {version = ">=1.1.6", allow-prereleases = true}
43
- perceval-opnfv = {version = ">=1.0.19", allow-prereleases = true}
44
- perceval-puppet = {version = ">=1.0.19", allow-prereleases = true}
45
- perceval-weblate = {version = ">=1.0.19", allow-prereleases = true}
46
- sortinghat = {version = ">=1.10.1", allow-prereleases = true}
47
- kidash = {version = ">=1.0.17", allow-prereleases = true}
48
- grimoirelab-panels = {version = ">=1.1.2", allow-prereleases = true}
49
- grimoire-elk = {version = ">=1.3.12", allow-prereleases = true}
50
- sirmordred = {version = ">=1.1.14", allow-prereleases = true}
51
- cereslib = {version = ">=1.0.17", allow-prereleases = true}
52
- graal = {version = ">=1.1.10", allow-prereleases = true}
53
- perceval = {version = ">=1.3.3", allow-prereleases = true}
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
 
@@ -1,2 +0,0 @@
1
- # File auto-generated by semverup on 2025-08-21 14:27:47.911244
2
- __version__ = "1.15.1"
File without changes