GitLab Merge Request 4-Eyes Approval Audit Tool
Project description
gitlab-mr-check
GitLab Merge Request 4-Eyes Approval Audit Tool
Usage
Legacy: pip install gitlab_mr_check
Preferred: uv add gitlab_mr_check
Developing further
Development flow as Paleofuturistic Python
Prerequisite: uv
Setup
- Fork and clone this repository.
- Download dependencies:
uv sync --all-extras --dev - On first run of any workflow command, the bootstrap step will prompt to install pre-commit hooks.
Workflow
All commands are invoked via ./workflow.cmd <namespace>.<task>:
| Command | Description |
|---|---|
./workflow.cmd format |
Format code and sort imports |
./workflow.cmd lint |
Run all linters (ruff, pylint, ty, complexipy, commitizen) |
./workflow.cmd test |
Run all tests (pytest) |
./workflow.cmd build |
Run security checks and build the package |
./workflow.cmd release -i <type> |
Bump version, tag, push, build, publish, and upload SBOM |
./workflow.cmd quality |
Run code quality analysis (pyscn) |
./workflow.cmd secure |
Run security audit and generate SBOM |
./workflow.cmd document |
Build and view documentation (mkdocs) |
./workflow.cmd container.build |
Build the dependency cache container image |
./workflow.cmd container.act |
Run the CI workflow locally using act |
./workflow.cmd develop.pre-commit |
Run all pre-commit hooks on the codebase |
./workflow.cmd bootstrap --force |
Re-run the development environment setup |
Development cycle
- Add dependencies:
uv add some_lib_you_need - Develop (optional, tinker:
uvx --with-editable . ptpython) - Format:
./workflow.cmd format - Lint:
./workflow.cmd lint - Test:
./workflow.cmd test - Build:
./workflow.cmd build - Review docs:
./workflow.cmd document - Make a pull request.
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_mr_check-1.6.1.tar.gz
(15.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gitlab_mr_check-1.6.1.tar.gz.
File metadata
- Download URL: gitlab_mr_check-1.6.1.tar.gz
- Upload date:
- Size: 15.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"13","id":"trixie","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f3c1fdb1898055f26ab753a5be565f8d8018497b0779a3e05d0fd866b2b2fa55
|
|
| MD5 |
ea824830c7a66fd2ea492901af17e2a7
|
|
| BLAKE2b-256 |
64aaf287523092bd36c9e385a1f780f90ef9fb1eefbb8990cbd0b351c56299c7
|
File details
Details for the file gitlab_mr_check-1.6.1-py3-none-any.whl.
File metadata
- Download URL: gitlab_mr_check-1.6.1-py3-none-any.whl
- Upload date:
- Size: 15.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"13","id":"trixie","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e5dc6707bd3c167080af0ce7cd8288273602824e894b9b64e09bbd302ecb24fe
|
|
| MD5 |
0a8e7f3c1edc380f0e7c9b053070655b
|
|
| BLAKE2b-256 |
29a4b2579380d5ea056361af33c33a48c61040643c5d688e9f624cf084918ce4
|