Skip to main content

Grab recent issue/PR activity from a GitLab repository and render it as markdown.

Project description

GitLab Changelog Generator

CI/CD ci codecov
Docs docs
Package PyPI - Version PyPI - Python Version
Meta PyPI - License linting - Ruff code style - Black

What is it about?

Generate simple markdown changelogs for GitLab repositories. GitLab provides an API endpoint to generate Changelogs. However, this endpoint assumes that repository is using Git trailers in the commit message. If no Git trailers are found in the commit messages, the API endpoint returns nothing.

This is a huge problem for a lot of projects (including us) that do not use Git trailers. Although it is a good practice to use Git trailers we tend to forget them and it increases development time. Moreover we are more concerned to have MRs listed in the changelogs and we can tag MRs with labels that identify the type of MR. We can generate a changelog using these labels and group MRs according to the labels.

This is what this little package does to generate changelogs. In a nutshell, it does two things:

  1. Given a GitLab (upstream or self hosted) repository, an initial git reference or date, use the GitLab GraphQL API to return a DataFrame of all issue and MR activity for this time period.
  2. A CLI to render this activity as markdown, suitable for generating changelogs.

Prior art

  • gitlab-changelog-generator is a command line utility distributed as Python package to generate changelogs. However, it is mostly outdated and I could not make it work as of 2023.
  • gitlab-changelog-generator is another tool to generate changelogs based on Ruby. However there has been no development since last few years.

Features

  • Users can configure the labels and their descriptions that they use in their projects
  • gitlab-activity configuration supports pyproject.toml for Python projects, package.json for Node projects. For other projects, configuration can be included in a file .gitlab-activity.toml in the root of the repository.
  • It can be integrated into CI release jobs to update the changelogs from last stable tag to current before making the release.

:::important

This tool is heavily inspired from github-activity developed by the folks at Jupyter project. All the credit should go to them and we thank them.

:::

Installation

The easiest way to install this package is via pip:

pip install gitlab-activity

Usage

The easiest way to use gitlab-activity to generate activity markdown is to use the command-line interface. It takes the following form:

gitlab-activity -t [<group>/<repo>]

This will output a markdown with MRs activity since last tag.

:::tip

The Changelog file of the current repository is being generated by gitlab-activity. Have a look into CI file on how it is being done.

:::

Configuration

All the CLI options can be configured via configuration file. An example config file can be used as a reference.

As stated above the configuration can be integrated into pyproject.toml in [tool.gitlab-activity] section or package.json in gitlab-activity key.

To run the tests

The easiest way to run the test suite is using pytest.

pytest

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gitlab_activity-0.3.0.tar.gz (112.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

gitlab_activity-0.3.0-py3-none-any.whl (30.4 kB view details)

Uploaded Python 3

File details

Details for the file gitlab_activity-0.3.0.tar.gz.

File metadata

  • Download URL: gitlab_activity-0.3.0.tar.gz
  • Upload date:
  • Size: 112.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.11

File hashes

Hashes for gitlab_activity-0.3.0.tar.gz
Algorithm Hash digest
SHA256 9bcf4c388c6746ca21fb37a2f551f75d10219a071bcf3fee221eee1ffb53e2ec
MD5 6fb5f6e9f6a88fcc7532fa6ac3e27ec0
BLAKE2b-256 d280def5f0dcf4c8fbf8a869b49060eadeaaf6cfb091ff386a054d7412db248a

See more details on using hashes here.

File details

Details for the file gitlab_activity-0.3.0-py3-none-any.whl.

File metadata

File hashes

Hashes for gitlab_activity-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 bfc0c1a03dfda7997ccba0501d3fda9e3b87f70da5f06db6ec1802b67d74c690
MD5 63bf1cae0094f6d90dce86ec4d15793b
BLAKE2b-256 043139d0fda6dee43fddf79a83f47818a65f8c25e1dd8fe88906dea2383a12d5

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page