Skip to content

Commit 07f87c3

Browse files
committed
Release 1.0.0-alpha.1
1 parent 1a1437d commit 07f87c3

13 files changed

+41
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "grimoirelab-core"
3-
version = "0.1.0"
3+
version = "1.0.0-alpha.1"
44
description = "Core of GrimoireLab"
55
authors = [
66
"GrimoireLab Developers"

releases/1.0.0-alpha.1.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
## grimoirelab-core 1.0.0-alpha.1 - (2025-11-17)
2+
3+
**New features:**
4+
5+
* SortingHat Integration\
6+
Store and manage contributor identities in the SortingHat database,
7+
accessible via API.
8+
* Scalable Repository Collection\
9+
Improved scalability for large-scale repository data collection.
10+
* Bulk Repository Addition\
11+
Add multiple repositories at once from a user or organization.
12+
* Ecosystem and Project Organization\
13+
Group repositories into ecosystems and projects for better structure
14+
and analysis.
15+
* Superuser creation in setup command\
16+
The setup command now supports superuser creation, simplifying initial
17+
platform setup, especially in containerized environments. It also
18+
includes a `--no-interactive` option for non-interactive execution.
19+
* Event Generation from Git Repositories\
20+
Automatically generate events from commits, merge commits, file
21+
changes, and contributor identities.
22+
* OpenSearch Integration\
23+
Store and query collected events in OpenSearch for scalable analytics.
24+
* Repository Management UI\
25+
Manage repositories directly from the user interface.
26+
* SBOM Analysis\
27+
Upload and analyze Software Bill of Materials (SBOM) files.
28+
29+
**Others:**
30+
31+
* struclog added for logging platform messages\
32+
Organizing log data in a structured format makes easier to read and
33+
analyze it. After adding 'structlog', log messages will always have a
34+
structured format. The default mode prints the messages to the console
35+
in plain format, but it can also be configured to print them in JSON
36+
format by setting the environment variable 'GRIMOIRELAB_LOGS_JSON' to
37+
1 or 'true'.
38+

0 commit comments

Comments
 (0)