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.3.0.tar.gz
(13.6 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.3.0.tar.gz.
File metadata
- Download URL: gitlab_mr_check-1.3.0.tar.gz
- Upload date:
- Size: 13.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","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 |
9c9747041a7027c21cf3f45e31f6ad8d8f7c68ce51b10d3e84c57a0e934c2237
|
|
| MD5 |
cf615e13792af5a5f44374a57f579635
|
|
| BLAKE2b-256 |
0312c40f372ea8f0ca2981d5d54e75633ec841b94c86b636a24e506cab2a51b2
|
File details
Details for the file gitlab_mr_check-1.3.0-py3-none-any.whl.
File metadata
- Download URL: gitlab_mr_check-1.3.0-py3-none-any.whl
- Upload date:
- Size: 14.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","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 |
cbf24f138eacf6b312cd8490fa19cddffa76bfe4f4b08fe175e4f7f5695bf156
|
|
| MD5 |
ec0ab2671444f886b9e6e4ace92b5640
|
|
| BLAKE2b-256 |
e70b43c631ee5ffb1027ec888b52ee61778c6d844882efd42e2b7f7404d27ccc
|